@font-face {
    font-family: 'Hisense Sans Alfabet';
    src: url('./fonts/HisenseSansAlfabet.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hisense Sans Alfabet';
    src: url('./fonts/HisenseSansAlfabetBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Hisense Sans Alfabet';
    src: url('./fonts/HisenseSansAlfabetLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Hisense Sans Alfabet';
    src: url('./fonts/HisenseSansAlfabetMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

:root {
    --primary-color: #00AAA6;
    --white-color: #fff;

    --font-hisense-regular: 'Hisense Sans Alfabet', sans-serif;
    --font-hisense-light: 'Hisense Sans Alfabet Light', sans-serif;
    --font-hisense-medium: 'Hisense Sans Alfabet Medium', sans-serif;
    --font-hisense-bold: 'Hisense Sans Alfabet Bold', sans-serif;
}





footer .ux-menu-link__link {
    font-weight: 400 !important;
    color: #ccc !important;
    font-size: 13px;
}

footer .ux-menu-link__link:hover {
    font-weight: 600 !important;
    color: var(--primary-color) !important;
}

.variation-item {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px 0px;
    text-decoration: none;
    color: inherit;
}

.variation-item--val {
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
}

.variation-item.active {
    border: 1px solid #ec756a !important;

}


.absolute-footer {
    display: none !important;
    padding: 0 !important;
}

.sub-menu-right-col .flexible-img img,
.sub-menu-right-col .flexible-img {
    height: 180px !important;
    width: auto !important;
    object-fit: cover !important;
    border-radius: 20px !important;
}

.with-child-menu:nth-child(4) .sub-menu-right-col .flexible-img img {
    margin-left: 15px !important;
}


.banner-slide-main {
    padding: 20px !important;
}

.post-item .box-image>a>img,
.post-item .box-image,
.banner-radius-top {
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
}


.post-item .box-text,
.banner-radius-bottom {
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}


.mySwiper_main .banner .fill {
    border-radius: 30px !important;
}

.mySwiper_main .banner {
    background: none !important;
}

.post-item .post-title {
    /* position: absolute;
    bottom: 120%;
    color: white;
    font-size: 16px;
    line-height: 20px;
    padding: 0 12px;
    min-height: unset;
    max-height: 60px; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Giới hạn 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    /* Dòng cách có thể tùy chỉnh */
    max-height: 2.8em;
}

.section-header {
    color: #fff;
}

.btn-detail:hover {
    background: var(--primary-color) !important;
    color: var(--white-color) !important;
}

.post-item .post-short-description {
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 150%;
    color: #444343;
    display: none;
}

.post-item .box,
.post-item .col-inner,
.grid-col>.col-inner>.img .img-inner>img {
    border-radius: 30px !important;
}

.post-item .col-inner {
    border: 1px solid #ccc;
    box-shadow: none;
    height: 400px;
}

.post-item .blog-post-inner {
    position: relative;
    height: 150px;
}

.post-item .blog-post-inner>a,
#section_featured_posts_custom .box-card .from_the_blog_button a {
    position: absolute;
    color: var(--primary-color);
    left: 0;
    bottom: 5px;
    font-size: 12px;
}

#section_featured_posts_custom .box-card .from_the_blog_button a {
    left: auto;
}

#section_featured_posts_custom .box-card {
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

#section_featured_posts_custom .box-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}


#section_featured_posts_custom .box-card .box-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section_featured_posts_custom .box-card .box-text {
    background-color: #fff;
    padding: 15px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#section_featured_posts_custom .box-card .post-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.2em;
}

#section_featured_posts_custom .box-card .from_the_blog_button {
    margin-top: 15px;
}

#section_featured_posts_custom .box-card .button {
    background-color: #999;
    color: #fff;
    border-radius: 5px;
}

#section_featured_posts_custom .row-slider .flickity-slider>.col {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#section_featured_posts_custom .row-slider .flickity-viewport {
    margin-left: -5px;
    margin-right: -5px;
}

.custom-image-wrapper {
    height: 210px;
    /* hoặc bạn truyền biến PHP vào inline style như trên */
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.custom-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}





.post-item .blog-post-inner>.post-meta {
    position: absolute;
    font-size: 14px;
    color: #000;
    right: 0;
    bottom: 15px;
}

.tab-slider-container {
    max-width: 100%;
    margin: auto;
    font-family: var(--font-hisense-light);
}


.tab-slider-position_2,
.tab-slider-position_1 {
    position: relative !important
}

.tab-slider-position_2>.tab-position_2,
.tab-slider-position_1>.tab-position_1 {
    position: absolute;
    top: 110px !important;
    z-index: 999;
    color: #fff;

}


.list-tab {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-bottom: 20px;
}

.tab-position_0>.tab {
    color: #000;
}

.tab {
    padding: 10px 20px;
    cursor: pointer;
    user-select: none;
    transition: background 0.3s;
    font-size: 16.5px;
}

.tab.active {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}


.tab-position_2>.tab.active,
.tab-position_1>.tab.active {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}

.swiper {
    width: 100%;
    box-sizing: border-box;
}

.swiper-slide {
    width: 100%;
    font-size: 16px;
}



.swiper-button-next,
.swiper-button-prev {
    position: absolute !important;
    width: 40px !important;
    height: 40px !important;
    border: 2px solid #fff;
    border-radius: 50% !important;
    background-color: transparent;
    color: white;
    top: 55% !important;
    text-align: center;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.flickity-page-dots .dot:hover,
.flickity-page-dots .is-selected,
.swiper-pagination-bullet-active {
    background: var(--primary-color) !important;
}

.flickity-prev-next-button svg:hover,
.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
    border-color: #fff !important;

}



/* Tùy chỉnh icon mũi tên bên trong (nếu dùng SVG mặc định của Swiper) */
.slider-nav-circle .flickity-prev-next-button svg,
.slider-nav-circle .flickity-prev-prev-button svg,
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 14px !important;
    color: #fff;
    font-weight: bold;
    background-color: transparent !important;
}

/* @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap"); */
@media only screen and (max-width: 1080px) {
    .mb-hide {
        display: none !important
    }
}

.mb-show {
    display: none !important
}

@media only screen and (max-width: 1080px) {
    .mb-show {
        display: block !important
    }

    .mb-show.row {
        display: flex !important
    }

    .mb-show.inline {
        display: inline !important
    }
}

.padding-top-bottom-none {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.padding-top-none {
    padding-top: 0 !important
}

.padding-bottom-none {
    padding-bottom: 0 !important
}

.required {
    color: #fd0408
}

@-webkit-keyframes zoomShakyAnimation {

    0%,
    to {
        transform: none
    }

    15% {
        transform: scale(1.05)
    }

    30% {
        transform: scale(1.05) rotate(-3deg)
    }

    45% {
        transform: scale(1.05) rotate(2deg)
    }

    60% {
        transform: scale(1.05) rotate(-1deg)
    }

    75% {
        transform: scale(1.05)
    }
}

@keyframes zoomShakyAnimation {

    0%,
    to {
        transform: none
    }

    15% {
        transform: scale(1.05)
    }

    30% {
        transform: scale(1.05) rotate(-3deg)
    }

    45% {
        transform: scale(1.05) rotate(2deg)
    }

    60% {
        transform: scale(1.05) rotate(-1deg)
    }

    75% {
        transform: scale(1.05)
    }
}

@-webkit-keyframes floatZ {

    0%,
    to {
        transform: scale(1.08)
    }

    50% {
        transform: scale(1.1) translateZ(8px)
    }
}

@keyframes floatZ {

    0%,
    to {
        transform: scale(1.08)
    }

    50% {
        transform: scale(1.1) translateZ(8px)
    }
}

body,
html {
    font-family: var(--font-hisense-light);
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html p {
    margin-top: 0
}

body li,
body ul,
html li,
html ul {

    margin: 0;
    padding: 0
}

body a,
html a {
    color: inherit;
    text-decoration: none;
    /* font-size: 13px !important; */
    /* font-weight: 600; */

}

#specs-tab-huong-dan-va-video .content-column p {
    margin-bottom: 10px;
}

#specs-tab-huong-dan-va-video .content-column a {
    font-size: 13px;
    color: #00aaa6;
    text-decoration: underline;
}


body .section-title,
html .section-title {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px
}

body .section-title.sm-title,
html .section-title.sm-title {
    font-size: 32px;
    margin-bottom: 22px
}

body .section-title.normal-color,
html .section-title.normal-color {
    color: inherit
}

body .b,
body .bold,
body b,
html .b,
html .bold,
html b {
    font-weight: 700
}

body .light-txt,
html .light-txt {
    font-weight: 300
}

body .semi-bold,
body .sm-b,
html .semi-bold,
html .sm-b {
    font-weight: 600
}

body .uc,
body .upper,
body .uppercase,
html .uc,
html .upper,
html .uppercase {
    text-transform: uppercase
}

body .text-center,
body .txt-center,
html .text-center,
html .txt-center {
    text-align: center !important
}

body .text-right,
body .txt-right,
html .text-right,
html .txt-right {
    text-align: right
}

body .black-txt,
html .black-txt {
    color: #000
}

body .white-txt,
html .white-txt {
    color: #fff !important
}

body .blue-txt,
html .blue-txt {
    color: var(--primary-color)
}

body .hisense-bordered-btn,
body .hisense-custom-btn,
html .hisense-bordered-btn,
html .hisense-custom-btn {
    background: transparent;
    border: none;
    color: var(--primary-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--font-hisense-light);
    ;
    font-size: 16px;
    font-weight: 400;
    padding: 0 30px;
    position: relative
}

body .hisense-bordered-btn.loading,
body .hisense-custom-btn.loading,
html .hisense-bordered-btn.loading,
html .hisense-custom-btn.loading {
    pointer-events: none;
    position: relative
}

body .hisense-bordered-btn.loading .context,
body .hisense-custom-btn.loading .context,
html .hisense-bordered-btn.loading .context,
html .hisense-custom-btn.loading .context {
    opacity: 0;
    visibility: hidden
}

body .hisense-bordered-btn.loading:after,
body .hisense-custom-btn.loading:after,
html .hisense-bordered-btn.loading:after,
html .hisense-custom-btn.loading:after {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top-color: transparent;
    content: "";
    height: 16px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px
}

@-webkit-keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

body .hisense-bordered-btn.btn-block,
body .hisense-custom-btn.btn-block,
html .hisense-bordered-btn.btn-block,
html .hisense-custom-btn.btn-block {
    display: block;
    width: 100%
}

body .hisense-bordered-btn.btn-block .context,
body .hisense-custom-btn.btn-block .context,
html .hisense-bordered-btn.btn-block .context,
html .hisense-custom-btn.btn-block .context {
    display: block;
    text-align: center
}

body .hisense-bordered-btn .context,
body .hisense-custom-btn .context,
html .hisense-bordered-btn .context,
html .hisense-custom-btn .context {
    align-items: center;
    display: flex;
    justify-content: center;
    min-width: 90px;
    padding: 0;
    position: relative;
    z-index: 3
}

body .hisense-bordered-btn .context .icon-holder,
body .hisense-custom-btn .context .icon-holder,
html .hisense-bordered-btn .context .icon-holder,
html .hisense-custom-btn .context .icon-holder {
    display: block;
    margin: 0 8px 0 0;
    width: 28px
}

body .hisense-bordered-btn .context .icon-holder.sm-ico,
body .hisense-custom-btn .context .icon-holder.sm-ico,
html .hisense-bordered-btn .context .icon-holder.sm-ico,
html .hisense-custom-btn .context .icon-holder.sm-ico {
    width: 18px
}

body .hisense-bordered-btn .background,
body .hisense-bordered-btn .background-hover,
body .hisense-custom-btn .background,
body .hisense-custom-btn .background-hover,
html .hisense-bordered-btn .background,
html .hisense-bordered-btn .background-hover,
html .hisense-custom-btn .background,
html .hisense-custom-btn .background-hover {
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

body .hisense-bordered-btn .background .after-border,
body .hisense-bordered-btn .background .pre-border,
body .hisense-bordered-btn .background-hover .after-border,
body .hisense-bordered-btn .background-hover .pre-border,
body .hisense-custom-btn .background .after-border,
body .hisense-custom-btn .background .pre-border,
body .hisense-custom-btn .background-hover .after-border,
body .hisense-custom-btn .background-hover .pre-border,
html .hisense-bordered-btn .background .after-border,
html .hisense-bordered-btn .background .pre-border,
html .hisense-bordered-btn .background-hover .after-border,
html .hisense-bordered-btn .background-hover .pre-border,
html .hisense-custom-btn .background .after-border,
html .hisense-custom-btn .background .pre-border,
html .hisense-custom-btn .background-hover .after-border,
html .hisense-custom-btn .background-hover .pre-border {
    background-size: auto 100%;
    flex-basis: 50%;
    flex-grow: 0;
    height: 100%;
    width: 50%
}

body .hisense-bordered-btn .background .after-border,
body .hisense-bordered-btn .background-hover .after-border,
body .hisense-custom-btn .background .after-border,
body .hisense-custom-btn .background-hover .after-border,
html .hisense-bordered-btn .background .after-border,
html .hisense-bordered-btn .background-hover .after-border,
html .hisense-custom-btn .background .after-border,
html .hisense-custom-btn .background-hover .after-border {
    background-position: 100% 0
}

body .hisense-bordered-btn .background .mid-border,
body .hisense-bordered-btn .background-hover .mid-border,
body .hisense-custom-btn .background .mid-border,
body .hisense-custom-btn .background-hover .mid-border,
html .hisense-bordered-btn .background .mid-border,
html .hisense-bordered-btn .background-hover .mid-border,
html .hisense-custom-btn .background .mid-border,
html .hisense-custom-btn .background-hover .mid-border {
    background-repeat: repeat-x;
    background-size: auto 100%;
    flex-grow: 1
}

body .hisense-bordered-btn .background-hover,
body .hisense-custom-btn .background-hover,
html .hisense-bordered-btn .background-hover,
html .hisense-custom-btn .background-hover {
    opacity: 0;
    transition: all .22s ease-out;
    visibility: hidden;
    z-index: 2
}

body .hisense-bordered-btn .context,
body .hisense-custom-btn .context,
html .hisense-bordered-btn .context,
html .hisense-custom-btn .context {
    font-size: 14px;
    height: 40px;
    line-height: 40px
}

body .hisense-bordered-btn:hover .background-hover,
body .hisense-custom-btn:hover .background-hover,
html .hisense-bordered-btn:hover .background-hover,
html .hisense-custom-btn:hover .background-hover {
    opacity: 1;
    visibility: visible
}

body .hisense-bordered-btn.btn-lg .context,
body .hisense-custom-btn.btn-lg .context,
html .hisense-bordered-btn.btn-lg .context,
html .hisense-custom-btn.btn-lg .context {
    font-size: 20px;
    height: 60px;
    line-height: 60px
}

body .hisense-bordered-btn.btn-sm .context,
body .hisense-custom-btn.btn-sm .context,
html .hisense-bordered-btn.btn-sm .context,
html .hisense-custom-btn.btn-sm .context {
    font-size: 14px;
    height: 40px;
    line-height: 40px
}

body .hisense-bordered-btn.btn-x-sm .context,
body .hisense-custom-btn.btn-x-sm .context,
html .hisense-bordered-btn.btn-x-sm .context,
html .hisense-custom-btn.btn-x-sm .context {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    min-width: 0
}

body .hisense-bordered-btn .background .mid-border,
html .hisense-bordered-btn .background .mid-border {
    background-color: transparent;
    background-repeat: repeat-x;
    background-size: auto 100%
}

body .hisense-bordered-btn .context,
html .hisense-bordered-btn .context {
    color: var(--primary-color)
}

body .hisense-custom-btn,
html .hisense-custom-btn {
    color: #fff
}

body .hisense-custom-btn .background .mid-border,
html .hisense-custom-btn .background .mid-border {
    background: var(--primary-color)
}

body .hisense-custom-btn.gray-btn,
html .hisense-custom-btn.gray-btn {
    color: #76787b
}

body .hisense-custom-btn.gray-btn .mid-border,
html .hisense-custom-btn.gray-btn .mid-border {
    background: #edeef1
}

body .hisense-custom-btn.flex-btn .context,
html .hisense-custom-btn.flex-btn .context {
    align-items: center;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

body .hisense-bordered-btn:hover .context,
html .hisense-bordered-btn:hover .context {
    color: #fff
}

html .compare-main-content .compare-block-table-layout.show-context .row-cta {
    width: auto !important;
}

@media only screen and (max-width: 1080px) {

    body .section-title,
    html .section-title {
        font-size: 8vw;
        font-weight: 700;
        margin-bottom: 5.73vw
    }

    body .section-title.sm-title,
    html .section-title.sm-title {
        font-size: 6.4vw;
        font-weight: 800;
        margin-bottom: 6vw
    }

    body .hisense-bordered-btn,
    body .hisense-custom-btn,
    html .hisense-bordered-btn,
    html .hisense-custom-btn {
        padding: 0 5.33vw
    }

    body .hisense-bordered-btn .context,
    body .hisense-custom-btn .context,
    html .hisense-bordered-btn .context,
    html .hisense-custom-btn .context {
        font-size: 3.7vw;
        height: 9.6vw;
        line-height: 9.6vw;
        white-space: nowrap
    }

    body .hisense-bordered-btn .context .icon-holder,
    body .hisense-custom-btn .context .icon-holder,
    html .hisense-bordered-btn .context .icon-holder,
    html .hisense-custom-btn .context .icon-holder {
        margin-right: 3vw;
        width: 6.4vw
    }

    body .hisense-bordered-btn .context .icon-holder.sm-ico,
    body .hisense-custom-btn .context .icon-holder.sm-ico,
    html .hisense-bordered-btn .context .icon-holder.sm-ico,
    html .hisense-custom-btn .context .icon-holder.sm-ico {
        margin-right: 2vw;
        width: 4.2vw
    }

    body .hisense-bordered-btn.btn-lg .context,
    body .hisense-custom-btn.btn-lg .context,
    html .hisense-bordered-btn.btn-lg .context,
    html .hisense-custom-btn.btn-lg .context {
        font-size: 4.8vw;
        height: 13.866vw;
        line-height: 13.866vw
    }

    body .hisense-bordered-btn.btn-sm,
    body .hisense-custom-btn.btn-sm,
    html .hisense-bordered-btn.btn-sm,
    html .hisense-custom-btn.btn-sm {
        padding: 0 5.3vw
    }

    body .hisense-bordered-btn.btn-sm .context,
    body .hisense-custom-btn.btn-sm .context,
    html .hisense-bordered-btn.btn-sm .context,
    html .hisense-custom-btn.btn-sm .context {
        font-size: 3.2vw;
        height: 8.53vw;
        line-height: 8.53vw
    }
}

body,
html {
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    top: 0 !important
}

body *,
html * {
    box-sizing: border-box
}

body figure,
html figure {
    margin: 0;
    padding: 0
}

body .img-holder img,
body .img-holder picture,
body .img-holder svg,
html .img-holder img,
html .img-holder picture,
html .img-holder svg {
    display: block;
    height: auto;
    width: 100%
}

body .img-holder.bg-mode,
html .img-holder.bg-mode {
    overflow: hidden
}

body .img-holder.bg-mode img,
body .img-holder.bg-mode picture,
html .img-holder.bg-mode img,
html .img-holder.bg-mode picture {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

body video,
html video {
    display: block;
    max-width: 100%
}

body video[poster],
html video[poster] {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

body .row,
html .row {
    display: flex
}

body .row.justify-space-between,
html .row.justify-space-between {
    justify-content: space-between
}

body .row.justify-center,
html .row.justify-center {
    justify-content: center
}

body .row.align-center,
html .row.align-center {
    align-items: center
}

body .row.wrapped,
html .row.wrapped {
    flex-wrap: wrap
}

/* body .row>*,
html .row>* {
    flex-grow: 0;
    flex-shrink: 0
} */

body .row .col-half,
html .row .col-half {
    flex-basis: 50%
}

body .row .col-third,
html .row .col-third {
    flex-basis: 33.33%
}

body .row .col-10,
html .row .col-10 {
    flex-basis: 10%
}

body .row .col-15,
html .row .col-15 {
    flex-basis: 15%
}

body .row .col-20,
html .row .col-20 {
    flex-basis: 20%
}

body .row .col-25,
html .row .col-25 {
    flex-basis: 25%
}

body .row .col-30,
html .row .col-30 {
    flex-basis: 30%
}

body .row .col-35,
html .row .col-35 {
    flex-basis: 35%
}

body .row .col-40,
html .row .col-40 {
    flex-basis: 40%
}

body .row .col-45,
html .row .col-45 {
    flex-basis: 45%
}

body .row .col-50,
html .row .col-50 {
    flex-basis: 50%
}

body .row .col-55,
html .row .col-55 {
    flex-basis: 55%
}

body .row .col-60,
html .row .col-60 {
    flex-basis: 60%
}

body .row .col-65,
html .row .col-65 {
    flex-basis: 65%
}

body .row .col-70,
html .row .col-70 {
    flex-basis: 70%
}

body .row .col-75,
html .row .col-75 {
    flex-basis: 75%
}

body .row .col-80,
html .row .col-80 {
    flex-basis: 80%
}

body .row .col-85,
html .row .col-85 {
    flex-basis: 85%
}

body .row .col-90,
html .row .col-90 {
    flex-basis: 90%
}

body .row .col-95,
html .row .col-95 {
    flex-basis: 95%
}

body .row .col-175,
html .row .col-175 {
    flex-basis: 17.5%
}

body .row .col-125,
html .row .col-125 {
    flex-basis: 12.5%
}

body .row .col-5,
html .row .col-5 {
    flex-basis: 5%
}

/* body .container,
html .container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%
} */

@media only screen and (max-width: 1080px) {

    body .container,
    html .container {
        padding: 0 4.26vw
    }
}

body .section,
html .section {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    /* padding: 0px; */
}

body .section .mold,
html .section .mold {
    border: .5px solid red;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5
}

body .section .is-animated,
html .section .is-animated {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .7s, transform .7s
}

body .section .is-animated.scrolled-into-view,
html .section .is-animated.scrolled-into-view {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .7s, transform .7s
}

body .section-anchor,
html .section-anchor {
    height: 80vh;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

body .page-breadcrumbs,
html .page-breadcrumbs {
    display: flex;
    margin-bottom: 30px
}

body .page-breadcrumbs .link,
html .page-breadcrumbs .link {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 24px;
    margin-right: 16px
}

body .page-breadcrumbs .link.active,
html .page-breadcrumbs .link.active {
    color: #09090b;
    font-weight: 700
}

body .page-breadcrumbs .link:after,
html .page-breadcrumbs .link:after {
    content: ">";
    margin-left: 16px
}

body .page-breadcrumbs .link:last-child,
html .page-breadcrumbs .link:last-child {
    flex: 1 1 auto;
    margin-right: 0;
    overflow: hidden;
    text-overflow: ellipsis
}

body .page-breadcrumbs .link:last-child:after,
html .page-breadcrumbs .link:last-child:after {
    display: none
}

body .posts-list-pagination,
html .posts-list-pagination {
    align-items: center;
    color: var(--primary-color);
    display: flex;
    font-size: 18px;
    justify-content: center;
    line-height: 48px;
    margin: 40px 0
}

body .posts-list-pagination .page-indicator,
html .posts-list-pagination .page-indicator {
    margin: 0 35px
}

body .posts-list-pagination .current-page,
body .posts-list-pagination .current-page-input,
html .posts-list-pagination .current-page,
html .posts-list-pagination .current-page-input {
    border-radius: 4px;
    color: var(--primary-color);
    display: inline-block;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    width: auto;
    width: 44px
}

body .posts-list-pagination .page-control,
html .posts-list-pagination .page-control {
    background-color: var(--primary-color);
    border-radius: 50%;
    display: block;
    height: 50px;
    margin: 0 6px;
    position: relative;
    transition: all .22s ease-out;
    width: 50px
}

body .posts-list-pagination .page-control .arrow,
html .posts-list-pagination .page-control .arrow {
    border: 2px solid #fff;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    transform: rotate(45deg);
    width: 14px
}

body .posts-list-pagination .page-control.prev-link .arrow,
html .posts-list-pagination .page-control.prev-link .arrow {
    border-right: none;
    border-top: none;
    left: 20px
}

body .posts-list-pagination .page-control.next-link .arrow,
html .posts-list-pagination .page-control.next-link .arrow {
    border-bottom: none;
    border-left: none;
    left: 16px
}

body .posts-list-pagination .page-control:first-child,
html .posts-list-pagination .page-control:first-child {
    margin-left: 0
}

body .posts-list-pagination .page-control:last-child,
html .posts-list-pagination .page-control:last-child {
    margin-right: 0
}

body .posts-list-pagination .page-control:hover,
html .posts-list-pagination .page-control:hover {
    background-color: #00a7e1
}

body .banner-search-from-holder,
html .banner-search-from-holder {
    margin: 0 auto;
    position: relative;
    transform: translateY(-70%);
    width: 600px;
    z-index: 4
}

body .banner-search-from-holder .banner-search-form,
html .banner-search-from-holder .banner-search-form {
    position: relative
}

body .banner-search-from-holder .banner-search-form input,
html .banner-search-from-holder .banner-search-form input {
    background-color: #fff;
    border: none;
    border-radius: 24px;
    box-shadow: 0 0 20px hsla(0, 0%, 40%, .15);
    color: var(--primary-color);
    display: block;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 100%
}

body .banner-search-from-holder .banner-search-form input::-moz-placeholder,
html .banner-search-from-holder .banner-search-form input::-moz-placeholder {
    color: #76787b;
    font-size: 16px;

}

body .banner-search-from-holder .banner-search-form input:-ms-input-placeholder,
html .banner-search-from-holder .banner-search-form input:-ms-input-placeholder {
    color: #76787b;
    font-size: 16px;
}

body .banner-search-from-holder .banner-search-form input::placeholder,
html .banner-search-from-holder .banner-search-form input::placeholder {
    color: #76787b;
    font-size: 16px;
}

body .banner-search-from-holder .banner-search-form input:active::-moz-placeholder,
body .banner-search-from-holder .banner-search-form input:focus::-moz-placeholder,
html .banner-search-from-holder .banner-search-form input:active::-moz-placeholder,
html .banner-search-from-holder .banner-search-form input:focus::-moz-placeholder {
    color: transparent
}

body .banner-search-from-holder .banner-search-form input:active:-ms-input-placeholder,
body .banner-search-from-holder .banner-search-form input:focus:-ms-input-placeholder,
html .banner-search-from-holder .banner-search-form input:active:-ms-input-placeholder,
html .banner-search-from-holder .banner-search-form input:focus:-ms-input-placeholder {
    color: transparent
}

body .banner-search-from-holder .banner-search-form input:active::placeholder,
body .banner-search-from-holder .banner-search-form input:focus::placeholder,
html .banner-search-from-holder .banner-search-form input:active::placeholder,
html .banner-search-from-holder .banner-search-form input:focus::placeholder {
    color: transparent
}

body .banner-search-from-holder .banner-search-form .submit-search,
html .banner-search-from-holder .banner-search-form .submit-search {
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px
}

body .banner-search-from-holder .banner-search-form .submit-search .img-holder,
html .banner-search-from-holder .banner-search-form .submit-search .img-holder {
    height: 34px;
    transition: all .15s ease-out;
    width: 34px
}

body .banner-search-from-holder .banner-search-form .submit-search .img-holder svg path,
html .banner-search-from-holder .banner-search-form .submit-search .img-holder svg path {
    stroke: #5a5a5a;
    transition: all .15s ease-out
}

body .banner-search-from-holder .banner-search-form .submit-search:hover .img-holder,
html .banner-search-from-holder .banner-search-form .submit-search:hover .img-holder {
    transform: scale(1.05)
}

body .banner-search-from-holder .banner-search-form .submit-search:hover .img-holder svg path,
html .banner-search-from-holder .banner-search-form .submit-search:hover .img-holder svg path {
    stroke: var(--primary-color)
}

body .attached-popup .store-name,
html .attached-popup .store-name {
    font-size: 16px
}

body .attached-popup p,
html .attached-popup p {
    font-size: 14px;
    margin-bottom: 0
}

body .mapboxgl-popup-close-button,
html .mapboxgl-popup-close-button {
    color: #1b1d22;
    cursor: pointer;
    font-size: 20px;
    outline: none;
    transition: all .15s ease-out
}

body .mapboxgl-popup-close-button:hover,
html .mapboxgl-popup-close-button:hover {
    color: var(--primary-color)
}

body .virtual-store-btn,
html .virtual-store-btn {
    bottom: 140px;
    cursor: pointer;
    position: fixed;
    right: 32px;
    z-index: 9
}

body .virtual-store-btn .thumbnail-holder,
html .virtual-store-btn .thumbnail-holder {
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    height: 62px;
    justify-content: center;
    margin: 0 auto 4px;
    width: 62px
}

body .virtual-store-btn .thumbnail-holder .img-holder,
html .virtual-store-btn .thumbnail-holder .img-holder {
    width: 65%
}

body .virtual-store-btn .thumbnail-holder .img-holder svg path,
html .virtual-store-btn .thumbnail-holder .img-holder svg path {
    fill: #fff;
    -webkit-animation: virtualStoreColor 3s linear infinite;
    animation: virtualStoreColor 3s linear infinite
}

body .virtual-store-btn .label,
html .virtual-store-btn .label {
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

body #CakeAIChatbotApp-wrapper,
html #CakeAIChatbotApp-wrapper {
    max-height: 80px !important
}

body .wp-block-table,
html .wp-block-table {
    margin-bottom: 24px
}

body .wp-block-table thead,
html .wp-block-table thead {
    border-width: 1px;
    white-space: nowrap
}

body .wp-block-table td,
body .wp-block-table th,
html .wp-block-table td,
html .wp-block-table th {
    border: .5px solid #ddd;
    padding: 10px;
    text-align: left
}

body .wp-block-table td.nowrap,
html .wp-block-table td.nowrap {
    white-space: nowrap
}

body .wp-block-table table,
body .wp-block-tablem,
html .wp-block-table table,
html .wp-block-tablem {
    border: 1px solid #ddd;
    border-collapse: separate;
    border-radius: 10px;
    border-spacing: 0;
    overflow: hidden;
    width: 100%
}

body .wp-block-table table tr:first-child th:first-child,
html .wp-block-table table tr:first-child th:first-child {
    border-top-left-radius: 5px
}

body .wp-block-table table tr:first-child th:last-child,
html .wp-block-table table tr:first-child th:last-child {
    border-top-right-radius: 5px
}

body .wp-block-table table tr:last-child td:first-child,
html .wp-block-table table tr:last-child td:first-child {
    border-bottom-left-radius: 5px
}

body .wp-block-table table tr:last-child td:last-child,
html .wp-block-table table tr:last-child td:last-child {
    border-bottom-right-radius: 5px
}

@media only screen and (max-width: 1368px) {

    body .virtual-store-btn,
    html .virtual-store-btn {
        bottom: 140px;
        right: 32px
    }

    body .virtual-store-btn .thumbnail-holder,
    html .virtual-store-btn .thumbnail-holder {
        height: 54px;
        margin: 0 auto 4px;
        width: 54px
    }

    body .virtual-store-btn .thumbnail-holder .img-holder,
    html .virtual-store-btn .thumbnail-holder .img-holder {
        width: 65%
    }

    body .virtual-store-btn .label,
    html .virtual-store-btn .label {
        font-size: 12px
    }
}

@media only screen and (max-width: 1080px) {

    body .row,
    html .row {
        flex-wrap: wrap
    }

    body .row.align-start-mb,
    html .row.align-start-mb {
        align-items: flex-start
    }

    body .row.no-wrap,
    html .row.no-wrap {
        flex-wrap: nowrap
    }

    body .row .col-50-mb,
    body .row .col-half-mb,
    html .row .col-50-mb,
    html .row .col-half-mb {
        flex-basis: 50%
    }

    body .row .col-third-mb,
    html .row .col-third-mb {
        flex-basis: 33.33%
    }

    body .row .col-full-mb,
    html .row .col-full-mb {
        flex-basis: 100%
    }

    body .row .col-10-mb,
    html .row .col-10-mb {
        flex-basis: 10%
    }

    body .row .col-15-mb,
    html .row .col-15-mb {
        flex-basis: 15%
    }

    body .row .order-1-mb,
    html .row .order-1-mb {
        order: 1
    }

    body .row .col-20-mb,
    html .row .col-20-mb {
        flex-basis: 20%
    }

    body .row .col-25-mb,
    html .row .col-25-mb {
        flex-basis: 25%
    }

    body .row .order-2-mb,
    html .row .order-2-mb {
        order: 2
    }

    body .row .col-30-mb,
    html .row .col-30-mb {
        flex-basis: 30%
    }

    body .row .col-35-mb,
    html .row .col-35-mb {
        flex-basis: 35%
    }

    body .row .order-3-mb,
    html .row .order-3-mb {
        order: 3
    }

    body .row .col-40-mb,
    html .row .col-40-mb {
        flex-basis: 40%
    }

    body .row .col-45-mb,
    html .row .col-45-mb {
        flex-basis: 45%
    }

    body .row .order-4-mb,
    html .row .order-4-mb {
        order: 4
    }

    body .row .col-50-mb,
    html .row .col-50-mb {
        flex-basis: 50%
    }

    body .row .col-55-mb,
    html .row .col-55-mb {
        flex-basis: 55%
    }

    body .row .order-5-mb,
    html .row .order-5-mb {
        order: 5
    }

    body .row .col-60-mb,
    html .row .col-60-mb {
        flex-basis: 60%
    }

    body .row .col-65-mb,
    html .row .col-65-mb {
        flex-basis: 65%
    }

    body .row .order-6-mb,
    html .row .order-6-mb {
        order: 6
    }

    body .row .col-70-mb,
    html .row .col-70-mb {
        flex-basis: 70%
    }

    body .row .col-75-mb,
    html .row .col-75-mb {
        flex-basis: 75%
    }

    body .row .order-7-mb,
    html .row .order-7-mb {
        order: 7
    }

    body .row .col-80-mb,
    html .row .col-80-mb {
        flex-basis: 80%
    }

    body .row .col-85-mb,
    html .row .col-85-mb {
        flex-basis: 85%
    }

    body .row .order-8-mb,
    html .row .order-8-mb {
        order: 8
    }

    body .row .col-90-mb,
    html .row .col-90-mb {
        flex-basis: 90%
    }

    body .row .col-95-mb,
    html .row .col-95-mb {
        flex-basis: 95%
    }

    body .row .order-9-mb,
    html .row .order-9-mb {
        order: 9
    }

    body .row .col-175-mb,
    html .row .col-175-mb {
        flex-basis: 17.5%
    }

    body .row .col-125-mb,
    html .row .col-125-mb {
        flex-basis: 12.5%
    }

    body .row .col-5-mb,
    html .row .col-5-mb {
        flex-basis: 5%
    }

    body .page-breadcrumbs,
    html .page-breadcrumbs {
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 6.4vw;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 4vw
    }

    body .page-breadcrumbs .link,
    html .page-breadcrumbs .link {
        display: inline;
        font-size: 3.2vw;
        line-height: 1.4;
        margin-bottom: 1.6vw;
        margin-right: 3.2vw;
        white-space: nowrap
    }

    body .page-breadcrumbs .link:after,
    html .page-breadcrumbs .link:after {
        content: ">";
        margin-left: 1.06667vw
    }

    body .banner-search-from-holder,
    html .banner-search-from-holder {
        padding: 0 4vw;
        width: 100%
    }

    body .banner-search-from-holder .banner-search-form input,
    html .banner-search-from-holder .banner-search-form input {
        border-radius: 26.66667vw;
        box-shadow: 0 6px 15px rgba(0, 0, 0, .1);
        font-size: 4.8vw;
        height: 16vw;
        line-height: 16vw
    }

    body .banner-search-from-holder .banner-search-form .submit-search,
    html .banner-search-from-holder .banner-search-form .submit-search {
        height: 100%;
        padding: 0;
        right: 2.66667vw;
        width: auto
    }

    body .banner-search-from-holder .banner-search-form .submit-search .img-holder,
    html .banner-search-from-holder .banner-search-form .submit-search .img-holder {
        height: auto;
        width: 8.53333vw
    }

    body .posts-list-pagination,
    html .posts-list-pagination {
        font-size: 4.76vw;
        line-height: 12vw;
        margin: 5vw 0
    }

    body .posts-list-pagination .page-indicator,
    html .posts-list-pagination .page-indicator {
        margin: 0 1vw
    }

    body .posts-list-pagination .current-page,
    body .posts-list-pagination .current-page-input,
    html .posts-list-pagination .current-page,
    html .posts-list-pagination .current-page-input {
        border-radius: 50%;
        font-size: 4.76vw;
        line-height: 12vw;
        width: 6vw
    }

    body .posts-list-pagination .page-control,
    html .posts-list-pagination .page-control {
        height: 12vw;
        margin: 0 2vw;
        width: 12vw
    }

    body .posts-list-pagination .page-control .arrow,
    html .posts-list-pagination .page-control .arrow {
        border: .25vw solid #fff;
        height: 3.2vw;
        top: calc(50% - 1.6vw);
        width: 3.2vw
    }

    body .posts-list-pagination .page-control.next-link .arrow,
    body .posts-list-pagination .page-control.prev-link .arrow,
    html .posts-list-pagination .page-control.next-link .arrow,
    html .posts-list-pagination .page-control.prev-link .arrow {
        left: 4vw
    }

    body .attached-popup .store-name,
    html .attached-popup .store-name {
        font-size: 4.2vw
    }

    body .attached-popup p,
    html .attached-popup p {
        font-size: 3.2vw;
        margin-bottom: 0
    }

    body .mapboxgl-popup-close-button,
    html .mapboxgl-popup-close-button {
        font-size: 4.6vw
    }

    body .virtual-store-btn,
    html .virtual-store-btn {
        bottom: 27vw;
        right: 1vw
    }

    body .virtual-store-btn .thumbnail-holder,
    html .virtual-store-btn .thumbnail-holder {
        border-radius: 50%;
        box-shadow: 0 0 2vw #fff;
        height: 12vw;
        margin-bottom: 1vw;
        width: 12vw
    }

    body .virtual-store-btn .thumbnail-holder .img-holder,
    html .virtual-store-btn .thumbnail-holder .img-holder {
        width: 68%
    }

    body .virtual-store-btn .label,
    html .virtual-store-btn .label {
        font-size: 3.2vw
    }
}

@-webkit-keyframes virtualStoreColor {

    0%,
    to {
        fill: #fff
    }

    50% {
        fill: #f9c805
    }
}

@keyframes virtualStoreColor {

    0%,
    to {
        fill: #fff
    }

    50% {
        fill: #f9c805
    }
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
textarea {
    font-family: var(--font-hisense-light);
}

.input-holder {
    margin: 5px 0 10px;
    position: relative
}

.input-holder label {
    background-color: #fff;
    color: #76787b;
    font-size: 12px;
    left: 10px;
    line-height: 16px;
    margin: 0;
    opacity: 0;
    padding: 0 3px;
    position: absolute;
    top: -8px;
    transform: translate(4px, 22px) scale(1.25);
    transform-origin: center left;
    transition: all .15s ease-out;
    visibility: hidden
}

.input-holder .form-control {
    border: 1px solid #76787b;
    border-radius: 8px;
    display: block;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 5px;
    padding: 0 14px;
    width: 100%
}

.input-holder .form-control:-ms-input-placeholder {
    color: #aab1bd
}

.input-holder .form-control::-moz-placeholder {
    color: #aab1bd
}

.input-holder .form-control::placeholder {
    color: #aab1bd
}

.input-holder .form-control:focus+label {
    opacity: 1;
    transform: none;
    visibility: visible
}

.input-holder .form-control:focus:-ms-input-placeholder {
    opacity: 0
}

.input-holder .form-control:focus::-moz-placeholder {
    opacity: 0
}

.input-holder .form-control:focus::placeholder {
    opacity: 0
}

.input-holder textarea.form-control {
    border-color: #d8d9db;
    height: auto;
    resize: none
}

.input-holder.file-input-holder {
    margin-top: -10px
}

.input-holder.file-input-holder label {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 5px;
    opacity: 1;
    padding: 0;
    position: static;
    transform: none;
    transition: none;
    visibility: visible;
    width: 100%
}

.select-holder .select-el {
    cursor: pointer;
    margin: 5px 0 10px;
    position: relative
}

.select-holder .select-el .current-select {
    background-color: #fff;
    border: 1px solid #76787b;
    border-radius: 8px;
    color: #76787b;
    font-size: 12px;
    height: 46px;
    line-height: 46px;
    padding: 0 14px;
    position: relative;
    transition: all .1s ease-in;
    z-index: 2
}

.select-holder .select-el .current-select .caret {
    border: 1px solid #76787b;
    border-left: none;
    border-top: none;
    height: 8px;
    position: absolute;
    right: 14px;
    top: calc(50% - 5px);
    transform: rotate(45deg);
    width: 8px
}

.select-holder .select-el.err .current-select,
.select-holder .select-el.err .current-select .caret {
    border-color: #f92015
}

.select-holder .select-el .select-range {
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    line-height: 39px;
    max-height: 240px;
    opacity: 0;
    overflow-y: auto;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 100%;
    z-index: 2
}

.select-holder .select-el .select-range li {
    color: #2b303b;
    cursor: pointer;
    font-size: 16px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all .1s ease-in;
    white-space: nowrap
}

.select-holder .select-el .select-range li a {
    display: block;
    margin-left: -15px;
    padding: 0 15px;
    width: calc(100% + 30px)
}

.select-holder .select-el .select-range li.active {
    background-color: #f8f8f8;
    cursor: auto;
    font-weight: 700;
    opacity: .6
}

.select-holder .select-el .select-range li.label {
    color: #999
}

.select-holder .select-el .select-range li:hover {
    background-color: #f8f8f8;
    transition: all .15s ease-out
}

.select-holder .select-el .select-range li.hidden-item {
    display: none
}

.select-holder .select-el.lg-el .current-select {
    font-size: 20px;
    line-height: 44px;
    min-height: 44px
}

.select-holder .select-el:hover .current-select {
    transition: all .15s ease-out
}

.select-holder .select-el.active {
    z-index: 4
}

.select-holder .select-el.active .current-select {
    transition: all .15s ease-out
}

.select-holder .select-el.active .select-range {
    opacity: 1;
    visibility: visible
}

.select-holder .select-el.is-selected .current-select {
    background-color: #76787b;
    color: #fff
}

.select-holder .select-el.is-selected .current-select .caret {
    border-color: #fff
}

.select-holder .select-el.disabled {
    cursor: not-allowed
}

.select-holder .select-el.disabled .current-select {
    background-color: #ddd;
    border-color: #aaa;
    color: #999
}

.select-holder:has(.select2) {
    display: flex;
    flex-direction: column
}

.select-holder:has(.select2) .select2.select2-container {
    width: 100% !important
}

.select-holder:has(.select2) .select2.select2-container .select2-selection {
    border-radius: 8px;
    height: 44px;
    outline: none !important;
    transition: all .15s ease-in-out
}

.select-holder:has(.select2) .select2.select2-container .select2-selection__rendered {
    color: inherit;
    font-size: inherit;
    line-height: 44px;
    padding-right: 44px
}

.select-holder:has(.select2) .select2.select2-container .select2-selection__arrow {
    height: 44px;
    width: 44px
}

.select-holder:has(.select2) .select2.select2-container .select2-selection--single {
    border: 1px solid #d8d9db
}

.select-holder:has(.select2) .error {
    order: 2
}

.checkbox-holder {
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 12px;
    padding: 0 0 0 26px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox-holder input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

.checkbox-holder input:checked {
    border-color: var(--primary-color)
}

.checkbox-holder input:checked~.checkmark {
    background-color: var(--primary-color)
}

.checkbox-holder input:checked~.checkmark:after {
    display: block
}

.checkbox-holder .checkmark {
    border: 1px solid #76787b;
    border-radius: 4px;
    height: 20px;
    left: 0;
    position: absolute;
    top: 2px;
    transition: all .1s ease-out;
    width: 20px
}

.checkbox-holder .checkmark:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 11px;
    left: 6px;
    position: absolute;
    top: 1px;
    transform: rotate(45deg);
    width: 6px
}

.checkbox-holder:hover input~.checkmark {
    background-color: #ccc;
    border-color: #ccc
}

.min-max-slider {
    height: 20px;
    margin-bottom: 44px;
    position: relative;
    width: 100%
}

.min-max-slider:before {
    background: var(--primary-color);
    content: "";
    z-index: 0
}

.min-max-slider input,
.min-max-slider:before {
    height: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.min-max-slider input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    margin: 0;
    pointer-events: none
}

.min-max-slider input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 4px solid var(--primary-color);
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    margin-top: 0;
    pointer-events: auto;
    width: 20px;
    z-index: 3
}

.min-max-slider input::-moz-range-thumb {
    background: #fff;
    border: 4px solid var(--primary-color);
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    margin-top: 0;
    pointer-events: auto;
    width: 20px;
    z-index: 3
}

.min-max-slider input.min {
    background: var(--primary-color);
    z-index: 1
}

.min-max-slider input.max {
    z-index: 2
}

.min-max-slider .value-display {
    color: #2b303b;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: calc(100% - 6px);
    transform: translateY(100%)
}

.min-max-slider .value-display#min-value {
    left: 0
}

.min-max-slider .value-display#max-value {
    right: 0
}

@media only screen and (max-width: 1080px) {
    .min-max-slider {
        margin-bottom: 11.73vw
    }

    .min-max-slider input {
        height: 1vw
    }

    .min-max-slider input::-webkit-slider-thumb {
        border-width: 1vw;
        height: 5.33vw;
        width: 5.33vw
    }

    .min-max-slider input::-moz-range-thumb {
        border-width: 1vw;
        height: 5.33vw;
        width: 5.33vw
    }

    .min-max-slider .value-display {
        font-size: 3.2vw;
        line-height: 1.2
    }
}

.input-holder input.error {
    border-color: #ed1c24 !important
}

.input-holder input.error~.error,
.select-holder select~.error {
    color: #ed1c24 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 2
}

.select-holder select.error,
.select-holder select.error~.select2.select2-container .select2-selection {
    border-color: #ed1c24 !important
}

.page-header {
    background-color: #000;
    box-shadow: none;
    left: 0;
    position: fixed;
    top: 0;
    transition: all .3s ease-out;
    width: 100%;
    z-index: 10
}

.page-header.no-shadow {
    box-shadow: none !important
}

.page-header[data-scroll=in] {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}

.page-header.hidden-top {
    transform: translateY(-100%)
}

.page-header .header-layout {
    display: flex;
    height: 88px;
    justify-content: space-between
}

.page-header .header-layout .logo-menu-group {
    align-items: center;
    display: flex;
    height: 88px
}

.page-header .header-layout .logo-menu-group .header-logo {
    flex-basis: 150px;
    flex-shrink: 0;
    margin-right: 18px;
    padding-bottom: 10px;
    width: 150px
}

.page-header .header-layout .logo-menu-group .header-menu {
    display: flex
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 88px;
    padding: 0 12px;
    text-transform: uppercase;
    white-space: nowrap
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.active>a,
.page-header .header-layout .logo-menu-group .header-menu .nav-item:hover>a {
    color: var(--primary-color);
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu {
    position: relative
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .arrow {
    border: 2px solid #FFF;
    border-bottom-right-radius: 3px;
    border-left: none;
    border-top: none;
    display: inline-block;
    height: 8px;
    margin: 0 2px;
    position: relative;
    top: -2px;
    transform: rotate(45deg);
    width: 8px
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 22px 0 45px;
    position: fixed;
    top: 88px;
    transform: scaleY(0);
    transform-origin: center top;
    transition: all .3s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 4
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout {
    display: flex
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col {
    flex-grow: 1
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .menu-title {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 20px
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .sub-menu-switcher {
    display: flex;
    margin-bottom: 20px
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .sub-menu-switcher .switch-sub-menu-item {
    color: #737373;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding: 0 20px;
    position: relative;
    transition: all ease-out
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .sub-menu-switcher .switch-sub-menu-item:after {
    background-color: #d8d9db;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    width: 1px
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .sub-menu-switcher .switch-sub-menu-item.active,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .sub-menu-switcher .switch-sub-menu-item:hover {
    color: var(--primary-color)
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .sub-menu-switcher .switch-sub-menu-item:first-child {
    padding-left: 0
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .sub-menu-switcher .switch-sub-menu-item:last-child {
    padding-right: 0
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .sub-menu-switcher .switch-sub-menu-item:last-child:after {
    display: none
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .about-us-sub-menu,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .product-sub-menu {
    display: flex;
    width: 100%
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .about-us-sub-menu .nav-item,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .product-sub-menu .nav-item {
    flex-basis: 33.33%;
    margin-bottom: 38px;
    padding: 0
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .about-us-sub-menu .nav-item a,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .product-sub-menu .nav-item a {
    align-items: center;
    color: #1b1d22;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    line-height: 32px
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .about-us-sub-menu .nav-item a .icon,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .product-sub-menu .nav-item a .icon {
    margin-right: 5px
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .about-us-sub-menu .nav-item a .icon img,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .product-sub-menu .nav-item a .icon img {
    display: block;
    max-height: 32px
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .about-us-sub-menu .nav-item:hover,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .about-us-sub-menu .nav-item:hover a,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .product-sub-menu .nav-item:hover,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .product-sub-menu .nav-item:hover a {
    color: var(--primary-color)
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .about-us-sub-menu,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .product-sub-menu {
    flex-wrap: wrap
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .about-us-sub-menu .nav-item,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .product-sub-menu .nav-item {
    flex-basis: 25%
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .about-us-sub-menu .nav-item a,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .product-sub-menu .nav-item a {
    line-height: 22px
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .technology-sub-menu {
    display: flex
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .technology-sub-menu .nav-item {
    display: flex;
    flex-basis: 33.33%;
    padding: 0
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .technology-sub-menu .nav-item .tech-list-icon {
    flex-shrink: 0;
    margin-right: 8px;
    width: 40px
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .technology-sub-menu .nav-item .nav-technology-title {
    font-size: 15px;
    font-weight: 500;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 16px;
    text-transform: uppercase
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .technology-sub-menu .nav-item .tech-list .tech-item {
    color: #1b1d22;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6;
    text-transform: none
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .technology-sub-menu .nav-item .tech-list .tech-item:hover {
    color: var(--primary-color)
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .common-sub-menu,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .warranty-sub-menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .common-sub-menu .sub-menu-item,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .common-sub-menu .warranty-item,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .warranty-sub-menu .sub-menu-item,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .warranty-sub-menu .warranty-item {
    flex-basis: 33.33%;
    height: 40px;
    margin-bottom: 20px
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .common-sub-menu .sub-menu-item .link-wrapper,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .common-sub-menu .warranty-item .link-wrapper,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .warranty-sub-menu .sub-menu-item .link-wrapper,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .warranty-sub-menu .warranty-item .link-wrapper {
    align-items: center;
    display: flex;
    height: 40px;
    transition: all .15s ease-out
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .common-sub-menu .sub-menu-item .link-wrapper:hover .context,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .common-sub-menu .warranty-item .link-wrapper:hover .context,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .warranty-sub-menu .sub-menu-item .link-wrapper:hover .context,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .warranty-sub-menu .warranty-item .link-wrapper:hover .context {
    color: var(--primary-color)
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .common-sub-menu .sub-menu-item .ico,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .common-sub-menu .warranty-item .ico,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .warranty-sub-menu .sub-menu-item .ico,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .warranty-sub-menu .warranty-item .ico {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-right: 5px;
    width: 40px
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .common-sub-menu .sub-menu-item .ico img,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .common-sub-menu .warranty-item .ico img,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .warranty-sub-menu .sub-menu-item .ico img,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .warranty-sub-menu .warranty-item .ico img {
    max-height: 100%;
    max-width: 32px
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .common-sub-menu .sub-menu-item .context,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .common-sub-menu .warranty-item .context,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .warranty-sub-menu .sub-menu-item .context,
.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .warranty-sub-menu .warranty-item .context {
    color: #1b1d22;
    font-size: 14px;
    letter-spacing: -.02em;
    line-height: 1.4;
    text-transform: uppercase;
    transition: all .15s ease-out;
    white-space: nowrap
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .warranty-sub-menu {
    display: none;
    flex-basis: 100%;
    width: 100%
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .warranty-sub-menu .warranty-item {
    flex-basis: 25%;
    width: 25%
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-left-col .warranty-sub-menu.active {
    display: flex
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-right-col {
    border-left: 1px solid #d8d9db;
    flex-basis: 31%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 28px
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-right-col .thumbnail-el {
    position: relative
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-right-col .thumbnail-el .menu-thumbnail {
    border-radius: 14px;
    overflow: hidden;
    width: 100%
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-right-col .thumbnail-el .menu-shadow {
    border-radius: 14px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 0;
    display: none;
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-right-col .thumbnail-el .menu-shadow img {
    transform: scaleY(-1)
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu .menu-layout .sub-menu-right-col .thumbnail-el .menu-shadow:after {
    background: linear-gradient(#ffffff33, #fff 20%, #fff);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu:hover>.arrow {
    border-color: #00a7e1
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu:hover .sub-menu {
    color: var(--primary-color);
    opacity: 1;
    transform: none;
    visibility: visible
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu:hover .sub-menu .nav-item:hover>a {
    color: #00a7e1
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu.active>.arrow {
    border-color: #00a7e1
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu.show-menu>a {
    color: #00a7e1
}

.page-header .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu.show-menu>.arrow {
    border-color: #00a7e1
}

.page-header .header-layout .header-right-menu .right-menu-list {
    align-items: center;
    display: flex
}

.page-header .header-layout .header-right-menu .right-menu-list .nav-item {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 88px;
    margin-right: 18px
}

.page-header .header-layout .header-right-menu .right-menu-list .nav-item:last-child {
    margin-right: 0
}

.page-header .header-layout .header-right-menu .right-menu-list .nav-item .icon {
    width: 16px
}

.page-header .header-layout .header-right-menu .right-menu-list .nav-item.lang-menu {
    position: relative
}

.page-header .header-layout .header-right-menu .right-menu-list .nav-item.lang-menu .label {
    align-items: center;
    display: none
}

.page-header .header-layout .header-right-menu .right-menu-list .nav-item.lang-menu .label .arrow {
    border: 2px solid #1b1d22;
    border-bottom-right-radius: 2px;
    border-left: none;
    border-top: none;
    display: inline-block;
    height: 0px;
    margin-left: 10px;
    position: relative;
    transform: rotate(45deg);
    width: 0px
}

.page-header .header-layout .header-right-menu .right-menu-list .nav-item.lang-menu .language-list {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    opacity: 0;
    padding: 8px 0;
    position: absolute;
    top: 80%;
    visibility: hidden;
    z-index: 4
}

.page-header .header-layout .header-right-menu .right-menu-list .nav-item.lang-menu .language-list .lang-item {
    color: #76787b;
    cursor: pointer;
    font-weight: 500;
    line-height: 1.5;
    line-height: 20px;
    margin-bottom: 8px;
    padding: 0 13px
}

.page-header .header-layout .header-right-menu .right-menu-list .nav-item.lang-menu .language-list .lang-item:last-child {
    margin-bottom: 0
}

.page-header .header-layout .header-right-menu .right-menu-list .nav-item.lang-menu .language-list .lang-item:hover {
    color: var(--primary-color)
}

.page-header .header-layout .header-right-menu .right-menu-list .nav-item.lang-menu:hover .language-list {
    opacity: 1;
    visibility: visible
}

.page-header .mb-menu-holder {
    display: none
}

@media only screen and (max-width: 1080px) {
    .page-header {
        padding: 0 !important
    }

    .page-header .header-layout {
        height: 16vw;
        padding: 0
    }

    .page-header .header-layout .logo-menu-group {
        height: 16vw;
        padding: 0 4.26vw;
        position: relative;
        width: 100%
    }

    .page-header .header-layout .logo-menu-group .header-logo {
        flex-basis: 25.6vw;
        flex-shrink: 0;
        margin-right: auto;
        width: 25.6vw
    }

    .page-header .header-layout .header-mb-actions .search-action {
        margin-right: 4vw
    }

    .page-header .header-layout .header-mb-actions .search-action .action-ico {
        width: 10.66vw
    }

    .page-header .header-layout .header-mb-actions .mb-menu-toggle {
        height: 10.6vw;
        position: relative;
        width: 10.66vw
    }

    .page-header .header-layout .header-mb-actions .mb-menu-toggle .close-mb-menu-ico,
    .page-header .header-layout .header-mb-actions .mb-menu-toggle .mb-menu-ico {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .page-header .header-layout .header-mb-actions .mb-menu-toggle .mb-menu-ico {
        opacity: 1;
        transform: none;
        transition: all .2s ease-out .1s;
        visibility: visible
    }

    .page-header .header-layout .header-mb-actions .mb-menu-toggle .close-mb-menu-ico {
        opacity: 0;
        transform: rotate(90deg);
        transition: all .2s ease-out;
        visibility: hidden
    }

    .page-header .header-layout .header-mb-actions .mb-menu-toggle.active .mb-menu-ico {
        opacity: 0;
        transform: rotate(-90deg);
        transition: all .2s ease-out;
        visibility: hidden
    }

    .page-header .header-layout .header-mb-actions .mb-menu-toggle.active .close-mb-menu-ico {
        opacity: 1;
        transform: none;
        transition: all .2s ease-out .1s;
        visibility: visible
    }

    .page-header .header-layout .mb-menu-holder {
        background-color: #fff;
        display: flex;
        flex-direction: column;
        height: calc(100vh - 16vw);
        justify-content: space-between;
        left: 0;
        max-height: calc(100vh - 16vw);
        opacity: 0;
        overflow-y: auto;
        padding: 4.26vw;
        position: absolute;
        top: 16vw;
        transform: scaleY(0);
        transform-origin: center top;
        transition: all .3s ease-out;
        visibility: hidden;
        width: 100%;
        z-index: 4
    }

    .page-header .header-layout .mb-menu-holder .mb-menu {
        color: var(--primary-color);
        text-transform: uppercase
    }

    .page-header .header-layout .mb-menu-holder .mb-menu .nav-item {
        align-items: center;
        display: flex;
        flex-basis: 100%;
        flex-wrap: wrap;
        font-size: 4.26vw;
        line-height: 1.5;
        min-height: 10.6vw
    }

    .page-header .header-layout .mb-menu-holder .mb-menu .nav-item.active>a {
        color: #00a7e1
    }

    .page-header .header-layout .mb-menu-holder .mb-menu .nav-item.active.with-child-menu .arrow:after {
        border-color: #00a7e1
    }

    .page-header .header-layout .mb-menu-holder .mb-menu .nav-item.with-child-menu {
        align-items: center;
        display: flex;
        flex-basis: 100%;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .page-header .header-layout .mb-menu-holder .mb-menu .nav-item.with-child-menu .arrow {
        align-items: center;
        display: flex;
        height: 10.6vw;
        justify-content: center;
        position: relative;
        right: -3vw;
        transition: all .15s ease-out;
        width: 10.6vw
    }

    .page-header .header-layout .mb-menu-holder .mb-menu .nav-item.with-child-menu .arrow:after {
        border: .5vw solid var(--primary-color);
        border-bottom: none;
        border-left: none;
        content: "";
        height: 2.13vw;
        transform: rotate(45deg);
        width: 2.13vw
    }

    .page-header .header-layout .mb-menu-holder .mb-menu .nav-item.with-child-menu .sub-menu {
        display: none;
        flex-basis: 100%;
        flex-shrink: 0;
        padding-left: 2.75vw
    }

    .page-header .header-layout .mb-menu-holder .mb-menu .nav-item.with-child-menu .sub-menu .nav-item {
        line-height: 1.5;
        min-height: 0;
        padding: 1.75vw 0
    }

    .page-header .header-layout .mb-menu-holder .mb-menu .nav-item.with-child-menu.show-menu .arrow {
        transform: rotate(90deg)
    }

    .page-header .header-layout .mb-menu-holder .mb-menu .nav-item.with-2nd-child-menu .nav-item-name {
        flex-basis: 100%;
        margin-bottom: 2vw
    }

    .page-header .header-layout .mb-menu-holder .mb-menu .nav-item.with-2nd-child-menu .child-menu {
        flex-basis: 100%
    }

    .page-header .header-layout .mb-menu-holder .mb-menu .nav-item.with-2nd-child-menu .child-menu .nav-item {
        font-size: 3.7vw;
        padding-left: 3.2vw
    }

    .page-header .header-layout .mb-menu-holder .language-selection {
        align-items: center;
        display: flex;
        padding-top: 5vw;
        position: relative;
        z-index: 2
    }

    .page-header .header-layout .mb-menu-holder .language-selection .language-icon {
        margin-right: 3vw;
        width: 8vw
    }

    .page-header .header-layout .mb-menu-holder .language-selection .lang-list-holder {
        background-color: #fff;
        border-radius: 2.13vw;
        box-shadow: 0 0 2vw rgba(0, 0, 0, .25);
        font-size: 4.26vw;
        height: 10.6vw;
        line-height: 10.6vw;
        padding: 0 3vw 3vw;
        position: relative;
        text-transform: uppercase
    }

    .page-header .header-layout .mb-menu-holder .language-selection .lang-list-holder .lang-list {
        background-color: #fff;
        border-radius: 2.13vw;
        bottom: 110%;
        box-shadow: 0 0 2vw rgba(0, 0, 0, .25);
        display: none;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 3
    }

    .page-header .header-layout .mb-menu-holder .language-selection .lang-list-holder .lang-list .lang-item {
        color: #76787b;
        line-height: 2.3;
        padding-left: 3vw
    }

    .page-header .header-layout .mb-menu-holder .language-selection .lang-list-holder .lang-list .lang-item.active {
        color: var(--primary-color)
    }

    .page-header .header-layout .mb-menu-holder .language-selection .lang-list-holder .lang-list.active {
        display: block
    }

    .page-header .header-layout .mb-menu-holder.active {
        opacity: 1;
        transform: none;
        visibility: visible
    }
}

.skiptranslate {
    display: none
}

body.with-fixed-header {
    padding-top: 88px
}

body#aquavn-homepage {
    padding-top: 0
}

@media only screen and (max-width: 1080px) {

    body#aquavn-homepage,
    body.with-fixed-header {
        padding-top: 16vw
    }
}

body.admin-bar .page-header {
    top: 34px
}

body.admin-bar .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu {
    top: 122px
}

@media only screen and (max-width: 1440px) {

    body .header-layout .logo-menu-group .header-menu .nav-item.with-child-menu .sub-menu {
        top: 122px;

    }
}

@media only screen and (max-width: 1280px) {
    body .page-header {
        font-size: 14px;
        padding: 0 15px
    }

    body .page-header .header-layout .logo-menu-group .header-menu .nav-item {
        padding: 0 10px
    }
}

@media only screen and (max-width: 1080px) {

    body,
    body.admin-bar {
        padding: 0
    }

    body.admin-bar #wpadminbar {
        display: none !important
    }

    body.admin-bar .page-header,
    body.admin-bar .section-news-events-page-navigation {
        top: 0
    }

    body.admin-bar#aquavn-homepage,
    body.admin-bar.with-fixed-header {
        padding-top: 16vw
    }
}

#header-searchform {
    position: relative;
    width: 180px
}

#header-searchform .search-field {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #111;
    color: var(--primary-color);
    display: block;
    line-height: 30px;
    outline: none;
    width: 100%;
    box-shadow: unset;
}

#header-searchform .search-field:active,
#header-searchform .search-field:focus,
#header-searchform .search-field:hover {
    background-color: #f9f9f9
}

#header-searchform .submit-btn {
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px
}

#header-searchform .submit-btn .icon {
    width: 18px
}

.archive .page-header,
.single-product .page-header {
    transform: none !important
}

.mina-2024 .footer {
    background-color: #fbfbfb;
    padding: 90px 0 0px;
    position: relative
}

.mina-2024 .footer .back-to-top-btn {
    align-items: center;
    background: #76787b;
    bottom: 100px;
    cursor: pointer;
    display: flex;
    height: 44px;
    justify-content: center;
    position: fixed;
    right: 40px;
    transition: all .15s ease-out;
    width: 44px;
    z-index: 9
}

.mina-2024 .footer .back-to-top-btn .img-holder {
    -webkit-animation: backToTopAnimation 1s linear infinite;
    animation: backToTopAnimation 1s linear infinite;
    width: 30px
}

.mina-2024 .footer .back-to-top-btn:hover {
    background: #909294
}

.mina-2024 .footer .footer-layout .footer-body {
    border-bottom: 1px solid #737373;
    padding-bottom: 23px
}

.mina-2024 .footer .footer-layout .footer-body .footer-logo {
    width: 140px
}

.mina-2024 .footer .footer-layout .footer-body .url-list-col {
    flex-basis: 17%
}

.mina-2024 .footer .footer-layout .footer-body .url-list-col .col-title {
    color: #5a5a5a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.mina-2024 .footer .footer-layout .footer-body .url-list-col .link-list {
    margin-bottom: 23px
}

.mina-2024 .footer .footer-layout .footer-body .url-list-col .link-list .link-item {
    align-items: center;
    color: #5a5a5a;
    display: flex;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px
}

.mina-2024 .footer .footer-layout .footer-body .url-list-col .link-list.address-list .link-item {
    align-items: flex-start
}

.mina-2024 .footer .footer-layout .footer-body .url-list-col .link-list.address-list .link-item .ico {
    flex-shrink: 0;
    margin-right: 6px;
    position: relative;
    top: 4px
}

.mina-2024 .footer .footer-layout .footer-body .url-list-col .link-list.address-list .link-item .ico.pin-ico {
    width: 20px
}

.mina-2024 .footer .footer-layout .footer-body .url-list-col .link-list.address-list .link-item .ico.phone-ico {
    width: 21px
}

.mina-2024 .footer .footer-layout .footer-body .url-list-col .link-list.address-list .link-item .ico.clock-ico {
    width: 18px
}

.mina-2024 .footer .footer-layout .footer-body .url-list-col:last-child {
    flex-grow: 1
}

.mina-2024 .footer .footer-layout .footer-body .url-list-col .social-list-name {
    color: #5a5a5a;
    font-size: 14px;
    margin: 0 0 10px
}

.mina-2024 .footer .footer-layout .footer-body .url-list-col .social-network-list {
    display: flex
}

.mina-2024 .footer .footer-layout .footer-body .url-list-col .social-network-list .social-item {
    cursor: pointer;
    margin-right: 12px;
    transition: all .15s ease-out
}

.mina-2024 .footer .footer-layout .footer-body .url-list-col .social-network-list .social-item .img-holder {
    width: 32px
}

.mina-2024 .footer .footer-layout .footer-body .url-list-col .social-network-list .social-item:last-child {
    margin-right: 0
}

.mina-2024 .footer .footer-layout .footer-body .url-list-col .social-network-list .social-item:hover {
    opacity: .75;
    transform: scale(1.05)
}

.mina-2024 .footer .footer-layout .footer-bottom .footer-bottom-layout {
    color: #5a5a5a;
    display: flex;
    padding-top: 30px
}

.mina-2024 .footer .footer-layout .footer-bottom .company-contact-col {
    flex-basis: 60%;
    flex-grow: 0;
    margin-bottom: 50px;
    padding-top: 15px
}

.mina-2024 .footer .footer-layout .footer-bottom .company-contact-col .contact-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase
}

.mina-2024 .footer .footer-layout .footer-bottom .company-contact-col .contact-desc {
    font-size: 12px;
    line-height: 1.75;
    margin-bottom: 20px;
    white-space: nowrap
}

.mina-2024 .footer .footer-layout .footer-bottom .company-business-col {
    align-items: flex-end;
    display: flex;
    flex-basis: 40%;
    flex-direction: column;
    flex-grow: 1
}

.mina-2024 .footer .footer-layout .footer-bottom .company-business-col .bo-cong-thuong {
    margin-bottom: 10px;
    width: 189px
}

.mina-2024 .footer .footer-layout .footer-bottom .company-business-col .url-list .url-item {
    font-size: 12px;
    line-height: 2;
    text-align: right
}

.mina-2024 .footer .footer-layout .footer-bottom .copyright-text {
    color: #5a5a5a;
    font-size: 12px
}

@media only screen and (max-width: 1080px) {
    .mina-2024 .footer {
        padding: 8vw 4.26vw 16vw
    }

    .mina-2024 .footer .back-to-top-btn {
        bottom: 17vw;
        height: 10vw;
        right: 3.2vw;
        width: 10vw
    }

    .mina-2024 .footer .back-to-top-btn .img-holder {
        width: 7.2vw
    }

    .mina-2024 .footer .footer-layout .footer-body {
        padding-bottom: 30px
    }

    .mina-2024 .footer .footer-layout .footer-body .footer-logo {
        margin-bottom: 5vw;
        width: 25.6vw
    }

    .mina-2024 .footer .footer-layout .footer-body .url-list-col {
        flex-basis: 100%
    }

    .mina-2024 .footer .footer-layout .footer-body .url-list-col .col-title {
        align-items: center;
        display: flex;
        font-size: 5.3vw;
        justify-content: space-between;
        line-height: 1.5;
        margin-bottom: 3vw
    }

    .mina-2024 .footer .footer-layout .footer-body .url-list-col .col-title .arrow {
        border: .5vw solid #5a5a5a;
        border-bottom: none;
        border-bottom-left-radius: .25vw;
        border-left: none;
        height: 2.67vw;
        transform: rotate(45deg);
        transition: all .15s ease-out;
        width: 2.67vw
    }

    .mina-2024 .footer .footer-layout .footer-body .url-list-col .col-title.active .arrow {
        transform: rotate(135deg)
    }

    .mina-2024 .footer .footer-layout .footer-body .url-list-col .link-list {
        padding-bottom: .5vw
    }

    .mina-2024 .footer .footer-layout .footer-body .url-list-col .link-list.mb-toggle-menu {
        display: none
    }

    .mina-2024 .footer .footer-layout .footer-body .url-list-col .link-list .link-item {
        font-size: 3.73vw;
        line-height: 1.5;
        margin-bottom: 2vw
    }

    .mina-2024 .footer .footer-layout .footer-body .url-list-col .link-list.address-list .link-item .ico {
        flex-shrink: 0;
        margin-right: 2vw;
        top: .5vw
    }

    .mina-2024 .footer .footer-layout .footer-body .url-list-col .link-list.address-list .link-item .ico.pin-ico {
        margin-right: 2.3vw;
        width: 4.7vw
    }

    .mina-2024 .footer .footer-layout .footer-body .url-list-col .link-list.address-list .link-item .ico.phone-ico {
        width: 5vw
    }

    .mina-2024 .footer .footer-layout .footer-body .url-list-col .link-list.address-list .link-item .ico.clock-ico {
        margin-right: 2.7vw;
        width: 4.3vw
    }

    .mina-2024 .footer .footer-layout .footer-body .url-list-col .social-list-name {
        font-size: 3.73vw;
        margin: 0 0 3vw
    }

    .mina-2024 .footer .footer-layout .footer-body .url-list-col .social-network-list .social-item {
        margin-right: 2vw
    }

    .mina-2024 .footer .footer-layout .footer-body .url-list-col .social-network-list .social-item .img-holder {
        display: block;
        width: 8.5333vw
    }

    .mina-2024 .footer .footer-layout .footer-body .url-list-col .social-network-list .social-item:hover {
        opacity: 1;
        transform: none
    }

    .mina-2024 .footer .footer-layout .footer-bottom .footer-bottom-layout {
        flex-wrap: wrap;
        padding: 5.3vw 0
    }

    .mina-2024 .footer .footer-layout .footer-bottom .company-contact-col {
        flex-basis: 100%;
        padding-top: 0
    }

    .mina-2024 .footer .footer-layout .footer-bottom .company-contact-col .contact-title {
        color: #5a5a5a;
        font-size: 5.33vw;
        margin-bottom: 3vw;
        padding-right: 3vw
    }

    .mina-2024 .footer .footer-layout .footer-bottom .company-contact-col .contact-desc {
        font-size: 3.73vw;
        line-height: 1.75;
        margin-bottom: 5vw;
        padding-right: 3vw;
        white-space: normal
    }

    .mina-2024 .footer .footer-layout .footer-bottom .company-business-col {
        align-items: flex-start;
        flex-basis: 100%
    }

    .mina-2024 .footer .footer-layout .footer-bottom .company-business-col .bo-cong-thuong {
        margin-bottom: 3vw;
        width: 50.4vw
    }

    .mina-2024 .footer .footer-layout .footer-bottom .company-business-col .url-list .url-item {
        font-size: 3.73vw;
        text-align: left
    }

    .mina-2024 .footer .footer-layout .footer-bottom .copyright-text {
        font-size: 3.73vw
    }
}

@-webkit-keyframes backToTopAnimation {

    0%,
    50%,
    to {
        transform: none
    }

    25% {
        transform: translateY(-10%)
    }

    75% {
        transform: translateY(10%)
    }
}

@keyframes backToTopAnimation {

    0%,
    50%,
    to {
        transform: none
    }

    25% {
        transform: translateY(-10%)
    }

    75% {
        transform: translateY(10%)
    }
}

.video-modal {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 2px;
    position: fixed;
    top: 0;
    transition: all .3s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 15
}

.video-modal .video-overlay {
    background-color: hsla(0, 0%, 100%, .75);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.video-modal.active {
    opacity: 1;
    visibility: visible
}

.video-modal .video-holder {
    height: 70vh;
    position: relative;
    width: 75vw;
    z-index: 2
}

.compare-mini-holder {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    opacity: 0;
    padding: 30px 0;
    position: fixed;
    transform: translateY(100%);
    transition: all .3s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 15
}

.compare-mini-holder .compare-holder-layout {
    display: flex
}

.compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder {
    flex-basis: 75%;
    flex-shrink: 0
}

.compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list {
    grid-gap: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%
}

.compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item {
    border: 1px solid #d8d9db;
    border-radius: 20px;
    position: relative
}

.compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item:nth-child(4+n) {
    display: none
}

.compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .remove-product-btn {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all .15s ease-out
}

.compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .remove-product-btn:hover {
    transform: scale(1.05)
}

.compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .product-info-layout {
    padding: 10px 60px 10px 20px
}

.compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .product-info-layout .product-name {
    color: #1b1d22;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    margin: 0
}

.compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .product-info-layout .product-sku {
    color: #1b1d22;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px
}

.compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .product-info-layout .product-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0
}

.compare-mini-holder .compare-holder-layout .cta-holder {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-left: auto;
    padding-top: 30px;
    text-align: right
}

.compare-mini-holder .compare-holder-layout .cta-holder .do-compare-btn {
    margin-bottom: 15px
}

.compare-mini-holder .compare-holder-layout .cta-holder .remove-all-products-from-comparing {
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    transition: all .15s ease-out;
    width: 100%
}

.compare-mini-holder .compare-holder-layout .cta-holder .remove-all-products-from-comparing:hover {
    color: var(--primary-color)
}

.compare-mini-holder.active {
    opacity: 1;
    transform: none;
    visibility: visible
}

@media only screen and (max-width: 1680px) {
    .compare-mini-holder {
        padding: 27px 0
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder {
        flex-basis: 75%;
        flex-shrink: 0
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list {
        grid-gap: 22px
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item {
        border-radius: 18px;
        position: relative
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .remove-product-btn {
        right: 19px;
        top: 19px
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .product-info-layout {
        padding: 9px 54px 9px 18px
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .product-info-layout .product-name {
        font-size: 15px
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .product-info-layout .product-sku {
        font-size: 15px;
        margin-bottom: 18px
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .product-info-layout .product-price {
        font-size: 15px
    }

    .compare-mini-holder .compare-holder-layout .cta-holder {
        padding-top: 27px
    }

    .compare-mini-holder .compare-holder-layout .cta-holder .do-compare-btn {
        margin-bottom: 14px
    }
}

@media only screen and (max-width: 1440px) {
    .compare-mini-holder {
        padding: 24px 0
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list {
        grid-gap: 20px
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item {
        border-radius: 16px;
        position: relative
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .remove-product-btn {
        right: 17px;
        top: 17px
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .product-info-layout {
        padding: 8px 49px 8px 16px
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .product-info-layout .product-name {
        font-size: 14px
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .product-info-layout .product-sku {
        font-size: 14px;
        margin-bottom: 16px
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .product-info-layout .product-price {
        font-size: 14px
    }

    .compare-mini-holder .compare-holder-layout .cta-holder {
        padding-top: 25px
    }

    .compare-mini-holder .compare-holder-layout .cta-holder .do-compare-btn {
        margin-bottom: 13px
    }
}

@media only screen and (max-width: 1368px) {
    .compare-mini-holder {
        padding: 21px 0
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list {
        grid-gap: 17px
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item {
        border-radius: 14px
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .remove-product-btn {
        right: 15px;
        top: 15px
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .product-info-layout {
        padding: 7px 45px 7px 14px
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .product-info-layout .product-name {
        font-size: 12px
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .product-info-layout .product-sku {
        font-size: 12px;
        margin-bottom: 14px
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .product-info-layout .product-price {
        font-size: 12px
    }

    .compare-mini-holder .compare-holder-layout .cta-holder {
        padding-top: 22px
    }

    .compare-mini-holder .compare-holder-layout .cta-holder .do-compare-btn {
        margin-bottom: 12px
    }
}

@media only screen and (max-width: 1080px) {
    .compare-mini-holder {
        box-shadow: 0 0 3vw rgba(0, 0, 0, .15);
        padding: 3.26vw
    }

    .compare-mini-holder .compare-holder-layout {
        flex-wrap: wrap
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder {
        flex-basis: 100%;
        margin-bottom: 4.2vw;
        overflow-y: auto
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list {
        display: block;
        white-space: nowrap;
        width: 100%
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item {
        border-radius: 3vw;
        border-width: .25vw;
        display: inline-block;
        margin: 0 1.8vw
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item:first-child {
        margin-left: 0
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item:last-child {
        margin-right: 0
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item:nth-child(4+n) {
        display: none
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .remove-product-btn {
        right: 2vw;
        top: 2vw
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .product-info-layout {
        padding: 3.2vw 12vw 3.2vw 3.2vw
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .product-info-layout .product-name {
        font-size: 3.2vw;
        line-height: 1.4;
        white-space: nowrap
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .product-info-layout .product-sku {
        font-size: 3.2vw;
        margin-bottom: 3.2vw
    }

    .compare-mini-holder .compare-holder-layout .products-compare-ready-set-holder .product-to-compare-list .product-item .product-info-layout .product-price {
        font-size: 3.2vw
    }

    .compare-mini-holder .compare-holder-layout .cta-holder {
        align-items: center;
        display: flex;
        flex-basis: 100%;
        flex-direction: row;
        justify-content: space-around;
        padding-top: 0
    }

    .compare-mini-holder .compare-holder-layout .cta-holder .do-compare-btn {
        margin-bottom: 3vw
    }

    .compare-mini-holder .compare-holder-layout .cta-holder .do-compare-btn .context {
        font-size: 3.2vw;
        height: 11vw;
        line-height: 11vw
    }

    .compare-mini-holder .compare-holder-layout .cta-holder .remove-all-products-from-comparing {
        font-size: 3.2vw;
        width: auto
    }

    .compare-mini-holder .compare-holder-layout .cta-holder .remove-all-products-from-comparing:hover {
        color: var(--primary-color)
    }
}

.compare-modal {
    align-items: center;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 16
}

.compare-modal,
.compare-modal .overlay {
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    width: 100%
}

.compare-modal .overlay {
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    position: absolute;
    transition: all .2s ease-out
}

.compare-modal .compare-dialog {
    background-color: #fff;
    border-radius: 20px;
    opacity: 0;
    overflow: hidden;
    padding: 40px 55px;
    position: relative;
    transform: translateY(40px);
    transition: all .3s ease-out;
    visibility: hidden;
    width: 1520px;
    z-index: 2
}

.compare-modal .compare-dialog .close-btn {
    cursor: pointer;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all .15s ease-out;
    width: 32px;
    z-index: 2
}

.compare-modal .compare-dialog .close-btn:hover {
    transform: scale(1.05)
}

.compare-modal .compare-dialog .compare-main-content {
    max-height: 70vh;
    overflow-y: auto
}

.compare-modal .compare-dialog .compare-main-content .compare-container .compare-title {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px
}

.compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list {
    display: flex;
    margin-bottom: 30px;
    padding: 0 20px 0 0
}

.compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .label-col {
    flex-basis: 25%;
    flex-shrink: 0
}

.compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .label-col .product-label {
    color: #1b1d22;
    font-size: 20px;
    font-weight: 700
}

.compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col {
    grid-gap: 30px;
    display: grid;
    flex-basis: 75%;
    grid-template-columns: 1fr 1fr 1fr
}

.compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card {
    background-color: #f5f5f6;
    border-radius: 20px;
    padding: 30px 20px
}

.compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .thumbnail {
    height: 230px;
    margin: auto auto 30px;
    width: 230px
}

.compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .thumbnail img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .product-detail .product-name,
.compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .product-detail .product-sku {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0
}

.compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .product-detail .product-sku {
    font-weight: 400;
    margin-bottom: 20px
}

.compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .product-detail .price-label {
    color: #969696;
    font-size: 12px;
    letter-spacing: -.02em;
    margin-bottom: 8px
}

.compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .product-detail .price-value {
    color: #1b1d22;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    margin: 0
}

.compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .cta-holder {
    margin-top: 40px;
    text-align: right
}

.compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .cta-holder .remove-product-from-comparing {
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    transition: all .15s ease-out
}

.compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .cta-holder .remove-product-from-comparing:hover {
    color: var(--primary-color)
}

.compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout {
    border: 1px solid #d8d9db;
    border-radius: 16px;
    margin-bottom: 30px;
    padding: 30px 20px
}

.compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .header-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .header-row .row-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
    margin: 0
}

.compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .header-row .row-cta .close-this-compare-row {
    cursor: pointer;
    height: 30px;
    transform: rotateX(180deg);
    transform-origin: center 40%;
    transition: all .2s ease-out;
    width: 30px
}

.compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .header-row .row-cta .close-this-compare-row svg path {
    fill: #2b303b;
    stroke: #2b303b;
    transition: all .15s ease-out
}

.compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .header-row .row-cta .close-this-compare-row:hover svg path {
    fill: var(--primary-color);
    stroke: var(--primary-color)
}

.compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context {
    margin-top: 10px
}

.compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row {
    border-bottom: 1px solid #edeef1;
    display: flex;
    padding: 8px 0
}

.compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row .label-col {
    color: #5a5a5a;
    flex-basis: 25%;
    flex-shrink: 0;
    font-weight: 700;
    line-height: 2;
    margin: 0
}

.compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row .info-col {
    align-items: center;
    color: #1b1d22;
    display: flex;
    flex-basis: 25%;
    flex-shrink: 0;
    font-size: 16px;
    justify-content: flex-end;
    line-height: 2;
    text-align: right
}

.compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row .info-col .star {
    margin: 0 2px
}

.compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row .info-col .star img {
    display: block;
    height: 20px;
    width: 20px
}

.compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row .info-col .star:first-child {
    margin-left: 0
}

.compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row .info-col .star:last-child {
    margin-right: 0
}

.compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row .info-col .check {
    height: 28px;
    width: 28px
}

.compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row.different-bold .info-col {
    font-weight: 700
}

.compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row:first-child {
    border-top: 1px solid #edeef1;
    padding-bottom: 0
}

.compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout.show-context .header-row .row-cta .close-this-compare-row {
    transform: none
}

.compare-modal.active {
    transition: all 10ms linear;
    visibility: visible;
    z-index: 99999;
}

.compare-modal.active .overlay {
    opacity: 1;
    visibility: visible
}

.compare-modal.active .compare-dialog {
    opacity: 1;
    transform: none;
    visibility: visible
}

@media only screen and (max-width: 1680px) {
    .compare-modal .compare-dialog {
        border-radius: 18px;
        padding: 35px 48px;
        transform: translateY(35px);
        width: 1330px
    }

    .compare-modal .compare-dialog .close-btn {
        height: 30px;
        right: 15px;
        top: 15px;
        width: 30px
    }

    .compare-modal .compare-dialog .compare-main-content {
        max-height: 70vh
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .compare-title {
        font-size: 35px;
        margin-bottom: 45px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list {
        margin-bottom: 26px;
        padding: 0 18px 0 0
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .label-col .product-label {
        font-size: 20px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col {
        grid-gap: 26px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card {
        border-radius: 18px;
        padding: 26px 18px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .thumbnail {
        height: 202px;
        margin-bottom: 18px;
        width: 202px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .product-detail .product-name,
    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .product-detail .product-sku {
        font-size: 18px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .product-detail .product-sku {
        margin-bottom: 18px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .product-detail .price-label {
        font-size: 12px;
        letter-spacing: -.02em;
        margin-bottom: 6px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .product-detail .price-value {
        font-size: 18px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .cta-holder {
        margin-top: 35px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .cta-holder .remove-product-from-comparing {
        font-size: 18px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout {
        border-radius: 14px;
        margin-bottom: 26px;
        padding: 26px 18px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .header-row .row-title {
        font-size: 21px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .header-row .row-cta .close-this-compare-row {
        height: 26px;
        width: 26px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context {
        margin-top: 9px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row {
        padding: 7px 0
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row .info-col {
        font-size: 14px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row .info-col .star {
        margin: 0 2px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row .info-col .star img {
        height: 18px;
        width: 18px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row .info-col .check {
        height: 25px;
        width: 25px
    }
}

@media only screen and (max-width: 1440px) {
    .compare-modal .compare-dialog {
        border-radius: 15px;
        padding: 30px 41px;
        transform: translateY(30px);
        width: 1200px
    }

    .compare-modal .compare-dialog .close-btn {
        height: 28px;
        right: 11px;
        top: 11px;
        width: 28px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .compare-title {
        font-size: 30px;
        margin-bottom: 38px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list {
        margin-bottom: 23px;
        padding: 0 15px 0 0
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .label-col .product-label {
        font-size: 18px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col {
        grid-gap: 23px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card {
        border-radius: 15px;
        padding: 23px 15px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .thumbnail {
        height: 174px;
        margin-bottom: 22px;
        width: 174px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .product-detail .product-name,
    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .product-detail .product-sku {
        font-size: 15px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .product-detail .product-sku {
        margin-bottom: 15px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .product-detail .price-label {
        font-size: 11px;
        margin-bottom: 6px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .product-detail .price-value {
        font-size: 15px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .cta-holder {
        margin-top: 30px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .cta-holder .remove-product-from-comparing {
        font-size: 15px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout {
        border-radius: 12px;
        margin-bottom: 20px;
        padding: 20px 15px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .header-row .row-title {
        font-size: 18px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .header-row .row-cta .close-this-compare-row {
        height: 24px;
        width: 24px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context {
        margin-top: 8px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row {
        padding: 6px 0
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row .info-col,
    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row .label-col {
        font-size: 12px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row .info-col .star {
        margin: 0 1px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row .info-col .star img {
        display: block;
        height: 15px;
        width: 15px
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row .info-col .check {
        height: 21px;
        width: 21px
    }
}

@media only screen and (max-width: 1080px) {
    .compare-modal .compare-dialog {
        border-radius: 0;
        height: 100vh;
        left: 0;
        padding: 4.26vw;
        top: 0;
        transform: translateY(30px);
        width: 100%
    }

    .compare-modal .compare-dialog .close-btn {
        height: 5.2vw;
        right: 3vw;
        top: 3vw;
        width: 5.2vw
    }

    .compare-modal .compare-dialog .compare-main-content {
        height: 100vh;
        max-height: none;
        overflow-y: auto
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container {
        overflow-x: auto;
        width: 100%
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .compare-title {
        font-size: 8.53vw;
        margin-bottom: 4.8vw
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list {
        display: block;
        margin-bottom: 4.8vw;
        overflow-y: auto;
        padding: 0
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .label-col {
        display: none
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col {
        grid-gap: 3.2vw;
        grid-template-columns: 1fr 1fr
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-item:nth-child(n+3) {
        display: none
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .thumbnail {
        height: 30vw;
        margin-bottom: 3.2vw;
        width: 30vw
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .product-detail .product-name,
    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .product-detail .product-sku {
        font-size: 3.73vw
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .product-detail .product-sku {
        margin-bottom: 2.66vw
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .product-detail .price-label {
        font-size: 3.2vw;
        margin-bottom: 1.2vw
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .product-preview-card .product-detail .price-value {
        font-size: 4.266vw
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .cta-holder {
        margin-top: 3.2vw;
        text-align: center;
        width: 100%
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .products-preview-list .products-list-col .cta-holder .remove-product-from-comparing {
        font-size: 3.73vw
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout {
        border: none;
        margin-bottom: 6vw;
        padding: 5vw 0
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .header-row .row-title {
        font-size: 5.3vw
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .header-row .row-cta {
        display: none
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context {
        display: block;
        margin-top: 3.2vw
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row {
        border-width: .25vw;
        display: flex;
        flex-wrap: wrap;
        padding: 3.2vw 0
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row .label-col {
        color: #5a5a5a;
        flex-basis: 100%;
        font-size: 4.266vw
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row .info-col {
        flex-basis: 50%;
        flex-shrink: 0;
        font-size: 4.266vw;
        font-weight: 400;
        justify-content: flex-start;
        padding-right: 3.2vw
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row .info-col .star {
        margin: 0 .5vw
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row .info-col .star img {
        height: 6.2vw;
        width: 6.2vw
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row .info-col .check {
        height: 7.46vw;
        width: 7.46vw
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row .info-col:nth-child(n+4) {
        display: none
    }

    .compare-modal .compare-dialog .compare-main-content .compare-container .product-compare-layout .compare-block-table-layout .compare-context .body-row:first-child {
        border-width: .25vw;
        padding-bottom: 3.2vw
    }

    .compare-modal.active {
        transition: all 10ms linear;
        visibility: visible
    }

    .compare-modal.active .overlay {
        opacity: 1;
        visibility: visible
    }

    .compare-modal.active .compare-dialog {
        opacity: 1;
        transform: none;
        visibility: visible
    }
}

.comparision-err-modal {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 10ms ease .3s;
    visibility: hidden;
    width: 100%;
    z-index: 20
}

.comparision-err-modal .overlay {
    background-color: rgba(0, 0, 0, .4);
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all .3s ease-out;
    visibility: hidden;
    width: 100%
}

.comparision-err-modal .modal-dialog {
    background-color: #fff;
    border-radius: 20px;
    max-width: 80%;
    opacity: 0;
    padding: 60px 30px;
    position: relative;
    transform: translateY(30px);
    transition: all .3s ease-out;
    visibility: hidden;
    width: 580px;
    z-index: 2
}

.comparision-err-modal .modal-dialog .close-modal-btn {
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all .15s ease-out;
    width: 24px
}

.comparision-err-modal .modal-dialog .close-modal-btn:hover {
    transform: scale(1.05)
}

.comparision-err-modal .modal-dialog .modal-main-content .message {
    margin-bottom: 40px;
    text-align: center
}

.comparision-err-modal .modal-dialog .modal-main-content .message p {
    color: #1b1d22;
    line-height: 1.6;
    margin: 0
}

.comparision-err-modal .modal-dialog .modal-main-content .cta-holder {
    text-align: center
}

.comparision-err-modal.active {
    transition: all 10ms ease;
    visibility: visible
}

.comparision-err-modal.active .overlay {
    opacity: 1;
    visibility: visible
}

.comparision-err-modal.active .modal-dialog {
    opacity: 1;
    transform: none;
    visibility: visible
}

@media only screen and (max-width: 1080px) {
    .comparision-err-modal .modal-dialog {
        border-radius: 4.2vw;
        padding: 8vw 3.2vw;
        width: 75vw
    }

    .comparision-err-modal .modal-dialog .close-modal-btn {
        height: 5.2vw;
        right: 3vw;
        top: 3vw;
        width: 5.2vw
    }

    .comparision-err-modal .modal-dialog .modal-main-content .message {
        margin-bottom: 4.2vw
    }

    .comparision-err-modal .modal-dialog .modal-main-content .message p {
        font-size: 3.2vw
    }
}

.fixed-comparision-info {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .25);
    display: flex;
    height: auto;
    left: 0;
    opacity: 0;
    padding: 12px 48px;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    transition: all .3s ease-out;
    visibility: hidden;
    width: 100%
}

.fixed-comparision-info.active {
    opacity: 1;
    transform: none;
    visibility: visible
}

.fixed-comparision-info .fixed-conparision-info-title {
    align-items: flex-end;
    display: flex;
    flex-basis: 25%;
    font-size: 20px;
    margin: 0
}

.fixed-comparision-info .compare-product-list {
    display: flex;
    flex-basis: 75%;
    padding-right: 20px
}

.fixed-comparision-info .compare-product-list .compare-product-item {
    flex-basis: 33.33%;
    flex-shrink: 0;
    padding-right: 0
}

.fixed-comparision-info .compare-product-list .compare-product-item .name,
.fixed-comparision-info .compare-product-list .compare-product-item .sku {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 0;
    text-align: right
}

@media only screen and (max-width: 1440px) {
    .fixed-comparision-info {
        padding: 10px 41px
    }

    .fixed-comparision-info .fixed-conparision-info-title {
        font-size: 18px
    }

    .fixed-comparision-info .compare-product-list {
        padding-right: 15px
    }

    .fixed-comparision-info .compare-product-list .compare-product-item .name,
    .fixed-comparision-info .compare-product-list .compare-product-item .sku {
        font-size: 14px
    }
}

@media only screen and (max-width: 1080px) {
    .fixed-comparision-info {
        flex-wrap: wrap;
        padding: 4.2vw 0 4.2vw 4.2vw
    }

    .fixed-comparision-info .fixed-conparision-info-title {
        flex-basis: 100%;
        font-size: 4.6vw;
        margin-bottom: 2vw
    }

    .fixed-comparision-info .compare-product-list {
        flex-basis: 100%
    }

    .fixed-comparision-info .compare-product-list .compare-product-item {
        flex-basis: 50%;
        flex-shrink: 0
    }

    .fixed-comparision-info .compare-product-list .compare-product-item .name,
    .fixed-comparision-info .compare-product-list .compare-product-item .sku {
        font-size: 3.2vw;
        line-height: 1.5;
        text-align: left
    }

    .fixed-comparision-info .compare-product-list .compare-product-item:nth-child(n+3) {
        display: none
    }
}

.filter-modal {
    align-items: center;
    display: flex;
    justify-content: center;
    position: fixed;
    transition: all 10ms ease-out .3s;
    z-index: 15
}

.filter-modal,
.filter-modal .overlay {
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    width: 100%
}

.filter-modal .overlay {
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    position: absolute;
    transition: all .3s ease-out
}

.filter-modal .modal-dialog {
    background-color: #fff;
    border-radius: 16px;
    max-width: 90%;
    opacity: 0;
    padding: 40px 24px;
    position: relative;
    transform: translateY(30px);
    transition: all .3s ease-out;
    visibility: hidden;
    width: 1600px;
    z-index: 2
}

.filter-modal .modal-dialog .close-btn {
    position: absolute;
    right: 20px;
    top: 20px
}

.filter-modal .modal-dialog .close-btn .img-holder {
    width: 30px
}

.filter-modal .modal-dialog .modal-main-content {
    max-height: 80vh;
    overflow-y: auto
}

.filter-modal .modal-dialog .modal-main-content hr {
    background-color: #d8d9db;
    border: none;
    height: 1px;
    margin: 0 0 24px;
    width: 100%
}

.filter-modal .modal-dialog .modal-main-content .divider {
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 40px
}

.filter-modal .modal-dialog .modal-main-content .divider.lg-space {
    width: 60px
}

.filter-modal .modal-dialog .modal-main-content .filter-content-header .filter-modal-title {
    color: #1b1d22;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout {
    display: flex
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-label {
    flex-basis: 180px;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 700;
    margin: 0
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group {
    display: flex;
    flex-grow: 1;
    margin-bottom: 12px
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group input.form-control {
    border: 1px solid #76787b;
    border-radius: 4px;
    height: 38px;
    line-height: 38px;
    padding: 0 8px;
    width: 168px
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group input.form-control :-ms-input-placeholder {
    color: #76787b
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group input.form-control ::-moz-placeholder {
    color: #76787b
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group input.form-control ::placeholder {
    color: #76787b
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .custom-radio-input-holder {
    display: flex;
    flex-wrap: wrap
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .custom-radio-input-holder .radio-container {
    align-items: center;
    background-color: #edeef1;
    border: 1px solid #edeef1;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    height: 38px;
    justify-content: center;
    margin-bottom: 12px;
    min-width: 168px;
    padding-right: 12px;
    position: relative;
    text-align: center;
    transition: all .15s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .custom-radio-input-holder .radio-container .context {
    font-size: 12px;
    order: 1;
    transition: all .15s ease-out
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .custom-radio-input-holder .radio-container .checkmark {
    margin-right: 4px;
    opacity: 0;
    order: 0;
    transition: all .15s ease-out;
    width: 11px
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .custom-radio-input-holder .radio-container.active,
.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .custom-radio-input-holder .radio-container:hover {
    background-color: #fff;
    border-color: var(--primary-color)
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .custom-radio-input-holder .radio-container.active .context,
.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .custom-radio-input-holder .radio-container:hover .context {
    color: var(--primary-color)
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .custom-radio-input-holder .radio-container input {
    cursor: pointer;
    opacity: 0;
    position: absolute
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .custom-radio-input-holder .radio-container input:checked~.checkmark {
    opacity: 1
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .checkbox-input-holder {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .checkbox-input-holder .checkbox-container {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-basis: 25%;
    font-size: 12px;
    height: 38px;
    line-height: 1.4;
    padding: 0 10px 0 35px;
    position: relative
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .checkbox-input-holder .checkbox-container input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .checkbox-input-holder .checkbox-container .checkmark {
    border: 1px solid #000;
    border-radius: 2px;
    height: 20px;
    left: 0;
    margin-bottom: 24px;
    overflow: hidden;
    position: absolute;
    top: 0;
    top: calc(50% - 10px);
    width: 20px
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .checkbox-input-holder .checkbox-container .checkmark:after {
    border: solid #fff;
    border-bottom-right-radius: 2px;
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 9px;
    left: 6px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    width: 5px
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .checkbox-input-holder .checkbox-container:hover input~.checkmark {
    background-color: #ccc
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .checkbox-input-holder .checkbox-container input:checked~.checkmark {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .checkbox-input-holder .checkbox-container input:checked~.checkmark:after {
    display: block
}

.filter-modal .modal-dialog .modal-main-content .filter-content-footer .cta-holder button {
    margin-left: 15px
}

.filter-modal.active {
    transition: all 10ms ease-out;
    visibility: visible
}

.filter-modal.active .overlay {
    opacity: 1;
    visibility: visible
}

.filter-modal.active .modal-dialog {
    opacity: 1;
    transform: none;
    visibility: visible
}

@media only screen and (max-width: 1680px) {
    .filter-modal .modal-dialog {
        border-radius: 14px;
        padding: 36px 22px;
        width: 1440px
    }

    .filter-modal .modal-dialog .close-btn {
        right: 18px;
        top: 18px
    }

    .filter-modal .modal-dialog .close-btn .img-holder {
        width: 27px
    }

    .filter-modal .modal-dialog .modal-main-content hr {
        margin: 0 0 22px
    }

    .filter-modal .modal-dialog .modal-main-content .divider {
        height: 34px;
        line-height: 34px;
        text-align: center;
        width: 36px
    }

    .filter-modal .modal-dialog .modal-main-content .divider.lg-space {
        width: 54px
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-header .filter-modal-title {
        font-size: 22px;
        margin-bottom: 22px
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-label {
        flex-basis: 162px;
        font-size: 12px
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group {
        margin-bottom: 22px
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group input.form-control {
        height: 34px;
        line-height: 34px;
        padding: 0 7px;
        width: 151px
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .custom-radio-input-holder .radio-container {
        border-radius: 4px;
        height: 34px;
        margin-bottom: 10px;
        min-width: 151px;
        padding-right: 11px
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .custom-radio-input-holder .radio-container .context {
        font-size: 11px
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .custom-radio-input-holder .radio-container .checkmark {
        margin-right: 4px;
        width: 11px
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .checkbox-input-holder .checkbox-container {
        flex-basis: 25%;
        font-size: 12px;
        height: 34px;
        padding: 0 9px 0 32px
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .checkbox-input-holder .checkbox-container .checkmark {
        height: 18px;
        margin-bottom: 22px;
        top: calc(50% - 9px);
        width: 18px
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .checkbox-input-holder .checkbox-container .checkmark:after {
        border-bottom-right-radius: 2px;
        border-width: 0 2px 2px 0;
        height: 8px;
        left: 6px;
        top: 2px;
        width: 4px
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-footer .cta-holder button {
        margin-left: 13px
    }
}

@media only screen and (max-width: 1368px) {
    .filter-modal .modal-dialog {
        border-radius: 13px;
        padding: 32px 20px;
        width: 1200px
    }

    .filter-modal .modal-dialog .close-btn {
        right: 15px;
        top: 15px
    }

    .filter-modal .modal-dialog .close-btn .img-holder {
        width: 24px
    }

    .filter-modal .modal-dialog .modal-main-content hr {
        margin: 0 0 18px
    }

    .filter-modal .modal-dialog .modal-main-content .divider {
        height: 31px;
        line-height: 31px;
        width: 33px
    }

    .filter-modal .modal-dialog .modal-main-content .divider.lg-space {
        width: 49px
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-header .filter-modal-title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-label {
        flex-basis: 148px;
        font-size: 11px
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group {
        margin-bottom: 20px
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group input.form-control {
        height: 32px;
        line-height: 32px;
        padding: 0 6px;
        width: 130px
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .custom-radio-input-holder .radio-container {
        border-radius: 4px;
        height: 32px;
        margin-bottom: 10px;
        min-width: 130px;
        padding-right: 10px
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .custom-radio-input-holder .radio-container .context {
        font-size: 11px
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .custom-radio-input-holder .radio-container .checkmark {
        margin-right: 4px;
        width: 11px
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .checkbox-input-holder .checkbox-container {
        flex-basis: 25%;
        font-size: 11px;
        height: 32px;
        padding: 0 8px 0 30px
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .checkbox-input-holder .checkbox-container .checkmark {
        height: 17px;
        margin-bottom: 20px;
        top: calc(50% - 8px);
        width: 17px
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .checkbox-input-holder .checkbox-container .checkmark:after {
        border-bottom-right-radius: 2px;
        border-width: 0 2px 2px 0;
        height: 7px;
        left: 6px;
        top: 2px;
        width: 3px
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-footer .cta-holder button {
        margin-left: 12px
    }
}

@media only screen and (max-width: 1080px) {
    .filter-modal .modal-dialog {
        border-radius: 0;
        height: 100vh;
        left: 0;
        max-width: none;
        overflow-y: auto;
        padding: 6vw 4.26vw;
        position: absolute;
        top: 0;
        width: 100vw
    }

    .filter-modal .modal-dialog .close-btn {
        right: 5.86vw;
        top: 5.86vw
    }

    .filter-modal .modal-dialog .close-btn .img-holder {
        width: 4.26vw
    }

    .filter-modal .modal-dialog .modal-main-content {
        max-height: none
    }

    .filter-modal .modal-dialog .modal-main-content hr {
        height: .25vw;
        margin: 0 0 6.4vw
    }

    .filter-modal .modal-dialog .modal-main-content .divider {
        display: none
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-header .filter-modal-title {
        font-size: 6.4vw;
        margin-bottom: 6.4vw
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout {
        display: flex;
        flex-wrap: wrap
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-label {
        flex-basis: 100%;
        font-size: 3.73vw;
        margin-bottom: 6.4vw
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group {
        justify-content: space-between;
        margin-bottom: 6.4vw;
        width: 100%
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group input.form-control {
        border-radius: 2vw;
        border-width: .25vw;
        font-size: 3.2vw;
        height: 10.13vw;
        line-height: 10.13vw;
        padding: 0 2vw;
        width: 48%
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .custom-radio-input-holder {
        grid-gap: 3.2vw;
        display: grid;
        flex-wrap: wrap;
        grid-template-columns: 1fr 1fr;
        width: 100%
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .custom-radio-input-holder .radio-container {
        border-radius: 2vw;
        border-width: .25vw solid #edeef1;
        height: 10.13vw;
        line-height: 10.13vw;
        min-width: 100%;
        padding-right: 3vw;
        width: 100%
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .custom-radio-input-holder .radio-container .context {
        font-size: 3.2vw
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .custom-radio-input-holder .radio-container .checkmark {
        margin-right: .25vw;
        width: 3vw
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .checkbox-input-holder .checkbox-container {
        align-items: flex-start;
        flex-basis: 100%;
        font-size: 3.73vw;
        height: auto;
        margin-bottom: 5.4vw;
        padding-left: 7vw
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .checkbox-input-holder .checkbox-container .context {
        padding-top: .5vw
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .checkbox-input-holder .checkbox-container:last-child {
        margin-bottom: 0
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .checkbox-input-holder .checkbox-container .checkmark {
        border-radius: 1vw;
        border-width: .25vw;
        height: 5.3vw;
        top: 0;
        width: 5.3vw
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-body .form-row-layout .row-input-group .checkbox-input-holder .checkbox-container .checkmark:after {
        border-bottom-right-radius: .5vw;
        border-width: 0 .5vw .5vw 0;
        height: 3vw;
        left: 1.5vw;
        top: .5vw;
        width: 1.5vw
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-footer .cta-holder {
        display: flex;
        justify-content: space-between
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-footer .cta-holder button {
        margin-left: 0
    }

    .filter-modal .modal-dialog .modal-main-content .filter-content-footer .cta-holder button .context {
        width: 32vw
    }
}

html:has(#products-filter-modal.active) {
    overflow: hidden
}

html:has(#products-filter-modal.active):after {
    background-color: rgba(47, 47, 47, .7);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all .3s ease;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 10
}

#taxonomy-product-list-page .filter-product .filter-product-inner {
    height: fit-content;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
}

#taxonomy-product-list-page .filter-product .filter-product-inner .close-btn {
    display: none
}

#taxonomy-product-list-page .filter-product .filter-product-inner .filter-product-title {
    align-items: center;
    color: var(--primary-color);
    display: inline-flex;
    font-size: 24px;
    font-weight: 700;
    gap: 8px;
    line-height: 1;
    margin-bottom: 20px;
}

#taxonomy-product-list-page .filter-product .filter-product-inner .filter-product-title .icon {
    height: 25px;
    width: 25px
}

#taxonomy-product-list-page .filter-product .filter-product-inner .filter-product-title .icon svg {
    height: inherit;
    width: inherit
}

#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group:not(:last-of-type) {
    border-bottom: 1px solid #d9d9d9
}

#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-header {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 16px 0
}

#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-header .label {
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 1.4
}

#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-header .icon {
    transform: rotate(180deg);
    transition: all .3s ease
}

#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-header[data-collapsed=false] .icon {
    transform: rotate(0)
}

#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content {
    margin-bottom: 16px
}

#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .checkbox-input-holder .checkbox-container,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .checkbox-input-holder .radio-container,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .custom-radio-input-holder .checkbox-container,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .custom-radio-input-holder .radio-container {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    line-height: 1.4;
    padding: 4px 0;
    position: relative
}

#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .checkbox-input-holder .checkbox-container input,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .checkbox-input-holder .radio-container input,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .custom-radio-input-holder .checkbox-container input,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .custom-radio-input-holder .radio-container input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .checkbox-input-holder .checkbox-container .checkmark,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .checkbox-input-holder .radio-container .checkmark,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .custom-radio-input-holder .checkbox-container .checkmark,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .custom-radio-input-holder .radio-container .checkmark {
    border: 1px solid #000;
    border-radius: 2px;
    flex-shrink: 0;
    height: 20px;
    overflow: hidden;
    position: relative;
    width: 20px
}

#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .checkbox-input-holder .checkbox-container .checkmark:after,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .checkbox-input-holder .radio-container .checkmark:after,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .custom-radio-input-holder .checkbox-container .checkmark:after,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .custom-radio-input-holder .radio-container .checkmark:after {
    border: solid #fff;
    border-bottom-right-radius: 2px;
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 9px;
    left: 6px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    width: 5px
}

#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .checkbox-input-holder .checkbox-container .context,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .checkbox-input-holder .radio-container .context,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .custom-radio-input-holder .checkbox-container .context,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .custom-radio-input-holder .radio-container .context {
    margin-left: 12px
}

#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .checkbox-input-holder .checkbox-container:hover input~.checkmark,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .checkbox-input-holder .radio-container:hover input~.checkmark,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .custom-radio-input-holder .checkbox-container:hover input~.checkmark,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .custom-radio-input-holder .radio-container:hover input~.checkmark {
    background-color: #ccc
}

#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .checkbox-input-holder .checkbox-container input:checked~.checkmark,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .checkbox-input-holder .radio-container input:checked~.checkmark,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .custom-radio-input-holder .checkbox-container input:checked~.checkmark,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .custom-radio-input-holder .radio-container input:checked~.checkmark {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .checkbox-input-holder .checkbox-container input:checked~.checkmark:after,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .checkbox-input-holder .radio-container input:checked~.checkmark:after,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .custom-radio-input-holder .checkbox-container input:checked~.checkmark:after,
#taxonomy-product-list-page .filter-product .filter-product-inner .filter-group .group-content .custom-radio-input-holder .radio-container input:checked~.checkmark:after {
    display: block
}

#taxonomy-product-list-page .filter-product .filter-product-inner .cta-holder {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 8px
}

#taxonomy-product-list-page .filter-product .filter-product-inner .cta-holder>button {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    padding: 0 8px;
    width: 100%
}

@media only screen and (max-width: 1080px) {
    #taxonomy-product-list-page .filter-product {
        bottom: 0;
        height: 80vh;
        left: 0;
        opacity: 0;
        position: fixed;
        transform: translateY(100%);
        transition: transform .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
        visibility: hidden;
        width: 100%;
        z-index: 15
    }

    #taxonomy-product-list-page .filter-product.active {
        opacity: 1;
        transform: translateY(0);
        visibility: visible
    }

    #taxonomy-product-list-page .filter-product .filter-product-inner {
        background-color: #fff;
        border-radius: 20px 20px 0 0;
        height: 100%;
        overflow-y: auto;
        padding: 4.27vw 4.27vw 21.33vw;
        width: 100%
    }

    #taxonomy-product-list-page .filter-product .filter-product-inner .close-btn {
        cursor: pointer;
        display: block;
        position: absolute;
        right: 18px;
        top: 18px;
        z-index: 2
    }

    #taxonomy-product-list-page .filter-product .filter-product-inner .close-btn .img-holder {
        width: 12px
    }

    #taxonomy-product-list-page .filter-product .filter-product-inner .cta-holder {
        background: #fff;
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        padding: 4.26vw;
        position: fixed;
        width: 100%;
        z-index: 1
    }
}

.modal-video {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0ms ease-out .3s;
    visibility: hidden;
    width: 100%;
    z-index: 15
}

.modal-video .video-modal-overlay {
    background-color: hsla(0, 0%, 100%, .75);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease-out;
    width: 100%;
    z-index: 1
}

.modal-video .main-content {
    height: 70vh;
    opacity: 0;
    position: relative;
    transition: all .3s ease-out;
    width: 75vw;
    z-index: 2
}

.modal-video .main-content .close-btn {
    bottom: calc(100% + 10px);
    height: 40px;
    position: absolute;
    right: 10px;
    width: 40px
}

.modal-video .main-content #video-holder {
    background-color: #000;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.modal-video .main-content #video-holder video {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    width: 100%
}

.modal-video.active {
    transition: all 10ms ease-out;
    visibility: visible
}

.modal-video.active .main-content,
.modal-video.active .video-modal-overlay {
    opacity: 1
}

@media only screen and (max-width: 768px) {
    .modal-video .main-content {
        height: 100vw;
        width: 100vw
    }

    .modal-video .main-content .close-btn {
        bottom: calc(100% + 5vw);
        height: 6vw;
        right: 5vw;
        width: 6vw
    }
}

.video-block {
    border-radius: 20px;
    height: 675px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.video-block .play-button {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video-block .play-button button {
    align-items: center;
    background-color: transparent;
    border: none;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0;
    width: 100%
}

.video-block .play-button button:after {
    background-color: rgba(0, 0, 0, .3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media only screen and (max-width: 1080px) {
    .video-block {
        height: 100%;
        margin: 16px 0
    }

    .video-block video {
        border-radius: 8px
    }
}

.section-homepage-banner {
    height: 51.05vw;
    max-height: 980px;
    width: 100%;
    z-index: 4 !important
}

.section-homepage-banner .banner-back-layer {
    filter: blur(8px);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.section-homepage-banner .banner-back-layer .back-layer-sliders {
    height: 100%;
    width: 100%
}

.section-homepage-banner .banner-back-layer .overlay {
    background: linear-gradient(#ffffff00, #fff, #fff);
    bottom: 0;
    height: 80%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3
}

.section-homepage-banner .banner-front-layer {
    height: 734px;
    left: calc(50% - 800px);
    position: absolute;
    top: calc(50% - 367px);
    width: 1600px;
    z-index: 2
}

.section-homepage-banner .banner-front-layer .main-img-slider-holder {
    border-radius: 24px;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.section-homepage-banner .banner-front-layer .main-img-slider-holder .main-img-sliders {
    height: 100%;
    width: 100%
}

.section-homepage-banner .banner-front-layer .main-img-slider-holder .main-img-sliders .slide-item {
    height: 100%;
    height: 734px;
    margin-bottom: -4px;
    overflow: hidden;
    width: 100%;
    width: 1600px
}

.section-homepage-banner .banner-front-layer .main-img-slider-holder .main-img-sliders .slide-item .img-holder {
    height: 100%;
    width: 100%
}

.section-homepage-banner .banner-front-layer .main-img-slider-holder .main-img-sliders .slick-active .slide-item .img-holder img {
    -webkit-animation: SlideInAnimation 1.5s cubic-bezier(.17, .78, .55, .99);
    animation: SlideInAnimation 1.5s cubic-bezier(.17, .78, .55, .99)
}

.section-homepage-banner .banner-front-layer .cta-navigation {
    align-items: center;
    background-color: hsla(0, 0%, 100%, .7);
    border-radius: 100px;
    bottom: 72px;
    display: flex;
    position: absolute;
    right: 32px;
    z-index: 2
}

.section-homepage-banner .banner-front-layer .cta-navigation .nav-item {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 12px 16px
}

.section-homepage-banner .banner-front-layer .cta-navigation .nav-item svg {
    height: 19px
}

.section-homepage-banner .banner-front-layer .cta-navigation .nav-item:nth-child(2) {
    padding: 12px 18px
}

.section-homepage-banner .banner-front-layer .banner-menu {
    align-items: center;
    background-color: #fff;
    border-radius: 47px;
    bottom: -47px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
    display: flex;
    height: 94px;
    opacity: 0;
    overflow: hidden;
    overflow: visible;
    padding: 0 40px;
    position: absolute;
    right: 28px;
    visibility: hidden;
    z-index: 3
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item {
    color: var(--primary-color);
    line-height: 94px;
    margin: 0 2px;
    padding: 0 15px;
    white-space: nowrap
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item>a {
    transition: all .15s ease-out
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .arrow {
    border: 2px solid var(--primary-color);
    border-bottom: none;
    border-right: none;
    display: inline-block;
    height: 10px;
    margin-left: 3px;
    position: relative;
    top: 1px;
    transform: rotate(45deg);
    transition: all .15s ease-out;
    width: 10px
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu {
    bottom: 100%;
    left: 0;
    opacity: 0;
    padding-bottom: 15px;
    position: absolute;
    transform: translateY(-10px);
    transform-origin: center bottom;
    transition: all .3s ease-out 50ms;
    visibility: hidden;
    width: 100%;
    z-index: 0
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu.active {
    display: block
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .triangle {
    background-color: #fff;
    bottom: 8px;
    height: 15px;
    left: 50%;
    position: absolute;
    transform: rotate(45deg);
    width: 15px;
    z-index: 1
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout {
    background-color: #fff;
    border-radius: 20px;
    padding: 25px;
    position: relative;
    width: 100%;
    z-index: 2
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-switcher,
.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-title {
    color: var(--primary-color);
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-switcher {
    display: flex
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-switcher .banner-sub-menu-switch {
    color: #737373;
    cursor: pointer;
    margin: 0;
    padding: 0 15px;
    position: relative;
    transition: all .15s ease-out
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-switcher .banner-sub-menu-switch:first-child {
    padding-left: 0
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-switcher .banner-sub-menu-switch.active,
.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-switcher .banner-sub-menu-switch:hover {
    color: var(--primary-color)
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-switcher .banner-sub-menu-switch:after {
    background-color: #d8d9db;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    width: 1px
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-switcher .banner-sub-menu-switch:last-child:after {
    display: none
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-list {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-list.grid-3 {
    grid-template-columns: repeat(3, 1fr)
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-list.banner-switch-menu {
    display: none
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-list.banner-switch-menu.active {
    display: grid
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-list .sub-menu-item .link-wrapper {
    align-items: center;
    color: #1b1d22;
    display: flex;
    transition: all .15s ease-out
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-list .sub-menu-item .link-wrapper .ico {
    align-items: center;
    display: flex;
    height: 36px;
    justify-content: center;
    margin-right: 10px;
    width: 36px
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-list .sub-menu-item .link-wrapper .ico img {
    max-height: 36px;
    max-width: 36px
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-list .sub-menu-item .link-wrapper .context {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-list .sub-menu-item .link-wrapper:hover {
    color: var(--primary-color)
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-list .sub-menu-item.layout-2 .link-wrapper {
    align-items: flex-start
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-list .sub-menu-item.layout-2 .context .ico {
    margin-right: 15px
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-list .sub-menu-item.layout-2 .context .tech-name {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-list .sub-menu-item.layout-2 .context .sub-list .sub-item {
    font-size: 13px;
    text-transform: none
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu#banner-about-us-sub-menu .triangle {
    left: 9%
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu#banner-products-sub-menu .triangle {
    left: 20%
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu#banner-technology-sub-menu .triangle {
    left: 31%
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu#banner-news-sub-menu .triangle {
    left: 45%
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu#banner-warranty-sub-menu .triangle {
    left: 59%
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu#banner-buy-online-sub-menu .triangle {
    left: 73%
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu:hover .sub-menu {
    opacity: 1;
    transform: none;
    visibility: visible
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item:hover>a {
    color: #00a7e1
}

.section-homepage-banner .banner-front-layer .banner-menu .nav-item:hover .arrow {
    opacity: 0;
    visibility: hidden
}

.section-homepage-banner .banner-front-layer .banner-menu .search-item figure {
    width: 36px
}

.section-homepage-banner .banner-front-layer .banner-menu .logo-item .logo-holder {
    width: 143px
}

.section-homepage-banner .banner-front-layer .main-content {
    align-items: flex-end;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    padding: 80px 58px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.section-homepage-banner .banner-front-layer .main-content .page-title {
    color: #000;
    font-size: 85px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.05;
    margin: 0;
    text-align: right;
    white-space: nowrap
}

@media only screen and (max-width: 1680px) {
    .section-homepage-banner {
        max-height: 858px
    }

    .section-homepage-banner .banner-front-layer {
        height: 660px;
        left: calc(50% - 720px);
        top: calc(50% - 330px);
        width: 1440px
    }

    .section-homepage-banner .banner-front-layer .main-img-slider-holder {
        border-radius: 20px
    }

    .section-homepage-banner .banner-front-layer .main-img-slider-holder .main-img-sliders .slide-item {
        height: 660px;
        width: 1440px
    }

    .section-homepage-banner .banner-front-layer .banner-menu {
        border-radius: 42px;
        bottom: -42px;
        box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
        height: 84px;
        padding: 0 35px;
        right: 20px
    }

    .section-homepage-banner .banner-front-layer .banner-menu .nav-item {
        font-size: 15px;
        line-height: 84px;
        padding: 0 12px
    }

    .section-homepage-banner .banner-front-layer .banner-menu .logo-item .logo-holder {
        width: 125px
    }

    .section-homepage-banner .banner-front-layer .main-content {
        padding: 70px 51px
    }

    .section-homepage-banner .banner-front-layer .main-content .page-title {
        font-size: 76px;
        letter-spacing: .02em
    }
}

@media only screen and (max-width: 1440px) {
    .section-homepage-banner .banner-front-layer {
        height: 520px;
        left: calc(50% - 600px);
        top: calc(50% - 274px);
        width: 1200px
    }

    .section-homepage-banner .banner-front-layer .main-img-slider-holder {
        border-radius: 18px
    }

    .section-homepage-banner .banner-front-layer .main-img-slider-holder .main-img-sliders .slide-item {
        height: 520px;
        width: 1200px
    }

    .section-homepage-banner .banner-front-layer .banner-menu {
        border-radius: 35px;
        bottom: -35px;
        box-shadow: 0 3px 15px rgba(0, 0, 0, .25);
        height: 70px;
        padding: 0 30px;
        right: 15px
    }

    .section-homepage-banner .banner-front-layer .banner-menu .nav-item {
        font-size: 13px;
        line-height: 70px;
        padding: 0 8px
    }

    .section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .arrow {
        border-width: 1px;
        height: 8px;
        margin-left: 1px;
        width: 8px
    }

    .section-homepage-banner .banner-front-layer .banner-menu .logo-item .logo-holder {
        width: 107px
    }

    .section-homepage-banner .banner-front-layer .main-content {
        padding: 60px 44px
    }

    .section-homepage-banner .banner-front-layer .main-content .page-title {
        font-size: 70px
    }
}

@media only screen and (max-width: 1368px) {
    .section-homepage-banner .banner-front-layer {
        height: 520px;
        left: calc(50% - 600px);
        top: calc(50% - 274px);
        width: 1200px
    }

    .section-homepage-banner .banner-front-layer .main-img-slider-holder {
        border-radius: 17px
    }

    .section-homepage-banner .banner-front-layer .main-img-slider-holder .main-img-sliders .slide-item {
        height: 520px;
        width: 1200px
    }

    .section-homepage-banner .banner-front-layer .banner-menu {
        border-radius: 33px;
        bottom: -33px;
        box-shadow: 0 3px 15px rgba(0, 0, 0, .25);
        height: 66px;
        padding: 0 28px;
        right: 15px
    }

    .section-homepage-banner .banner-front-layer .banner-menu .nav-item {
        font-size: 13px;
        line-height: 66px;
        padding: 0 8px
    }

    .section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .arrow {
        border-width: 1px;
        height: 8px;
        margin-left: 2px;
        top: 1px;
        width: 8px
    }

    .section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu {
        padding-bottom: 15px;
        transform: translateY(-10px)
    }

    .section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout {
        border-radius: 15px;
        padding: 22px
    }

    .section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-switcher,
    .section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-title {
        font-size: 18px;
        margin-bottom: 18px
    }

    .section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-switcher .banner-sub-menu-switch {
        padding: 0 13px
    }

    .section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-switcher .banner-sub-menu-switch:after {
        height: 16px;
        top: calc(50% - 8px)
    }

    .section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-list {
        grid-gap: 25px
    }

    .section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-list .sub-menu-item .link-wrapper .ico {
        height: 32px;
        margin-right: 8px;
        width: 32px
    }

    .section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-list .sub-menu-item .link-wrapper .ico img {
        max-height: 32px;
        max-width: 32px
    }

    .section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-list .sub-menu-item .link-wrapper .context {
        font-size: 13px;
        line-height: 18px
    }

    .section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-list .sub-menu-item.layout-2 .context .ico {
        margin-right: 13px
    }

    .section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-list .sub-menu-item.layout-2 .context .tech-name {
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 4px
    }

    .section-homepage-banner .banner-front-layer .banner-menu .nav-item.with-sub-menu .sub-menu .sub-menu-layout .sub-menu-list .sub-menu-item.layout-2 .context .sub-list .sub-item {
        font-size: 12px
    }

    .section-homepage-banner .banner-front-layer .banner-menu .search-item .img-holder {
        width: 32px
    }

    .section-homepage-banner .banner-front-layer .banner-menu .logo-item .logo-holder {
        width: 100px
    }

    .section-homepage-banner .banner-front-layer .main-content {
        padding: 56px 41px
    }

    .section-homepage-banner .banner-front-layer .main-content .page-title {
        font-size: 64px
    }
}

@media only screen and (max-width: 1280px) {
    .section-homepage-banner .banner-front-layer {
        height: 448px;
        left: calc(50% - 516px);
        top: calc(50% - 238px);
        width: 1080px
    }

    .section-homepage-banner .banner-front-layer .main-img-slider-holder {
        border-radius: 17px
    }

    .section-homepage-banner .banner-front-layer .main-img-slider-holder .main-img-sliders .slide-item {
        height: 448px;
        width: 1080px
    }

    .section-homepage-banner .banner-front-layer .main-img {
        border-radius: 16px
    }

    .section-homepage-banner .banner-front-layer .banner-menu {
        border-radius: 32px;
        bottom: -32px;
        box-shadow: 0 3px 12px rgba(0, 0, 0, .25);
        height: 64px;
        padding: 0 32px;
        right: 15px
    }

    .section-homepage-banner .banner-front-layer .banner-menu .nav-item {
        font-size: 12px;
        line-height: 64px;
        padding: 0 7px
    }

    .section-homepage-banner .banner-front-layer .banner-menu .logo-item .logo-holder {
        width: 95px
    }

    .section-homepage-banner .banner-front-layer .main-content {
        padding: 53px 39px
    }

    .section-homepage-banner .banner-front-layer .main-content .page-title {
        font-size: 60px
    }
}

@media only screen and (max-width: 1080px) {
    .section-homepage-banner {
        height: auto;
        max-height: none
    }

    .section-homepage-banner .banner-back-layer {
        display: none
    }

    .section-homepage-banner .banner-front-layer {
        height: 100%;
        left: 0;
        position: relative;
        top: 0;
        width: 100%
    }

    .section-homepage-banner .banner-front-layer .main-img-slider-holder {
        background-color: #000;
        border-radius: 0;
        height: auto;
        position: relative;
        width: 100%
    }

    .section-homepage-banner .banner-front-layer .main-img-slider-holder .main-img-sliders .slide-item {
        height: 100%;
        width: 100%
    }

    .section-homepage-banner .banner-front-layer .banner-menu {
        display: none
    }

    .section-homepage-banner .banner-front-layer .main-content {
        padding: 4.26vw
    }

    .section-homepage-banner .banner-front-layer .main-content .page-title {
        font-size: 5.33vw
    }
}

@-webkit-keyframes SlideInAnimation {
    0% {
        transform: scale(1.1)
    }

    to {
        transform: none
    }
}

@keyframes SlideInAnimation {
    0% {
        transform: scale(1.1)
    }

    to {
        transform: none
    }
}

.nav-item.search-item {
    align-items: center;
    display: flex
}

#homepage-banner-search-form {
    position: relative;
    width: 220px
}

#homepage-banner-search-form .search-field {
    background-color: #f3f3f3;
    border: none;
    border-radius: 20px;
    display: block;
    font-size: 14px;
    height: 40px;
    padding: 0 18px;
    width: 100%
}

#homepage-banner-search-form .search-field:-ms-input-placeholder {
    color: #76787b
}

#homepage-banner-search-form .search-field::-moz-placeholder {
    color: #76787b
}

#homepage-banner-search-form .search-field::placeholder {
    color: #76787b
}

#homepage-banner-search-form .submit-btn {
    align-items: center;
    background-color: transparent;
    border: none;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 3
}

#homepage-banner-search-form .submit-btn .search-ico {
    width: 40px
}

@media only screen and (max-width: 1680px) {
    #homepage-banner-search-form {
        width: 200px
    }
}

@media only screen and (max-width: 1440px) {
    #homepage-banner-search-form {
        width: 180px
    }

    #homepage-banner-search-form .search-field {
        border-radius: 18px;
        font-size: 13px;
        height: 36px;
        padding: 0 14px
    }

    #homepage-banner-search-form .submit-btn {
        height: 36px;
        width: 36px
    }

    #homepage-banner-search-form .submit-btn .search-ico {
        width: 36px
    }
}

@media only screen and (max-width: 1368px) {
    #homepage-banner-search-form {
        width: 170px
    }

    #homepage-banner-search-form .search-field {
        border-radius: 16px;
        font-size: 13px;
        height: 32px;
        padding: 0 12px
    }

    #homepage-banner-search-form .submit-btn {
        height: 32px;
        width: 32px
    }

    #homepage-banner-search-form .submit-btn .search-ico {
        width: 32px
    }
}

@media only screen and (max-width: 1280px) {
    #homepage-banner-search-form {
        width: 160px
    }

    #homepage-banner-search-form .search-field {
        border-radius: 16px;
        font-size: 12px;
        height: 32px;
        padding: 0 10px
    }

    #homepage-banner-search-form .submit-btn {
        height: 32px;
        width: 32px
    }

    #homepage-banner-search-form .submit-btn .search-ico {
        width: 32px
    }
}

.section-homepage-promotion-slider {
    height: 960px;
    margin-bottom: -240px;
    margin-top: -60px;
    position: relative
}

.section-homepage-promotion-slider:after,
.section-homepage-promotion-slider:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 18%;
    z-index: 3
}

.section-homepage-promotion-slider:before {
    background: linear-gradient(90deg, #fff, #ffffff00);
    left: 0
}

.section-homepage-promotion-slider:after {
    background: linear-gradient(90deg, #ffffff00, #fff);
    right: 0
}

.section-homepage-promotion-slider .bg-layer {
    height: 100%;
    left: 0;
    margin-left: calc(50% - 960px);
    opacity: 0;
    position: absolute;
    top: 0;
    width: 1920px;
    z-index: 1
}

.section-homepage-promotion-slider .promotion-slider-content {
    margin-left: calc(50% - 1402px);
    opacity: 0;
    position: relative;
    top: 50px;
    width: 2804px;
    z-index: 2
}

.section-homepage-promotion-slider .promotion-slider-content .promotion-slider {
    position: relative
}

.section-homepage-promotion-slider .promotion-slider-content .promotion-slider .slick-slide {
    padding: 40px 10px;
    transform: scale(.9);
    transition: all .3s ease-out
}

.section-homepage-promotion-slider .promotion-slider-content .promotion-slider .slick-slide .slide-layout {
    border-radius: 20px;
    overflow: hidden
}

.section-homepage-promotion-slider .promotion-slider-content .promotion-slider .slick-slide.slick-center {
    transform: scale(1.08)
}

.section-homepage-promotion-slider .promotion-slider-content .promotion-slider .slick-slide.slick-center:hover {
    -webkit-animation: floatZ 3s ease infinite;
    animation: floatZ 3s ease infinite;
    transition: all .3s ease-out
}

.section-homepage-promotion-slider .promotion-slider-content .promotion-slider .promote-slide-control {
    background-color: rgba(0, 0, 0, .4);
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 3
}

.section-homepage-promotion-slider .promotion-slider-content .promotion-slider .promote-slide-control .arrow {
    border: 1px solid #fff;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    transform: rotate(45deg);
    width: 14px
}

.section-homepage-promotion-slider .promotion-slider-content .promotion-slider .promote-slide-control.next-slide {
    right: 900px
}

.section-homepage-promotion-slider .promotion-slider-content .promotion-slider .promote-slide-control.next-slide .arrow {
    border-bottom: none;
    border-left: none;
    left: 12px
}

.section-homepage-promotion-slider .promotion-slider-content .promotion-slider .promote-slide-control.prev-slide {
    left: 900px
}

.section-homepage-promotion-slider .promotion-slider-content .promotion-slider .promote-slide-control.prev-slide .arrow {
    border-right: none;
    border-top: none;
    left: 14px
}

@media only screen and (max-width: 1680px) {
    .section-homepage-promotion-slider {
        margin-top: -50px
    }

    .section-homepage-promotion-slider:after,
    .section-homepage-promotion-slider:before {
        width: 13%
    }
}

@media only screen and (max-width: 1368px) {
    .section-homepage-promotion-slider {
        height: 864px;
        margin-top: -40px
    }

    .section-homepage-promotion-slider:after,
    .section-homepage-promotion-slider:before {
        width: 9%
    }

    .section-homepage-promotion-slider .promotion-slider-content {
        margin-left: calc(50% - 1254px);
        position: relative;
        top: 44px;
        width: 2508px;
        z-index: 2
    }

    .section-homepage-promotion-slider .promotion-slider-content .promotion-slider {
        position: relative
    }

    .section-homepage-promotion-slider .promotion-slider-content .promotion-slider .slick-slide {
        padding: 40px 10px;
        transform: scale(.9);
        transition: all .3s ease-out
    }

    .section-homepage-promotion-slider .promotion-slider-content .promotion-slider .slick-slide .slide-layout {
        border-radius: 20px;
        overflow: hidden
    }

    .section-homepage-promotion-slider .promotion-slider-content .promotion-slider .slick-slide.slick-center {
        transform: scale(1.08)
    }

    .section-homepage-promotion-slider .promotion-slider-content .promotion-slider .slick-slide.slick-center:hover {
        -webkit-animation: floatZ 3s ease infinite;
        animation: floatZ 3s ease infinite;
        transition: all .3s ease-out
    }

    .section-homepage-promotion-slider .promotion-slider-content .promotion-slider .promote-slide-control.next-slide {
        right: 810px
    }

    .section-homepage-promotion-slider .promotion-slider-content .promotion-slider .promote-slide-control.next-slide .arrow {
        left: 12px
    }

    .section-homepage-promotion-slider .promotion-slider-content .promotion-slider .promote-slide-control.prev-slide {
        left: 810px
    }

    .section-homepage-promotion-slider .promotion-slider-content .promotion-slider .promote-slide-control.prev-slide .arrow {
        left: 14px
    }
}

@media only screen and (max-width: 1280px) {
    .section-homepage-promotion-slider {
        margin-top: -30px
    }

    .section-homepage-promotion-slider:after,
    .section-homepage-promotion-slider:before {
        width: 7%
    }
}

@media only screen and (max-width: 1080px) {
    .section-homepage-promotion-slider {
        height: auto;
        margin-bottom: 0;
        margin-left: 0;
        padding: 8vw 0;
        width: 100%
    }

    .section-homepage-promotion-slider:after,
    .section-homepage-promotion-slider:before {
        display: none
    }

    .section-homepage-promotion-slider .bg-layer {
        margin-left: 0;
        width: 100%
    }

    .section-homepage-promotion-slider .promotion-slider-content {
        margin-left: 0;
        top: 0;
        width: 100%
    }

    .section-homepage-promotion-slider .promotion-slider-content .promotion-slider {
        position: relative;
        transform: translateX(-70vw);
        width: 240vw
    }

    .section-homepage-promotion-slider .promotion-slider-content .promotion-slider .slick-slide {
        padding: 5vw 0;
        transform: scale(.9)
    }

    .section-homepage-promotion-slider .promotion-slider-content .promotion-slider .slick-slide .slide-layout {
        border-radius: 5.33vw
    }

    .section-homepage-promotion-slider .promotion-slider-content .promotion-slider .slick-slide .slide-layout .img-holder {
        height: 100%;
        width: 100%
    }

    .section-homepage-promotion-slider .promotion-slider-content .promotion-slider .slick-dots {
        display: flex;
        justify-content: center;
        padding: 7vw 0 0;
        width: 100%
    }

    .section-homepage-promotion-slider .promotion-slider-content .promotion-slider .slick-dots li {
        background-color: #edeef1;
        border-radius: 50%;
        height: 2.667vw;
        margin: 0 1.334vw;
        width: 2.667vw
    }

    .section-homepage-promotion-slider .promotion-slider-content .promotion-slider .slick-dots li:first-child {
        margin-left: 0
    }

    .section-homepage-promotion-slider .promotion-slider-content .promotion-slider .slick-dots li:last-child {
        margin-right: 0
    }

    .section-homepage-promotion-slider .promotion-slider-content .promotion-slider .slick-dots li.slick-active {
        background-color: var(--primary-color)
    }

    .section-homepage-promotion-slider .promotion-slider-content .promotion-slider .slick-dots li button {
        display: none
    }

    .section-homepage-promotion-slider .promotion-slider-content .promotion-slider .slick-dots {
        padding-top: 0
    }
}

#homepage-explore-products {
    margin-top: -171px;
    position: relative
}

#homepage-explore-products .explore-products-layout {
    grid-gap: 27px;
    display: grid;
    grid-template-columns: 1fr 450px 720px 1fr;
    grid-template-rows: 350px 120px 200px 80px 330px;
    margin-left: calc(50% - 684px);
    width: 1368px
}

#homepage-explore-products .explore-products-layout .products-group-card {
    background-color: #aaa;
    border-radius: 20px;
    color: #fff;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

#homepage-explore-products .explore-products-layout .products-group-card .thumbnail {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease-out;
    width: 100%
}

#homepage-explore-products .explore-products-layout .products-group-card:hover .thumbnail {
    transform: scale(1.05);
    transition: all .8s cubic-bezier(.18, .71, .64, 1)
}

#homepage-explore-products .explore-products-layout .products-group-card .product-group-content {
    height: auto;
    padding: 30px 50px;
    position: absolute;
    width: auto;
    z-index: 2
}

#homepage-explore-products .explore-products-layout .products-group-card .product-group-content.top-left {
    left: 0;
    top: 0
}

#homepage-explore-products .explore-products-layout .products-group-card .product-group-content.top-right {
    right: 0;
    top: 0
}

#homepage-explore-products .explore-products-layout .products-group-card .product-group-content.centered {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

#homepage-explore-products .explore-products-layout .products-group-card .product-group-content.bottom-left {
    bottom: 0;
    left: 0
}

#homepage-explore-products .explore-products-layout .products-group-card .product-group-content.bottom-right {
    bottom: 0;
    right: 0
}

#homepage-explore-products .explore-products-layout .products-group-card .product-group-content .card-title {
    font-size: 64px;
    margin-bottom: 20px
}

#homepage-explore-products .explore-products-layout .products-group-card .product-group-content .card-title em {
    font-weight: 300
}

#homepage-explore-products .explore-products-layout .products-group-card .product-group-content .card-title b {
    font-weight: 900
}

#homepage-explore-products .explore-products-layout .products-group-card .product-group-content .card-desc {
    display: none;
    font-size: 14px
}

#homepage-explore-products .explore-products-layout .products-group-card.service-card {
    grid-column: 2;
    grid-row: 2/span 1
}

#homepage-explore-products .explore-products-layout .products-group-card.service-card .support-list {
    align-items: center;
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: space-around;
    padding: 0 20px;
    width: 100%
}

#homepage-explore-products .explore-products-layout .products-group-card.service-card .support-list .support-item {
    flex-basis: 20%;
    margin: 0;
    text-align: center
}

#homepage-explore-products .explore-products-layout .products-group-card.service-card .support-list .support-item .support-ico {
    height: 48px;
    margin: auto auto 10px
}

#homepage-explore-products .explore-products-layout .products-group-card.service-card .support-list .support-item .support-ico.fulltime-support {
    width: 37px
}

#homepage-explore-products .explore-products-layout .products-group-card.service-card .support-list .support-item .support-ico.faq,
#homepage-explore-products .explore-products-layout .products-group-card.service-card .support-list .support-item .support-ico.maintain {
    width: 48px
}

#homepage-explore-products .explore-products-layout .products-group-card.service-card .support-list .support-item .support-name {
    font-size: 13px;
    font-weight: 700;
    margin: 0
}

#homepage-explore-products .explore-products-layout .products-group-card.explore-filter-card {
    align-items: center;
    background-color: var(--primary-color);
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    display: flex;
    grid-column: 2/span 1;
    grid-row: 1;
    justify-content: flex-end
}

#homepage-explore-products .explore-products-layout .products-group-card.explore-filter-card .explore-filter-layout {
    padding: 0 37px;
    width: 100%
}

#homepage-explore-products .explore-products-layout .products-group-card.explore-filter-card .explore-filter-layout .explore-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 21px;
    white-space: nowrap
}

#homepage-explore-products .explore-products-layout .products-group-card.explore-filter-card .explore-filter-layout .search-form-holder {
    margin-bottom: 15px
}

#homepage-explore-products .explore-products-layout .products-group-card.explore-filter-card .explore-filter-layout .search-form-holder form {
    position: relative
}

#homepage-explore-products .explore-products-layout .products-group-card.explore-filter-card .explore-filter-layout .search-form-holder form input {
    border: none;
    border-radius: 22px;
    color: var(--primary-color);
    display: block;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    width: 100%
}

#homepage-explore-products .explore-products-layout .products-group-card.explore-filter-card .explore-filter-layout .search-form-holder form input:-ms-input-placeholder {
    color: var(--primary-color);
    font-size: 16px
}

#homepage-explore-products .explore-products-layout .products-group-card.explore-filter-card .explore-filter-layout .search-form-holder form input::-moz-placeholder {
    color: var(--primary-color);
    font-size: 16px
}

#homepage-explore-products .explore-products-layout .products-group-card.explore-filter-card .explore-filter-layout .search-form-holder form input::placeholder {
    color: var(--primary-color);
    font-size: 16px
}

#homepage-explore-products .explore-products-layout .products-group-card.explore-filter-card .explore-filter-layout .search-form-holder form input:active:-ms-input-placeholder,
#homepage-explore-products .explore-products-layout .products-group-card.explore-filter-card .explore-filter-layout .search-form-holder form input:focus:-ms-input-placeholder {
    color: transparent
}

#homepage-explore-products .explore-products-layout .products-group-card.explore-filter-card .explore-filter-layout .search-form-holder form input:active::-moz-placeholder,
#homepage-explore-products .explore-products-layout .products-group-card.explore-filter-card .explore-filter-layout .search-form-holder form input:focus::-moz-placeholder {
    color: transparent
}

#homepage-explore-products .explore-products-layout .products-group-card.explore-filter-card .explore-filter-layout .search-form-holder form input:active::placeholder,
#homepage-explore-products .explore-products-layout .products-group-card.explore-filter-card .explore-filter-layout .search-form-holder form input:focus::placeholder {
    color: transparent
}

#homepage-explore-products .explore-products-layout .products-group-card.explore-filter-card .explore-filter-layout .search-form-holder form .explore-search-submit-btn {
    align-items: center;
    background-color: transparent;
    border: none;
    color: var(--primary-color);
    display: flex;
    height: 44px;
    justify-content: center;
    line-height: 44px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px
}

#homepage-explore-products .explore-products-layout .products-group-card.explore-filter-card .explore-filter-layout .suggestion-link .link-item {
    flex-basis: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 2
}

#homepage-explore-products .explore-products-layout .products-group-card:nth-child(3) {
    grid-column: 3/span 1;
    grid-row: 1/span 1
}

#homepage-explore-products .explore-products-layout .products-group-card:nth-child(4) {
    grid-column: 2/span 1;
    grid-row: 3/span 2
}

#homepage-explore-products .explore-products-layout .products-group-card:nth-child(5) {
    grid-column: 3/span 1;
    grid-row: 2/span 2
}

#homepage-explore-products .explore-products-layout .products-group-card:nth-child(6) {
    grid-column: 2/span 1;
    grid-row: 5/span 1
}

#homepage-explore-products .explore-products-layout .products-group-card:nth-child(7) {
    grid-column: 3/span 1;
    grid-row: 4/span 2
}

#homepage-explore-products .cta-holder {
    margin: 29px auto;
    max-width: 100%;
    width: 1200px
}

@media only screen and (max-width: 1080px) {
    #homepage-explore-products {
        margin-top: 0;
        padding: 0 0 11.33vw
    }

    #homepage-explore-products .explore-products-layout-mb .explore-filter-layout {
        background-color: var(--primary-color);
        color: #fff;
        padding: 12vw 4.3vw 10vw;
        text-align: center
    }

    #homepage-explore-products .explore-products-layout-mb .explore-filter-layout .explore-title {
        font-size: 6.4vw;
        font-weight: 800;
        line-height: 1.5;
        margin-bottom: 5vw
    }

    #homepage-explore-products .explore-products-layout-mb .explore-filter-layout .search-form-holder {
        margin-bottom: 4.26vw;
        position: relative
    }

    #homepage-explore-products .explore-products-layout-mb .explore-filter-layout .search-form-holder input {
        background-color: #fff;
        border: none;
        border-radius: 6.13vw;
        color: #1b1d22;
        display: block;
        font-size: 3.73vw;
        height: 12.26vw;
        line-height: 12.26vw;
        text-align: center;
        width: 100%
    }

    #homepage-explore-products .explore-products-layout-mb .explore-filter-layout .search-form-holder input:-ms-input-placeholder {
        color: #5a5a5a
    }

    #homepage-explore-products .explore-products-layout-mb .explore-filter-layout .search-form-holder input::-moz-placeholder {
        color: #5a5a5a
    }

    #homepage-explore-products .explore-products-layout-mb .explore-filter-layout .search-form-holder input::placeholder {
        color: #5a5a5a
    }

    #homepage-explore-products .explore-products-layout-mb .explore-filter-layout .search-form-holder .explore-search-submit-btn {
        align-items: center;
        background-color: transparent;
        border: none;
        display: flex;
        height: 12.26vw;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        width: 12.26vw
    }

    #homepage-explore-products .explore-products-layout-mb .explore-filter-layout .search-form-holder .explore-search-submit-btn .search-icon {
        width: 8.533vw
    }

    #homepage-explore-products .explore-products-layout-mb .explore-filter-layout .suggestion-link {
        display: flex;
        flex-wrap: wrap;
        font-size: 3.73vw;
        line-height: 2.4
    }

    #homepage-explore-products .explore-products-layout-mb .explore-filter-layout .suggestion-link .link-item {
        flex-basis: 100%;
        flex-shrink: 0;
        margin-bottom: 2vw;
        padding: 0 3.2vw;
        text-align: left;
        white-space: nowrap
    }

    #homepage-explore-products .explore-products-layout-mb .support-services {
        margin-bottom: 18vw;
        padding: 0 4.33vw
    }

    #homepage-explore-products .explore-products-layout-mb .support-services .support-list {
        background-color: var(--primary-color);
        border-radius: 5.33vw;
        color: #fff;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 5vw 0;
        padding: 4.6vw 0
    }

    #homepage-explore-products .explore-products-layout-mb .support-services .support-list .support-item {
        flex-basis: 30%;
        margin: 0;
        padding: 0 2vw
    }

    #homepage-explore-products .explore-products-layout-mb .support-services .support-list .support-item .support-ico img {
        display: block;
        height: 8.46vw;
        margin: 0 auto 2vw;
        width: auto
    }

    #homepage-explore-products .explore-products-layout-mb .support-services .support-list .support-item .support-name {
        font-size: 3.23vw;
        font-weight: 700;
        margin-bottom: 0;
        text-align: center;
        white-space: nowrap
    }

    #homepage-explore-products .explore-products-layout-mb .products-list-mb-slider-holder .product-list-mb-slider .slide-item {
        padding: 0 4.6vw
    }

    #homepage-explore-products .explore-products-layout-mb .products-list-mb-slider-holder .product-list-mb-slider .slide-item .slide-layout {
        border-radius: 5.73vw;
        height: 91.4vw;
        overflow: hidden;
        position: relative
    }

    #homepage-explore-products .explore-products-layout-mb .products-list-mb-slider-holder .product-list-mb-slider .slide-item .slide-layout .thumbnail {
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1
    }

    #homepage-explore-products .explore-products-layout-mb .products-list-mb-slider-holder .product-list-mb-slider .slide-item .slide-layout .product-group-content {
        color: #fff;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: flex-end;
        left: 0;
        padding: 4.67vw;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2
    }

    #homepage-explore-products .explore-products-layout-mb .products-list-mb-slider-holder .product-list-mb-slider .slide-item .slide-layout .product-group-content .card-title {
        font-size: 9.6vw;
        margin-bottom: 4.6vw;
        text-align: center
    }

    #homepage-explore-products .explore-products-layout-mb .products-list-mb-slider-holder .product-list-mb-slider .slide-item .slide-layout .product-group-content .card-desc {
        font-size: 3.73vw;
        margin: 0;
        text-align: center
    }

    #homepage-explore-products .explore-products-layout-mb .products-list-mb-slider-holder .product-list-mb-slider .slick-dots {
        display: flex;
        justify-content: center;
        padding: 7vw 0 0;
        width: 100%
    }

    #homepage-explore-products .explore-products-layout-mb .products-list-mb-slider-holder .product-list-mb-slider .slick-dots li {
        background-color: #edeef1;
        border-radius: 50%;
        height: 2.667vw;
        margin: 0 1.334vw;
        width: 2.667vw
    }

    #homepage-explore-products .explore-products-layout-mb .products-list-mb-slider-holder .product-list-mb-slider .slick-dots li:first-child {
        margin-left: 0
    }

    #homepage-explore-products .explore-products-layout-mb .products-list-mb-slider-holder .product-list-mb-slider .slick-dots li:last-child {
        margin-right: 0
    }

    #homepage-explore-products .explore-products-layout-mb .products-list-mb-slider-holder .product-list-mb-slider .slick-dots li.slick-active {
        background-color: var(--primary-color)
    }

    #homepage-explore-products .explore-products-layout-mb .products-list-mb-slider-holder .product-list-mb-slider .slick-dots li button {
        display: none
    }

    #homepage-explore-products .cta-holder {
        margin: 6vw auto;
        max-width: 100%;
        padding: 0 4.6vw;
        width: 100%
    }
}

.section-homepage-news-events {
    background-color: #edeef1;
    padding: 86px 0
}

.section-homepage-news-events .news-events-layout {
    display: flex
}

.section-homepage-news-events .news-events-layout .left-col {
    flex-basis: 25%;
    flex-shrink: 0;
    padding-right: 22px
}

.section-homepage-news-events .news-events-layout .left-col .news-section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 21px;
    padding-top: 20px;
    white-space: nowrap
}

.section-homepage-news-events .news-events-layout .left-col .desc {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 36px
}

.section-homepage-news-events .news-events-layout .right-col {
    flex-grow: 1;
    width: 75%
}

.section-homepage-news-events .news-events-layout .right-col .news-list {
    position: relative
}

.section-homepage-news-events .news-events-layout .right-col .news-list .news-item-layout {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    min-height: 440px;
    padding: 20px 10px
}

.section-homepage-news-events .news-events-layout .right-col .news-list .news-item-layout .thumbnail {
    background-color: #000;
    border-radius: 20px;
    height: 170px;
    margin-bottom: 20px;
    width: 100%
}

.section-homepage-news-events .news-events-layout .right-col .news-list .news-item-layout:hover .thumbnail {
    -webkit-animation: zoomShakyAnimation .75s linear;
    animation: zoomShakyAnimation .75s linear
}

.section-homepage-news-events .news-events-layout .right-col .news-list .news-item-layout .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 16px
}

.section-homepage-news-events .news-events-layout .right-col .news-list .news-item-layout .excerpt {
    color: #2b303b;
    font-size: 14px;
    line-height: 26px
}

.section-homepage-news-events .news-events-layout .right-col .news-list .news-item-layout .seemore {
    border-bottom: 1px solid transparent;
    color: var(--primary-color);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-top: auto
}

.section-homepage-news-events .news-events-layout .right-col .news-list .news-item-layout .seemore:hover {
    border-bottom: 1px solid var(--primary-color)
}

.section-homepage-news-events .news-events-layout .right-col .news-list .news-slide-control {
    background-color: var(--primary-color);
    border-radius: 18px;
    cursor: pointer;
    height: 36px;
    position: absolute;
    top: 92px;
    width: 36px;
    z-index: 4
}

.section-homepage-news-events .news-events-layout .right-col .news-list .news-slide-control .arrow {
    border: 1px solid #fff;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    transform: rotate(45deg);
    width: 12px
}

.section-homepage-news-events .news-events-layout .right-col .news-list .news-slide-control.next-slide {
    right: -10px
}

.section-homepage-news-events .news-events-layout .right-col .news-list .news-slide-control.next-slide .arrow {
    border-bottom: none;
    border-left: none;
    left: 10px
}

.section-homepage-news-events .news-events-layout .right-col .news-list .news-slide-control.prev-slide {
    left: -10px
}

.section-homepage-news-events .news-events-layout .right-col .news-list .news-slide-control.prev-slide .arrow {
    border-right: none;
    border-top: none;
    left: 15px
}

@media only screen and (max-width: 1080px) {
    .section-homepage-news-events {
        padding: 11.33vw 0
    }

    .section-homepage-news-events .news-events-layout {
        display: flex;
        flex-wrap: wrap
    }

    .section-homepage-news-events .news-events-layout .left-col {
        flex-basis: 100%;
        flex-shrink: 0;
        padding: 0 4.3vw;
        text-align: center
    }

    .section-homepage-news-events .news-events-layout .left-col .news-section-title {
        font-size: 8vw;
        margin-bottom: 6vw;
        padding-top: 0
    }

    .section-homepage-news-events .news-events-layout .left-col .desc {
        font-size: 4.26vw;
        margin-bottom: 8vw
    }

    .section-homepage-news-events .news-events-layout .right-col {
        width: 100%
    }

    .section-homepage-news-events .news-events-layout .right-col .news-list {
        position: relative
    }

    .section-homepage-news-events .news-events-layout .right-col .news-list .news-item-layout {
        height: auto;
        min-height: 0;
        padding: 0 4.3vw
    }

    .section-homepage-news-events .news-events-layout .right-col .news-list .news-item-layout .thumbnail {
        border-radius: 5.33vw;
        height: 55vw;
        margin-bottom: 5.33vw;
        width: 100%
    }

    .section-homepage-news-events .news-events-layout .right-col .news-list .news-item-layout .date {
        color: #5a5a5a;
        font-size: 4.8vw;
        font-weight: 400;
        line-height: 1.7;
        margin-bottom: 1.5vw
    }

    .section-homepage-news-events .news-events-layout .right-col .news-list .news-item-layout .title {
        color: #5a5a5a;
        font-size: 4.266vw;
        line-height: 1.6;
        margin-bottom: 3.2vw
    }

    .section-homepage-news-events .news-events-layout .right-col .news-list .news-item-layout .excerpt {
        font-size: 3.73333vw;
        line-height: 1.5
    }

    .section-homepage-news-events .news-events-layout .right-col .news-list .news-item-layout .seemore {
        border-bottom: .5vw solid transparent;
        display: inline-block;
        font-size: 4.26vw;
        font-weight: 700
    }

    .section-homepage-news-events .news-events-layout .right-col .news-list .news-item-layout .seemore:hover {
        border-bottom: .5vw solid var(--primary-color)
    }

    .section-homepage-news-events .news-events-layout .right-col .news-list .slick-dots {
        display: flex;
        justify-content: center;
        padding: 7vw 0 0;
        width: 100%
    }

    .section-homepage-news-events .news-events-layout .right-col .news-list .slick-dots li {
        background-color: #edeef1;
        border-radius: 50%;
        height: 2.667vw;
        margin: 0 1.334vw;
        width: 2.667vw
    }

    .section-homepage-news-events .news-events-layout .right-col .news-list .slick-dots li:first-child {
        margin-left: 0
    }

    .section-homepage-news-events .news-events-layout .right-col .news-list .slick-dots li:last-child {
        margin-right: 0
    }

    .section-homepage-news-events .news-events-layout .right-col .news-list .slick-dots li.slick-active {
        background-color: var(--primary-color)
    }

    .section-homepage-news-events .news-events-layout .right-col .news-list .slick-dots li button {
        display: none
    }

    .section-homepage-news-events .news-events-layout .right-col .news-list .slick-dots li {
        background-color: #fff
    }

    .section-homepage-news-events .news-events-layout .cta-holder {
        flex-basis: 100%;
        margin-top: 8vw;
        padding: 0 4.3vw;
        width: 100%
    }
}

.section-homepage-social-network {
    height: 336px
}

.section-homepage-social-network .bg-layer,
.section-homepage-social-network .main-content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.section-homepage-social-network .main-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1
}

.section-homepage-social-network .main-content .follow-us-title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -.02em;
    margin-bottom: 40px
}

.section-homepage-social-network .main-content .social-list {
    display: flex
}

.section-homepage-social-network .main-content .social-list .social-item {
    margin: 0 20px;
    width: 60px
}

.section-homepage-social-network .main-content .social-list .social-item:hover {
    -webkit-animation: zoomShakyAnimation .8s linear;
    animation: zoomShakyAnimation .8s linear
}

.section-homepage-social-network .main-content .social-list .social-item:first-child {
    margin-left: 0
}

.section-homepage-social-network .main-content .social-list .social-item:last-child {
    margin-right: 0
}

@media only screen and (max-width: 1080px) {
    .section-homepage-social-network {
        height: auto
    }

    .section-homepage-social-network .bg-layer {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1
    }

    .section-homepage-social-network .main-content {
        padding: 24vw 3.2vw;
        position: relative;
        z-index: 2
    }

    .section-homepage-social-network .main-content .follow-us-title {
        font-size: 6.4vw;
        margin-bottom: 5.3vw
    }

    .section-homepage-social-network .main-content .social-list {
        flex-wrap: wrap;
        justify-content: center
    }

    .section-homepage-social-network .main-content .social-list .social-item {
        margin: 0 2vw 8vw;
        width: 13vw
    }

    .section-homepage-social-network .main-content .social-list .social-item:first-child {
        margin-left: 0
    }

    .section-homepage-social-network .main-content .social-list .social-item:last-child {
        margin-right: 0
    }
}

.section-contact-intro {
    padding: 30px 0 80px
}

.section-contact-intro .contact-page-heading {
    margin-bottom: 50px
}

.section-contact-intro .contact-page-heading .page-title {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 0
}

.section-contact-intro .contact-page-heading .desc {
    color: #5a5a5a;
    font-size: 20px;
    line-height: 1.6
}

.section-contact-intro .contact-intro-layout {
    align-items: center;
    display: flex
}

.section-contact-intro .contact-intro-layout .left-col {
    flex-basis: 630px;
    flex-shrink: 0;
    padding-right: 40px
}


.section-contact-intro .contact-intro-layout .left-col .office-list .office-item {
    display: flex;
    margin-bottom: 48px
}

.section-contact-intro .contact-intro-layout .left-col .office-list .office-item .office-info .label {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase
}

.section-contact-intro .contact-intro-layout .left-col .office-list .office-item .office-info .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 8px
}

.section-contact-intro .contact-intro-layout .left-col .office-list .office-item .office-info .detail-list {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px
}

.section-contact-intro .contact-intro-layout .left-col .tab-header {
    display: none
}

.section-contact-intro .contact-intro-layout .right-col {
    padding-left: 80px
}

@media only screen and (max-width: 1080px) {
    .section-contact-intro {
        padding: 4.26667vw 4.26667vw 21.33333vw
    }

    .section-contact-intro .contact-page-heading {
        margin-bottom: 12vw
    }

    .section-contact-intro .contact-page-heading .page-title {
        font-size: 9.6vw;
        font-weight: 500;
        line-height: 13.33333vw;
        margin-bottom: 2.13333vw
    }

    .section-contact-intro .contact-page-heading .desc {
        font-size: 4.26667vw;
        line-height: 6.82667vw;
        margin-bottom: 8vw
    }

    .section-contact-intro .contact-intro-layout {
        flex-wrap: wrap
    }

    .section-contact-intro .contact-intro-layout .left-col {
        flex-basis: 100%;
        padding-right: 0
    }

    .section-contact-intro .contact-intro-layout .left-col .page-title {
        font-size: 9.6vw;
        font-weight: 500;
        line-height: 13.33333vw;
        margin-bottom: 2.13333vw
    }

    .section-contact-intro .contact-intro-layout .left-col .desc {
        font-size: 4.26667vw;
        line-height: 6.82667vw;
        margin-bottom: 8vw
    }

    .section-contact-intro .contact-intro-layout .left-col .contact-tabs .tab-header {
        border-bottom: 1px solid #d8d9db;
        display: flex;
        margin-bottom: 6.4vw
    }

    .section-contact-intro .contact-intro-layout .left-col .contact-tabs .tab-header .tab-link {
        cursor: pointer;
        font-size: 3.2vw;
        font-weight: 800;
        line-height: 6.4vw;
        list-style: none;
        margin-right: 16vw;
        padding-bottom: 2.13333vw;
        text-align: center;
        text-transform: uppercase;
        white-space: nowrap
    }

    .section-contact-intro .contact-intro-layout .left-col .contact-tabs .tab-header .tab-link:last-child {
        margin-right: 0
    }

    .section-contact-intro .contact-intro-layout .left-col .contact-tabs .tab-header .tab-link .office-ico {
        background-color: #effbff;
        border-radius: 8px;
        height: 18.66667vw;
        margin-bottom: 3.2vw;
        padding: 2.4vw;
        width: 18.66667vw
    }

    .section-contact-intro .contact-intro-layout .left-col .contact-tabs .tab-header .tab-link.current {
        border-bottom: 4px solid var(--primary-color);
        color: var(--primary-color)
    }

    .section-contact-intro .contact-intro-layout .left-col .contact-tabs .tab-header .tab-link.current .office-ico {
        box-shadow: 0 4px 8px rgba(0, 0, 0, .25)
    }

    .section-contact-intro .contact-intro-layout .left-col .contact-tabs .tab-content {
        display: none
    }

    .section-contact-intro .contact-intro-layout .left-col .contact-tabs .tab-content.current {
        display: inherit
    }

    .section-contact-intro .contact-intro-layout .left-col .office-list {
        padding: 0
    }

    .section-contact-intro .contact-intro-layout .left-col .office-list #tab-1 {
        position: relative
    }

    .section-contact-intro .contact-intro-layout .left-col .office-list #tab-1 .background-layer {
        opacity: .15
    }

    .section-contact-intro .contact-intro-layout .left-col .office-list #tab-1 .office-info {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2
    }

    .section-contact-intro .contact-intro-layout .left-col .office-list .office-item .office-ico,
    .section-contact-intro .contact-intro-layout .left-col .office-list .office-item .office-info .label {
        display: none
    }

    .section-contact-intro .contact-intro-layout .left-col .office-list .office-item .office-info .title {
        font-size: 6.4vw;
        font-weight: 700;
        line-height: 9.6vw;
        margin-bottom: 2.13333vw
    }

    .section-contact-intro .contact-intro-layout .left-col .office-list .office-item .office-info .detail-list {
        font-size: 4.26667vw;
        line-height: 6.82667vw;
        margin-bottom: 6.4vw
    }

    .section-contact-intro .contact-intro-layout .right-col {
        display: none;
        padding-left: 0
    }
}

.section-page-banner {
    align-items: center;
    display: flex !important;
    height: 70vh;
    justify-content: center;
    position: relative;
    width: 97vw;
    margin: 10px auto;
}

.section-page-banner .bg-layer {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.section-page-banner .section-anchor {
    height: 80vh;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.section-page-banner .banner-main-content {
    height: 390px;
    position: relative;
    width: 1200px;
    z-index: 2
}




.section-page-banner .banner-main-content .color-bg-layer {
    background-color: var(--primary-color);
    border-radius: 20px;
    bottom: 0;
    min-height: 200px;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 1
}

#career-page-banner .banner-main-content .color-bg-layer {
    min-height: 270px !important;
    top: 180px !important;
}

.section-page-banner .banner-main-content .content-layer {
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 35%;
    z-index: 2
}

.section-page-banner .banner-main-content .content-layer .banner-title {
    bottom: 220px;
    color: var(--primary-color);
    font-size: 48px;
    font-weight: 800;
    left: 0;
    line-height: 1.3;
    margin: 0;
    position: absolute
}

.section-page-banner .banner-main-content .content-layer .desc {
    bottom: 0;
    font-size: 14px;
    height: 200px;
    left: 0;
    line-height: 20px;
    margin: 0;
    padding: 10px 24px 0 30px;
    position: absolute;
    width: 100%
}

.section-page-banner .banner-main-content .illustration-layer {
    align-items: center;
    display: flex;
    height: 93.84%;
    justify-content: center;
    position: absolute;
    right: 2%;
    top: 0;
    width: 62.83%;
    z-index: 4
}

.section-page-banner .banner-main-content .illustration-layer>a {
    height: 100%
}

.section-page-banner .banner-main-content .illustration-layer .illustration-item {
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    height: 100%;
    margin: 0;
    width: 100%
}

.section-page-banner .banner-main-content .illustration-layer .illustration-item img {
    transition: all .3s ease-out
}

.section-page-banner .banner-main-content .illustration-layer .illustration-item.sm {
    position: relative;
    width: 30%
}

.section-page-banner .banner-main-content .illustration-layer .illustration-item:hover img {
    transform: scale(1.05);
    transition: all .8s cubic-bezier(.18, .71, .64, 1)
}

.section-page-banner.career-page-banner .desc .illustration-layer,
.section-page-banner.faq-page-banner .desc .illustration-layer,
.section-page-banner.product-list-page-banner .desc .illustration-layer,
.section-page-banner.support-page-banner .desc .illustration-layer {
    display: none
}

@media only screen and (max-width: 1080px) {
    .section-page-banner {
        height: auto;
        margin-left: 0;
        width: 100%
    }

    .section-page-banner.career-page-banner,
    .section-page-banner.faq-page-banner,
    .section-page-banner.product-list-page-banner,
    .section-page-banner.support-page-banner {
        align-items: flex-start;
        height: auto;
        padding-bottom: 18.13333vw;
        padding-top: 10.66667vw
    }

    .section-page-banner.career-page-banner .banner-main-content,
    .section-page-banner.faq-page-banner .banner-main-content,
    .section-page-banner.product-list-page-banner .banner-main-content,
    .section-page-banner.support-page-banner .banner-main-content {
        height: auto;
        padding: 0 4.27vw;
        width: 100%
    }

    .section-page-banner.career-page-banner .banner-main-content .color-bg-layer,
    .section-page-banner.faq-page-banner .banner-main-content .color-bg-layer,
    .section-page-banner.product-list-page-banner .banner-main-content .color-bg-layer,
    .section-page-banner.support-page-banner .banner-main-content .color-bg-layer {
        display: none
    }

    .section-page-banner.career-page-banner .banner-main-content .content-layer,
    .section-page-banner.faq-page-banner .banner-main-content .content-layer,
    .section-page-banner.product-list-page-banner .banner-main-content .content-layer,
    .section-page-banner.support-page-banner .banner-main-content .content-layer {
        padding-top: 5vw;
        position: static;
        width: 100%
    }

    .section-page-banner.career-page-banner .banner-main-content .content-layer .banner-title,
    .section-page-banner.faq-page-banner .banner-main-content .content-layer .banner-title,
    .section-page-banner.product-list-page-banner .banner-main-content .content-layer .banner-title,
    .section-page-banner.support-page-banner .banner-main-content .content-layer .banner-title {
        font-size: 10.66667vw;
        margin-bottom: 37.33333vw;
        padding: 0 4.76vw;
        position: static;
        text-align: center
    }

    .section-page-banner.career-page-banner .banner-main-content .content-layer .desc,
    .section-page-banner.faq-page-banner .banner-main-content .content-layer .desc,
    .section-page-banner.product-list-page-banner .banner-main-content .content-layer .desc,
    .section-page-banner.support-page-banner .banner-main-content .content-layer .desc {
        background-color: var(--primary-color);
        border-radius: 5.33333vw;
        font-size: 3.73333vw;
        height: auto;
        line-height: 1.6;
        padding: 0 5.33333vw 5.33333vw;
        position: static
    }

    .section-page-banner.career-page-banner .banner-main-content .content-layer .desc .illustration-layer,
    .section-page-banner.faq-page-banner .banner-main-content .content-layer .desc .illustration-layer,
    .section-page-banner.product-list-page-banner .banner-main-content .content-layer .desc .illustration-layer,
    .section-page-banner.support-page-banner .banner-main-content .content-layer .desc .illustration-layer {
        display: block
    }

    .section-page-banner.career-page-banner .banner-main-content .content-layer .desc .banner-detail,
    .section-page-banner.faq-page-banner .banner-main-content .content-layer .desc .banner-detail,
    .section-page-banner.product-list-page-banner .banner-main-content .content-layer .desc .banner-detail,
    .section-page-banner.support-page-banner .banner-main-content .content-layer .desc .banner-detail {
        text-align: center
    }

    .section-page-banner.career-page-banner .banner-main-content .illustration-layer,
    .section-page-banner.faq-page-banner .banner-main-content .illustration-layer,
    .section-page-banner.product-list-page-banner .banner-main-content .illustration-layer,
    .section-page-banner.support-page-banner .banner-main-content .illustration-layer {
        display: none;
        margin: 0 0 -18.66667vw;
        position: static;
        transform: translateY(-28vw);
        width: 100%
    }

    .section-page-banner.career-page-banner .banner-main-content .illustration-layer .illustration-item,
    .section-page-banner.faq-page-banner .banner-main-content .illustration-layer .illustration-item,
    .section-page-banner.product-list-page-banner .banner-main-content .illustration-layer .illustration-item,
    .section-page-banner.support-page-banner .banner-main-content .illustration-layer .illustration-item {
        border-radius: 5.33333vw;
        height: auto;
        margin: 0;
        width: 100%
    }

    .section-page-banner.career-page-banner .banner-main-content .illustration-layer.sm-images-holder,
    .section-page-banner.faq-page-banner .banner-main-content .illustration-layer.sm-images-holder,
    .section-page-banner.product-list-page-banner .banner-main-content .illustration-layer.sm-images-holder,
    .section-page-banner.support-page-banner .banner-main-content .illustration-layer.sm-images-holder {
        padding-top: 40px;
        right: 1.8%
    }

    .section-page-banner.faq-page-banner .banner-main-content {
        padding: 0
    }

    .section-page-banner.career-page-banner .banner-main-content .content-layer .banner-title {
        margin-bottom: 37.33333vw;
        position: static
    }
}

.section-career-faq {
    padding: 40px 0 80px
}

.section-career-faq .section-header .career-faq-title {
    color: #1b1d22;
    font-size: 32px;
    letter-spacing: -.02em;
    line-height: 50px;
    margin-bottom: 30px
}

.section-career-faq .question-list {
    margin: 0 auto;
    max-width: 100%;
    width: 966px
}

.section-career-faq .question-list .question-item {
    margin-bottom: 16px
}

.section-career-faq .question-list .question-item .question-layout .question {
    background-color: #f5f5f6;
    border-radius: 12px;
    line-height: 24px;
    margin-bottom: 16px;
    min-height: 56px;
    padding: 14px 120px 14px 30px;
    position: relative
}

.section-career-faq .question-list .question-item .question-layout .question p {
    font-size: 16px;
    /* font-weight: 700; */
    margin: 0
}

.section-career-faq .question-list .question-item .question-layout .question .context {
    color: #5a5a5a
}

.section-career-faq .question-list .question-item .question-layout .question .answer-btn {
    border-bottom: 1px solid transparent;
    color: var(--primary-color);
    cursor: pointer;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 25px;
    top: 14px;
    transition: all .15s ease-out
}

.section-career-faq .question-list .question-item .question-layout .question .answer-btn:hover {
    border-bottom: 1px solid var(--primary-color);
    opacity: .8
}

.section-career-faq .question-list .question-item .question-layout .answer {
    background-color: #f5f5f6;
    border-radius: 12px;
    display: none;
    font-size: 16px;
    line-height: 24px;
    padding: 14px 80px 14px 30px
}

.section-career-faq .question-list .question-item .question-layout .show {
    display: block !important;
}

.section-career-faq .question-list .question-item .question-layout .answer .label {
    color: var(--primary-color)
}

.section-career-faq .question-list .question-item.active .question-layout .question .answer-btn {
    border-color: #76787b;
    color: #76787b
}

.section-career-faq .question-list .question-item.active .question-layout .question .answer-btn:hover {
    opacity: 1
}

@media only screen and (max-width: 1080px) {
    .section-career-faq {
        padding: 10.66667vw 2.13333vw 21.33333vw
    }

    .section-career-faq .section-header .career-faq-title {
        font-size: 8vw;
        line-height: 10.66667vw;
        margin-bottom: 6.4vw
    }

    .section-career-faq .question-list .question-item {
        margin-bottom: 6.4vw
    }

    .section-career-faq .question-list .question-item .question-layout .question {
        margin-bottom: 3.2vw;
        padding: 4.26667vw 3.2vw
    }

    .section-career-faq .question-list .question-item .question-layout .question p {
        font-size: 4.26667vw;
        line-height: 6.82667vw;
        margin-bottom: 2.13333vw
    }

    .section-career-faq .question-list .question-item .question-layout .question .answer-btn {
        display: inline-block;
        font-size: 4.26667vw;
        height: auto;
        line-height: 6.82667vw;
        margin-bottom: 0;
        position: relative;
        right: 0
    }

    .section-career-faq .question-list .question-item .question-layout .answer {
        font-size: 4.26667vw;
        line-height: 6.82667vw;
        padding: 3.2vw
    }
}

.section-career-apply-form {
    padding: 80px 0
}

.section-career-apply-form .career-intro-layout {
    display: grid;
    grid-template-columns: 50% 50%
}

.section-career-apply-form .career-intro-layout .left-col {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding-right: 25px;
    width: 100%
}

.section-career-apply-form .career-intro-layout .left-col .intro-detail {
    margin-bottom: 50px
}

.section-career-apply-form .career-intro-layout .left-col .intro-detail .intro-title {
    color: #2b303b;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px
}

.section-career-apply-form .career-intro-layout .left-col .intro-detail .intro-reason-list {
    margin-bottom: 30px
}

.section-career-apply-form .career-intro-layout .left-col .intro-detail .intro-reason-list .reason-item {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative
}

.section-career-apply-form .career-intro-layout .left-col .intro-detail .intro-reason-list .reason-item:before {
    content: "\2022";
    display: inline-block;
    font-size: 18px;
    left: 0;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px
}

.section-career-apply-form .career-intro-layout .left-col .career-intro-illustration {
    border-radius: 20px;
    height: 630px;
    transform: translateX(-360px);
    width: 948px
}

.section-career-apply-form .career-intro-layout .right-col {
    padding-left: 25px
}

.section-career-apply-form .career-intro-layout .right-col .form-header {
    margin-bottom: 35px
}

.section-career-apply-form .career-intro-layout .right-col .form-header .form-title {
    color: #2b303b;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px
}

.section-career-apply-form .career-intro-layout .right-col .form-header .desc {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 24px;
    margin: 0
}

.section-career-apply-form .career-intro-layout .right-col .form-holder {
    border: 1px solid #76787b;
    border-radius: 20px;
    padding: 35px 24px
}

.section-career-apply-form .career-intro-layout .right-col .form-holder .form-name {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px
}

.section-career-apply-form .career-intro-layout .right-col .form-holder .form-row {
    display: flex
}

.section-career-apply-form .career-intro-layout .right-col .form-holder .form-row .full-col {
    flex-basis: 100%
}

.section-career-apply-form .career-intro-layout .right-col .form-holder .form-row .half-col {
    flex-basis: 50%;
    flex-shrink: 0;
    padding-right: 7px
}

.section-career-apply-form .career-intro-layout .right-col .form-holder .form-row .half-col:last-child {
    padding-left: 7px;
    padding-right: 0
}

.section-career-apply-form .career-intro-layout .right-col .form-holder .term-agreement-row {
    font-size: 14px;
    margin-bottom: 35px
}

.section-career-apply-form .career-intro-layout .right-col .form-holder .term-agreement-row label {
    color: #5a5a5a
}

@media only screen and (max-width: 1080px) {
    .section-career-apply-form {
        padding: 14.13333vw 0
    }

    .section-career-apply-form .career-intro-layout {
        display: block
    }

    .section-career-apply-form .career-intro-layout .left-col {
        flex-basis: 100%;
        margin-bottom: 8.53333vw;
        padding-left: 4.26667vw;
        padding-right: 4.26667vw;
        width: 100%
    }

    .section-career-apply-form .career-intro-layout .left-col .intro-detail {
        margin-bottom: 12.53333vw
    }

    .section-career-apply-form .career-intro-layout .left-col .intro-detail .intro-title {
        font-size: 8vw;
        line-height: 10.66667vw;
        margin-bottom: 4.26667vw
    }

    .section-career-apply-form .career-intro-layout .left-col .intro-detail .intro-reason-list {
        margin-bottom: 6.4vw
    }

    .section-career-apply-form .career-intro-layout .left-col .intro-detail .intro-reason-list .reason-item {
        font-size: 4.26667vw;
        line-height: 6.82667vw
    }

    .section-career-apply-form .career-intro-layout .left-col .career-intro-illustration {
        border-radius: 0 3.75vw 3.75vw 0;
        height: 65.33333vw;
        transform: translateX(-8vw);
        width: 95.73333vw
    }

    .section-career-apply-form .career-intro-layout .right-col {
        padding-left: 2.13333vw;
        padding-right: 2.13333vw
    }

    .section-career-apply-form .career-intro-layout .right-col .form-header {
        margin-bottom: 9.6vw;
        padding-left: 2.13333vw;
        padding-right: 2.13333vw
    }

    .section-career-apply-form .career-intro-layout .right-col .form-header .form-title {
        font-size: 8vw;
        line-height: 10.66667vw;
        margin-bottom: 3.2vw
    }

    .section-career-apply-form .career-intro-layout .right-col .form-header .desc {
        font-size: 4.26667vw;
        line-height: 6.82667vw
    }

    .section-career-apply-form .career-intro-layout .right-col .form-holder {
        padding: 8.53333vw 3.73333vw 10.66667vw
    }

    .section-career-apply-form .career-intro-layout .right-col .form-holder .form-name {
        font-size: 8vw;
        line-height: 10.66667vw;
        margin-bottom: 4.26667vw
    }

    .section-career-apply-form .career-intro-layout .right-col .form-holder .form-row {
        flex-wrap: wrap
    }

    .section-career-apply-form .career-intro-layout .right-col .form-holder .form-row .half-col {
        flex-basis: 100%;
        flex-shrink: 0;
        padding-right: 0
    }

    .section-career-apply-form .career-intro-layout .right-col .form-holder .form-row .half-col:last-child {
        padding-left: 0;
        padding-right: 0
    }

    .section-career-apply-form .career-intro-layout .right-col .form-holder .term-agreement-row {
        margin-bottom: 10.66667vw
    }

    .section-career-apply-form .career-intro-layout .right-col .form-holder .term-agreement-row label {
        font-size: 3.73333vw;
        line-height: 7.46667vw
    }

    .section-career-apply-form .career-intro-layout .hisense-btn {
        font-size: 4.8vw;
        line-height: 7.68vw;
        width: 100%
    }

    .section-career-apply-form .career-intro-layout .hisense-btn .bg-after,
    .section-career-apply-form .career-intro-layout .hisense-btn .bg-before {
        height: 13.86667vw
    }

    .section-career-apply-form .career-intro-layout .hisense-btn .context {
        align-items: center;
        display: flex;
        height: 13.86667vw;
        justify-content: center;
        width: 100%
    }
}

.section-career-testimonials {
    height: 900px;
    margin-left: calc(50% - 960px);
    width: 1920px
}

.section-career-testimonials .bg-layer,
.section-career-testimonials .main-content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.section-career-testimonials .main-content {
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 2
}

.section-career-testimonials .main-content .testimonials-layout {
    margin: auto;
    width: 1200px
}

.section-career-testimonials .main-content .testimonials-layout .testimonials-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
}

.section-career-testimonials .main-content .testimonials-layout .testimonials-header .section-title {
    color: #2b303b;
    margin: 0
}

.section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control {
    align-items: center;
    display: flex
}

.section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-control {
    background-color: var(--primary-color);
    border-radius: 24px;
    cursor: pointer;
    height: 48px;
    margin: 0 10px;
    position: relative;
    transition: all .15s ease-out;
    width: 48px
}

.section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-control .arrow {
    border: 1px solid #fff;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    transform: rotate(45deg);
    width: 14px
}

.section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-control.prev-slide {
    margin-left: 0
}

.section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-control.prev-slide .arrow {
    border-right: none;
    border-top: none;
    left: 18px
}

.section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-control.next-slide {
    margin-right: 0
}

.section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-control.next-slide .arrow {
    border-bottom: none;
    border-left: none;
    left: 14px
}

.section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-control:hover {
    opacity: .8
}

.section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-indicator {
    color: var(--primary-color);
    font-size: 20px
}

.section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider {
    width: 1440px
}

.section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(9, 61, 165, .2);
    flex-shrink: 0;
    height: 400px;
    overflow: hidden;
    padding: 35px 30px;
    width: calc(100% - 45px)
}

.section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-info {
    align-items: center;
    display: flex;
    margin-bottom: 20px
}

.section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-info .member-avatar {
    border-radius: 60px;
    height: 120px;
    margin-right: 40px;
    width: 120px
}

.section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-info .member-detail .name {
    font-size: 32px;
    margin-bottom: 5px
}

.section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-info .member-detail .position {
    color: #76787b;
    font-size: 18px;
    margin: 0
}

.section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-quote {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

@media only screen and (max-width: 1680px) {
    .section-career-testimonials {
        height: 859px;
        margin-left: calc(50% - 840px);
        width: 1680px
    }

    .section-career-testimonials .main-content .testimonials-layout {
        width: 1440px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-header {
        margin-bottom: 34px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-control {
        border-radius: 21px;
        height: 42px;
        margin: 0 10px;
        width: 42px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-control .arrow {
        height: 12px;
        top: calc(50% - 6px);
        width: 12px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-control.prev-slide .arrow {
        left: 18px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-control.next-slide .arrow {
        left: 14px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-indicator {
        color: var(--primary-color);
        font-size: 18px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider {
        width: 1625px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout {
        border-radius: 18px;
        box-shadow: 0 3px 17px rgba(9, 61, 165, .2);
        height: 394px;
        padding: 38px 43px;
        width: calc(100% - 43px)
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-info {
        margin-bottom: 26px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-info .member-avatar {
        border-radius: 52px;
        height: 104px;
        margin-right: 34px;
        width: 104px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-info .member-detail .name {
        font-size: 31px;
        margin-bottom: 5px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-info .member-detail .position {
        font-size: 16px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-quote {
        font-size: 16px;
        line-height: 24px
    }
}

@media only screen and (max-width: 1440px) {
    .section-career-testimonials {
        height: 736px;
        margin-left: calc(50% - 720px);
        width: 1440px
    }

    .section-career-testimonials .main-content .testimonials-layout {
        width: 1368px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-header {
        margin-bottom: 32px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-control {
        border-radius: 20px;
        height: 40px;
        margin: 0 9px;
        width: 40px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-control .arrow {
        height: 12px;
        top: calc(50% - 6px);
        width: 12px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-control.prev-slide .arrow {
        left: 16px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-control.next-slide .arrow {
        left: 13px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-indicator {
        font-size: 17px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider {
        width: 1545px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout {
        border-radius: 17px;
        box-shadow: 0 3px 16px rgba(9, 61, 165, .2);
        height: 375px;
        padding: 36px 41px;
        width: calc(100% - 41px)
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-info {
        margin-bottom: 25px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-info .member-avatar {
        border-radius: 49px;
        height: 98px;
        margin-right: 32px;
        width: 98px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-info .member-detail .name {
        font-size: 29px;
        margin-bottom: 5px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-info .member-detail .position {
        font-size: 15px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-quote {
        font-size: 15px;
        line-height: 22px
    }
}

@media only screen and (max-width: 1368px) {
    .section-career-testimonials {
        height: 736px;
        margin-left: calc(50% - 684px);
        width: 1368px
    }

    .section-career-testimonials .main-content .testimonials-layout {
        max-width: 100%;
        width: 1200px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-header {
        margin-bottom: 28px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-control {
        border-radius: 18px;
        height: 36px;
        margin: 0 8px;
        width: 36px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-control .arrow {
        height: 12px;
        top: calc(50% - 6px);
        width: 12px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-control.prev-slide .arrow {
        left: 15px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-control.next-slide .arrow {
        left: 11px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control .slide-indicator {
        font-size: 16px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider {
        width: 1355px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout {
        border-radius: 15px;
        box-shadow: 0 3px 16px rgba(9, 61, 165, .2);
        height: 329px;
        padding: 32px 36px;
        width: calc(100% - 36px)
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-info {
        margin-bottom: 22px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-info .member-avatar {
        border-radius: 43px;
        height: 86px;
        margin-right: 28px;
        width: 86px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-info .member-detail .name {
        font-size: 26px;
        margin-bottom: 4px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-info .member-detail .position {
        font-size: 13px
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-quote {
        font-size: 13px;
        line-height: 19px
    }

    .section-career-testimonials {
        height: 689px;
        margin-left: calc(50% - 640px);
        width: 1280px
    }
}

@media only screen and (max-width: 1080px) {
    .section-career-testimonials {
        height: 239.73333vw;
        margin-left: 0;
        width: 288vw
    }

    .section-career-testimonials .main-content .testimonials-layout {
        margin: 0 auto;
        padding: 21.33333vw 4.26667vw 42.66667vw;
        width: 100%
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-header {
        margin-bottom: 6.4vw
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-header .section-title {
        color: #2b303b;
        font-size: 6.4vw;
        font-weight: 800;
        line-height: 9.6vw;
        margin: 0
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-header .testimonials-slider-control {
        bottom: 18.66667vw;
        left: 34.66667vw;
        max-width: 100vw;
        position: absolute
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider {
        width: 100vw
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout {
        height: 160vw;
        padding: 6.4vw 5.33333vw 8.8vw;
        width: calc(100% - 8.53333vw)
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-info {
        margin-bottom: 5.33333vw
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-info .member-avatar {
        border-radius: 100%;
        height: 21.33333vw;
        margin-right: 5.33333vw;
        min-width: 21.33333vw;
        width: 21.33333vw
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-info .member-detail .name {
        font-size: 5.33333vw;
        font-weight: 800;
        margin-bottom: 1.33333vw
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-info .member-detail .position {
        font-size: 3.73333vw;
        font-weight: 400;
        line-height: 4.8vw
    }

    .section-career-testimonials .main-content .testimonials-layout .testimonials-list-slider .member-item .member-info-layout .member-quote {
        font-size: 4.26667vw;
        font-weight: 400;
        line-height: 6.82667vw
    }
}

.career-modal h2 {
    color: var(--primary-color);
    font-size: 32px;
    margin-bottom: 20px
}

.career-modal .img-holder {
    margin-bottom: 40px
}

.career-modal .career-modal-content {
    color: #5a5a5a;
    font-size: 14px;
    padding: 0 50px
}

.career-modal .career-modal-content b {
    display: block;
    margin-bottom: 6px
}

.career-modal .career-modal-content b:before {
    content: "●";
    margin-right: 6px
}

.career-modal .career-modal-content ul {
    margin-bottom: 10px
}

.career-modal .career-modal-content .cta-holder {
    margin-top: 30px
}

.career-modal .career-modal-content .cta-holder .hisense-custom-btn b {
    margin: 0
}

.career-modal .career-modal-content .cta-holder .hisense-custom-btn b:before {
    display: none
}

.career-modal .hisense-btn.close-filter-modal {
    margin-top: 40px
}

.career-modal .modal-dialog {
    height: 80vh;
    max-width: 960px;
    overflow: auto;
    padding: 0 0 60px
}

@media only screen and (max-width: 1080px) {
    .career-modal h2 {
        font-size: 8vw;
        margin-bottom: 3.2vw
    }

    .career-modal .img-holder {
        margin-bottom: 6.4vw
    }

    .career-modal .career-modal-content {
        font-size: 5.33333vw;
        padding: 0 4vw
    }

    .career-modal .career-modal-content b {
        margin-bottom: 1.6vw
    }

    .career-modal .career-modal-content b:before {
        display: none
    }

    .career-modal .career-modal-content ul {
        margin-bottom: 5.33333vw
    }

    .career-modal .career-modal-content ul:last-child {
        margin-bottom: 0
    }

    .career-modal .career-modal-content .cta-holder {
        margin-top: 5.33333vw
    }

    .career-modal .hisense-btn.close-filter-modal {
        font-size: 4.8vw;
        margin-top: 16vw;
        width: 100%
    }

    .career-modal .hisense-btn.close-filter-modal .bg-after,
    .career-modal .hisense-btn.close-filter-modal .bg-before {
        height: 13.86667vw
    }

    .career-modal .hisense-btn.close-filter-modal .context {
        line-height: 13.86667vw;
        width: 100%
    }

    .career-modal .modal-dialog {
        height: 100vh;
        padding: 0 0 16vw
    }
}

.post-section-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 20px 0
}

.post-section-title .post-list-title {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    margin: 0
}

.post-section-title .cta-holder {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end
}

.post-section-title .cta-holder .seemore-link {
    border-bottom: 1px solid transparent;
    color: var(--primary-color);
    display: block;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    text-wrap-mode: nowrap;
}

.post-section-title .cta-holder .seemore-link:hover {
    border-bottom: 1px solid var(--primary-color)
}

.post-list {
    grid-gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 60px
}

.post-list.slick-slider {
    display: block;
    grid-template-columns: none
}

.post-list .post-item {
    display: flex;
    flex-direction: column
}

.post-list .post-item .post-slide-layout {
    padding: 0 10px
}

.post-list .post-item .thumbnail {
    background-color: #000;
    border-radius: 20px;
    height: 170px;
    margin-bottom: 15px
}

.post-list .post-item .thumbnail img {
    transition: all .3s ease-out
}

.post-list .post-item .date {
    color: #5a5a5a;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 8px
}

.post-list .post-item .post-title {
    color: #2b303b;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 12px
}

.post-list .post-item .post-excerpt {
    color: #2b303b;
    font-size: 14px;
    line-height: 26px
}

.post-list .post-item .cta-holder {
    align-items: flex-end;
    display: flex;
    flex-grow: 1
}

.post-list .post-item .cta-holder .seemore-link {
    border-bottom: 1px solid transparent;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 18px
}

.post-list .post-item .cta-holder .seemore-link:hover {
    border-bottom: 1px solid var(--primary-color)
}

.post-list .post-item.featured-item.main-item {
    grid-column: 1/span 2;

}

.post-list .large-item {
    height: 420px !important;
}

.post-list .post-item.featured-item {
    border-radius: 20px;
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.post-list .post-item.featured-item .thumbnail img {
    -o-object-fit: cover;
    object-fit: cover
}

.post-list .post-item.featured-item .post-info,
.post-list .post-item.featured-item .thumbnail {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.post-list .post-item.featured-item .post-info {
    background: linear-gradient(45deg, rgba(9, 61, 165, .65), rgba(9, 61, 165, .1), rgba(9, 61, 165, 0));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px 30px;
    z-index: 2
}

.post-list .post-item.featured-item .post-info .date {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px
}


.post-list .post-item.featured-item.large-item .post-info .post-title {
    color: #fff;
    font-size: 32px !important;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    max-width: 80%;

}

.post-item .post-title a,
.post-list .post-item.featured-item .post-info .post-title a {
    text-transform: uppercase;
}

.post-list .post-item.featured-item .post-info .post-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    max-width: 80%
}

.post-list .post-item.double-size {
    grid-column: auto/span 2
}

.post-list .post-item.double-size .thumbnail {
    height: 340px
}

.post-list .post-item:hover .thumbnail img {
    transform: scale(1.05);
    transition: all .8s cubic-bezier(.18, .71, .64, 1)
}

hr {
    background-color: #d8d9db;
    border: none;
    height: 1px;
    margin: 32px 0;
    width: 100%
}

@media only screen and (max-width: 1080px) {
    .post-section-title .cta-holder .seemore-link {
        font-size: 3.73333vw;
        font-weight: 700;
        line-height: 6.4vw
    }

    .post-list-title {
        font-size: 5.33333vw;
        line-height: 5.86667vw;
        margin: 5.33333vw 0
    }

    .post-list {
        display: block
    }

    .post-list .post-item {
        margin-bottom: 5.33333vw
    }

    .post-list .post-item .thumbnail {
        height: auto;
        margin-bottom: 4.26667vw
    }

    .post-list .post-item .date {
        font-size: 3.2vw;
        line-height: 4.8vw;
        margin-bottom: 2.13333vw
    }

    .post-list .post-item .post-title {
        font-size: 4.26667vw;
        font-weight: 700;
        line-height: 5.86667vw;
        margin-bottom: 4.26667vw
    }

    .post-list .post-item .post-excerpt {
        font-size: 3.73333vw;
        line-height: 6.4vw
    }

    .post-list .post-item .cta-holder .seemore-link {
        font-size: 4.26667vw;
        line-height: 8.53333vw
    }

    .post-list .post-item.featured-item {
        height: auto
    }

    .post-list .post-item.featured-item .thumbnail {
        height: auto;
        margin: 0;
        position: relative;
        width: 100%
    }

    .post-list .post-item.featured-item .post-info {
        height: 100%;
        left: 0;
        padding: 4.26667vw;
        position: absolute;
        top: 0;
        width: 100%
    }

    .post-list .post-item.featured-item .post-info .date {
        font-size: 3.2vw;
        line-height: 4.8vw;
        margin-bottom: 3.2vw
    }

    .post-list .post-item.featured-item .post-info .post-title {
        font-size: 5.33333vw;
        font-weight: 800;
        line-height: 7.46667vw;
        max-width: 100%
    }

    .post-list .post-item.double-size .thumbnail {
        height: auto
    }
}

.section-single-post-banner {
    max-height: 36.3vw
}

.section-post-layout .post-detail-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0
}

.section-post-layout .post-detail-layout .post-header {
    flex-basis: 100%;
    flex-shrink: 0
}

.section-post-layout .post-detail-layout .post-header .post-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px
}

.section-post-layout .post-detail-layout .post-header .post-breadcrumbs .link {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 24px;
    margin-right: 30px
}

.section-post-layout .post-detail-layout .post-header .post-breadcrumbs .link.active {
    color: #1b1d22;
    font-weight: 700
}

.section-post-layout .post-detail-layout .post-header .post-breadcrumbs .link:last-child {
    margin-right: 0
}

.section-post-layout .post-detail-layout .post-main-column {
    flex-basis: 66.66%;
    flex-shrink: 0;
    padding-right: 30px
}

.section-post-layout .post-detail-layout .post-main-column .post-title {
    line-height: 1.3;
    margin-bottom: 28px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24pt;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    text-align: left;


}

.section-post-layout .post-detail-layout .post-main-column .post-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.section-post-layout .post-detail-layout .post-main-column .post-meta .date {
    color: #5a5a5a;
    font-size: 14px
}

.section-post-layout .post-detail-layout .post-main-column .post-meta .share-list {
    align-self: center;
    color: #5a5a5a;
    display: flex;
    font-size: 14px
}

.section-post-layout .post-detail-layout .post-main-column .post-meta .share-list .label {
    margin-right: 10px
}

.section-post-layout .post-detail-layout .post-main-column .post-meta .share-list .ico {
    height: 16px;
    margin-right: 4px;
    width: 16px
}

.section-post-layout .post-detail-layout .post-main-column .post-meta .share-list .ico:last-child {
    margin-right: 0
}

.section-post-layout .post-detail-layout .post-main-column .post-detail-content {
    color: #1b1d22;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    font-weight: normal;
    line-height: 1.5;
    text-align: justify;
    color: #000000;
}

.section-post-layout .post-detail-layout .post-main-column .post-detail-content li,
.section-post-layout .post-detail-layout .post-main-column .post-detail-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 15px;
    text-align: justify
}

.section-post-layout .post-detail-layout .post-main-column .post-detail-content li b,
.section-post-layout .post-detail-layout .post-main-column .post-detail-content p b {
    font-weight: 700
}

.section-post-layout .post-detail-layout .post-main-column .post-detail-content h1,
.section-post-layout .post-detail-layout .post-main-column .post-detail-content h2,
.section-post-layout .post-detail-layout .post-main-column .post-detail-content h3,
.section-post-layout .post-detail-layout .post-main-column .post-detail-content h4,
.section-post-layout .post-detail-layout .post-main-column .post-detail-content h5,
.section-post-layout .post-detail-layout .post-main-column .post-detail-content h6 {
    margin-bottom: .5em
}

.section-post-layout .post-detail-layout .post-main-column .post-detail-content h1 {
    font-size: 32px
}

.section-post-layout .post-detail-layout .post-main-column .post-detail-content h2 {
    font-size: 28px
}

.section-post-layout .post-detail-layout .post-main-column .post-detail-content h3 {
    font-size: 24px
}

.section-post-layout .post-detail-layout .post-main-column .post-detail-content h4,
.section-post-layout .post-detail-layout .post-main-column .post-detail-content h5 {
    font-size: 20px
}

.section-post-layout .post-detail-layout .post-main-column .post-detail-content h6 {
    font-size: 18px
}

.section-post-layout .post-detail-layout .post-main-column .post-detail-content a {
    color: var(--primary-color);
    display: inline;
    font-size: 700
}

.section-post-layout .post-detail-layout .post-main-column .post-detail-content a:hover {
    text-decoration: underline
}

.section-post-layout .post-detail-layout .post-main-column .post-detail-content img {
    display: block;
    height: auto;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 10px;
}

.section-post-layout .post-detail-layout .post-main-column .post-detail-content iframe {
    height: 50vh;
    width: 100%
}

@media only screen and (max-width: 1080px) {

    .section-post-layout .post-detail-layout .post-main-column .post-detail-content li,
    .section-post-layout .post-detail-layout .post-main-column .post-detail-content p {
        font-size: 4.26667vw;
        line-height: 5.86667vw
    }

    .section-post-layout .post-detail-layout .post-main-column .post-detail-content h1 {
        font-size: 8vw
    }

    .section-post-layout .post-detail-layout .post-main-column .post-detail-content h2 {
        font-size: 6.7vw
    }

    .section-post-layout .post-detail-layout .post-main-column .post-detail-content h3 {
        font-size: 5.4vw
    }

    .section-post-layout .post-detail-layout .post-main-column .post-detail-content h4,
    .section-post-layout .post-detail-layout .post-main-column .post-detail-content h5 {
        font-size: 4.7vw
    }

    .section-post-layout .post-detail-layout .post-main-column .post-detail-content h6 {
        font-size: 4.2vw
    }

    .section-post-layout .post-detail-layout .post-main-column .post-detail-content img {
        max-width: 100%
    }

    .section-post-layout .post-detail-layout .post-main-column .post-detail-content table {
        max-width: 100%;
        width: auto
    }
}

.section-post-layout .post-detail-layout .post-main-column .post-detail-content table,
.section-post-layout .post-detail-layout .post-main-column .post-detail-content td,
.section-post-layout .post-detail-layout .post-main-column .post-detail-content tr {
    border: 1px solid #d3d3d3
}

.section-post-layout .post-detail-layout .post-main-column .post-detail-content td {
    padding: 10px 20px
}

.section-post-layout .post-detail-layout .post-sidebar {
    flex-basis: 33.33%;
    flex-grow: 1
}

.section-post-layout .post-detail-layout .post-sidebar .sidebar-title {
    color: #2b303b;
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
    margin-bottom: 20px
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item {
    margin-bottom: 30px
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout {
    background-color: #f5f5f6;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px 20px;
    position: relative
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout>a {
    display: flex;
    flex-direction: column;
    height: 100%
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .corner-label {
    align-items: center;
    display: flex;
    height: 70px;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 10px;
    width: 70px
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-gallery {
    grid-column-gap: 10px;
    display: grid;
    grid-template-columns: 44px auto;
    margin-bottom: 20px
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-gallery .thumbnail-list {
    grid-gap: 12px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    height: 225px
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-gallery .thumbnail-list .thumbnail-item {
    border-radius: 4px;
    height: 44px;
    margin: 0;
    width: 44px
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-gallery .thumbnail-list .thumbnail-item:last-child {
    margin-bottom: 0
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-gallery .thumbnail-list .thumbnail-item img {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-gallery .current-img {
    border-radius: 8px;
    height: 100%;
    width: auto
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-gallery .current-img img {
    height: 225px;
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .product-name,
.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .product-sku {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 800;
    line-height: 36px;
    margin: 0
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .product-sku {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .variation-selection {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0 3px
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item {
    border: 1px solid #d8d9db;
    border-radius: 8px;
    color: #1b1d22;
    cursor: pointer;
    font-size: 12px;
    line-height: 24px;
    margin: 0 8px 5px 0;
    padding: 0 12px;
    transition: all .15s ease-out;
    white-space: nowrap
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item:last-child {
    margin-right: 0
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item.active {
    border-color: #1b1d22
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item.active-variation,
.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item:hover {
    background-color: #1b1d22;
    border-color: #1b1d22;
    color: #fff
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .detail-desc-list {
    font-size: 14px;
    padding: 10px 0
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .detail-desc-list li.detail-item {
    display: flex;
    flex-wrap: wrap
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .detail-desc-list li.detail-item p {
    flex-grow: 1;
    font-size: 14px;
    margin: 0;
    white-space: nowrap
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .detail-desc-list .detail-item {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 5px
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .detail-desc-list .detail-item:before {
    content: "\2022";
    display: inline-block;
    margin: 0 5px
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .short-desc {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 0
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .short-desc p {
    margin-bottom: 5px
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .sale-info {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-top: auto
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .sale-info .price .label {
    color: #969696;
    font-size: 12px;
    line-height: 24px;
    margin: 0
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .sale-info .price .price-holder {
    color: #1b1d22;
    font-size: 20px;
    font-weight: 800;
    margin: 0
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .sale-info .hisense-bordered-btn .context {
    white-space: nowrap
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .img-placeholder {
    align-items: center;
    display: flex;
    height: 225px;
    justify-content: center;
    margin-bottom: 20px
}

.section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .img-placeholder .img-holder {
    width: 120px
}

@media only screen and (max-width: 1080px) {
    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout {
        border-radius: 5.33vw;
        padding: 12vw 4.26vw 4.26vw
    }

    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .corner-label {
        right: 2.6vw;
        top: 2.3vw
    }

    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-gallery {
        grid-column-gap: 0;
        grid-template-columns: 1fr;
        margin-bottom: 3.2vw
    }

    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-gallery .thumbnail-list {
        display: none
    }

    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-gallery .current-img {
        border-radius: 0;
        height: 57.8vw
    }

    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-gallery .current-img img {
        max-height: 100%
    }

    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .product-name,
    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .product-sku {
        font-size: 5.3vw;
        line-height: 1.4
    }

    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .product-sku {
        font-size: 4.26vw
    }

    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .variation-selection {
        flex-wrap: wrap;
        padding: 2vw 0 0
    }

    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item {
        border-radius: 2.13vw;
        border-width: .25vw;
        color: #1b1d22;
        font-size: 3.2vw;
        line-height: 6.4vw;
        margin: 0 2.3vw 2.3vw 0;
        padding: 0 2.3vw;
        white-space: nowrap
    }

    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .detail-desc-list {
        font-size: 3.2vw;
        padding: 0
    }

    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .detail-desc-list li.detail-item {
        display: flex;
        flex-wrap: wrap
    }

    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .detail-desc-list li.detail-item p {
        font-size: 3.2vw;
        margin: 0;
        white-space: nowrap
    }

    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .detail-desc-list .detail-item {
        font-size: 3.2vw;
        line-height: 1.4;
        margin: 0 0 .5vw
    }

    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .detail-desc-list .detail-item:before {
        margin: 0 .5vw
    }

    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .short-desc {
        font-size: 3.2vw;
        line-height: 1.4;
        margin: 0 0 .5vw
    }

    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .short-desc p {
        margin: 0 .5vw
    }

    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .sale-info {
        padding-top: 3.2vw
    }

    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .sale-info .price .label {
        font-size: 3.2vw;
        line-height: 2
    }

    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .product-detail .sale-info .price .price-holder {
        font-size: 5.33vw;
        white-space: nowrap
    }

    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .img-placeholder {
        height: 57.8vw;
        margin-bottom: 4.76vw
    }

    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .img-placeholder .img-holder {
        width: 22.3vw
    }
}

@media only screen and (max-width: 480px) {
    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item .product-item-layout .corner-label {
        right: 2.5vw;
        top: 2.5vw
    }
}

.section-related-news .post-item .news-slide-layout {
    padding: 0 15px
}

.section-related-news #related-post-slider .news-slide-control {
    background-color: var(--primary-color);
    border-radius: 30px;
    cursor: pointer;
    height: 60px;
    position: absolute;
    top: 120px;
    width: 60px;
    z-index: 4
}

.section-related-news #related-post-slider .news-slide-control .arrow {
    border: 2px solid #fff;
    height: 20px;
    position: absolute;
    top: 20px;
    transform: rotate(45deg);
    width: 20px
}

.section-related-news #related-post-slider .news-slide-control.next-slide {
    right: -15px
}

.section-related-news #related-post-slider .news-slide-control.next-slide .arrow {
    border-bottom: none;
    border-left: none;
    left: 18px
}

.section-related-news #related-post-slider .news-slide-control.prev-slide {
    left: -15px
}

.section-related-news #related-post-slider .news-slide-control.prev-slide .arrow {
    border-right: none;
    border-top: none;
    left: 22px
}

@media only screen and (max-width: 1080px) {
    #hisense-single-post-layout {
        padding: 0
    }

    .section-single-post-banner {
        max-height: 55vw
    }

    .section-post-layout .post-detail-layout {
        padding: 5.33333vw 0 16vw
    }

    .section-post-layout .post-detail-layout .post-header {
        padding-left: 4.26667vw;
        padding-right: 4.26667vw
    }

    .section-post-layout .post-detail-layout .post-header .post-breadcrumbs {
        display: block;
        flex-wrap: wrap;
        margin-bottom: 5.33333vw
    }

    .section-post-layout .post-detail-layout .post-header .post-breadcrumbs .link {
        display: inline;
        font-size: 3.2vw;
        line-height: 4.8vw;
        line-height: 1.7;
        margin-bottom: 1.06667vw;
        margin-right: 0;
        white-space: normal
    }

    .section-post-layout .post-detail-layout .post-header .post-breadcrumbs .link:after {
        content: ">";
        margin-left: 1.06667vw
    }

    .section-post-layout .post-detail-layout .post-header .post-breadcrumbs .link:last-child {
        flex: 1 1 auto;
        margin-right: 0;
        margin-top: 1.06667vw;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100vw - 2rem)
    }

    .section-post-layout .post-detail-layout .post-header .post-breadcrumbs .link:last-child:after {
        display: none
    }

    .section-post-layout .post-detail-layout .post-main-column {
        flex-basis: 100%;
        padding: 0 4.26667vw
    }

    .section-post-layout .post-detail-layout .post-main-column .post-title {
        font-size: 5.33333vw;
        font-weight: 700;
        line-height: 7.46667vw;
        margin-bottom: 3.2vw
    }

    .section-post-layout .post-detail-layout .post-main-column .post-meta {
        display: block;
        margin-bottom: 3.2vw
    }

    .section-post-layout .post-detail-layout .post-main-column .post-meta .date {
        font-size: 3.73333vw;
        line-height: 4.8vw;
        margin-bottom: 9.6vw
    }

    .section-post-layout .post-detail-layout .post-main-column .post-meta .share-list {
        font-size: 3.73333vw;
        line-height: 4.8vw
    }

    .section-post-layout .post-detail-layout .post-main-column .post-meta .share-list .ico {
        margin-right: 3.2vw
    }

    .section-post-layout .post-detail-layout .post-sidebar {
        padding: 0 4.6vw
    }

    .section-post-layout .post-detail-layout .post-sidebar .product-list .product-item {
        margin-bottom: 5vw
    }

    .section-related-news .section-title {
        color: #2b303b;
        font-size: 6.4vw;
        font-weight: 800;
        line-height: 9.6vw;
        margin-bottom: 8.53333vw;
        padding-left: 4.26667vw;
        padding-right: 4.26667vw
    }

    .section-related-news #related-post-slider {
        margin-bottom: 21.33333vw
    }

    .section-related-news #related-post-slider .slick-dots {
        display: flex;
        justify-content: center;
        list-style-type: none;
        margin: 9.6vw 0 0;
        padding: 0 4.26667vw
    }

    .section-related-news #related-post-slider .slick-dots li {
        display: inline-block;
        margin: 0 1.6vw
    }

    .section-related-news #related-post-slider .slick-dots li button {
        background-color: #edeef1;
        border: none;
        border-radius: 100%;
        display: block;
        font-size: 0;
        height: 10px;
        padding: 0;
        text-indent: -9999px;
        width: 10px
    }

    .section-related-news #related-post-slider .slick-dots li.slick-active button {
        background-color: var(--primary-color)
    }
}

@media (max-width: 1080px) {
    .wp-block-table {
        max-width: 93.6vw;
        overflow-x: auto
    }

    .wp-block-table * {
        font-size: 3.4vw
    }

    .post-detail-content td {
        padding: 10px !important
    }
}

.section-news-events-page-navigation {
    background-color: #fff;
    left: 0;
    /* position: fixed!important;
    top: 88px; */
    width: 100%;
    z-index: 7 !important
}

.section-news-events-page-navigation .news-events-navigation-layout {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    position: relative
}

.section-news-events-page-navigation .news-events-navigation-layout:after {
    background-color: #d8d9db;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.section-news-events-page-navigation .news-events-navigation-layout .navigation-title {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.1;
    margin: 0;
    padding: 10px 0;
    transform-origin: 0 80%;
    transition: all .3s ease-out
}

.section-news-events-page-navigation .news-events-navigation-layout .news-nav-list {
    display: flex;
    width: 100%;
    justify-content: flex-end;

}

.section-news-events-page-navigation .news-events-navigation-layout .news-nav-list .nav-item {
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 14px;
    position: relative;
    transition: all .15s ease-out
}

.section-news-events-page-navigation .news-events-navigation-layout .news-nav-list .nav-item:first-child {
    margin-left: 0
}

.section-news-events-page-navigation .news-events-navigation-layout .news-nav-list .nav-item:last-child {
    margin-right: 0
}

.section-news-events-page-navigation .news-events-navigation-layout .news-nav-list .nav-item.active,
.section-news-events-page-navigation .news-events-navigation-layout .news-nav-list .nav-item:hover {
    color: var(--primary-color)
}

.section-news-events-page-navigation .news-events-navigation-layout .news-nav-list .nav-item.active:after,
.section-news-events-page-navigation .news-events-navigation-layout .news-nav-list .nav-item:hover:after {
    background-color: var(--primary-color);
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%
}

.section-news-events-page-navigation.fixed-top {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .25)
}

.section-news-events-page-navigation.fixed-top .news-events-navigation-layout .navigation-title {
    transform: scale(.5)
}

@media only screen and (max-width: 1080px) {
    .section-news-events-page-navigation {
        margin-bottom: 4.26667vw;
        position: relative !important;
        top: 0
    }

    .section-news-events-page-navigation .news-events-navigation-layout {
        flex-wrap: wrap;
        padding: 0
    }

    .section-news-events-page-navigation .news-events-navigation-layout .navigation-title {
        font-size: 9.6vw;
        font-weight: 500;
        line-height: 13.33333vw;
        margin-bottom: 6.4vw
    }

    .section-news-events-page-navigation .news-events-navigation-layout .news-nav-list {
        margin-bottom: 4.76vw;
        overflow-x: auto
    }

    .section-news-events-page-navigation .news-events-navigation-layout .news-nav-list .nav-item {
        font-size: 3.73333vw;
        line-height: 6.4vw;
        margin: 0 4.26667vw 2.13333vw;
        text-transform: capitalize;
        white-space: nowrap
    }

    .section-news-events-page-navigation .news-events-navigation-layout .news-nav-list .nav-item.active:after,
    .section-news-events-page-navigation .news-events-navigation-layout .news-nav-list .nav-item:hover:after {
        bottom: -7px
    }
}

.section-news-events-sliders {
    margin-bottom: 80px;
    max-width: 1200px;
    margin: auto;
}

.section-news-events-sliders .related-news-title {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 18px;
    margin-top: 30px
}

.section-news-events-sliders .news-slider-holder {
    margin-left: -12px
}

.section-news-events-sliders .news-slider-holder .news-list {
    position: relative
}

.section-news-events-sliders .news-slider-holder .news-list .news-item-layout {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    min-height: 340px;
    padding: 0 12px
}

.section-news-events-sliders .news-slider-holder .news-list .news-item-layout .thumbnail {
    border-radius: 20px;
    height: 170px;
    margin-bottom: 20px
}

.section-news-events-sliders .news-slider-holder .news-list .news-item-layout .context {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.section-news-events-sliders .news-slider-holder .news-list .news-item-layout .context .title {
    color: #1b1d22;
    color: #2b303b;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 12px;
    padding-right: 15px
}

.section-news-events-sliders .news-slider-holder .news-list .news-item-layout .seemore {
    border-bottom: 1px solid transparent;
    color: var(--primary-color);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: auto
}

.section-news-events-sliders .news-slider-holder .news-list .news-item-layout .seemore:hover {
    border-bottom: 1px solid var(--primary-color)
}

.section-news-events-sliders .news-slider-holder .news-list .slide-control {
    background-color: var(--primary-color);
    border-radius: 50%;
    cursor: pointer;
    height: 36px;
    position: absolute;
    top: 72px;
    width: 36px;
    z-index: 5
}

.section-news-events-sliders .news-slider-holder .news-list .slide-control .arrow {
    border: 1px solid #fff;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    transform: rotate(45deg);
    width: 12px
}

.section-news-events-sliders .news-slider-holder .news-list .slide-control.next-slide {
    right: -10px
}

.section-news-events-sliders .news-slider-holder .news-list .slide-control.next-slide .arrow {
    border-bottom: none;
    border-left: none;
    left: 10px
}

.section-news-events-sliders .news-slider-holder .news-list .slide-control.prev-slide {
    left: -10px
}

.section-news-events-sliders .news-slider-holder .news-list .slide-control.prev-slide .arrow {
    border-right: none;
    border-top: none;
    left: 14px
}

@media only screen and (max-width: 1080px) {
    .section-news-events-sliders {
        margin-bottom: 12vw;
        padding: 0 4.26vw
    }

    .section-news-events-sliders .related-news-title {
        font-size: 6.4vw;
        font-weight: 800;
        margin-bottom: 6vw
    }

    .section-news-events-sliders .news-slider-holder {
        margin-left: 0
    }

    .section-news-events-sliders .news-slider-holder .news-list .news-item-layout {
        height: auto;
        min-height: 0;
        padding: 0
    }

    .section-news-events-sliders .news-slider-holder .news-list .news-item-layout .thumbnail {
        border-radius: 2.13vw;
        height: 55vw;
        margin-bottom: 3.2vw
    }

    .section-news-events-sliders .news-slider-holder .news-list .news-item-layout .context {
        height: auto
    }

    .section-news-events-sliders .news-slider-holder .news-list .news-item-layout .context .date {
        color: #5a5a5a;
        font-size: 3.2vw;
        margin-bottom: 2.13vw
    }

    .section-news-events-sliders .news-slider-holder .news-list .news-item-layout .context .title {
        font-size: 4.2666vw;
        margin-bottom: 3.2vw;
        padding-right: 0
    }

    .section-news-events-sliders .news-slider-holder .news-list .news-item-layout .seemore {
        border-width: .25vw;
        font-size: 4.2666vw
    }

    .section-news-events-sliders .news-slider-holder .news-list .slick-dots {
        display: flex;
        justify-content: center;
        padding: 7vw 0 0;
        width: 100%
    }

    .section-news-events-sliders .news-slider-holder .news-list .slick-dots li {
        background-color: #edeef1;
        border-radius: 50%;
        height: 2.667vw;
        margin: 0 1.334vw;
        width: 2.667vw
    }

    .section-news-events-sliders .news-slider-holder .news-list .slick-dots li:first-child {
        margin-left: 0
    }

    .section-news-events-sliders .news-slider-holder .news-list .slick-dots li:last-child {
        margin-right: 0
    }

    .section-news-events-sliders .news-slider-holder .news-list .slick-dots li.slick-active {
        background-color: var(--primary-color)
    }

    .section-news-events-sliders .news-slider-holder .news-list .slick-dots li button {
        display: none
    }
}



@media only screen and (max-width: 1080px) {
    #news-events-page-main-content {
        padding: 4.26667vw 4.26667vw 21.33333vw
    }

    #news-events-page-main-content .section-news-events-list {
        padding: 0
    }
}

#search-page-main-content {
    padding: 30px 0
}

#search-page-main-content .section-search-page-content {
    padding: 40px 0 60px
}

#search-page-main-content .section-search-page-content .search-form-holder {
    margin-bottom: 30px
}

#search-page-main-content .section-search-page-content .search-form-holder .search-page-title {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 32px;
    text-align: center
}

#search-page-main-content .section-search-page-content .search-form-holder .search-form {
    margin: auto auto 60px;
    max-width: 100%;
    position: relative;
    width: 600px
}

#search-page-main-content .section-search-page-content .search-form-holder .search-form .search-example {
    color: #ccc;
    font-size: 14px;
    margin-top: 10px;
    text-align: center
}

#search-page-main-content .section-search-page-content .search-form-holder .search-form .search-txt-input {
    border: none;
    border-radius: 24px;
    box-shadow: 0 2px 20px hsla(0, 0%, 40%, .15);
    color: var(--primary-color);
    display: block;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 100%
}

#search-page-main-content .section-search-page-content .search-form-holder .search-form .search-txt-input:-ms-input-placeholder {
    color: #76787b
}

#search-page-main-content .section-search-page-content .search-form-holder .search-form .search-txt-input::-moz-placeholder {
    color: #76787b
}

#search-page-main-content .section-search-page-content .search-form-holder .search-form .search-txt-input::placeholder {
    color: #76787b
}

#search-page-main-content .section-search-page-content .search-form-holder .search-form .search-txt-input:active:-ms-input-placeholder,
#search-page-main-content .section-search-page-content .search-form-holder .search-form .search-txt-input:focus:-ms-input-placeholder {
    color: transparent
}

#search-page-main-content .section-search-page-content .search-form-holder .search-form .search-txt-input:active::-moz-placeholder,
#search-page-main-content .section-search-page-content .search-form-holder .search-form .search-txt-input:focus::-moz-placeholder {
    color: transparent
}

#search-page-main-content .section-search-page-content .search-form-holder .search-form .search-txt-input:active::placeholder,
#search-page-main-content .section-search-page-content .search-form-holder .search-form .search-txt-input:focus::placeholder {
    color: transparent
}

#search-page-main-content .section-search-page-content .search-form-holder .search-form .submit-search-btn {
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px
}

#search-page-main-content .section-search-page-content .search-form-holder .search-form .submit-search-btn .search-ico {
    height: 20px;
    transition: all .15s ease-out;
    width: 20px
}

#search-page-main-content .section-search-page-content .search-form-holder .search-form .submit-search-btn:hover .search-ico {
    filter: brightness(.5);
    transform: scale(1.1)
}

#search-page-main-content .section-search-page-content .search-form-holder .recommended-keywords {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    width: 700px
}

#search-page-main-content .section-search-page-content .search-form-holder .recommended-keywords .keyword-item {
    border: 1px solid #b3b3b3;
    border-radius: 18px;
    cursor: pointer;
    font-size: 12px;
    line-height: 32px;
    margin: 0 8px 20px;
    padding: 0 22px;
    transition: all .15s ease-out
}

#search-page-main-content .section-search-page-content .search-form-holder .recommended-keywords .keyword-item:first-child {
    margin-left: 0
}

#search-page-main-content .section-search-page-content .search-form-holder .recommended-keywords .keyword-item:last-child {
    margin-right: 0
}

#search-page-main-content .section-search-page-content .search-form-holder .recommended-keywords .keyword-item:hover {
    border-color: var(--primary-color);
    color: var(--primary-color)
}

#search-page-main-content .section-search-page-content .result-holder .result-summary {
    text-align: center
}

#search-page-main-content .section-search-page-content .result-holder .result-summary .result-summary-title {
    color: #1b1d22;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 10px
}

#search-page-main-content .section-search-page-content .result-holder .result-summary .result-summary-count {
    color: #636363;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 40px
}

#search-page-main-content .section-search-page-content .result-product-list {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    width: 100%
}

#search-page-main-content .section-search-page-content .result-product-list .product-item {
    height: 100%;
    width: 100%
}

#search-page-main-content .section-search-page-content .result-product-list .product-item:nth-child(3n+1) {
    margin-left: 0
}

#search-page-main-content .section-search-page-content .result-product-list .product-item:nth-child(3n) {
    margin-right: 0
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout {
    background-color: #f5f5f6;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px 20px;
    position: relative
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout>a {
    display: flex;
    flex-direction: column;
    height: 100%
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .corner-label {
    align-items: center;
    display: flex;
    height: 70px;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 10px;
    width: 70px
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-gallery {
    grid-column-gap: 10px;
    display: grid;
    grid-template-columns: 44px auto;
    margin-bottom: 20px
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-gallery .thumbnail-list {
    grid-gap: 12px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    height: 225px
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-gallery .thumbnail-list .thumbnail-item {
    border-radius: 4px;
    height: 44px;
    margin: 0;
    width: 44px
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-gallery .thumbnail-list .thumbnail-item:last-child {
    margin-bottom: 0
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-gallery .thumbnail-list .thumbnail-item img {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-gallery .current-img {
    border-radius: 8px;
    height: 100%;
    width: auto
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-gallery .current-img img {
    height: 225px;
    -o-object-fit: contain !important;
    object-fit: contain !important
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .product-name,
#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .product-sku {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 800;
    line-height: 36px;
    margin: 0
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .product-sku {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .variation-selection {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0 3px
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item {
    border: 1px solid #d8d9db;
    border-radius: 8px;
    color: #1b1d22;
    cursor: pointer;
    font-size: 12px;
    line-height: 24px;
    margin: 0 8px 5px 0;
    padding: 0 12px;
    transition: all .15s ease-out;
    white-space: nowrap
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item:last-child {
    margin-right: 0
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item.active {
    border-color: #1b1d22
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item.active-variation,
#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item:hover {
    background-color: #1b1d22;
    border-color: #1b1d22;
    color: #fff
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .detail-desc-list {
    font-size: 14px;
    padding: 10px 0
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .detail-desc-list li.detail-item {
    display: flex;
    flex-wrap: wrap
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .detail-desc-list li.detail-item p {
    flex-grow: 1;
    font-size: 14px;
    margin: 0;
    white-space: nowrap
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .detail-desc-list .detail-item {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 5px
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .detail-desc-list .detail-item:before {
    content: "\2022";
    display: inline-block;
    margin: 0 5px
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .short-desc {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 0
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .short-desc p {
    margin-bottom: 5px
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .sale-info {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-top: auto
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .sale-info .price .label {
    color: #969696;
    font-size: 12px;
    line-height: 24px;
    margin: 0
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .sale-info .price .price-holder {
    color: #1b1d22;
    font-size: 20px;
    font-weight: 800;
    margin: 0
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .sale-info .hisense-bordered-btn .context {
    white-space: nowrap
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .img-placeholder {
    align-items: center;
    display: flex;
    height: 225px;
    justify-content: center;
    margin-bottom: 20px
}

#search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .img-placeholder .img-holder {
    width: 120px
}

@media only screen and (max-width: 1080px) {
    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout {
        border-radius: 5.33vw;
        padding: 12vw 4.26vw 4.26vw
    }

    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .corner-label {
        right: 2.6vw;
        top: 2.3vw
    }

    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-gallery {
        grid-column-gap: 0;
        grid-template-columns: 1fr;
        margin-bottom: 3.2vw
    }

    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-gallery .thumbnail-list {
        display: none
    }

    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-gallery .current-img {
        border-radius: 0;
        height: 57.8vw
    }

    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-gallery .current-img img {
        max-height: 100%
    }

    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .product-name,
    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .product-sku {
        font-size: 5.3vw;
        line-height: 1.4
    }

    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .product-sku {
        font-size: 4.26vw
    }

    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .variation-selection {
        flex-wrap: wrap;
        padding: 2vw 0 0
    }

    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item {
        border-radius: 2.13vw;
        border-width: .25vw;
        color: #1b1d22;
        font-size: 3.2vw;
        line-height: 6.4vw;
        margin: 0 2.3vw 2.3vw 0;
        padding: 0 2.3vw;
        white-space: nowrap
    }

    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .detail-desc-list {
        font-size: 3.2vw;
        padding: 0
    }

    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .detail-desc-list li.detail-item {
        display: flex;
        flex-wrap: wrap
    }

    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .detail-desc-list li.detail-item p {
        font-size: 3.2vw;
        margin: 0;
        white-space: nowrap
    }

    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .detail-desc-list .detail-item {
        font-size: 3.2vw;
        line-height: 1.4;
        margin: 0 0 .5vw
    }

    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .detail-desc-list .detail-item:before {
        margin: 0 .5vw
    }

    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .short-desc {
        font-size: 3.2vw;
        line-height: 1.4;
        margin: 0 0 .5vw
    }

    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .short-desc p {
        margin: 0 .5vw
    }

    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .sale-info {
        padding-top: 3.2vw
    }

    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .sale-info .price .label {
        font-size: 3.2vw;
        line-height: 2
    }

    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .product-detail .sale-info .price .price-holder {
        font-size: 5.33vw;
        white-space: nowrap
    }

    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .img-placeholder {
        height: 57.8vw;
        margin-bottom: 4.76vw
    }

    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .img-placeholder .img-holder {
        width: 22.3vw
    }
}

@media only screen and (max-width: 480px) {
    #search-page-main-content .section-search-page-content .result-product-list .product-item .product-item-layout .corner-label {
        right: 2.5vw;
        top: 2.5vw
    }
}

@media only screen and (max-width: 1080px) {
    #search-page-main-content {
        padding: 4.26667vw 4.26667vw 16vw
    }

    #search-page-main-content .section-search-page-content {
        padding: 0
    }

    #search-page-main-content .section-search-page-content .search-form-holder .search-page-title {
        font-size: 8.53333vw;
        line-height: 13.33333vw;
        margin-bottom: 4.26667vw
    }

    #search-page-main-content .section-search-page-content .search-form-holder .search-form {
        margin-bottom: 6.4vw
    }

    #search-page-main-content .section-search-page-content .search-form-holder .search-form .search-example {
        font-size: 3.2vw;
        margin-top: 2vw
    }

    #search-page-main-content .section-search-page-content .search-form-holder .search-form .search-txt-input {
        font-size: 3.73333vw;
        height: 12.8vw;
        line-height: 17.06667vw;
        line-height: 6.4vw
    }

    #search-page-main-content .section-search-page-content .search-form-holder .search-form .search-txt-input:-ms-input-placeholder {
        font-size: 3.73333vw
    }

    #search-page-main-content .section-search-page-content .search-form-holder .search-form .search-txt-input::-moz-placeholder {
        font-size: 3.73333vw
    }

    #search-page-main-content .section-search-page-content .search-form-holder .search-form .search-txt-input::placeholder {
        font-size: 3.73333vw
    }

    #search-page-main-content .section-search-page-content .search-form-holder .search-form .submit-search-btn {
        height: 12.8vw
    }

    #search-page-main-content .section-search-page-content .search-form-holder .recommended-keywords {
        width: 100%
    }

    #search-page-main-content .section-search-page-content .search-form-holder .recommended-keywords .keyword-item {
        margin: 2.13333vw;
        padding: 0 4.26667vw
    }

    #search-page-main-content .section-search-page-content .result-holder .result-summary .result-summary-title {
        font-size: 5.33333vw;
        font-weight: 700;
        line-height: 8.53333vw;
        margin-bottom: 2.13333vw
    }

    #search-page-main-content .section-search-page-content .result-holder .result-summary .result-summary-count {
        font-size: 4.26667vw;
        font-weight: 500;
        line-height: 6.82667vw;
        margin-bottom: 3.2vw
    }

    #search-page-main-content .section-search-page-content .result-product-list {
        grid-template-columns: 1fr
    }

    #search-page-main-content .section-search-page-content .result-product-list .product-item {
        margin: 5.33333vw
    }
}

.section-assistance {
    padding-top: 80px
}

.section-warranty {
    padding: 20px 0 80px
}

.section-support-warranty {
    padding: 40px 0
}

.section-support-warranty .support-title {
    color: #1b1d22;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 50px;
    margin-bottom: 30px
}

.section-support-warranty .support-list {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    max-width: 920px
}

.section-support-warranty .support-list .support-item {
    cursor: pointer;
    position: relative
}

.section-support-warranty .support-list .support-item .bg-layer svg {
    fill: #f5f5f5;
    transition: all .15s ease-out
}

.section-support-warranty .support-list .support-item:first-child {
    margin-left: 0
}

.section-support-warranty .support-list .support-item:last-child {
    margin-right: 0
}

.section-support-warranty .support-list .support-item .support-content {
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.section-support-warranty .support-list .support-item .support-content .support-ico {
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all .15s ease-out;
    width: 72px;
    z-index: 2
}

.section-support-warranty .support-list .support-item .support-content .support-ico.support-ico {
    width: 36px
}

.section-support-warranty .support-list .support-item .support-content .support-name {
    align-items: flex-end;
    color: #2b303b;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    height: 100%;
    left: 0;
    line-height: 1.4;
    margin: 0;
    padding: 15px 20px;
    position: absolute;
    top: 0;
    transition: all .15s ease-out;
    width: 100%;
    z-index: 1
}

.section-support-warranty .support-list .support-item .support-content.style-2 {
    align-items: center;
    display: flex;
    padding: 25px 45px
}

.section-support-warranty .support-list .support-item .support-content.style-2 .support-ico {
    flex-basis: 36px;
    flex-shrink: 0;
    margin-right: 15px;
    position: static
}

.section-support-warranty .support-list .support-item .support-content.style-2 .support-name {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    position: relative
}

.section-support-warranty .support-list .support-item .support-content.style-2 .support-name .name {
    color: #1b1d22;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    white-space: nowrap
}

.section-support-warranty .support-list .support-item .support-content.style-2 .support-name .seemore {
    border-bottom: 1px solid transparent;
    color: var(--primary-color);
    display: inline-block;
    font-size: 14px;
    font-weight: 400
}

.section-support-warranty .support-list .support-item .support-content.style-2 .support-name .seemore:hover {
    border-color: var(--primary-color)
}

.section-support-warranty .support-list .support-item:hover .bg-layer svg {
    fill: var(--primary-color)
}

.section-support-warranty .support-list .support-item:hover .support-content .support-ico {
    filter: grayscale(1) brightness(10)
}

.section-support-warranty .support-list .support-item:hover .support-content .support-name,
.section-support-warranty .support-list .support-item:hover .support-content.style-2 .support-name .name,
.section-support-warranty .support-list .support-item:hover .support-content.style-2 .support-name .seemore {
    color: #fff
}

.only-pc {
    display: block !important
}

@media only screen and (max-width: 1080px) {
    .only-pc {
        display: none !important
    }
}

.only-sp {
    display: none !important
}

@media only screen and (max-width: 1080px) {
    .only-sp {
        display: block !important
    }

    .section-warranty {
        padding-left: 4vw;
        padding-right: 4vw;
        padding-top: 12vw
    }

    .section-assistance {
        padding: 13.33333vw 4vw 0
    }

    .section-support-warranty {
        padding: 13.33333vw 4vw
    }

    .section-support-warranty .support-title {
        font-size: 6.4vw;
        margin-bottom: 8vw
    }

    .section-support-warranty .support-list {
        gap: 24px;
        grid-template-columns: repeat(2, 1fr)
    }

    .section-support-warranty .support-list .support-item .support-content .support-ico.support-ico {
        width: 16vw
    }

    .section-support-warranty .support-list .support-item .support-content .support-name {
        font-size: 3.73333vw;
        line-height: 1.4
    }

    .section-support-warranty .support-list .support-item .support-content.style-2 {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 3.2vw
    }

    .section-support-warranty .support-list .support-item .support-content.style-2>a {
        position: absolute;
        right: 3.2vw;
        top: 3.2vw;
        transition: all .15s ease-out;
        z-index: 2
    }

    .section-support-warranty .support-list .support-item .support-content.style-2 .support-ico {
        margin: 0 auto 4vw
    }

    .section-support-warranty .support-list .support-item .support-content.style-2 .support-ico.support-ico {
        width: 8.53333vw
    }

    .section-support-warranty .support-list .support-item .support-content.style-2 .support-name {
        align-items: center;
        height: auto;
        justify-content: center
    }

    .section-support-warranty .support-list .support-item .support-content.style-2 .support-name .name {
        line-height: 1.4;
        margin-bottom: 1.33333vw
    }

    .section-support-warranty .support-list .support-item .support-content.style-2 .support-name .seemore {
        border-bottom: 1px solid var(--primary-color);
        font-size: 3.73333vw;
        line-height: 1.3
    }
}

#support-instruction-main-content {
    padding: 30px 0
}

#support-instruction-main-content .instruction-block {
    padding: 0 0 30px
}

#support-instruction-main-content .instruction-block .instruction-title {
    color: #1b1d22;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 25px
}

#support-instruction-main-content .instruction-block .step-by-step-list .step-item .step-item-layout {
    display: flex;
    justify-content: space-between
}

#support-instruction-main-content .instruction-block .step-by-step-list .step-item .step-item-layout .left-col {
    border: 1px solid #d8d9db;
    border-radius: 20px;
    flex-basis: 66%;
    flex-shrink: 0;
    margin-bottom: 25px
}

#support-instruction-main-content .instruction-block .step-by-step-list .step-item .step-item-layout .right-col {
    flex-basis: 34%;
    min-height: 210px;
    padding-left: 25px
}

#support-instruction-main-content .instruction-block .step-by-step-list .step-item .step-item-layout .step-content {
    display: flex;
    padding: 20px 30px
}

#support-instruction-main-content .instruction-block .step-by-step-list .step-item .step-item-layout .step-content .step-name {
    flex-basis: 300px;
    flex-shrink: 0;
    padding-right: 30px
}

#support-instruction-main-content .instruction-block .step-by-step-list .step-item .step-item-layout .step-content .step-name p {
    color: #1b1d22;
    font-size: 20px;
    font-weight: 800;
    margin: 0
}

#support-instruction-main-content .instruction-block .step-by-step-list .step-item .step-item-layout .step-content .step-detail p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 8px
}

#support-instruction-main-content .instruction-block .step-by-step-list .step-item .step-item-layout .step-video .video-thumbnail {
    border-radius: 20px;
    display: flex;
    height: 210px;
    overflow: hidden;
    position: relative;
    width: 100%
}

#support-instruction-main-content .instruction-block .step-by-step-list .step-item .step-item-layout .step-video .video-thumbnail .thumbnail-img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

#support-instruction-main-content .instruction-block .step-by-step-list .step-item .step-item-layout .step-video .video-thumbnail .play-btn {
    cursor: pointer;
    height: 60px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    z-index: 2
}

#support-instruction-main-content .instruction-block .step-by-step-list .step-item .step-item-layout .step-video .video-thumbnail .play-btn svg circle {
    opacity: .4;
    transition: all .15s ease-out
}

#support-instruction-main-content .instruction-block .step-by-step-list .step-item .step-item-layout .step-video .video-thumbnail .play-btn:hover svg circle {
    opacity: 1
}

@media only screen and (max-width: 1080px) {
    #support-instruction-main-content .instruction-block {
        padding: 0 4vw 13.33333vw
    }

    #support-instruction-main-content .instruction-block .instruction-title {
        font-size: 6.4vw;
        margin-bottom: 6.4vw
    }

    #support-instruction-main-content .instruction-block .step-by-step-list .step-item {
        border: 1px solid #d8d9db;
        border-radius: 5.33333vw;
        margin-bottom: 4.26667vw;
        padding: 2.13333vw
    }

    #support-instruction-main-content .instruction-block .step-by-step-list .step-item:last-child {
        margin-bottom: 0
    }

    #support-instruction-main-content .instruction-block .step-by-step-list .step-item .step-item-layout {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    #support-instruction-main-content .instruction-block .step-by-step-list .step-item .step-item-layout .left-col {
        flex-basis: 100%;
        order: 2
    }

    #support-instruction-main-content .instruction-block .step-by-step-list .step-item .step-item-layout .right-col {
        flex-basis: 100%;
        order: 1;
        padding-left: 0
    }

    #support-instruction-main-content .instruction-block .step-by-step-list .step-item .step-item-layout .step-content {
        border: none;
        display: flex;
        flex-direction: column;
        padding: 6.66667vw 1.86667vw 0
    }

    #support-instruction-main-content .instruction-block .step-by-step-list .step-item .step-item-layout .step-content .step-name {
        flex-basis: 100%;
        margin-bottom: 4.26667vw;
        padding-right: 0
    }

    #support-instruction-main-content .instruction-block .step-by-step-list .step-item .step-item-layout .step-content .step-name p {
        font-size: 4.26667vw
    }

    #support-instruction-main-content .instruction-block .step-by-step-list .step-item .step-item-layout .step-content .step-detail p {
        font-size: 4.26667vw;
        margin-bottom: 10px
    }

    #support-instruction-main-content .instruction-block .step-by-step-list .step-item .step-item-layout .step-video .video-thumbnail {
        border-radius: 5.33333vw;
        height: auto;
        width: 100%
    }

    #support-instruction-main-content .instruction-block .step-by-step-list .step-item .step-item-layout .step-video .video-thumbnail .img-holder {
        width: 100%
    }
}

#warranty-station-page {
    padding: 30px 0 120px
}

#warranty-station-page .seciton-warranty-station-lookup .warranty-station-header {
    display: flex;
    justify-content: space-between
}

#warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout {
    display: grid;
    grid-template-columns: 408px auto;
    height: 560px
}

#warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .area-list-holder {
    background-color: #f5f5f6;
    padding: 30px 25px
}

#warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .area-list-holder .area-selector {
    margin-bottom: 30px
}

#warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .area-list-holder .area-list {
    height: 400px;
    overflow-y: auto;
    width: 100%
}

#warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .area-list-holder .area-list .area-item {
    display: none;
    margin-bottom: 30px
}

#warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .area-list-holder .area-list .area-item.active {
    display: block
}

#warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .area-list-holder .area-list .area-item .area-name {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

#warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .area-list-holder .area-list .area-item .station-list .station-item {
    cursor: pointer;
    margin-bottom: 10px;
    transition: all .3s ease-out
}

#warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .area-list-holder .area-list .area-item .station-list .station-item .district {
    color: #1b1d22;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px
}

#warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .area-list-holder .area-list .area-item .station-list .station-item .address {
    color: #1b1d22;
    font-size: 14px;
    line-height: 1.6
}

#warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .area-list-holder .area-list .area-item .station-list .station-item.active,
#warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .area-list-holder .area-list .area-item .station-list .station-item:hover {
    background-color: rgba(90, 90, 90, .1)
}

#warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .map-holder {
    background-color: #5a5a5a;
    height: 100%;
    overflow: hidden;
    width: 100%
}

#warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .map-holder #station-map {
    height: 100%;
    width: 100%
}

.store-name {
    color: var(--primary-color);
    font-size: 20px;
    margin-bottom: 15px
}

@media only screen and (max-width: 1080px) {
    #warranty-station-page {
        padding-bottom: 28.8vw
    }

    #warranty-station-page .seciton-warranty-station-lookup .warranty-station-header {
        display: flex;
        justify-content: space-between;
        padding: 0 3.2vw
    }

    #warranty-station-page .seciton-warranty-station-lookup .warranty-station-header .section-title {
        font-size: 8vw
    }

    #warranty-station-page .seciton-warranty-station-lookup .warranty-station-header .cta-holder {
        display: none
    }

    #warranty-station-page .seciton-warranty-station-lookup .search-station-body {
        margin-bottom: 10.66667vw
    }

    #warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout {
        display: block;
        height: auto
    }

    #warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .area-list-holder {
        background-color: #f5f5f6;
        border-radius: 0;
        margin-bottom: 10.66667vw;
        padding: 6.4vw 3.2vw 9.33333vw
    }

    #warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .area-list-holder .area-selector {
        margin-bottom: 3.2vw
    }

    #warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .area-list-holder .area-list {
        height: 80vw
    }

    #warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .area-list-holder .area-list .area-item {
        display: none;
        margin-bottom: 10.66667vw
    }

    #warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .area-list-holder .area-list .area-item.active {
        display: block
    }

    #warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .area-list-holder .area-list .area-item .area-name {
        font-size: 4.26667vw;
        margin-bottom: 1.33333vw
    }

    #warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .area-list-holder .area-list .area-item .station-list .station-item {
        margin-bottom: 1.33333vw
    }

    #warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .area-list-holder .area-list .area-item .station-list .station-item .district {
        font-size: 3.73333vw;
        margin-bottom: 1.33333vw
    }

    #warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .area-list-holder .area-list .area-item .station-list .station-item .address {
        font-size: 3.73333vw
    }

    #warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .map-holder {
        height: 112vw;
        width: 100%
    }

    #warranty-station-page .seciton-warranty-station-lookup .search-station-body .search-station-layout .map-holder #station-map {
        height: 100%;
        width: 100%
    }

    #warranty-station-page .seciton-warranty-station-lookup .cta-holder {
        padding: 0 3.2vw;
        text-align: center
    }

    #warranty-station-page .seciton-warranty-station-lookup .cta-holder .hisense-custom-btn {
        width: 100%
    }
}

#hisense-single-video {
    background-color: #f5f5f5
}

#hisense-single-video .page-breadcrumbs {
    margin-bottom: 0;
    padding: 24px 0
}

#hisense-single-video .main-content {
    background-color: #fff
}

#hisense-single-video .main-content .video-player {
    background-color: #1b1d22
}

#hisense-single-video .main-content .video-player video {
    -o-object-fit: contain;
    object-fit: contain
}

#hisense-single-video .main-content .video-content {
    padding: 32px 0
}

#hisense-single-video .main-content .video-content .video-title {
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -.05em;
    margin-bottom: 24px
}

#hisense-single-video .main-content .video-content .video-desc {
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: 1.6
}

@media only screen and (max-width: 1080px) {
    #hisense-single-video .container {
        padding: 0 4.27vw
    }

    #hisense-single-video .page-breadcrumbs {
        padding: 6.4vw 0
    }

    #hisense-single-video .main-content .video-player video {
        -o-object-fit: cover;
        object-fit: cover
    }

    #hisense-single-video .main-content .video-content {
        padding: 6.4vw 0
    }

    #hisense-single-video .main-content .video-content .video-title {
        font-size: 6.4vw;
        margin-bottom: 4.27vw
    }

    #hisense-single-video .main-content .video-content .video-desc {
        font-size: 3.73vw
    }
}

@media only screen and (max-width: 1080px) {
    html:has(#hisense-single-video) {
        margin-top: 0 !important
    }
}

.section-faq-search {
    background-color: #f5f5f7
}

.section-faq-search .page-breadcrumbs {
    margin-bottom: 0;
    padding: 24px 0
}

.section-faq-search:has(.not-found-video) .faq-search {
    margin-bottom: 0
}

.section-faq-search .not-found-video .section-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 200px 0
}

@media only screen and (max-width: 1280px) {
    .section-faq-search .container {
        padding: 0 15px
    }
}

@media only screen and (max-width: 1080px) {
    .section-faq-search .container {
        padding: 0 4.27vw
    }

    .section-faq-search .page-breadcrumbs {
        padding: 4.27vw 0 6.4vw
    }

    .section-faq-search .not-found-video .section-title {
        font-size: 8.53vw;
        padding: 53.33vw 0
    }
}

.faq-search {
    margin: 0 auto 48px;
    max-width: 1010px;
    position: relative;
    width: 100%
}

.faq-search form {
    align-items: center;
    background-color: #fff;
    border-radius: 53px;
    display: flex;
    height: 72px;
    padding: 0 24px
}

.faq-search form.focused {
    border: 1px solid var(--primary-color)
}

.faq-search form.focused .search-history {
    opacity: 1;
    visibility: visible
}

.faq-search .ico-search {
    height: 24px;
    left: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px
}

.faq-search .ico-search svg {
    height: auto;
    width: 100%
}

.faq-search .input-group {
    height: 100%;
    padding: 0 36px;
    position: relative;
    width: 100%
}

.faq-search .input-group input {
    border: none;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 500;
    height: 100%;
    outline: none;
    padding: 0;
    transition: all .3s ease-in-out;
    width: 100%
}

.faq-search .input-group .closed-ico {
    display: none;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: auto
}

.faq-search .input-group .closed-ico svg {
    height: 24px;
    width: 24px
}

.faq-search .search-history {
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 12.7px 0 rgba(0, 0, 0, .09);
    left: 0;
    opacity: 0;
    padding: 24px;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 100%;
    z-index: 2
}

.faq-search .search-history .list-search li {
    color: #5a5a5a;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.375;
    transition: all .15s ease-out
}

.faq-search .search-history .list-search li:hover {
    color: var(--primary-color)
}

.faq-search .search-history .list-search li:not(:last-child) {
    margin-bottom: 16px
}

.faq-search .cta-holder {
    display: inline-block
}

@media only screen and (max-width: 1080px) {
    .faq-search {
        margin-bottom: 6.4vw
    }

    .faq-search form {
        height: 12.8vw;
        padding: 6.4vw
    }

    .faq-search .ico-search {
        height: 6.4vw;
        left: auto;
        right: 6.4vw;
        width: 6.4vw;
        z-index: 2
    }

    .faq-search .input-group {
        height: 12.8vw;
        padding: 0 16vw 0 0
    }

    .faq-search .input-group input {
        font-size: 4.27vw
    }

    .faq-search .input-group .closed-ico {
        height: auto;
        right: 9.6vw
    }

    .faq-search .input-group .closed-ico svg {
        height: 3.2vw;
        width: 3.2vw
    }

    .faq-search .search-history {
        padding: 6.4vw 10.67vw;
        width: 100%
    }

    .faq-search .search-history .list-search li {
        font-size: 4.27vw
    }

    .faq-search .search-history .list-search li:not(:last-child) {
        margin-bottom: 4.27vw
    }

    .faq-search .cta-holder {
        display: none
    }
}

@media only screen and (max-width: 1080px) {
    html:has(.section-faq-search) {
        margin-top: 0 !important
    }
}

.section-related-video {
    background-color: #f5f5f5;
    padding: 64px 0 120px
}

.section-related-video.search-video {
    padding-top: 0
}

.section-related-video.search-video .result-label {
    font-weight: 500
}

.section-related-video .section-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 44px
}

.section-related-video .list-video {
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 40px
}

.section-related-video .list-video .video-item .video-thumbnail {
    border-radius: 16px;
    margin-bottom: 10px
}

.section-related-video .list-video .video-item .video-thumbnail img {
    transition: all .3s ease-out
}

.section-related-video .list-video .video-item .video-thumbnail:hover img {
    transform: scale(1.05);
    transition: all .8s cubic-bezier(.18, .71, .64, 1)
}

.section-related-video .list-video .video-item .video-title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    overflow: hidden
}

@media only screen and (max-width: 1080px) {
    .section-related-video {
        padding: 10.67vw 0 21.3vw
    }

    .section-related-video .section-title {
        font-size: 6.4vw;
        margin-bottom: 6.4vw
    }

    .section-related-video .list-video {
        display: block
    }

    .section-related-video .list-video .video-item {
        margin-bottom: 4.27vw
    }

    .section-related-video .list-video .video-item a {
        display: grid;
        gap: 4.27vw;
        grid-template-columns: 44.8vw 1fr
    }

    .section-related-video .list-video .video-item .video-thumbnail {
        margin-bottom: 0
    }

    .section-related-video .list-video .video-item .video-title {
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 4.27vw;
        font-weight: 500;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .section-related-video.search-video .result-label {
        font-size: 5.3vw;
        margin-bottom: 6.4vw
    }
}

.faq-video-instructions {
    padding: 60px 0
}

.faq-video-instructions .faq-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px
}

.faq-video-instructions .faq-header .section-title {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1.5;
    margin-bottom: 0
}

.faq-video-instructions .faq-header .social-contact-list {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end
}

.section-faq-content .section-title {
    margin-top: 20px;
}

.section-faq-content .faq-search,
.section-faq-content .page-breadcrumbs {
    display: none;
}

.faq-video-instructions .faq-header .social-contact-list .contact-item {
    display: none !important;
}

.faq-video-instructions .faq-header .social-contact-list .social-contact-item {
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    margin: 0 8px;
    width: 40px
}

.faq-video-instructions .faq-header .social-contact-list .social-contact-item img {
    display: block;
    height: 16px;
    width: 16px
}

.faq-video-instructions .faq-header .social-contact-list .contact-item {
    margin-left: 10px
}

.faq-video-instructions .faq-header .social-contact-list .contact-item .hisense-btn .context {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    padding: 0
}

.faq-video-instructions .faq-header .social-contact-list .contact-item .hisense-btn .context img {
    display: inline-block;
    margin-right: 5px
}

.faq-video-instructions .main-content {
    background-color: #fff;
    border-radius: 24px;
    overflow-x: auto
}

.faq-video-instructions .main-content .main-content-title {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 40px 40px 0
}

.faq-video-instructions .main-content .filter-list {
    background-color: #edeef1;
    border-radius: 20px 20px 0 0;
    display: flex;
    overflow-y: auto
}

.faq-video-instructions .main-content .filter-list .filter-item {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: 1 1 100%;
    height: 122px;
    justify-content: center;
    padding: 12px 24px;
    transition: all .15s ease-out
}

.faq-video-instructions .main-content .filter-list .filter-item .name {
    color: #2b303b;
    font-size: 16px;
    font-weight: 700;
    transition: all .15s ease-out;
    white-space: nowrap
}

.faq-video-instructions .main-content .filter-list .filter-item .icon {
    display: flex;
    justify-content: center;
    margin-right: 8px;
    width: 40px
}

.faq-video-instructions .main-content .filter-list .filter-item .icon img {
    filter: grayscale(2);
    max-height: 40px;
    max-width: 40px;
    transition: all .15s ease-out
}

.faq-video-instructions .main-content .filter-list .filter-item.active,
.faq-video-instructions .main-content .filter-list .filter-item:hover {
    background: #fff;
    border-radius: 20px 20px 0 0
}

.faq-video-instructions .main-content .filter-list .filter-item.active .name,
.faq-video-instructions .main-content .filter-list .filter-item:hover .name {
    color: var(--primary-color);
}

.faq-video-instructions .main-content .filter-list .filter-item.active .icon img,
.faq-video-instructions .main-content .filter-list .filter-item:hover .icon img {
    filter: none
}

.faq-video-instructions .main-content .tab-content-list .tab-item {
    display: none;
    padding: 40px
}

.faq-video-instructions .main-content .tab-content-list .tab-item .list-video {
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 40px
}

.faq-video-instructions .main-content .tab-content-list .tab-item .list-video .video-item .video-thumbnail {
    border-radius: 16px;
    margin-bottom: 10px
}

.faq-video-instructions .main-content .tab-content-list .tab-item .list-video .video-item .video-thumbnail img {
    transition: all .3s ease-out
}

.faq-video-instructions .main-content .tab-content-list .tab-item .list-video .video-item .video-thumbnail:hover img {
    transform: scale(1.05);
    transition: all .8s cubic-bezier(.18, .71, .64, 1)
}

.faq-video-instructions .main-content .tab-content-list .tab-item .list-video .video-item .video-title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #2b303b;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0;
    overflow: hidden
}

.faq-video-instructions .main-content .tab-content-list .tab-item.active {
    display: block
}

.faq-video-instructions .main-content .tab-content-list .cta-holder {
    background-color: #2b303b;
    border-radius: 56px;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    margin: 0 auto;
    padding: 12px;
    position: relative;
    transition: all .3s ease-in-out;
    width: 48px
}

.faq-video-instructions .main-content .tab-content-list .cta-holder .context {
    display: inline-block;
    height: 24px;
    transition: all .3s ease-out;
    width: 24px
}

.faq-video-instructions .main-content .tab-content-list .cta-holder .context svg {
    height: auto;
    width: 100%
}

.faq-video-instructions .main-content .tab-content-list .cta-holder.with-loader {
    position: relative
}

.faq-video-instructions .main-content .tab-content-list .cta-holder.with-loader .context {
    position: relative;
    z-index: 2
}

.faq-video-instructions .main-content .tab-content-list .cta-holder.with-loader .loader-ico {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 24px;
    position: absolute;
    visibility: hidden;
    width: 24px;
    z-index: 3
}

.faq-video-instructions .main-content .tab-content-list .cta-holder.with-loader .loader-ico img {
    height: auto;
    width: 100%
}

.faq-video-instructions .main-content .tab-content-list .cta-holder.with-loader.is-loading .context {
    display: none
}

.faq-video-instructions .main-content .tab-content-list .cta-holder.with-loader.is-loading .loader-ico {
    visibility: visible
}

.faq-video-instructions .main-content .tab-content-list .cta-holder:hover .icon {
    -webkit-animation: bounce 1.5s ease-in-out infinite;
    animation: bounce 1.5s ease-in-out infinite
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

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

    to {
        transform: rotate(1turn)
    }
}

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

    50% {
        transform: translateY(5px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(5px)
    }

    to {
        transform: translateY(0)
    }
}

.faq-video-instructions .main-content .tab-content-list.question-content-list {
    height: 100%;
    overflow-x: auto
}

.faq-video-instructions .main-content .tab-content-list.question-content-list .faq-item,
.faq-video-instructions .main-content .tab-content-list.question-content-list .tab-item {
    display: none
}

.faq-video-instructions .main-content .tab-content-list.question-content-list .faq-item .question-list .question-item,
.faq-video-instructions .main-content .tab-content-list.question-content-list .tab-item .question-list .question-item {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative
}

.faq-video-instructions .main-content .tab-content-list.question-content-list .faq-item .question-list .question-item:last-child,
.faq-video-instructions .main-content .tab-content-list.question-content-list .tab-item .question-list .question-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.faq-video-instructions .main-content .tab-content-list.question-content-list .faq-item .question-list .question-item .arrow,
.faq-video-instructions .main-content .tab-content-list.question-content-list .tab-item .question-list .question-item .arrow {
    border: 2px solid var(--primary-color);
    border-bottom: none;
    border-left: none;
    border-radius: 2px;
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 5px;
    transform: rotate(45deg);
    transition: all .15s ease-out;
    width: 10px
}

.faq-video-instructions .main-content .tab-content-list.question-content-list .faq-item .question-list .question-item .question,
.faq-video-instructions .main-content .tab-content-list.question-content-list .tab-item .question-list .question-item .question {
    color: var(--primary-color);
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px
}

.faq-video-instructions .main-content .tab-content-list.question-content-list .faq-item .question-list .question-item .answer,
.faq-video-instructions .main-content .tab-content-list.question-content-list .tab-item .question-list .question-item .answer {
    display: none;
    font-size: 14px;
    line-height: 1.6
}

.faq-video-instructions .main-content .tab-content-list.question-content-list .faq-item .question-list .question-item .answer p,
.faq-video-instructions .main-content .tab-content-list.question-content-list .tab-item .question-list .question-item .answer p {
    margin-bottom: 10px
}

.faq-video-instructions .main-content .tab-content-list.question-content-list .faq-item .question-list .question-item .answer ul li,
.faq-video-instructions .main-content .tab-content-list.question-content-list .tab-item .question-list .question-item .answer ul li {
    list-style-type: disc
}

.faq-video-instructions .main-content .tab-content-list.question-content-list .faq-item .question-list .question-item.active .arrow,
.faq-video-instructions .main-content .tab-content-list.question-content-list .faq-item .question-list .question-item:hover .arrow,
.faq-video-instructions .main-content .tab-content-list.question-content-list .tab-item .question-list .question-item.active .arrow,
.faq-video-instructions .main-content .tab-content-list.question-content-list .tab-item .question-list .question-item:hover .arrow {
    border-color: var(--primary-color)
}

.faq-video-instructions .main-content .tab-content-list.question-content-list .faq-item .question-list .question-item.active .question,
.faq-video-instructions .main-content .tab-content-list.question-content-list .faq-item .question-list .question-item:hover .question,
.faq-video-instructions .main-content .tab-content-list.question-content-list .tab-item .question-list .question-item.active .question,
.faq-video-instructions .main-content .tab-content-list.question-content-list .tab-item .question-list .question-item:hover .question {
    color: var(--primary-color)
}

.faq-video-instructions .main-content .tab-content-list.question-content-list .faq-item .question-list .question-item.active .arrow,
.faq-video-instructions .main-content .tab-content-list.question-content-list .tab-item .question-list .question-item.active .arrow {
    transform: rotate(135deg)
}

.faq-video-instructions .main-content .tab-content-list.question-content-list .faq-item.active,
.faq-video-instructions .main-content .tab-content-list.question-content-list .tab-item.active {
    display: block
}

@media only screen and (max-width: 1080px) {
    .faq-video-instructions {
        padding-bottom: 10.67vw
    }

    .faq-video-instructions .faq-header {
        display: block;
        margin-bottom: 0
    }

    .faq-video-instructions .faq-header .section-title {
        font-size: 6.4vw;
        margin-bottom: 6.4vw
    }

    .faq-video-instructions .main-content {
        padding: 0
    }

    .faq-video-instructions .main-content .main-content-title {
        font-size: 6.4vw;
        padding: 6.4vw 4.27vw 0
    }

    .faq-video-instructions .main-content .filter-list {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .faq-video-instructions .main-content .filter-list .filter-item {
        height: 21.33333vw;
        padding: 0 6.4vw
    }

    .faq-video-instructions .main-content .filter-list .filter-item .name {
        font-size: 4.8vw
    }

    .faq-video-instructions .main-content .filter-list .filter-item .icon {
        margin-right: 3.2vw;
        width: auto
    }

    .faq-video-instructions .main-content .filter-list .filter-item .icon img {
        max-height: 11.73333vw;
        max-width: 11.73333vw
    }

    .faq-video-instructions .main-content .tab-content-list .tab-item {
        padding: 6.4vw 4.27vw
    }

    .faq-video-instructions .main-content .tab-content-list .tab-item .list-video {
        -moz-column-gap: 0;
        column-gap: 0;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 6.4vw
    }

    .faq-video-instructions .main-content .tab-content-list .tab-item .list-video .video-item .video-thumbnail {
        margin-bottom: 4.27vw
    }

    .faq-video-instructions .main-content .tab-content-list .tab-item .list-video .video-item .video-title {
        font-size: 4.27vw
    }

    .faq-video-instructions .main-content .tab-content-list.question-content-list {
        height: 100%
    }

    .faq-video-instructions .main-content .tab-content-list.question-content-list .faq-item .question-list .question-item,
    .faq-video-instructions .main-content .tab-content-list.question-content-list .tab-item .question-list .question-item {
        margin-bottom: 4vw;
        padding-left: 8vw;
        position: relative
    }

    .faq-video-instructions .main-content .tab-content-list.question-content-list .faq-item .question-list .question-item .question,
    .faq-video-instructions .main-content .tab-content-list.question-content-list .tab-item .question-list .question-item .question {
        font-size: 3.73vw
    }

    .faq-video-instructions .main-content .tab-content-list.question-content-list .faq-item .question-list .question-item .arrow,
    .faq-video-instructions .main-content .tab-content-list.question-content-list .tab-item .question-list .question-item .arrow {
        border: 2px solid var(--primary-color);
        border-bottom: none;
        border-left: none;
        border-radius: 2px;
        display: block;
        height: 2.6vw;
        left: 0;
        position: absolute;
        top: 1.3vw;
        transform: rotate(45deg);
        transition: all .15s ease-out;
        width: 2.6vw
    }

    .faq-video-instructions .main-content .tab-content-list.question-content-list .faq-item .question-list .question-item .answer,
    .faq-video-instructions .main-content .tab-content-list.question-content-list .tab-item .question-list .question-item .answer {
        font-size: 3.73vw
    }

    .faq-video-instructions .main-content .tab-content-list.question-content-list .faq-item .question-list .question-item .answer p,
    .faq-video-instructions .main-content .tab-content-list.question-content-list .tab-item .question-list .question-item .answer p {
        margin-bottom: 2.6vw
    }

    .faq-video-instructions .main-content .tab-content-list.question-content-list .faq-item .question-list .question-item .answer ul li,
    .faq-video-instructions .main-content .tab-content-list.question-content-list .tab-item .question-list .question-item .answer ul li {
        list-style-type: disc
    }

    .faq-video-instructions .main-content .tab-content-list.question-content-list .faq-item.active,
    .faq-video-instructions .main-content .tab-content-list.question-content-list .tab-item.active {
        display: block
    }
}

.section-faq-content {
    background-color: #f5f5f7;
    padding: 30px 0 60px
}

.section-faq-content .page-breadcrumbs {
    padding: 0
}

.section-faq-content .faq-video-featured {
    padding-bottom: 60px
}

.section-faq-content .faq-video-featured .section-title {
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 1;
    margin-bottom: 44px
}

.section-faq-content .faq-video-featured .video-feature-list {
    background-color: #fff;
    border-radius: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, auto);
    padding: 32px;
    row-gap: 40px
}

.section-faq-content .faq-video-featured .video-feature-list .video-item .video-thumbnail {
    border-radius: 16px;
    margin-bottom: 16px
}

.section-faq-content .faq-video-featured .video-feature-list .video-item .video-thumbnail img {
    transition: all .3s ease-out
}

.section-faq-content .faq-video-featured .video-feature-list .video-item .video-thumbnail:hover img {
    transform: scale(1.05);
    transition: all .8s cubic-bezier(.18, .71, .64, 1)
}

.section-faq-content .faq-video-featured .video-feature-list .video-item .video-title {
    color: #2b303b;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0
}

.section-faq-content .faq-video-featured .video-feature-list .video-item:first-child {
    grid-column: 1/span 3
}

.section-faq-content .faq-video-featured .video-feature-list .video-item:nth-child(2) {
    grid-column: 4/span 3
}

.section-faq-content .faq-video-featured .video-feature-list .video-item:nth-child(3) {
    grid-column: 1/span 2
}

.section-faq-content .faq-video-featured .video-feature-list .video-item:nth-child(4) {
    grid-column: 3/span 2
}

.section-faq-content .faq-video-featured .video-feature-list .video-item:nth-child(5) {
    grid-column: 5/span 2
}

@media only screen and (max-width: 1280px) {
    .section-faq-content .container {
        padding: 0 16px
    }
}

@media only screen and (max-width: 1080px) {
    .section-faq-content .container {
        padding: 0 4.27vw
    }

    .section-faq-content .faq-video-featured {
        padding-bottom: 3.2vw
    }

    .section-faq-content .faq-video-featured .section-title {
        font-size: 6.4vw;
        margin-bottom: 6.4vw
    }

    .section-faq-content .faq-video-featured .video-feature-list {
        -moz-column-gap: 0;
        column-gap: 0;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        padding: 6.4vw 4.27vw;
        row-gap: 4.27vw
    }

    .section-faq-content .faq-video-featured .video-feature-list .video-item {
        grid-column: auto !important
    }

    .section-faq-content .faq-video-featured .video-feature-list .video-item .video-thumbnail {
        margin-bottom: 4.27vw
    }

    .section-faq-content .faq-video-featured .video-feature-list .video-item .video-title {
        font-size: 4.8vw
    }

    .section-faq-content .social-contact-list {
        align-items: center;
        display: flex !important;
        justify-content: center;
        margin-top: 10.67vw
    }

    .section-faq-content .social-contact-list .social-contact-item {
        align-items: center;
        background-color: #fff;
        border-radius: 100%;
        cursor: pointer;
        display: flex;
        height: 13.86667vw;
        justify-content: center;
        margin: 0 2.66667vw;
        width: 13.86667vw
    }

    .section-faq-content .social-contact-list .social-contact-item img {
        display: block;
        height: 6.4vw;
        width: 6.4vw
    }
}

@media only screen and (max-width: 1080px) {
    html:has(.section-faq-content) {
        margin-top: 0 !important
    }
}

#catalogue-page-main-content {
    padding: 30px 0
}

#catalogue-page-main-content .section-catalogue-list .catalogue-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    /* max-width: 1260px */
    gap: 20px;
}

#catalogue-page-main-content .section-catalogue-list .catalogue-list .catalogue-item {
    flex-basis: 32%;
    /* margin: 0 30px 60px */
}

#catalogue-page-main-content .section-catalogue-list .catalogue-list .catalogue-item .thumbnail-holder {
    background-color: #999;
    border-radius: 8px;
    height: auto;
    margin: auto;
    overflow: hidden
}

#catalogue-page-main-content .section-catalogue-list .catalogue-list .catalogue-item .thumbnail-holder img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    height: 460px !important;
}

@media only screen and (max-width: 1680px) {
    #catalogue-page-main-content .section-catalogue-list .catalogue-list .catalogue-item {
        /* margin: 0 30px 60px */
    }
}

@media only screen and (max-width: 1080px) {
    #catalogue-page-main-content .section-catalogue-list {
        padding: 0 4vw
    }

    #catalogue-page-main-content .section-catalogue-list .catalogue-list {
        justify-content: flex-start;
        margin: 0 -.8vw
    }

    #catalogue-page-main-content .section-catalogue-list .catalogue-list .catalogue-item {
        flex-basis: 100%;
        margin: 0 .8vw 2.13333vw
    }

    #catalogue-page-main-content .section-catalogue-list .catalogue-list .catalogue-item .thumbnail-holder {
        border-radius: 2.13333vw;
        height: auto
    }
}

#product-detail-page-main-content .section-product-base-info-box {
    margin-top: 100px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout {
    padding: 70px 60px 0 40px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder {
    flex-basis: 833px;
    height: 710px;
    left: 60px;
    top: -60px;
    width: 833px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .corner-label {
    height: 65px;
    right: 20px;
    top: -7px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .small-slide-thumbnail {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .small-slide-thumbnail .thumbnail-item {
    margin-top: 15px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .slider-holder .gallery-main-slider {
    width: 570px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .slider-holder .gallery-main-slider .slide-item .img-holder {
    height: 570px;
    width: 570px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .slider-holder .gallery-main-slider .slick-dots {
    justify-content: center
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .feature-tag {
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 0 0 16px 16px;
    display: flex;
    height: 72px;
    justify-content: center;
    left: 30px;
    position: absolute;
    top: 0;
    width: 87px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .feature-tag .icon {
    max-width: 62px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .product-name {
    font-size: 40px;
    margin-bottom: 15px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .product-sku {
    font-size: 24px;
    font-weight: 700
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .feature-list {
    margin-bottom: 30px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .feature-list .feature-item {
    line-height: 24px;
    margin-bottom: 8px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .feature-list .feature-item .feature-ico {
    height: 24px;
    margin-right: 5px;
    width: 24px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list {
    margin-bottom: 20px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .label {
    font-size: 16px;
    line-height: 20px;
    margin-right: 20px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .variation-item {
    margin-right: 20px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder {
    height: 115px;
    justify-content: flex-end;
    margin: 60px 0 0
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder {
    flex-basis: 434px;
    height: 115px;
    width: 434px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder .context {
    height: 115px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder .context .label {
    font-size: 16px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder .context .price-value {
    font-size: 32px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder .after-bg {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder .after-bg img {
    height: 100%
}

#product-detail-page-main-content .section-specs-list .specs-list-layout {
    padding: 40px
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .tabs-row:after {
    height: 2px
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .tabs-row .tab-item {
    font-size: 18px
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .tabs-row .tab-item:after {
    background-color: #d8d9db;
    height: 2px
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout {
    padding: 30px 0
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout .title-column {
    flex-basis: 330px
}

#product-detail-page-main-content .layout-swap-selection .layout-swap-item .hisense-custom-btn {
    width: 268px
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider {
    margin-left: -60vw;
    width: 220vw
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .slide-item .slide-layout {
    padding: 2vw 10px
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .slide-item .slide-layout .img-holder {
    border-radius: 1.25vw;
    height: 46vw;
    transform: scale(.9)
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .showcase-slide-control {
    background-color: rgba(9, 61, 165, .2);
    height: 60px;
    top: calc(50% - 30px);
    width: 60px
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .showcase-slide-control .arrow {
    border: 1px solid var(--primary-color);
    height: 20px;
    top: calc(50% - 10px);
    width: 20px
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .showcase-slide-control.slide-next {
    right: 71vw
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .showcase-slide-control.slide-next .arrow {
    left: 18px
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .showcase-slide-control.slide-prev {
    left: 71vw
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .showcase-slide-control.slide-prev .arrow {
    left: 24px
}

#product-detail-page-main-content .section-product-showcase.slider-layout .slider-pagination-holder {
    width: 1140px
}

#product-detail-page-main-content .section-product-showcase {
    margin: 0 auto;
    max-width: 100%;
    width: 1600px
}

#product-detail-page-main-content .section-product-showcase .view-block {
    border-radius: 24px;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative
}

#product-detail-page-main-content .section-product-showcase .view-block:last-child {
    margin-bottom: 0
}

#product-detail-page-main-content .section-product-showcase .view-block.video-block,
#product-detail-page-main-content .section-product-showcase .view-block.youtube-block {
    height: 800px;
    width: 100%
}

#product-detail-page-main-content .section-product-showcase .view-block.video-block .thumbnail-holder,
#product-detail-page-main-content .section-product-showcase .view-block.video-block .video-holder,
#product-detail-page-main-content .section-product-showcase .view-block.video-block .youtube-video-holder,
#product-detail-page-main-content .section-product-showcase .view-block.youtube-block .thumbnail-holder,
#product-detail-page-main-content .section-product-showcase .view-block.youtube-block .video-holder,
#product-detail-page-main-content .section-product-showcase .view-block.youtube-block .youtube-video-holder {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

#product-detail-page-main-content .section-product-showcase .view-block.video-block .video-holder iframe,
#product-detail-page-main-content .section-product-showcase .view-block.video-block .video-holder video,
#product-detail-page-main-content .section-product-showcase .view-block.video-block .youtube-video-holder iframe,
#product-detail-page-main-content .section-product-showcase .view-block.video-block .youtube-video-holder video,
#product-detail-page-main-content .section-product-showcase .view-block.youtube-block .video-holder iframe,
#product-detail-page-main-content .section-product-showcase .view-block.youtube-block .video-holder video,
#product-detail-page-main-content .section-product-showcase .view-block.youtube-block .youtube-video-holder iframe,
#product-detail-page-main-content .section-product-showcase .view-block.youtube-block .youtube-video-holder video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

#product-detail-page-main-content .section-product-showcase .view-block.video-block .thumbnail-holder,
#product-detail-page-main-content .section-product-showcase .view-block.youtube-block .thumbnail-holder {
    z-index: 2
}

#product-detail-page-main-content .section-product-showcase .view-block.video-block .overlay,
#product-detail-page-main-content .section-product-showcase .view-block.youtube-block .overlay {
    background-color: rgba(0, 0, 0, .4);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .15s ease-out;
    width: 100%;
    z-index: 2
}

#product-detail-page-main-content .section-product-showcase .view-block.video-block .overlay .play-btn,
#product-detail-page-main-content .section-product-showcase .view-block.youtube-block .overlay .play-btn {
    cursor: pointer;
    height: 90px;
    left: calc(50% - 45px);
    position: absolute;
    top: calc(50% - 45px);
    transition: all .3s ease-out;
    width: 90px;
    z-index: 3
}

#product-detail-page-main-content .section-product-showcase .view-block.video-block .overlay .play-btn:hover,
#product-detail-page-main-content .section-product-showcase .view-block.youtube-block .overlay .play-btn:hover {
    transform: scale(1.05)
}

#product-detail-page-main-content .section-product-showcase .view-block.video-block.is-playing .overlay,
#product-detail-page-main-content .section-product-showcase .view-block.video-block.is-playing .thumbnail-holder,
#product-detail-page-main-content .section-product-showcase .view-block.video-block.paused-video .thumbnail-holder {
    opacity: 0
}

#product-detail-page-main-content .section-product-showcase .view-block.youtube-block {
    background-color: #000
}

#product-detail-page-main-content .section-product-showcase .view-block.youtube-block.is-playing .overlay,
#product-detail-page-main-content .section-product-showcase .view-block.youtube-block.is-playing .thumbnail-holder,
#product-detail-page-main-content .section-product-showcase .view-block.youtube-block.paused-video .thumbnail-holder {
    opacity: 0;
    visibility: hidden
}

.section-outstanding-technical-products {
    padding: 120px 0
}

.section-outstanding-technical-products .layout {
    background-color: #f7f7f7;
    border-radius: 40px;
    padding: 64px 40px;
    position: relative
}

.section-outstanding-technical-products .layout .section-title {
    font-size: 64px;
    line-height: 1.125;
    margin-bottom: 64px;
    text-align: center
}

.section-outstanding-technical-products .layout .product-slider {
    margin: 0 auto;
    max-width: 1210px
}

.section-outstanding-technical-products .layout .product-slider .product-slider-item .product-slider-item-layout {
    display: flex;
    gap: 88px
}

.section-outstanding-technical-products .layout .product-slider .product-slider-item .product-slider-item-layout .product-img {
    border-radius: 20px;
    flex-shrink: 0;
    max-width: 330px;
    width: 100%
}

.section-outstanding-technical-products .layout .product-slider .product-slider-item .product-slider-item-layout .product-content .content-heading {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 10px
}

.section-outstanding-technical-products .layout .product-slider .product-slider-item .product-slider-item-layout .product-content .content-heading .icon {
    height: 56px;
    width: 56px
}

.section-outstanding-technical-products .layout .product-slider .product-slider-item .product-slider-item-layout .product-content .content-heading .context {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6
}

.section-outstanding-technical-products .layout .product-slider .product-slider-item .product-slider-item-layout .product-content .content-desc {
    font-size: 20px;
    line-height: 1.6
}

.section-outstanding-technical-products .layout .product-slider .product-slider-item .product-slider-item-layout .product-content .content-desc p {
    margin-bottom: 0
}

.section-outstanding-technical-products .layout .product-slider .product-slider-item .product-slider-item-layout .product-content .content-desc a {
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: underline
}

.section-outstanding-technical-products .layout .product-slider .slick-dots {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    margin-top: 65px;
    width: 100%;
    z-index: 3
}

.section-outstanding-technical-products .layout .product-slider .slick-dots li {
    background-color: #c4c4c4;
    border-radius: 4px;
    height: 8px;
    margin: 0 4px;
    width: 8px
}

.section-outstanding-technical-products .layout .product-slider .slick-dots li.slick-active {
    background-color: var(--primary-color)
}

.section-outstanding-technical-products .layout .product-slider .slick-dots li button {
    display: none
}

.section-outstanding-technical-products .layout .next,
.section-outstanding-technical-products .layout .prev {
    align-items: center;
    background: #d9d9d9;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    width: 40px
}

.section-outstanding-technical-products .layout .next svg,
.section-outstanding-technical-products .layout .prev svg {
    height: 16px;
    width: 16px
}

.section-outstanding-technical-products .layout .next .slick-hidden,
.section-outstanding-technical-products .layout .next.slick-disabled,
.section-outstanding-technical-products .layout .prev .slick-hidden,
.section-outstanding-technical-products .layout .prev.slick-disabled {
    opacity: 0;
    visibility: hidden
}

.section-outstanding-technical-products .layout .next {
    right: 20px
}

.section-outstanding-technical-products .layout .next svg {
    transform: rotate(180deg)
}

.section-outstanding-technical-products .layout .prev {
    left: 20px
}

@media only screen and (max-width: 1080px) {
    .section-outstanding-technical-products {
        padding: 10.67vw 0
    }

    .section-outstanding-technical-products .layout {
        border-radius: 5.33vw;
        padding: 10.67vw 5.3vw
    }

    .section-outstanding-technical-products .layout .section-title {
        font-size: 7.46vw;
        margin-bottom: 10.67vw
    }

    .section-outstanding-technical-products .layout .product-slider .slick-dots {
        display: flex;
        justify-content: center;
        padding: 7vw 0 0;
        width: 100%
    }

    .section-outstanding-technical-products .layout .product-slider .slick-dots li {
        background-color: #edeef1;
        border-radius: 50%;
        height: 2.667vw;
        margin: 0 1.334vw;
        width: 2.667vw
    }

    .section-outstanding-technical-products .layout .product-slider .slick-dots li:first-child {
        margin-left: 0
    }

    .section-outstanding-technical-products .layout .product-slider .slick-dots li:last-child {
        margin-right: 0
    }

    .section-outstanding-technical-products .layout .product-slider .slick-dots li.slick-active {
        background-color: var(--primary-color)
    }

    .section-outstanding-technical-products .layout .product-slider .slick-dots li button {
        display: none
    }

    .section-outstanding-technical-products .layout .product-slider .slick-dots {
        margin-top: 10.67vw;
        padding-top: 0
    }

    .section-outstanding-technical-products .layout .product-slider .product-slider-item .product-slider-item-layout {
        flex-direction: column;
        gap: 10.66vw
    }

    .section-outstanding-technical-products .layout .product-slider .product-slider-item .product-slider-item-layout .product-img {
        height: 58.66vw;
        max-width: 100%
    }

    .section-outstanding-technical-products .layout .product-slider .product-slider-item .product-slider-item-layout .product-content .content-heading .icon {
        height: 11.73vw;
        width: 11.73vw
    }

    .section-outstanding-technical-products .layout .product-slider .product-slider-item .product-slider-item-layout .product-content .content-heading .context {
        font-size: 4.26vw
    }

    .section-outstanding-technical-products .layout .product-slider .product-slider-item .product-slider-item-layout .product-content .content-desc {
        font-size: 3.73vw
    }

    .section-outstanding-technical-products .layout .next,
    .section-outstanding-technical-products .layout .prev {
        display: none
    }
}

.section-top-selling-product {
    background-color: #fbfbfb;
    padding: 80px 0
}




.section-viewed-products .products-list,
.main-content:has(.product-list-layout) {
    background-color: #f5f5f6;
    padding: 20px;
    border-radius: 20px;
}

.section-top-selling-product .product-list-layout {
    margin: 0 auto;
    max-width: 1300px
}

.section-top-selling-product .product-list-layout .section-title {
    font-size: 64px;
    line-height: 1.125;
    margin-bottom: 64px;
    text-align: center
}

.section-top-selling-product .product-list-layout .product-list {
    grid-gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative
}

.section-top-selling-product .product-list-layout .product-list .product-item {
    position: relative
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout {
    background-color: #f5f5f6;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px 20px;
    position: relative
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout>a {
    display: flex;
    flex-direction: column;
    height: 100%
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .corner-label {
    align-items: center;
    display: flex;
    height: 70px;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 10px;
    width: 70px
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-gallery {
    grid-column-gap: 10px;
    display: grid;
    grid-template-columns: 44px auto;
    margin-bottom: 20px
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-gallery .thumbnail-list {
    grid-gap: 12px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    height: 225px
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-gallery .thumbnail-list .thumbnail-item {
    border-radius: 4px;
    height: 44px;
    margin: 0;
    width: 44px
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-gallery .thumbnail-list .thumbnail-item:last-child {
    margin-bottom: 0
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-gallery .thumbnail-list .thumbnail-item img {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-gallery .current-img {
    border-radius: 8px;
    height: 100%;
    width: auto
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-gallery .current-img img {
    height: 225px;
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .product-name,
.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .product-sku {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 800;
    line-height: 36px;
    margin: 0
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .product-sku {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0 3px
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item {
    border: 1px solid #d8d9db;
    border-radius: 8px;
    color: #1b1d22;
    cursor: pointer;
    font-size: 12px;
    line-height: 24px;
    margin: 0 8px 5px 0;
    padding: 0 12px;
    transition: all .15s ease-out;
    white-space: nowrap
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item:last-child {
    margin-right: 0
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item.active {
    border-color: #1b1d22
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item.active-variation,
.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item:hover {
    background-color: #1b1d22;
    border-color: #1b1d22;
    color: #fff
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list {
    font-size: 14px;
    padding: 10px 0
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list li.detail-item {
    display: flex;
    flex-wrap: wrap
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list li.detail-item p {
    flex-grow: 1;
    font-size: 14px;
    margin: 0;
    white-space: nowrap
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list .detail-item {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 5px
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list .detail-item:before {
    content: "\2022";
    display: inline-block;
    margin: 0 5px
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .short-desc {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 0
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .short-desc p {
    margin-bottom: 5px
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .sale-info {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-top: auto
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .sale-info .price .label {
    color: #969696;
    font-size: 12px;
    line-height: 24px;
    margin: 0
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .sale-info .price .price-holder {
    color: #1b1d22;
    font-size: 20px;
    font-weight: 800;
    margin: 0
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .sale-info .hisense-bordered-btn .context {
    white-space: nowrap
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .img-placeholder {
    align-items: center;
    display: flex;
    height: 225px;
    justify-content: center;
    margin-bottom: 20px
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .img-placeholder .img-holder {
    width: 120px
}

@media only screen and (max-width: 1080px) {
    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout {
        border-radius: 5.33vw;
        padding: 12vw 4.26vw 4.26vw
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .corner-label {
        right: 2.6vw;
        top: 2.3vw
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-gallery {
        grid-column-gap: 0;
        grid-template-columns: 1fr;
        margin-bottom: 3.2vw
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-gallery .thumbnail-list {
        display: none
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-gallery .current-img {
        border-radius: 0;
        height: 57.8vw
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-gallery .current-img img {
        max-height: 100%
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .product-name,
    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .product-sku {
        font-size: 5.3vw;
        line-height: 1.4
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .product-sku {
        font-size: 4.26vw
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection {
        flex-wrap: wrap;
        padding: 2vw 0 0
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item {
        border-radius: 2.13vw;
        border-width: .25vw;
        color: #1b1d22;
        font-size: 3.2vw;
        line-height: 6.4vw;
        margin: 0 2.3vw 2.3vw 0;
        padding: 0 2.3vw;
        white-space: nowrap
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list {
        font-size: 3.2vw;
        padding: 0
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list li.detail-item {
        display: flex;
        flex-wrap: wrap
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list li.detail-item p {
        font-size: 3.2vw;
        margin: 0;
        white-space: nowrap
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list .detail-item {
        font-size: 3.2vw;
        line-height: 1.4;
        margin: 0 0 .5vw
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list .detail-item:before {
        margin: 0 .5vw
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .short-desc {
        font-size: 3.2vw;
        line-height: 1.4;
        margin: 0 0 .5vw
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .short-desc p {
        margin: 0 .5vw
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .sale-info {
        padding-top: 3.2vw
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .sale-info .price .label {
        font-size: 3.2vw;
        line-height: 2
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .sale-info .price .price-holder {
        font-size: 5.33vw;
        white-space: nowrap
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .img-placeholder {
        height: 57.8vw;
        margin-bottom: 4.76vw
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .img-placeholder .img-holder {
        width: 22.3vw
    }
}

@media only screen and (max-width: 480px) {
    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .corner-label {
        right: 2.5vw;
        top: 2.5vw
    }
}

.section-top-selling-product .product-list-layout .product-list .product-item:before {
    background-image: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/img/icons/top-selling-bandage.svg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    content: attr(data-index);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    padding: 10px 24px 24px 21px;
    position: absolute;
    right: 26px;
    text-align: center;
    top: -10px;
    z-index: 1
}

.section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .corner-label {
    display: none !important
}

@media only screen and (max-width: 1080px) {
    .section-top-selling-product {
        padding: 10.67vw 0
    }

    .section-top-selling-product .product-list-layout {
        border-radius: 0
    }

    .section-top-selling-product .product-list-layout .section-title {
        font-size: 7.46vw;
        margin-bottom: 10.67vw
    }

    .section-top-selling-product .product-list-layout .product-list {
        grid-template-columns: 1fr;
        margin: 0
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout {
        background-color: #f5f5f6;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 30px 20px;
        position: relative
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout>a {
        display: flex;
        flex-direction: column;
        height: 100%
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .corner-label {
        align-items: center;
        display: flex;
        height: 70px;
        justify-content: center;
        position: absolute;
        right: 12px;
        top: 10px;
        width: 70px
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-gallery {
        grid-column-gap: 10px;
        display: grid;
        grid-template-columns: 44px auto;
        margin-bottom: 20px
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-gallery .thumbnail-list {
        grid-gap: 12px;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        height: 225px
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-gallery .thumbnail-list .thumbnail-item {
        border-radius: 4px;
        height: 44px;
        margin: 0;
        width: 44px
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-gallery .thumbnail-list .thumbnail-item:last-child {
        margin-bottom: 0
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-gallery .thumbnail-list .thumbnail-item img {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-gallery .current-img {
        border-radius: 8px;
        height: 100%;
        width: auto
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-gallery .current-img img {
        height: 225px;
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail {
        display: flex;
        flex-direction: column;
        flex-grow: 1
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .product-name,
    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .product-sku {
        color: var(--primary-color);
        font-size: 20px;
        font-weight: 800;
        line-height: 36px;
        margin: 0
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .product-sku {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection {
        display: flex;
        flex-wrap: wrap;
        padding: 8px 0 3px
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item {
        border: 1px solid #d8d9db;
        border-radius: 8px;
        color: #1b1d22;
        cursor: pointer;
        font-size: 12px;
        line-height: 24px;
        margin: 0 8px 5px 0;
        padding: 0 12px;
        transition: all .15s ease-out;
        white-space: nowrap
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item:last-child {
        margin-right: 0
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item.active {
        border-color: #1b1d22
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item.active-variation,
    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item:hover {
        background-color: #1b1d22;
        border-color: #1b1d22;
        color: #fff
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list {
        font-size: 14px;
        padding: 10px 0
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list li.detail-item {
        display: flex;
        flex-wrap: wrap
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list li.detail-item p {
        flex-grow: 1;
        font-size: 14px;
        margin: 0;
        white-space: nowrap
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list .detail-item {
        font-size: 14px;
        line-height: 1.4;
        margin: 0 0 5px
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list .detail-item:before {
        content: "\2022";
        display: inline-block;
        margin: 0 5px
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .short-desc {
        font-size: 14px;
        line-height: 1.4;
        padding: 10px 0
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .short-desc p {
        margin-bottom: 5px
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .sale-info {
        align-items: flex-end;
        display: flex;
        justify-content: space-between;
        margin-top: auto
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .sale-info .price .label {
        color: #969696;
        font-size: 12px;
        line-height: 24px;
        margin: 0
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .sale-info .price .price-holder {
        color: #1b1d22;
        font-size: 20px;
        font-weight: 800;
        margin: 0
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .sale-info .hisense-bordered-btn .context {
        white-space: nowrap
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .img-placeholder {
        align-items: center;
        display: flex;
        height: 225px;
        justify-content: center;
        margin-bottom: 20px
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .img-placeholder .img-holder {
        width: 120px
    }
}

@media only screen and (max-width: 1080px) and (max-width:1080px) {
    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout {
        border-radius: 5.33vw;
        padding: 12vw 4.26vw 4.26vw
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .corner-label {
        right: 2.6vw;
        top: 2.3vw
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-gallery {
        grid-column-gap: 0;
        grid-template-columns: 1fr;
        margin-bottom: 3.2vw
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-gallery .thumbnail-list {
        display: none
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-gallery .current-img {
        border-radius: 0;
        height: 57.8vw
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-gallery .current-img img {
        max-height: 100%
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .product-name,
    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .product-sku {
        font-size: 5.3vw;
        line-height: 1.4
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .product-sku {
        font-size: 4.26vw
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection {
        flex-wrap: wrap;
        padding: 2vw 0 0
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item {
        border-radius: 2.13vw;
        border-width: .25vw;
        color: #1b1d22;
        font-size: 3.2vw;
        line-height: 6.4vw;
        margin: 0 2.3vw 2.3vw 0;
        padding: 0 2.3vw;
        white-space: nowrap
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list {
        font-size: 3.2vw;
        padding: 0
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list li.detail-item {
        display: flex;
        flex-wrap: wrap
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list li.detail-item p {
        font-size: 3.2vw;
        margin: 0;
        white-space: nowrap
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list .detail-item {
        font-size: 3.2vw;
        line-height: 1.4;
        margin: 0 0 .5vw
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list .detail-item:before {
        margin: 0 .5vw
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .short-desc {
        font-size: 3.2vw;
        line-height: 1.4;
        margin: 0 0 .5vw
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .short-desc p {
        margin: 0 .5vw
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .sale-info {
        padding-top: 3.2vw
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .sale-info .price .label {
        font-size: 3.2vw;
        line-height: 2
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .product-detail .sale-info .price .price-holder {
        font-size: 5.33vw;
        white-space: nowrap
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .img-placeholder {
        height: 57.8vw;
        margin-bottom: 4.76vw
    }

    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .img-placeholder .img-holder {
        width: 22.3vw
    }
}

@media only screen and (max-width: 1080px) and (max-width:480px) {
    .section-top-selling-product .product-list-layout .product-list .product-item .product-item-layout .corner-label {
        right: 2.5vw;
        top: 2.5vw
    }
}

.section-product-list-filter .filter-layout {
    display: flex;
    padding: 61px 0;
    width: 100%;
}

.section-product-list-filter .filter-layout .filter-left {
    flex-basis: 410px;
    flex-shrink: 0;
    padding-right: 0
}

.section-product-list-filter .filter-layout .filter-left .products-support-list {
    align-self: center;
    background-color: var(--primary-color);
    border-radius: 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 25px 40px;
    position: relative
}

.section-product-list-filter .filter-layout .filter-left .products-support-list .support-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 68px;
    justify-content: center;
    padding: 0 15px
}

.section-product-list-filter .filter-layout .filter-left .products-support-list .support-item .ico-holder {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    margin: 0 auto 10px;
    width: 40px
}

.section-product-list-filter .filter-layout .filter-left .products-support-list .support-item .ico-holder img {
    max-height: 100%
}

.section-product-list-filter .filter-layout .filter-left .products-support-list .support-item .support-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
    white-space: nowrap
}

.section-product-list-filter .filter-layout:has(.filter-left) .filter-right {
    padding-left: 30px
}

.section-product-list-filter .filter-layout .filter-right {
    flex-grow: 1
}

.section-product-list-filter .filter-layout .filter-right .products-type-list {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.section-product-list-filter .filter-layout .filter-right .products-type-list .product-type-item {
    border-bottom: 1px solid #2b303b;
    cursor: pointer;
    padding: 10px;
    position: relative;
    transition: all .22s ease-out
}

.section-product-list-filter .filter-layout .filter-right .products-type-list .product-type-item a {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.section-product-list-filter .filter-layout .filter-right .products-type-list .product-type-item .type-icon {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    position: relative;
    width: 48px;
    z-index: 2
}

.section-product-list-filter .filter-layout .filter-right .products-type-list .product-type-item .type-icon img {
    max-height: 100%;
    max-width: 100%
}

.section-product-list-filter .filter-layout .filter-right .products-type-list .product-type-item .type-name {
    color: #1b1d22;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    position: relative;
    transition: all .15s ease-out;
    z-index: 2
}

.section-product-list-filter .filter-layout .filter-right .products-type-list .product-type-item .select-overlay {
    background-color: #e9f0ff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transform-origin: center bottom;
    transition: all .22s ease-out;
    width: 100%
}

.section-product-list-filter .filter-layout .filter-right .products-type-list .product-type-item.active,
.section-product-list-filter .filter-layout .filter-right .products-type-list .product-type-item:hover {
    border-color: var(--primary-color)
}

.section-product-list-filter .filter-layout .filter-right .products-type-list .product-type-item.active .type-name,
.section-product-list-filter .filter-layout .filter-right .products-type-list .product-type-item:hover .type-name {
    color: var(--primary-color)
}

.section-product-list-filter .filter-layout .filter-right .products-type-list .product-type-item.active .select-overlay,
.section-product-list-filter .filter-layout .filter-right .products-type-list .product-type-item:hover .select-overlay {
    transform: scaleY(1)
}

@media only screen and (max-width: 1080px) {
    .section-product-list-filter .filter-layout {
        flex-wrap: wrap;
        margin-bottom: 4.26vw;
        padding: 4.26vw
    }

    .section-product-list-filter .filter-layout .filter-left {
        flex-basis: 100%;
        margin-bottom: 5.3vw;
        padding: 0;
        transform: 0
    }

    .section-product-list-filter .filter-layout .filter-left .products-support-list {
        border-radius: 3.73vw;
        justify-content: space-around;
        padding: 3.26vw 4.26vw
    }

    .section-product-list-filter .filter-layout .filter-left .products-support-list:after {
        border-radius: 0;
        height: 100%;
        width: 20vw
    }

    .section-product-list-filter .filter-layout .filter-left .products-support-list .support-item {
        align-items: center;
        height: auto;
        padding: 3.5vw 0
    }

    .section-product-list-filter .filter-layout .filter-left .products-support-list .support-item .ico-holder {
        height: 7.5vw;
        margin-bottom: 2vw;
        width: 7.5vw
    }

    .section-product-list-filter .filter-layout .filter-left .products-support-list .support-item .ico-holder img {
        max-height: 7.5vw;
        width: 100%
    }

    .section-product-list-filter .filter-layout .filter-left .products-support-list .support-item .support-name {
        font-size: 3.73vw
    }

    .section-product-list-filter .filter-layout:has(.filter-left) .filter-right {
        padding-left: 0
    }

    .section-product-list-filter .filter-layout .filter-right .products-type-list {
        grid-gap: 4.73vw;
        grid-template-columns: repeat(2, 1fr)
    }

    .section-product-list-filter .filter-layout .filter-right .products-type-list .product-type-item {
        border-width: .25vw;
        padding: 3.73vw 0
    }

    .section-product-list-filter .filter-layout .filter-right .products-type-list .product-type-item .type-icon {
        height: 10.66vw;
        width: 10.66vw
    }

    .section-product-list-filter .filter-layout .filter-right .products-type-list .product-type-item .type-icon img {
        width: 100%
    }

    .section-product-list-filter .filter-layout .filter-right .products-type-list .product-type-item .type-name {
        font-size: 3.73vw
    }
}

.section-product-list.section-feature-products-list .cta-holder {
    margin-bottom: 80px
}

.section-product-list .product-list-layout .filter-row {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.section-product-list .product-list-layout .filter-row .hisense-bordered-btn,
.section-product-list .product-list-layout .filter-row .hisense-custom-btn {
    margin: 0 10px
}

.section-product-list .product-list-layout .filter-row .hisense-bordered-btn:first-child,
.section-product-list .product-list-layout .filter-row .hisense-custom-btn:first-child {
    margin-left: 0
}

.section-product-list .product-list-layout .filter-row .filter-cta-holder {
    flex-grow: 1;
    justify-content: space-between
}

.section-product-list .product-list-layout .filter-row .product-list-summary {
    font-size: 14px;
    margin-bottom: 0
}



.section-product-list .product-list-layout .product-list {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    position: relative;
    width: 100%;
}

.section-product-list .product-list-layout .product-list #product-list-bottom-anchor,
.section-product-list .product-list-layout .product-list #product-list-top-anchor {
    height: 70vh;
    left: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.section-product-list .product-list-layout .product-list #product-list-top-anchor {
    top: 0
}

.section-product-list .product-list-layout .product-list #product-list-bottom-anchor {
    bottom: 0
}

.section-product-list .product-list-layout .product-list .product-list-thumbnail-item {
    border: 1px solid #edeef1;
    border-radius: 20px;
    grid-column: 1/span 2;
    height: 100%;
    overflow: hidden;
    width: 100%
}

.section-product-list .product-list-layout .product-list .product-list-thumbnail-item .img-holder {
    height: 100%;
    transition: all .3s ease-out;
    width: 100%
}

.section-product-list .product-list-layout .product-list .product-list-thumbnail-item:hover .img-holder {
    transform: scale(1.05);
    transition: all .8s cubic-bezier(.18, .71, .64, 1)
}

.section-product-list .product-list-layout .product-list .product-item {
    height: 100%;
    width: 100%
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px 20px;
    position: relative
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout>a {
    display: flex;
    flex-direction: column;
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .corner-label {
    align-items: center;
    display: flex;
    height: 70px;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 10px;
    width: 70px
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-gallery {
    grid-column-gap: 15px;
    display: grid;
    grid-template-columns: 44px auto;
    margin-bottom: 20px
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-gallery .thumbnail-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-gallery .thumbnail-list .thumbnail-item {
    border-radius: 5px;
    height: 50px;
    margin: 0;
    width: 50px
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-gallery .thumbnail-list .thumbnail-item:last-child {
    margin-bottom: 0
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-gallery .thumbnail-list .thumbnail-item img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
    width: 45px;
    height: 45px !important;
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-gallery .current-img {
    border-radius: 8px;
    height: 100%;
    width: auto
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-gallery .current-img img {
    height: 280px !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    width: 80%;
    margin: auto;
    margin-top: 14px;
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .product-name,
.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .product-sku {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 800;
    line-height: 36px;
    margin: 0
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .product-sku {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0 3px
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item {
    border: 1px solid #d8d9db;
    border-radius: 8px;
    color: #1b1d22;
    cursor: pointer;
    font-size: 12px;
    line-height: 24px;
    margin: 0 8px 5px 0;
    padding: 0 12px;
    transition: all .15s ease-out;
    white-space: nowrap
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item:last-child {
    margin-right: 0
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item.active {
    border-color: #1b1d22
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item.active-variation,
.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item:hover {
    background-color: #1b1d22;
    border-color: #1b1d22;
    color: #fff
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list {
    font-size: 14px;
    padding: 10px 0
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list li.detail-item {
    display: flex;
    flex-wrap: wrap
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list li.detail-item p {
    flex-grow: 1;
    font-size: 14px;
    margin: 0;
    white-space: nowrap
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list .detail-item {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 5px;
    font-weight: normal;
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list .detail-item:before {
    content: "\2022";
    display: inline-block;
    margin: 0 5px
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .short-desc {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 0;
    font-weight: normal;
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .short-desc p {
    margin-bottom: 5px
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .sale-info {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-top: auto
}

.sale-info>a {
    display: none !important;
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .sale-info .price .label {
    color: #969696;
    font-size: 12px;
    line-height: 24px;
    margin: 0
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .sale-info .price .price-holder {
    color: #1b1d22;
    font-size: 20px;
    font-weight: 800;
    margin: 0
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .sale-info .hisense-bordered-btn .context {
    white-space: nowrap
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .img-placeholder {
    align-items: center;
    display: flex;
    height: 225px;
    justify-content: center;
    margin-bottom: 20px
}

.section-product-list .product-list-layout .product-list .product-item .product-item-layout .img-placeholder .img-holder {
    width: 120px
}

@media only screen and (max-width: 1080px) {
    .section-product-list .product-list-layout .product-list .product-item .product-item-layout {
        border-radius: 5.33vw;
        padding: 12vw 4.26vw 4.26vw
    }

    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .corner-label {
        right: 2.6vw;
        top: 2.3vw
    }

    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-gallery {
        grid-column-gap: 0;
        grid-template-columns: 1fr;
        margin-bottom: 3.2vw
    }

    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-gallery .thumbnail-list {
        display: none
    }

    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-gallery .current-img {
        border-radius: 0;
        height: 57.8vw
    }

    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-gallery .current-img img {
        max-height: 100%
    }

    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .product-name,
    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .product-sku {
        font-size: 5.3vw;
        line-height: 1.4
    }

    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .product-sku {
        font-size: 4.26vw
    }

    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection {
        flex-wrap: wrap;
        padding: 2vw 0 0
    }

    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .variation-selection .variation-item {
        border-radius: 2.13vw;
        border-width: .25vw;
        color: #1b1d22;
        font-size: 3.2vw;
        line-height: 6.4vw;
        margin: 0 2.3vw 2.3vw 0;
        padding: 0 2.3vw;
        white-space: nowrap
    }

    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list {
        font-size: 3.2vw;
        padding: 0
    }

    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list li.detail-item {
        display: flex;
        flex-wrap: wrap
    }

    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list li.detail-item p {
        font-size: 3.2vw;
        margin: 0;
        white-space: nowrap
    }

    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list .detail-item {
        font-size: 3.2vw;
        line-height: 1.4;
        margin: 0 0 .5vw
    }

    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .detail-desc-list .detail-item:before {
        margin: 0 .5vw
    }

    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .short-desc {
        font-size: 3.2vw;
        line-height: 1.4;
        margin: 0 0 .5vw
    }

    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .short-desc p {
        margin: 0 .5vw
    }

    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .sale-info {
        padding-top: 3.2vw
    }

    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .sale-info .price .label {
        font-size: 3.2vw;
        line-height: 2
    }

    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .product-detail .sale-info .price .price-holder {
        font-size: 5.33vw;
        white-space: nowrap
    }

    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .img-placeholder {
        height: 57.8vw;
        margin-bottom: 4.76vw
    }

    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .img-placeholder .img-holder {
        width: 22.3vw
    }
}

@media only screen and (max-width: 480px) {
    .section-product-list .product-list-layout .product-list .product-item .product-item-layout .corner-label {
        right: 2.5vw;
        top: 2.5vw
    }
}

@media only screen and (max-width: 1280px) {
    .section-product-list .product-list-layout .product-list {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr))
    }
}

@media only screen and (max-width: 1080px) {
    .section-product-list.section-feature-products-list .cta-holder {
        margin-bottom: 10vw
    }

    .section-product-list .product-list-layout {
        padding: 0 4.26vw
    }

    .section-product-list .product-list-layout .filter-row {
        align-items: center;
        display: flex;
        flex-wrap: wrap
    }

    .section-product-list .product-list-layout .filter-row .hisense-bordered-btn,
    .section-product-list .product-list-layout .filter-row .hisense-custom-btn {
        display: block;
        margin: 0 0 5.3vw;
        width: 100%
    }

    .section-product-list .product-list-layout .filter-row .product-list-summary {
        font-size: 4.26vw;
        margin-bottom: 3.2vw
    }

    .section-product-list .product-list-layout .filter-row .filter-cta-holder {
        flex-grow: 1;
        justify-content: space-between
    }

    .section-product-list .product-list-layout .filter-row .filter-cta-holder .col-50 {
        padding-right: 2vw
    }

    .section-product-list .product-list-layout .filter-row .filter-cta-holder .col-50:last-child {
        padding-left: 2vw;
        padding-right: 0
    }

    .section-product-list .product-list-layout .product-list {
        display: block
    }

    .section-product-list .product-list-layout .product-list .product-list-thumbnail-item {
        border-radius: 5.33vw;
        margin-bottom: 7.2vw
    }

    .section-product-list .product-list-layout .product-list .product-item {
        margin-bottom: 7.2vw
    }
}

.hisense-custom-btn.sort-popup-button {
    position: relative;
    z-index: 3
}

.hisense-custom-btn.sort-popup-button .arrow-ico {
    transform: rotateX(180deg);
    transition: all .15s ease-out
}

.hisense-custom-btn.sort-popup-button .sort-poppin-list {
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    left: 5%;
    min-width: 100%;
    opacity: 0;
    padding: 5px 0;
    position: absolute;
    top: calc(100% + 6px);
    transform: scaleY(0);
    transform-origin: center top;
    transition: all .3s ease-out;
    visibility: hidden
}

.hisense-custom-btn.sort-popup-button .sort-poppin-list .sort-value {
    color: #1b1d22;
    cursor: pointer;
    font-size: 14px;
    line-height: 2;
    padding: 0 12px;
    transition: all .15s ease-out;
    white-space: nowrap
}

.hisense-custom-btn.sort-popup-button .sort-poppin-list .sort-value.active,
.hisense-custom-btn.sort-popup-button .sort-poppin-list .sort-value:hover {
    color: var(--primary-color)
}

.hisense-custom-btn.sort-popup-button.show-poppin .arrow-ico {
    transform: none
}

.hisense-custom-btn.sort-popup-button.show-poppin .sort-poppin-list {
    opacity: 1;
    transform: none;
    visibility: visible
}

@media only screen and (max-width: 1080px) {
    .hisense-custom-btn.sort-popup-button .sort-poppin-list {
        border-radius: 3.2vw;
        box-shadow: 0 0 1.6vw rgba(0, 0, 0, .25);
        left: 0;
        max-height: 32vw;
        overflow-y: auto;
        padding: 1.6vw 0;
        top: 100%;
        width: 100%
    }

    .hisense-custom-btn.sort-popup-button .sort-poppin-list .sort-value {
        font-size: 3.2vw;
        padding: 0 2.6vw
    }
}

.section-where-to-buy-list {
    background: #edeef1;
    padding: 120px 0 110px
}

.section-where-to-buy-list .section-title {
    color: #2b303b;
    font-weight: 700
}

.section-where-to-buy-list .ka-sliders-holder {
    padding: 0 140px
}

.section-where-to-buy-list .ka-sliders-holder .ka-slider {
    position: relative
}

.section-where-to-buy-list .ka-sliders-holder .ka-slider .ka-item .logo-layout {
    display: flex;
    justify-content: center
}

.section-where-to-buy-list .ka-sliders-holder .ka-slider .ka-item .logo-layout .ka-logo {
    height: 98px;
    width: 290px
}

.section-where-to-buy-list .ka-sliders-holder .ka-slider .ka-item .logo-layout .ka-logo img {
    margin: auto;
    max-width: 90%;
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.section-where-to-buy-list .ka-sliders-holder .ka-slider .ka-slider-control {
    background-color: var(--primary-color);
    border-radius: 50%;
    cursor: pointer;
    height: 54px;
    position: absolute;
    top: calc(50% - 27px);
    transition: all .15s ease-out;
    width: 54px
}

.section-where-to-buy-list .ka-sliders-holder .ka-slider .ka-slider-control .arrow {
    border: 2px solid #fff;
    border-bottom-right-radius: 2px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    transform: rotate(45deg);
    width: 14px
}

.section-where-to-buy-list .ka-sliders-holder .ka-slider .ka-slider-control.next-slide {
    right: -120px
}

.section-where-to-buy-list .ka-sliders-holder .ka-slider .ka-slider-control.next-slide .arrow {
    border-bottom: none;
    border-left: none;
    left: 18px
}

.section-where-to-buy-list .ka-sliders-holder .ka-slider .ka-slider-control.prev-slide {
    left: -120px
}

.section-where-to-buy-list .ka-sliders-holder .ka-slider .ka-slider-control.prev-slide .arrow {
    border-right: none;
    border-top: none;
    left: 20px
}

.section-where-to-buy-list .ka-sliders-holder .ka-slider .ka-slider-control:hover {
    background-color: #00a7e1
}

@media only screen and (max-width: 1080px) {
    .section-where-to-buy-list {
        padding: 8.3vw 0
    }

    .section-where-to-buy-list .ka-sliders-holder {
        margin-left: 4.26vw;
        padding: 0;
        width: 100vw
    }

    .section-where-to-buy-list .ka-sliders-holder .slick-dots {
        display: flex;
        justify-content: center;
        padding: 7vw 0 0;
        width: 100%
    }

    .section-where-to-buy-list .ka-sliders-holder .slick-dots li {
        background-color: #edeef1;
        border-radius: 50%;
        height: 2.667vw;
        margin: 0 1.334vw;
        width: 2.667vw
    }

    .section-where-to-buy-list .ka-sliders-holder .slick-dots li:first-child {
        margin-left: 0
    }

    .section-where-to-buy-list .ka-sliders-holder .slick-dots li:last-child {
        margin-right: 0
    }

    .section-where-to-buy-list .ka-sliders-holder .slick-dots li.slick-active {
        background-color: var(--primary-color)
    }

    .section-where-to-buy-list .ka-sliders-holder .slick-dots li button {
        display: none
    }

    .section-where-to-buy-list .ka-sliders-holder .ka-slider {
        position: relative
    }

    .section-where-to-buy-list .ka-sliders-holder .ka-slider .ka-item .logo-layout {
        display: flex;
        justify-content: center
    }

    .section-where-to-buy-list .ka-sliders-holder .ka-slider .ka-item .logo-layout .ka-logo {
        height: 15.86vw;
        width: 46.9vw
    }

    .section-where-to-buy-list .ka-sliders-holder .slick-dots {
        transform: translateX(-4.26vw)
    }

    .section-where-to-buy-list .ka-sliders-holder .slick-dots li {
        background-color: #959595
    }
}

.section-viewed-products {
    padding: 120px 0 110px
}

.section-viewed-products .products-list {
    grid-gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 40px 0 0
}

.section-viewed-products .products-list .product-item {
    height: 100%;
    width: 100%
}

.section-viewed-products .products-list .product-item .product-item-layout {
    height: 100%
}

.section-viewed-products .products-list .product-item-layout {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px 20px;
    position: relative
}

.section-viewed-products .products-list .product-item-layout>a {
    display: flex;
    flex-direction: column;
    height: 100%
}

.section-viewed-products .products-list .product-item-layout .corner-label {
    align-items: center;
    display: flex;
    height: 70px;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 10px;
    width: 70px
}

.section-viewed-products .products-list .product-item-layout .product-gallery {
    grid-column-gap: 10px;
    display: grid;
    grid-template-columns: 44px auto;
    margin-bottom: 20px
}

.section-viewed-products .products-list .product-item-layout .product-gallery .thumbnail-list {
    grid-gap: 12px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    height: 225px
}

.section-viewed-products .products-list .product-item-layout .product-gallery .thumbnail-list .thumbnail-item {
    border-radius: 4px;
    height: 44px;
    margin: 0;
    width: 44px
}

.section-viewed-products .products-list .product-item-layout .product-gallery .thumbnail-list .thumbnail-item:last-child {
    margin-bottom: 0
}

.section-viewed-products .products-list .product-item-layout .product-gallery .thumbnail-list .thumbnail-item img {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.section-viewed-products .products-list .product-item-layout .product-gallery .current-img {
    border-radius: 8px;
    height: 100%;
    width: auto
}

.section-viewed-products .products-list .product-item-layout .product-gallery .current-img img {
    height: 225px;
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.section-viewed-products .products-list .product-item-layout .product-detail {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.section-viewed-products .products-list .product-item-layout .product-detail .product-name,
.section-viewed-products .products-list .product-item-layout .product-detail .product-sku {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 800;
    line-height: 36px;
    margin: 0
}

.section-viewed-products .products-list .product-item-layout .product-detail .product-sku {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.section-viewed-products .products-list .product-item-layout .product-detail .variation-selection {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0 3px
}

.section-viewed-products .products-list .product-item-layout .product-detail .variation-selection .variation-item {
    border: 1px solid #d8d9db;
    border-radius: 8px;
    color: #1b1d22;
    cursor: pointer;
    font-size: 12px;
    line-height: 24px;
    margin: 0 8px 5px 0;
    padding: 0 12px;
    transition: all .15s ease-out;
    white-space: nowrap
}

.section-viewed-products .products-list .product-item-layout .product-detail .variation-selection .variation-item:last-child {
    margin-right: 0
}

.section-viewed-products .products-list .product-item-layout .product-detail .variation-selection .variation-item.active {
    border-color: #1b1d22
}

.section-viewed-products .products-list .product-item-layout .product-detail .variation-selection .variation-item.active-variation,
.section-viewed-products .products-list .product-item-layout .product-detail .variation-selection .variation-item:hover {
    background-color: #1b1d22;
    border-color: #1b1d22;
    color: #fff
}

.section-viewed-products .products-list .product-item-layout .product-detail .detail-desc-list {
    font-size: 14px;
    padding: 10px 0
}

.section-viewed-products .products-list .product-item-layout .product-detail .detail-desc-list li.detail-item {
    display: flex;
    flex-wrap: wrap
}

.section-viewed-products .products-list .product-item-layout .product-detail .detail-desc-list li.detail-item p {
    flex-grow: 1;
    font-size: 14px;
    margin: 0;
    white-space: nowrap
}

.section-viewed-products .products-list .product-item-layout .product-detail .detail-desc-list .detail-item {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 5px
}

.section-viewed-products .products-list .product-item-layout .product-detail .detail-desc-list .detail-item:before {
    content: "\2022";
    display: inline-block;
    margin: 0 5px
}

.section-viewed-products .products-list .product-item-layout .product-detail .short-desc {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 0
}

.section-viewed-products .products-list .product-item-layout .product-detail .short-desc p {
    margin-bottom: 5px
}

.section-viewed-products .products-list .product-item-layout .product-detail .sale-info {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-top: auto
}

.section-viewed-products .products-list .product-item-layout .product-detail .sale-info .price .label {
    color: #969696;
    font-size: 12px;
    line-height: 24px;
    margin: 0
}

.section-viewed-products .products-list .product-item-layout .product-detail .sale-info .price .price-holder {
    color: #1b1d22;
    font-size: 20px;
    font-weight: 800;
    margin: 0
}

.section-viewed-products .products-list .product-item-layout .product-detail .sale-info .hisense-bordered-btn .context {
    white-space: nowrap
}

.section-viewed-products .products-list .product-item-layout .img-placeholder {
    align-items: center;
    display: flex;
    height: 225px;
    justify-content: center;
    margin-bottom: 20px
}

.section-viewed-products .products-list .product-item-layout .img-placeholder .img-holder {
    width: 120px
}

@media only screen and (max-width: 1080px) {
    .section-viewed-products .products-list .product-item-layout {
        border-radius: 5.33vw;
        padding: 12vw 4.26vw 4.26vw
    }

    .section-viewed-products .products-list .product-item-layout .corner-label {
        right: 2.6vw;
        top: 2.3vw
    }

    .section-viewed-products .products-list .product-item-layout .product-gallery {
        grid-column-gap: 0;
        grid-template-columns: 1fr;
        margin-bottom: 3.2vw
    }

    .section-viewed-products .products-list .product-item-layout .product-gallery .thumbnail-list {
        display: none
    }

    .section-viewed-products .products-list .product-item-layout .product-gallery .current-img {
        border-radius: 0;
        height: 57.8vw
    }

    .section-viewed-products .products-list .product-item-layout .product-gallery .current-img img {
        max-height: 100%
    }

    .section-viewed-products .products-list .product-item-layout .product-detail .product-name,
    .section-viewed-products .products-list .product-item-layout .product-detail .product-sku {
        font-size: 5.3vw;
        line-height: 1.4
    }

    .section-viewed-products .products-list .product-item-layout .product-detail .product-sku {
        font-size: 4.26vw
    }

    .section-viewed-products .products-list .product-item-layout .product-detail .variation-selection {
        flex-wrap: wrap;
        padding: 2vw 0 0
    }

    .section-viewed-products .products-list .product-item-layout .product-detail .variation-selection .variation-item {
        border-radius: 2.13vw;
        border-width: .25vw;
        color: #1b1d22;
        font-size: 3.2vw;
        line-height: 6.4vw;
        margin: 0 2.3vw 2.3vw 0;
        padding: 0 2.3vw;
        white-space: nowrap
    }

    .section-viewed-products .products-list .product-item-layout .product-detail .detail-desc-list {
        font-size: 3.2vw;
        padding: 0
    }

    .section-viewed-products .products-list .product-item-layout .product-detail .detail-desc-list li.detail-item {
        display: flex;
        flex-wrap: wrap
    }

    .section-viewed-products .products-list .product-item-layout .product-detail .detail-desc-list li.detail-item p {
        font-size: 3.2vw;
        margin: 0;
        white-space: nowrap
    }

    .section-viewed-products .products-list .product-item-layout .product-detail .detail-desc-list .detail-item {
        font-size: 3.2vw;
        line-height: 1.4;
        margin: 0 0 .5vw
    }

    .section-viewed-products .products-list .product-item-layout .product-detail .detail-desc-list .detail-item:before {
        margin: 0 .5vw
    }

    .section-viewed-products .products-list .product-item-layout .product-detail .short-desc {
        font-size: 3.2vw;
        line-height: 1.4;
        margin: 0 0 .5vw
    }

    .section-viewed-products .products-list .product-item-layout .product-detail .short-desc p {
        margin: 0 .5vw
    }

    .section-viewed-products .products-list .product-item-layout .product-detail .sale-info {
        padding-top: 3.2vw
    }

    .section-viewed-products .products-list .product-item-layout .product-detail .sale-info .price .label {
        font-size: 3.2vw;
        line-height: 2
    }

    .section-viewed-products .products-list .product-item-layout .product-detail .sale-info .price .price-holder {
        font-size: 5.33vw;
        white-space: nowrap
    }

    .section-viewed-products .products-list .product-item-layout .img-placeholder {
        height: 57.8vw;
        margin-bottom: 4.76vw
    }

    .section-viewed-products .products-list .product-item-layout .img-placeholder .img-holder {
        width: 22.3vw
    }
}

@media only screen and (max-width: 480px) {
    .section-viewed-products .products-list .product-item-layout .corner-label {
        right: 2.5vw;
        top: 2.5vw
    }
}

@media only screen and (max-width: 1080px) {
    .section-viewed-products {
        padding: 8vw 4.26vw 14vw
    }

    .section-viewed-products .products-list {
        grid-gap: 8vw;
        display: grid;
        grid-template-columns: 1fr;
        margin: 5.73vw 0 0
    }
}

#product-detail-page-main-content {
    padding-top: 30px
}

#product-detail-page-main-content .section-product-base-info-box {
    margin-top: 70px;
    overflow: visible
}

#product-detail-page-main-content .section-product-base-info-box #section-product-base-info-box-anchor {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 30px 30px 715px;
    position: relative
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder {
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
    /* display: flex; */
    /* flex-basis: 660px; */
    /* flex-shrink: 0; */
    height: 590px;
    left: 20px;
    padding: 30px;
    position: absolute;
    top: -30px;
    transition: all .2s ease-out;
    width: 660px;
    z-index: 3
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder.preparing {
    opacity: 0
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .corner-label {
    height: 70px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 70px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .corner-label img {
    width: 100%
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .small-slide-thumbnail {
    /* flex-basis: 100px; */
    /* height: 100%; */
    /* margin-right: 10px; */
    overflow-x: hidden;
    overflow-y: auto;
    /* width: 100px */
    margin-top: 18px;
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .small-slide-thumbnail::-webkit-scrollbar {
    width: 2px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .small-slide-thumbnail::-webkit-scrollbar-track {
    background: transparent
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .small-slide-thumbnail::-webkit-scrollbar-thumb {
    background: #dfdfdf
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .small-slide-thumbnail::-webkit-scrollbar-thumb:hover {
    background: #555
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .small-slide-thumbnail .thumbnail-item {
    align-items: center;
    border: 1px solid #d8d9db;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    /* height: 97px; */
    justify-content: center;
    margin: 0 0 15px;
    width: 76px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .small-slide-thumbnail .thumbnail-item:last-child {
    margin-bottom: 0
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .small-slide-thumbnail .thumbnail-item .img-holder {
    height: 100%;
    width: 100%
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .small-slide-thumbnail .thumbnail-item.active {
    border-color: var(--primary-color)
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .small-slide-thumbnail .thumbnail-item img {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .slider-holder {
    align-items: flex-end;
    display: flex;
    /* flex-basis: calc(100% - 108px); */
    /* height: 100%; */
    justify-content: center;
    /* width: calc(100% - 108px) */
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .slider-holder .gallery-main-slider {
    position: relative;
    width: 100%;

}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .slider-holder .gallery-main-slider .slide-item .img-holder {
    height: 450px;
    width: 100%;
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .slider-holder .gallery-main-slider .slide-item .img-holder img {
    -o-object-fit: contain !important;
    object-fit: contain !important;
    height: 100% !important;
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .slider-holder .gallery-main-slider .slick-dots {
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    left: 0;
    margin: 10px 0;
    width: 100%;
    z-index: 3
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .slider-holder .gallery-main-slider .slick-dots li {
    background-color: #c4c4c4;
    border-radius: 4px;
    height: 8px;
    margin: 0 4px;
    width: 8px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .slider-holder .gallery-main-slider .slick-dots li.slick-active {
    background-color: var(--primary-color)
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .slider-holder .gallery-main-slider .slick-dots li button {
    display: none
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder {
    flex-grow: 1;
    min-height: 540px;
    position: relative
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .product-name {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.125;
    margin-bottom: 12px;
    font-family: var(--font-hisense-bold);
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .product-sku {
    color: var(--primary-color);
    font-size: 16px;
    font-family: var(--font-hisense-medium);
    margin-bottom: 20px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .short-desc * {
    font-size: 14px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .feature-list {
    margin-bottom: 20px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .feature-list .feature-item {
    align-items: center;
    display: flex;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .feature-list .feature-item .feature-ico {
    align-items: center;
    display: flex;
    height: 25px;
    justify-content: center;
    margin-right: 10px;
    min-width: 25px;
    width: 25px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .feature-list .feature-item .feature-ico img {
    max-height: 100%;
    max-width: 100%;
    width: auto
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .feature-list .feature-item .feature-detail {
    font-size: 14px;
    margin: 0
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .label {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 15px 10px 0;
    white-space: nowrap
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .variation-item {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin: 0 0 10px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .variation-item .variation-node {
    border: 1px solid #d8d9db;
    border-radius: 4px;
    display: block;
    flex-basis: 30px;
    flex-shrink: 0;
    height: 30px;
    margin-right: 8px;
    width: 30px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .variation-item .variation-node.black {
    background-color: #383838;
    border-color: #383838
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .variation-item .tv-size {
    align-items: center;
    border: 1px solid #76787b;
    border-radius: 4px;
    color: #5a5a5a;
    color: #76787b;
    display: inline-flex;
    font-size: 12px;
    height: 28px;
    justify-content: center;
    line-height: 28px;
    margin: 0 8px 0 0;
    padding: 0 15px;
    position: relative;
    text-align: center;
    transition: all .15s ease-out
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .variation-item .label {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding-right: 15px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .variation-item.active-variation,
#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .variation-item:hover {
    cursor: auto
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .variation-item.active-variation .tv-size,
#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .variation-item:hover .tv-size {
    border-color: var(--primary-color);
    color: var(--primary-color)
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .variation-item.active-variation .tv-size:after,
#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .variation-item.active-variation .tv-size:before,
#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .variation-item:hover .tv-size:after,
#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .variation-item:hover .tv-size:before {
    border-color: var(--primary-color)
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder a {
    color: var(--primary-color);
    font-weight: 700
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder {
    flex-basis: 220px;
    flex-shrink: 0;
    height: 80px;
    position: relative
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder:has(.stop-produce) {
    flex-basis: 260px
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder .background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder .background .after-bg,
#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder .background .before-bg {
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100%;
    position: absolute;
    top: 0;
    width: 120%
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder .background .after-bg {
    background-position: 100%;
    right: -20%
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder .background .before-bg {
    background-position: 0 50%;
    left: -40%
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder .context {
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 80px;
    justify-content: center;
    position: relative;
    z-index: 2
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder .context .label {
    font-size: 12px;
    margin: 0 0 5px;
    width: 100%
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder .context .price-value {
    font-size: 20px;
    font-weight: 700;
    margin: 0
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder .context .price-value.stop-produce {
    font-size: 16px;
    text-transform: uppercase
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder a {
    border-bottom: 1px solid transparent;
    white-space: nowrap
}

#product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder a:hover {
    border-bottom: 1px solid var(--primary-color)
}

@media only screen and (max-width: 1080px) {
    #product-detail-page-main-content {
        padding-top: 6vw
    }

    #product-detail-page-main-content .section-product-base-info-box {
        border-radius: 0;
        margin-top: 0;
        padding: 0 2.133vw
    }

    #product-detail-page-main-content .section-product-base-info-box #section-product-base-info-box-anchor {
        height: 140vh
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout {
        background-color: transparent;
        display: block;
        padding: 0;
        position: relative
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder {
        border-radius: 4.26vw;
        box-shadow: 0 1vw 3vw rgba(0, 0, 0, .25);
        flex-direction: column;
        height: 136vw;
        justify-content: space-around;
        left: 0;
        margin: auto;
        padding: 5.73vw 3.26vw 3.26vw;
        position: relative;
        top: 0;
        width: 91.5vw;
        z-index: 3
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .small-slide-thumbnail {
        display: flex;
        flex-basis: auto;
        flex-direction: row;
        height: 18.13vw;
        margin-right: 0;
        order: 2;
        width: 100%
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .small-slide-thumbnail .thumbnail-item {
        border: .25vw solid #d8d9db;
        border-radius: 1vw;
        height: 18.13vw;
        margin: 0 2vw;
        width: 18.13vw
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .slider-holder {
        align-items: flex-end;
        display: flex;
        flex-basis: auto;
        height: auto;
        justify-content: center;
        margin: 0 auto 3vw;
        width: 74.66vw
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .slider-holder .gallery-main-slider {
        width: 100%
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .slider-holder .gallery-main-slider .slide-item .img-holder {
        height: 74.66vw;
        width: 100%
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .slider-holder .gallery-main-slider .slide-item .img-holder img {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .slider-holder .gallery-main-slider .slick-dots {
        display: flex;
        justify-content: center;
        padding: 7vw 0 0;
        width: 100%
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .slider-holder .gallery-main-slider .slick-dots li {
        background-color: #edeef1;
        border-radius: 50%;
        height: 2.667vw;
        margin: 0 1.334vw;
        width: 2.667vw
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .slider-holder .gallery-main-slider .slick-dots li:first-child {
        margin-left: 0
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .slider-holder .gallery-main-slider .slick-dots li:last-child {
        margin-right: 0
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .slider-holder .gallery-main-slider .slick-dots li.slick-active {
        background-color: var(--primary-color)
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .slider-holder .gallery-main-slider .slick-dots li button {
        display: none
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .feature-tag {
        border-radius: 0 0 2.13vw 2.13vw;
        height: 16vw;
        left: 8vw;
        top: -1.06vw;
        width: 19.466vw
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .gallery-holder .feature-tag .icon {
        max-width: 14vw;
        width: 14vw
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder {
        background-color: #f5f5f6;
        border-radius: 0 0 5.33vw 5.33vw;
        flex-basis: auto;
        height: auto;
        padding: 8vw 3.2vw;
        position: relative;
        width: 100%;
        z-index: 1
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder:before {
        background-color: #f5f5f6;
        border-radius: 5.33vw 5.33vw 0 0;
        bottom: 99%;
        content: "";
        height: 93.33vw;
        left: 0;
        position: absolute;
        width: 100%
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .product-name {
        font-size: 6.4vw;
        margin-bottom: 4vw;
        padding-left: 0
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .product-sku {
        font-size: 5.3vw;
        font-weight: 400;
        margin-bottom: 4vw;
        padding-left: 0
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .short-desc {
        padding-left: 0
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .short-desc * {
        font-size: 3.733vw
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .feature-list {
        margin-bottom: 4vw;
        padding-left: 0
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .feature-list .feature-item {
        font-size: 3.733vw;
        line-height: 1.4;
        margin-bottom: 1.06vw
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .feature-list .feature-item .feature-ico {
        height: 6.4vw;
        margin-right: 1.06vw;
        width: 6.4vw
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .feature-list .feature-item .feature-detail {
        margin: 0
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list {
        flex-wrap: wrap;
        margin: 6vw 0 10vw;
        padding-left: 0
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .label {
        font-size: 4.26vw;
        line-height: 1.4;
        margin-right: 4vw
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .variation-item {
        margin-right: 3vw
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .variation-item .variation-node {
        border: .25vw solid #d8d9db;
        border-radius: 1.06vw;
        flex-basis: 8vw;
        height: 8vw;
        margin-right: 2vw;
        width: 8vw
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .variation-item .tv-size {
        font-size: 3.2vw;
        height: 8vw;
        line-height: 8vw;
        margin-right: 1vw;
        text-align: center
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .variation-item .tv-size:after,
    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .variation-item .tv-size:before {
        border-width: .5vw
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .variation-item .tv-size:before {
        border-top-right-radius: .5vw
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .variation-item .tv-size:after {
        border-bottom-left-radius: .5vw
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .variation-list .variation-item .label {
        font-size: 3.73vw
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder {
        align-items: normal;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
        margin: 0;
        width: 100%
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder {
        flex-basis: auto;
        flex-shrink: 0;
        height: auto;
        margin-bottom: 8vw;
        position: relative;
        width: 62vw
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder:has(.stop-produce) {
        flex-basis: auto;
        width: 72vw
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder .context {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 18.6vw;
        justify-content: center;
        padding-left: 0
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder .context .label {
        font-size: 3.73vw;
        margin: 0 0 1vw;
        text-align: center
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder .context .price-value {
        font-size: 5.33vw;
        text-align: center;
        width: 100%
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder .background .after-bg,
    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder .background .before-bg {
        width: 80%
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder .background .after-bg {
        background-position: 100%;
        right: -10%
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder .price-holder .background .before-bg {
        background-position: 0 50%;
        left: -10%
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder a {
        border-bottom: .25vw solid transparent;
        color: var(--primary-color);
        display: inline-block;
        font-size: 4.8vw;
        font-weight: 700
    }

    #product-detail-page-main-content .section-product-base-info-box .product-base-info-box-layout .product-info-context-holder .cta-holder a:hover {
        border-bottom: .25vw solid var(--primary-color)
    }
}

#product-detail-page-main-content {
    position: relative
}

#product-detail-page-main-content #single-product-specs-list-anchor {
    position: absolute;
    top: -60px
}

#product-detail-page-main-content .section-specs-list .specs-list-layout {
    background-color: #f5f5f6;
    border-radius: 20px;
    margin-top: 30px;
    padding: 20px 30px
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .tabs-row {
    display: flex;
    margin: auto;
    max-width: 100%;
    position: relative;
    justify-content: center;
    margin: auto;
    max-width: 100%;
    position: relative;
    margin: 0 100px;
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .tabs-row:after {
    background-color: #d8d9db;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .tabs-row .tab-item {
    color: #5a5a5a;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    margin-right: 40px;
    position: relative;
    text-align: center
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .tabs-row .tab-item:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .tabs-row .tab-item:last-child {
    margin-right: 0
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .tabs-row .tab-item.active {
    color: var(--primary-color)
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .tabs-row .tab-item.active:after {
    background-color: var(--primary-color)
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .content-list {
    max-width: 100%;
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab {
    display: none
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab.active {
    display: block
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout {
    display: flex;
    padding: 10px 0
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout.is-hidden {
    display: none
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout:first-child {
    padding-top: 30px
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout .title-column {
    flex-basis: 180px;
    flex-shrink: 0
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout .title-column .column-title {
    color: var(--primary-color);
    font-size: 16px;
    line-height: 1.7
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout .content-column {
    flex-grow: 1;
    margin-bottom: 5px
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout .content-column .spec-data-item {
    align-items: center;
    border-bottom: .5px dashed #737373;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout .content-column .spec-data-item:last-child {
    border-bottom: 0
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout .content-column .spec-data-item .name {
    align-items: center;
    display: flex
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout .content-column .spec-data-item .name .icon {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 25px;
    justify-content: center;
    margin-right: 10px;
    width: 25px
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout .content-column .spec-data-item .name .icon img {
    max-height: 100%;
    max-width: 100%
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout .content-column .spec-data-item .name .context {
    font-size: 14px;
    line-height: 20px;
    line-height: 25px
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout .content-column .spec-data-item .value {
    font-size: 14px;
    line-height: 25px
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .seemore-cta {
    border-top: 1px solid #737373;
    padding: 15px 0 0;
    text-align: center
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .seemore-cta .seemore-btn {
    color: var(--primary-color);
    cursor: pointer;
    font-size: 14px;
    font-weight: 700
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .seemore-cta .seemore-btn .arrow {
    border: 2px solid var(--primary-color);
    border-left: none;
    border-top: none;
    display: inline-block;
    height: 8px;
    margin-left: 3px;
    position: relative;
    top: -2px;
    transform: rotate(45deg);
    width: 8px
}

#product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .seemore-cta .seemore-btn.expanded .arrow {
    border: 2px solid var(--primary-color);
    border-bottom: none;
    border-right: none;
    top: 0
}

@media only screen and (max-width: 1080px) {
    #product-detail-page-main-content .section-specs-list .specs-list-layout {
        border-radius: 0;
        margin-top: 8vw;
        padding: 4.26vw 3.4666vw
    }

    #product-detail-page-main-content .section-specs-list .specs-list-layout .tab-rows-holder {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%
    }

    #product-detail-page-main-content .section-specs-list .specs-list-layout .tabs-row {
        display: block;
        white-space: nowrap
    }

    #product-detail-page-main-content .section-specs-list .specs-list-layout .tabs-row:after {
        display: none;
        height: .5vw
    }

    #product-detail-page-main-content .section-specs-list .specs-list-layout .tabs-row .tab-item {
        display: inline-block;
        font-size: 3.73vw;
        margin-right: -.5vw;
        padding: 0 5vw;
        text-align: center;
        white-space: nowrap
    }

    #product-detail-page-main-content .section-specs-list .specs-list-layout .tabs-row .tab-item:after {
        height: .5vw
    }

    #product-detail-page-main-content .section-specs-list .specs-list-layout .tabs-row .tab-item:first-child {
        padding-left: 0
    }

    #product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout {
        flex-wrap: wrap;
        padding: 3vw 0
    }

    #product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout:first-child {
        padding-top: 6vw
    }

    #product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout .title-column {
        display: none;
        flex-basis: 100%;
        font-size: 4.7vw;
        margin-bottom: 1.5vw;
        width: 100%
    }

    #product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout .content-column {
        margin-bottom: 2vw
    }

    #product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout .content-column .spec-data-item {
        margin-bottom: 4.6vw;
        width: 100%
    }

    #product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout .content-column .spec-data-item .name {
        color: #5a5a5a;
        flex-basis: 60%;
        flex-shrink: 0;
        font-weight: 700
    }

    #product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout .content-column .spec-data-item .name .icon {
        flex-shrink: 0;
        height: 5.33vw;
        margin-right: 2.7vw;
        width: 5.33vw
    }

    #product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout .content-column .spec-data-item .name .context {
        font-size: 3.733vw;
        line-height: 5.33vw
    }

    #product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout .content-column .spec-data-item .value {
        color: #5a5a5a;
        flex-basis: 40%;
        flex-shrink: 0;
        font-size: 3.733vw;
        line-height: 5.33vw;
        text-align: right
    }

    #product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .tab-content-layout .content-column .spec-data-item:last-child {
        margin: 0;
        padding: 0
    }

    #product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .seemore-cta {
        padding: 3.7vw 0 0
    }

    #product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .seemore-cta .seemore-btn {
        font-size: 3.7vw
    }

    #product-detail-page-main-content .section-specs-list .specs-list-layout .content-list .tab .seemore-cta .seemore-btn .arrow {
        border-width: .25vw;
        height: 2.4vw;
        width: 2.4vw
    }
}

#product-detail-page-main-content .layout-swap-selection {
    display: flex;
    justify-content: center;
    margin: 40px 0
}

#product-detail-page-main-content .layout-swap-selection .layout-swap-item {
    margin: 0 10px
}

#product-detail-page-main-content .layout-swap-selection .layout-swap-item .hisense-custom-btn {
    height: 58px;
    width: 220px
}

#product-detail-page-main-content .layout-swap-selection .layout-swap-item .hisense-custom-btn .context {
    height: 58px;
    line-height: 58px
}

#product-detail-page-main-content .layout-swap-selection .layout-swap-item .hisense-custom-btn .context .icon {
    margin-right: 15px;
    width: 34px
}

#product-detail-page-main-content .layout-swap-selection .layout-swap-item .hisense-custom-btn .context .icon.long-ico {
    width: 60px
}

#product-detail-page-main-content .layout-swap-selection .layout-swap-item .hisense-custom-btn .context .icon svg path,
#product-detail-page-main-content .layout-swap-selection .layout-swap-item .hisense-custom-btn .context .icon svg rect {
    fill: #76787b;
    transition: all .15s ease-out
}

#product-detail-page-main-content .layout-swap-selection .layout-swap-item .hisense-custom-btn.active {
    color: var(--primary-color)
}

#product-detail-page-main-content .layout-swap-selection .layout-swap-item .hisense-custom-btn.active .context .icon svg path,
#product-detail-page-main-content .layout-swap-selection .layout-swap-item .hisense-custom-btn.active .context .icon svg rect {
    fill: var(--primary-color)
}

#product-detail-page-main-content .layout-swap-selection .layout-swap-item:first-child {
    margin-left: 0
}

#product-detail-page-main-content .layout-swap-selection .layout-swap-item:last-child {
    margin-right: 0
}

#product-detail-page-main-content .section-product-showcase {
    display: none
}

#product-detail-page-main-content .section-product-showcase.current-showcase {
    display: block
}

#product-detail-page-main-content .section-product-showcase.slider-layout {
    position: relative
}

#product-detail-page-main-content .section-product-showcase.slider-layout:after,
#product-detail-page-main-content .section-product-showcase.slider-layout:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 18%;
    z-index: 3
}

#product-detail-page-main-content .section-product-showcase.slider-layout:before {
    background: linear-gradient(90deg, #fff, #ffffff00);
    left: 0
}

#product-detail-page-main-content .section-product-showcase.slider-layout:after {
    background: linear-gradient(90deg, #ffffff00, #fff);
    right: 0
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider {
    margin-left: calc(50% - 1402px);
    position: relative;
    width: 2804px
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .slide-item .slide-layout {
    overflow: hidden;
    padding: 2vw 20px
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .slide-item .slide-layout .view-block {
    overflow: visible !important
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .slide-item .slide-layout .img-holder {
    background-color: #aaa;
    border-radius: 20px;
    height: 430px;
    overflow: hidden;
    transform: scale(.95);
    transition: all .5s ease-out
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .slide-item .slide-layout .img-holder img {
    transition: all .3s ease-out
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .slide-item .slide-layout .img-holder:hover img {
    transform: scale(1.03);
    transition: all .8s cubic-bezier(.18, .71, .64, 1)
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .slide-item .slide-layout .view-block.video-block,
#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .slide-item .slide-layout .view-block.youtube-block {
    overflow: hidden;
    position: relative
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .slide-item .slide-layout .view-block.video-block .overlay,
#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .slide-item .slide-layout .view-block.youtube-block .overlay {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .slide-item .slide-layout .view-block.video-block .overlay .play-btn,
#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .slide-item .slide-layout .view-block.youtube-block .overlay .play-btn {
    cursor: pointer;
    filter: drop-shadow(0 0 3px #00000033);
    width: 120px
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .slick-current .slide-item .slide-layout .img-holder {
    transform: scale(1.05)
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .showcase-slide-control {
    background-color: rgba(0, 0, 0, .4);
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 3
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .showcase-slide-control .arrow {
    border: 1px solid #fff;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    transform: rotate(45deg);
    width: 14px
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .showcase-slide-control.slide-next {
    right: 900px
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .showcase-slide-control.slide-next .arrow {
    border-bottom: none;
    border-left: none;
    left: 12px
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .showcase-slide-control.slide-prev {
    left: 900px
}

#product-detail-page-main-content .section-product-showcase.slider-layout .showcase-slider-holder .showcase-slider .showcase-slide-control.slide-prev .arrow {
    border-right: none;
    border-top: none;
    left: 14px
}

#product-detail-page-main-content .section-product-showcase.slider-layout .slider-pagination-holder {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 30px auto;
    width: 980px
}

#product-detail-page-main-content .section-product-showcase.slider-layout .slider-pagination-holder .first-slide,
#product-detail-page-main-content .section-product-showcase.slider-layout .slider-pagination-holder .last-slide {
    color: #2b303b;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

#product-detail-page-main-content .section-product-showcase.slider-layout .slider-pagination-holder .first-slide {
    margin-right: 10px
}

#product-detail-page-main-content .section-product-showcase.slider-layout .slider-pagination-holder .last-slide {
    margin-left: 10px
}

#product-detail-page-main-content .section-product-showcase.slider-layout .slider-pagination-holder .slide-indicator {
    background-color: #76787b;
    flex-grow: 1;
    height: 1px;
    position: relative
}

#product-detail-page-main-content .section-product-showcase.slider-layout .slider-pagination-holder .slide-indicator .slide-thumb {
    background-color: var(--primary-color);
    bottom: 0;
    height: 4px;
    left: 0;
    position: absolute;
    transition: all .6s cubic-bezier(.23, .7, .54, .97);
    width: 20%
}

#product-detail-page-main-content .section-product-showcase.view-list {
    margin: 0 auto;
    max-width: 100%;
    width: 1200px
}

#product-detail-page-main-content .section-product-showcase.view-list .view-block {
    border-radius: 24px;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative
}

#product-detail-page-main-content .section-product-showcase.view-list .view-block:last-child {
    margin-bottom: 0
}

#product-detail-page-main-content .section-product-showcase.view-list .view-block.video-block,
#product-detail-page-main-content .section-product-showcase.view-list .view-block.youtube-block {
    height: 600px;
    width: 100%
}

#product-detail-page-main-content .section-product-showcase.view-list .view-block.video-block .thumbnail-holder,
#product-detail-page-main-content .section-product-showcase.view-list .view-block.video-block .video-holder,
#product-detail-page-main-content .section-product-showcase.view-list .view-block.video-block .youtube-video-holder,
#product-detail-page-main-content .section-product-showcase.view-list .view-block.youtube-block .thumbnail-holder,
#product-detail-page-main-content .section-product-showcase.view-list .view-block.youtube-block .video-holder,
#product-detail-page-main-content .section-product-showcase.view-list .view-block.youtube-block .youtube-video-holder {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

#product-detail-page-main-content .section-product-showcase.view-list .view-block.video-block .video-holder iframe,
#product-detail-page-main-content .section-product-showcase.view-list .view-block.video-block .video-holder video,
#product-detail-page-main-content .section-product-showcase.view-list .view-block.video-block .youtube-video-holder iframe,
#product-detail-page-main-content .section-product-showcase.view-list .view-block.video-block .youtube-video-holder video,
#product-detail-page-main-content .section-product-showcase.view-list .view-block.youtube-block .video-holder iframe,
#product-detail-page-main-content .section-product-showcase.view-list .view-block.youtube-block .video-holder video,
#product-detail-page-main-content .section-product-showcase.view-list .view-block.youtube-block .youtube-video-holder iframe,
#product-detail-page-main-content .section-product-showcase.view-list .view-block.youtube-block .youtube-video-holder video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

#product-detail-page-main-content .section-product-showcase.view-list .view-block.video-block .thumbnail-holder,
#product-detail-page-main-content .section-product-showcase.view-list .view-block.youtube-block .thumbnail-holder {
    z-index: 2
}

#product-detail-page-main-content .section-product-showcase.view-list .view-block.video-block .overlay,
#product-detail-page-main-content .section-product-showcase.view-list .view-block.youtube-block .overlay {
    background-color: rgba(0, 0, 0, .4);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .15s ease-out;
    width: 100%;
    z-index: 2
}

#product-detail-page-main-content .section-product-showcase.view-list .view-block.video-block .overlay .play-btn,
#product-detail-page-main-content .section-product-showcase.view-list .view-block.youtube-block .overlay .play-btn {
    cursor: pointer;
    height: 90px;
    left: calc(50% - 45px);
    position: absolute;
    top: calc(50% - 45px);
    transition: all .3s ease-out;
    width: 90px;
    z-index: 3
}

#product-detail-page-main-content .section-product-showcase.view-list .view-block.video-block .overlay .play-btn:hover,
#product-detail-page-main-content .section-product-showcase.view-list .view-block.youtube-block .overlay .play-btn:hover {
    transform: scale(1.05)
}

#product-detail-page-main-content .section-product-showcase.view-list .view-block.video-block .video-holder {
    background-color: #000
}

#product-detail-page-main-content .section-product-showcase.view-list .view-block.video-block .video-holder video {
    -o-object-fit: contain;
    object-fit: contain
}

#product-detail-page-main-content .section-product-showcase.view-list .view-block.video-block.is-playing .overlay,
#product-detail-page-main-content .section-product-showcase.view-list .view-block.video-block.is-playing .thumbnail-holder,
#product-detail-page-main-content .section-product-showcase.view-list .view-block.video-block.paused-video .thumbnail-holder {
    opacity: 0
}

#product-detail-page-main-content .section-product-showcase.view-list .view-block.youtube-block {
    background-color: #000
}

#product-detail-page-main-content .section-product-showcase.view-list .view-block.youtube-block.is-playing .overlay,
#product-detail-page-main-content .section-product-showcase.view-list .view-block.youtube-block.is-playing .thumbnail-holder,
#product-detail-page-main-content .section-product-showcase.view-list .view-block.youtube-block.paused-video .thumbnail-holder {
    opacity: 0;
    visibility: hidden
}

@media only screen and (max-width: 1080px) {
    #product-detail-page-main-content .layout-swap-selection {
        display: none
    }

    #product-detail-page-main-content .section-product-showcase.slider-layout {
        display: none !important
    }

    #product-detail-page-main-content .section-product-showcase.view-list {
        display: block
    }

    #product-detail-page-main-content .section-product-showcase {
        margin: 8vw 0;
        max-width: 100%;
        padding: 0 2.13vw
    }

    #product-detail-page-main-content .section-product-showcase.view-list {
        margin: 8vw 0
    }

    #product-detail-page-main-content .section-product-showcase.view-list .view-block {
        border-radius: 2.13vw;
        margin-bottom: 2.13vw
    }

    #product-detail-page-main-content .section-product-showcase.view-list .view-block.video-block,
    #product-detail-page-main-content .section-product-showcase.view-list .view-block.youtube-block {
        height: 53.866vw;
        width: 100%
    }

    #product-detail-page-main-content .section-product-showcase.view-list .view-block.video-block .overlay .play-btn,
    #product-detail-page-main-content .section-product-showcase.view-list .view-block.youtube-block .overlay .play-btn {
        height: 12vw;
        left: calc(50% - 6vw);
        top: calc(50% - 6vw);
        width: 12vw
    }
}

.product-detail-fixed-header {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .25);
    height: 60px;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 88px;
    transform: translateY(-100%);
    transition: all .3s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 9
}

.product-detail-fixed-header.active {
    opacity: 1;
    transform: none;
    visibility: visible
}

.product-detail-fixed-header .single-detail-fixed-layout {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.product-detail-fixed-header .single-detail-fixed-layout .left-col .product-name {
    font-size: 18px;
    line-height: 60px;
    margin: 0
}

.product-detail-fixed-header .single-detail-fixed-layout .right-col {
    flex-grow: 1
}

.product-detail-fixed-header .single-detail-fixed-layout .right-col .action-list {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: flex-end
}

.product-detail-fixed-header .single-detail-fixed-layout .right-col .action-list .action-item {
    font-size: 14px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    margin-right: 30px;
    position: relative;
    transition: all .15s ease-out
}

.product-detail-fixed-header .single-detail-fixed-layout .right-col .action-list .action-item:hover {
    color: var(--primary-color)
}

.product-detail-fixed-header .single-detail-fixed-layout .right-col .action-list .action-item.buynow-item:hover,
.product-detail-fixed-header .single-detail-fixed-layout .right-col .action-list .action-item.price-item:hover {
    color: initial
}

.product-detail-fixed-header .single-detail-fixed-layout .right-col .action-list .action-item.active {
    color: var(--primary-color)
}

.product-detail-fixed-header .single-detail-fixed-layout .right-col .action-list .action-item.active:after {
    background-color: var(--primary-color);
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%
}

.product-detail-fixed-header .single-detail-fixed-layout .right-col .action-list .action-item:last-child {
    margin-right: 0
}

@media only screen and (max-width: 1080px) {
    .product-detail-fixed-header {
        height: auto;
        padding: 0 4.2vw;
        top: 16vw
    }

    .product-detail-fixed-header .single-detail-fixed-layout {
        flex-wrap: wrap
    }

    .product-detail-fixed-header .single-detail-fixed-layout .left-col {
        flex-basis: 100%
    }

    .product-detail-fixed-header .single-detail-fixed-layout .left-col .product-name {
        font-size: 3.2vw;
        line-height: 2
    }

    .product-detail-fixed-header .single-detail-fixed-layout .right-col .action-list {
        flex-basis: 100%;
        height: auto;
        justify-content: space-between
    }

    .product-detail-fixed-header .single-detail-fixed-layout .right-col .action-list .action-item {
        font-size: 3.2vw;
        height: auto;
        line-height: 3;
        margin-right: 0
    }

    .product-detail-fixed-header .single-detail-fixed-layout .right-col .action-list .action-item.active:after {
        height: .5vw
    }
}

body.admin-bar .product-detail-fixed-header {
    top: 122px
}

@media only screen and (max-width: 1080px) {
    body.admin-bar .product-detail-fixed-header {
        top: 16vw
    }
}

#buy-online-page {
    padding: 30px 0 120px
}

#buy-online-page .section-market-lookup .market-header {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative
}

#buy-online-page .section-market-lookup .market-header:after {
    background-color: #d8d9db;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

#buy-online-page .section-market-lookup .market-header .section-title {
    /* display: none; */
    line-height: 2;
    margin: 0
}

#buy-online-page .section-market-lookup .market-header .section-title.active {
    display: block
}

#buy-online-page .section-market-lookup .market-header .buy-online-type-selection {
    display: flex;
    text-wrap-mode: nowrap;
}

#buy-online-page .section-market-lookup .market-header .buy-online-type-selection .type-item {
    color: #76787b;
    cursor: pointer;
    font-weight: 700;
    line-height: 3;
    margin-right: 30px;
    position: relative
}

#buy-online-page .section-market-lookup .market-header .buy-online-type-selection .type-item.active {
    color: var(--primary-color)
}

#buy-online-page .section-market-lookup .market-header .buy-online-type-selection .type-item.active:after {
    background-color: var(--primary-color);
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%
}

#buy-online-page .section-market-lookup .market-header .buy-online-type-selection .type-item:last-child {
    margin-right: 0
}

#buy-online-page .section-market-lookup .market-body .search-station-layout {
    grid-gap: 30px;
    /* display: none; */
    grid-template-columns: 384px auto;
    display: grid
}

#buy-online-page .section-market-lookup .market-body .search-station-layout.active {
    display: grid
}

#buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder {
    background-color: #f5f5f6;
    border-radius: 8px;
    height: 500px;
    overflow-y: auto;
    padding: 28px 13px
}

#buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item {
    display: none;
    margin-bottom: 30px
}

#buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item.active {
    display: block
}

#buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item .area-name {
    color: #1b1d22;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px
}

#buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item .market-list .market-item {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 12px;
    padding: 10px 15px;
    position: relative
}

#buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item .market-list .market-item .shop-name {
    color: #1b1d22;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    max-width: 60%;
    padding-top: 5px
}

#buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item .market-list .market-item .address,
#buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item .market-list .market-item .phone {
    color: #1b1d22;
    font-size: 14px;
    margin-bottom: 10px
}

#buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item .market-list .market-item .phone {
    margin-bottom: 0
}

#buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item .market-list .market-item.active,
#buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item .market-list .market-item:hover {
    border-color: var(--primary-color)
}

#buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item .market-list .market-item.is-hidden {
    display: none
}

#buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item .market-list .market-item .hisense-custom-btn {
    font-weight: 400;
    padding: 0 20px;
    position: absolute;
    right: 8px;
    top: 8px
}

#buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item .market-list .market-item .hisense-custom-btn .context {
    font-size: 12px
}

#buy-online-page .section-market-lookup .market-body .search-station-layout .map-area {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%
}

#buy-online-page .section-market-lookup .market-body .search-station-layout .map-area .area-selector,
#buy-online-page .section-market-lookup .market-body .search-station-layout .map-area .area-selector .select-group-holder {
    display: flex;
    justify-content: space-between
}

#buy-online-page .section-market-lookup .market-body .search-station-layout .map-area .area-selector .select-group-holder .select-holder {
    flex-basis: calc(33% - 10px)
}

#buy-online-page .section-market-lookup .market-body .search-station-layout .map-area .area-selector .select-group-holder .select-holder:last-child {
    margin-right: 0
}

#buy-online-page .section-market-lookup .market-body .search-station-layout .map-area .area-selector .select-group-holder .select-holder .select-el {
    border: 1px solid #d8d9db;
    border-radius: 4px;
    width: 100%
}

#buy-online-page .section-market-lookup .market-body .search-station-layout .map-area .area-selector .select-group-holder .select-holder .select-el .current-select {
    border: none
}

#buy-online-page .section-market-lookup .market-body .search-station-layout .map-area .area-selector .select-group-holder .select-holder .select-el .hidden-item {
    display: none
}

#buy-online-page .section-market-lookup .market-body .search-station-layout .map-area .map-holder {
    background-color: #999;
    flex-grow: 1;
    height: 440px
}

#buy-online-page .section-market-lookup .market-body .search-station-layout .map-area .map-holder .market-map {
    height: 100%;
    width: 100%
}

#buy-online-page .section-market-lookup .market-body .online-store {
    /* display: none */
}

#buy-online-page .section-market-lookup .market-body .online-store.active {
    display: block
}

#buy-online-page .section-market-lookup .market-body .online-store ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -27px
}

#buy-online-page .section-market-lookup .market-body .online-store ul li {
    align-items: center;
    border: 1px solid #d8d9db;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    margin: 0 27px 54px;
    padding: 30px 35px;
    width: calc(25% - 54px)
}

.blocktype-offline ul li {
    width: calc(30% - 54px) !important
}

@media only screen and (max-width: 1080px) {
    #buy-online-page {
        padding: 0 0 11.33vw
    }

    #buy-online-page .section-market-lookup .market-header {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 4.26667vw;
        padding: 0 3.2vw
    }

    #buy-online-page .section-market-lookup .market-header .section-title {
        font-size: 8.53333vw;
        line-height: 1;
        margin-bottom: 4.26667vw
    }

    #buy-online-page .section-market-lookup .market-header .buy-online-type-selection {
        display: flex
    }

    #buy-online-page .section-market-lookup .market-header .buy-online-type-selection .type-item {
        font-size: 4.26667vw
    }

    #buy-online-page .section-market-lookup .market-body .search-station-layout.active {
        display: block
    }

    #buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder {
        border-radius: 0;
        height: auto;
        margin-bottom: 8vw;
        padding: 6.4vw 4vw
    }

    #buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-selector {
        margin-bottom: 4.26667vw
    }

    #buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-selector .select-el {
        font-size: 3.73333vw;
        margin-bottom: 3.2vw
    }

    #buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-selector .select-el .current-select {
        height: 11.73333vw;
        line-height: 11.73333vw
    }

    #buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list {
        height: 85.33333vw;
        overflow: auto
    }

    #buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item {
        margin-bottom: 7.46667vw
    }

    #buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item .area-name {
        font-size: 4.8vw;
        margin-bottom: 4.26667vw
    }

    #buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item .market-list .market-item {
        background-color: #fff;
        border: .25vw solid #fff;
        border-radius: 2vw;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        margin-bottom: 3vw;
        padding: 2vw 3vw
    }

    #buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item .market-list .market-item .shop-name {
        font-size: 4.26667vw;
        margin-bottom: 1.6vw
    }

    #buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item .market-list .market-item .address {
        font-size: 3.46667vw
    }

    #buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item .market-list .market-item .phone {
        font-size: 3.46667vw;
        margin-bottom: 2.13333vw
    }

    #buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item .market-list .market-item .hisense-custom-btn {
        font-size: 3.2vw;
        margin-left: auto
    }

    #buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item .market-list .market-item .hisense-custom-btn .bg-after,
    #buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item .market-list .market-item .hisense-custom-btn .bg-before {
        height: 8.53333vw
    }

    #buy-online-page .section-market-lookup .market-body .search-station-layout .area-list-holder .area-list .area-item .market-list .market-item .hisense-custom-btn .context {
        line-height: 8.53333vw
    }

    #buy-online-page .section-market-lookup .market-body .search-station-layout .map-area {
        height: 112vw
    }

    #buy-online-page .section-market-lookup .market-body .online-store ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 -1.06667vw;
        padding: 0 3.2vw
    }

    #buy-online-page .section-market-lookup .market-body .online-store ul li {
        border-radius: 2.13333vw;
        margin: 0 1.06667vw 6.4vw;
        padding: 3.46667vw;
        width: 44.8vw
    }
}

#hisense-single-page {
    padding: 30px 0
}

#hisense-single-page .section-single-page {
    border-radius: 20px;
    margin: 0 auto 100px;
    max-width: 812px;
    padding: 24px 34px
}

#hisense-single-page .section-single-page .section-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 15px
}

#hisense-single-page .section-single-page .section-description {
    color: #1b1d22;
    overflow-y: auto;
    position: relative
}

#hisense-single-page .section-single-page .section-description li,
#hisense-single-page .section-single-page .section-description p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 15px;
    text-align: justify
}

#hisense-single-page .section-single-page .section-description li b,
#hisense-single-page .section-single-page .section-description p b {
    font-weight: 700
}

#hisense-single-page .section-single-page .section-description h1,
#hisense-single-page .section-single-page .section-description h2,
#hisense-single-page .section-single-page .section-description h3,
#hisense-single-page .section-single-page .section-description h4,
#hisense-single-page .section-single-page .section-description h5,
#hisense-single-page .section-single-page .section-description h6 {
    margin-bottom: .5em
}

#hisense-single-page .section-single-page .section-description h1 {
    font-size: 32px
}

#hisense-single-page .section-single-page .section-description h2 {
    font-size: 28px
}

#hisense-single-page .section-single-page .section-description h3 {
    font-size: 24px
}

#hisense-single-page .section-single-page .section-description h4,
#hisense-single-page .section-single-page .section-description h5 {
    font-size: 20px
}

#hisense-single-page .section-single-page .section-description h6 {
    font-size: 18px
}

#hisense-single-page .section-single-page .section-description a {
    color: var(--primary-color);
    display: inline;
    font-size: 700
}

#hisense-single-page .section-single-page .section-description a:hover {
    text-decoration: underline
}

#hisense-single-page .section-single-page .section-description img {
    display: block;
    height: auto;
    margin-bottom: 15px;
    width: 100%
}

#hisense-single-page .section-single-page .section-description iframe {
    height: 50vh;
    width: 100%
}

@media only screen and (max-width: 1080px) {

    #hisense-single-page .section-single-page .section-description li,
    #hisense-single-page .section-single-page .section-description p {
        font-size: 4.26667vw;
        line-height: 5.86667vw
    }

    #hisense-single-page .section-single-page .section-description h1 {
        font-size: 8vw
    }

    #hisense-single-page .section-single-page .section-description h2 {
        font-size: 6.7vw
    }

    #hisense-single-page .section-single-page .section-description h3 {
        font-size: 5.4vw
    }

    #hisense-single-page .section-single-page .section-description h4,
    #hisense-single-page .section-single-page .section-description h5 {
        font-size: 4.7vw
    }

    #hisense-single-page .section-single-page .section-description h6 {
        font-size: 4.2vw
    }

    #hisense-single-page .section-single-page .section-description img {
        max-width: 100%
    }

    #hisense-single-page .section-single-page .section-description table {
        max-width: 100%;
        width: auto
    }

    #hisense-single-page {
        padding: 3.2vw 0
    }

    #hisense-single-page .section-title {
        margin-bottom: 5.33333vw;
        padding: 0 4.26vw
    }

    #hisense-single-page .section-single-page {
        padding: 9.06667vw 4vw;
        width: 95.73333vw
    }

    #hisense-single-page .section-single-page .section-description {
        max-height: none
    }
}

.about-us-temp-wrapper .strategy-layout {
    padding: 15px 0 50px
}

.about-us-temp-wrapper .strategy-layout .strategy-header {
    margin-bottom: 50px
}

.about-us-temp-wrapper .strategy-layout .strategy-header .strategy-title {
    color: #1b1d22;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0
}

.about-us-temp-wrapper .strategy-layout .strategy-header hr {
    background-color: #1b1d22;
    border: none;
    height: 1px;
    margin: 0 0 15px;
    width: 100%
}

.about-us-temp-wrapper .strategy-layout .strategy-header .strategy-sub-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0
}

.about-us-temp-wrapper .strategy-layout .strategy-body .strategy-row {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 30px
}

.about-us-temp-wrapper .strategy-layout .strategy-body .strategy-row .img-holder {
    margin-bottom: 8px
}

.about-us-temp-wrapper .strategy-layout .strategy-body .quality-row {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.about-us-temp-wrapper .strategy-layout .strategy-body .quality-row .img-holder {
    margin-top: 20px
}

.about-us-temp-wrapper .strategy-layout .strategy-body p {
    font-size: 14px;
    line-height: 1.7
}

@media only screen and (max-width: 1080px) {
    .about-us-temp-wrapper .strategy-layout {
        padding: 4.26vw 3.2vw 10.6vw
    }

    .about-us-temp-wrapper .strategy-layout .page-breadcrumbs {
        padding: 0
    }

    .about-us-temp-wrapper .strategy-layout .strategy-header {
        margin-bottom: 4.26vw
    }

    .about-us-temp-wrapper .strategy-layout .strategy-header .strategy-title {
        font-size: 7.2vw
    }

    .about-us-temp-wrapper .strategy-layout .strategy-header hr {
        height: .25vw;
        margin: 0 0 3.2vw
    }

    .about-us-temp-wrapper .strategy-layout .strategy-header .strategy-sub-title {
        font-size: 4.26vw
    }

    .about-us-temp-wrapper .strategy-layout .strategy-body .strategy-row {
        grid-gap: 0;
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 5.2vw
    }

    .about-us-temp-wrapper .strategy-layout .strategy-body .strategy-row .img-holder {
        margin-bottom: 1vw
    }

    .about-us-temp-wrapper .strategy-layout .strategy-body .quality-row {
        grid-gap: 5.2vw;
        grid-template-columns: 1fr
    }

    .about-us-temp-wrapper .strategy-layout .strategy-body .quality-row .quality-title {
        font-size: 4.7vw;
        line-height: 1.7;
        margin-bottom: 1.5vw
    }

    .about-us-temp-wrapper .strategy-layout .strategy-body .quality-row .img-holder {
        margin-top: 3.2vw
    }

    .about-us-temp-wrapper .strategy-layout .strategy-body p {
        font-size: 3.7vw
    }
}

#page-404 .page-404-layout {
    align-items: center;
    display: flex;
    height: 75vh;
    justify-content: center
}

#page-404 .page-404-layout .container {
    text-align: center
}

#page-404 .page-404-layout .container .page-title {
    color: var(--primary-color);
    font-size: 80px;
    font-weight: 700;
    margin: 0 0 10px
}

#page-404 .page-404-layout .container .page-sub-title {
    color: var(--primary-color);
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 24px;
    text-transform: uppercase
}

#page-404 .page-404-layout .container .desc {
    font-size: 16px;
    line-height: 1.5
}

@media only screen and (max-width: 1080px) {
    #page-404 .page-404-layout {
        height: auto;
        padding: 20vw 4.26vw 34vw
    }

    #page-404 .page-404-layout .container .page-title {
        font-size: 18.25vw;
        margin: 0
    }

    #page-404 .page-404-layout .container .page-sub-title {
        font-size: 6.8vw;
        margin-bottom: 5.2vw
    }

    #page-404 .page-404-layout .container .desc {
        font-size: 3.7vw;
        line-height: 1.5
    }

    #page-404 .page-404-layout .container .cta-holder {
        margin: 4.26vw 0 0
    }
}

@media only screen and (max-width: 1080px) {
    html:has(#hisense-about-us-page) .page-header {
        background-color: transparent
    }

    html:has(#hisense-about-us-page) .page-header:not(.bg-white) .header-logo {
        filter: brightness(1000)
    }

    html:has(#hisense-about-us-page) .page-header:not(.bg-white) .search-action svg path {
        stroke: #fff
    }

    html:has(#hisense-about-us-page) .page-header:not(.bg-white) .mb-menu-ico svg path {
        fill: #fff
    }

    html:has(#hisense-about-us-page) .page-header:not(.bg-white) .mb-menu-toggle .close-mb-menu-ico svg path {
        fill: #fff
    }

    html:has(#hisense-about-us-page) .page-header:not(.bg-white):has(.mb-menu-toggle.active) {
        background-color: #fff
    }

    html:has(#hisense-about-us-page) .page-header:not(.bg-white):has(.mb-menu-toggle.active) .header-logo {
        filter: unset
    }

    html:has(#hisense-about-us-page) .page-header:not(.bg-white):has(.mb-menu-toggle.active) .search-action svg path {
        stroke: var(--primary-color)
    }

    html:has(#hisense-about-us-page) .page-header:not(.bg-white):has(.mb-menu-toggle.active) .mb-menu-ico svg path {
        fill: var(--primary-color)
    }

    html:has(#hisense-about-us-page) .page-header:not(.bg-white):has(.mb-menu-toggle.active) .mb-menu-toggle .close-mb-menu-ico svg path {
        fill: var(--primary-color)
    }

    html:has(#hisense-about-us-page) .page-header.bg-white {
        background-color: #fff
    }
}

#hisense-about-us-page .section-about-banner .hero-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#hisense-about-us-page .section-about-banner .hero-image:after {
    background-color: rgba(9, 61, 165, .5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#hisense-about-us-page .section-about-banner .main-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 88px);
    justify-content: center;
    margin: 0 auto;
    max-width: 975px;
    padding: 80px 0;
    position: relative;
    text-align: center;
    z-index: 1
}

#hisense-about-us-page .section-about-banner .main-content h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: .01em;
    line-height: 1.3;
    margin-bottom: 16px
}

#hisense-about-us-page .section-about-banner .main-content .desc {
    color: #fff;
    margin-bottom: 32px
}

#hisense-about-us-page .section-about-banner .main-content .hisense-bordered-btn {
    min-width: 250px
}

#hisense-about-us-page .section-about-banner .main-content .hisense-bordered-btn .context {
    color: #fff;
    text-transform: uppercase
}

#hisense-about-us-page .section-about-banner .main-content .hisense-bordered-btn .background .after-border,
#hisense-about-us-page .section-about-banner .main-content .hisense-bordered-btn .background .pre-border {
    filter: brightness(0) invert(1)
}

#hisense-about-us-page .section-about-banner .main-content .hisense-bordered-btn:hover .background .after-border,
#hisense-about-us-page .section-about-banner .main-content .hisense-bordered-btn:hover .background .pre-border {
    filter: unset
}

@media only screen and (max-width: 1080px) {
    #hisense-about-us-page .section-about-banner {
        margin-top: -16vw
    }

    #hisense-about-us-page .section-about-banner .main-content {
        height: 100vh;
        padding: 0 16px
    }

    #hisense-about-us-page .section-about-banner .main-content h1 {
        font-size: 36px;
        margin-bottom: 16px
    }

    #hisense-about-us-page .section-about-banner .main-content .desc {
        font-weight: 600;
        margin-bottom: 28px
    }

    #hisense-about-us-page .section-about-banner .main-content .hisense-bordered-btn {
        max-width: 375px;
        width: 100%
    }

    #hisense-about-us-page .section-about-banner .main-content .hisense-bordered-btn .context {
        font-size: 20px;
        height: 54px;
        line-height: 54px;
        line-height: 32px
    }
}

.section-about-detail {
    position: relative
}

.section-about-detail .background-layer {
    height: 100%;
    left: 0;
    max-height: 616px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.section-about-detail .background-layer .pattern-img {
    display: none;
    mix-blend-mode: multiply;
    opacity: .8
}

.section-about-detail .main-content {
    position: relative;
    z-index: 2
}

.section-about-detail .main-content .detail-context p {
    color: #2b303b;
    font-size: 16px;
    letter-spacing: .01em;
    line-height: 28px;
    text-align: justify
}

.section-about-detail .main-content .about-section-title {
    color: var(--primary-color);
    font-size: 40px;
    line-height: 1.25;
    margin-bottom: 32px;
    text-align: center
}

.section-about-detail .main-content .bg-group-layer {
    padding-bottom: 118px;
    position: relative
}

.section-about-detail .main-content .bg-group-layer:after {
    background-image: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/img/about-2022/pattern-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.section-about-detail .main-content .intro-list {
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: flex;
    margin-bottom: 90px;
    padding-top: 30px
}

.section-about-detail .main-content .intro-list:has(>:nth-child(3)) .intro-item:nth-of-type(2n) {
    transform: translateY(-48px)
}

.section-about-detail .main-content .intro-list .intro-item {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 16px 0 #00000026;
    flex: 1;
    padding: 32px
}

.section-about-detail .main-content .intro-list .intro-item .title {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 24px;
    text-transform: uppercase
}

.section-about-detail .main-content .intro-list .intro-item .description {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

@media only screen and (max-width: 1080px) {
    .section-about-detail .background-layer {
        display: none
    }

    .section-about-detail .main-content .bg-group-layer {
        padding-bottom: 0
    }

    .section-about-detail .main-content .bg-group-layer:after {
        display: none
    }

    .section-about-detail .main-content .intro-list {
        -moz-column-gap: 0;
        column-gap: 0;
        flex-direction: column;
        margin-bottom: 48px;
        padding-top: 0;
        row-gap: 24px
    }

    .section-about-detail .main-content .intro-list:has(>:nth-child(3)) .intro-item:nth-of-type(2n) {
        transform: translateY(0)
    }

    .section-about-detail .main-content .intro-list .intro-item {
        border-radius: 20px;
        box-shadow: 0 4px 16px 0 #00000026;
        padding: 32px
    }

    .section-about-detail .main-content .intro-list .intro-item:nth-of-type(2n) {
        transform: translateY(0)
    }

    .section-about-detail .main-content .intro-list .intro-item .title {
        font-size: 20px;
        line-height: 28px
    }
}

.sections-group {
    background-color: #f9fafc
}

.sections-group .bg-layer {
    height: 100%;
    left: 0;
    top: 0
}

.sections-group .bg-layer,
.sections-group .bg-layer .bg-el {
    position: absolute;
    width: 100%
}

.sections-group .bg-layer .bg-el.bg-1 {
    top: 31%
}

.sections-group .bg-layer .bg-el.bg-2 {
    top: 65%
}

.sections-group .main-content {
    position: relative;
    z-index: 2
}

.sections-group .section-hisense-history-events {
    opacity: 0;
    padding-top: 80px
}

.sections-group .section-hisense-history-events .history-events-slider-holder {
    height: 48px;
    margin-bottom: 30px;
    padding: 0 30px;
    position: relative
}

.sections-group .section-hisense-history-events .history-events-slider-holder .event-control {
    align-items: center;
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px
}

.sections-group .section-hisense-history-events .history-events-slider-holder .event-control.prev-event {
    right: 0
}

.sections-group .section-hisense-history-events .history-events-slider-holder .event-control.next-event {
    left: 0
}

.sections-group .section-hisense-history-events .history-events-slider-holder .history-event-list {
    overflow: hidden;
    width: 100%
}

.sections-group .section-hisense-history-events .history-events-slider-holder .history-event-list .hisense-history-events-slider {
    white-space: nowrap
}

.sections-group .section-hisense-history-events .history-events-slider-holder .history-event-list .hisense-history-events-slider .history-item {
    color: #76787b;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    margin: 0 -2px;
    position: relative;
    text-align: center;
    transition: all .22s ease-out;
    width: 11.111%;
    z-index: 2
}

.sections-group .section-hisense-history-events .history-events-slider-holder .history-event-list .hisense-history-events-slider .history-item.active {
    color: var(--primary-color);
    transform: scale(2);
    z-index: 1
}

.sections-group .section-hisense-history-events .events-detail {
    height: 555px;
    overflow-y: auto;
    padding-right: 10px
}

.sections-group .section-hisense-history-events .events-detail .events-detail-list .event-detail-item {
    border: 1px solid #d8d9db;
    border-radius: 16px;
    display: flex;
    margin-bottom: 12px;
    padding: 15px 20px
}

.sections-group .section-hisense-history-events .events-detail .events-detail-list .event-detail-item.active {
    border-color: var(--primary-color)
}

.sections-group .section-hisense-history-events .events-detail .events-detail-list .event-detail-item .event-year-col {
    color: var(--primary-color);
    flex-basis: 100px;
    flex-shrink: 0;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.02em;
    margin-right: 20px
}

.sections-group .section-hisense-history-events .events-detail .events-detail-list .event-detail-item .event-detail {
    flex-grow: 1;
    padding-top: 15px
}

.sections-group .section-hisense-history-events .events-detail .events-detail-list .event-detail-item .event-detail .detail-item {
    display: flex
}

.sections-group .section-hisense-history-events .events-detail .events-detail-list .event-detail-item .event-detail .detail-item .event-context {
    flex-grow: 1;
    padding-right: 20px
}

.sections-group .section-hisense-history-events .events-detail .events-detail-list .event-detail-item .event-detail .detail-item .event-context .event-title {
    color: #2b303b;
    font-weight: 700;
    margin-bottom: 10px
}

.sections-group .section-hisense-history-events .events-detail .events-detail-list .event-detail-item .event-detail .detail-item .event-thumbnail {
    flex-basis: 245px;
    flex-shrink: 0
}

@media only screen and (max-width: 1080px) {
    .about-section-title {
        font-size: 8.53vw;
        margin-bottom: 4.2vw
    }

    .section-about-detail .main-content {
        padding: 16vw 4vw 12vw
    }

    .section-about-detail .main-content .detail-context {
        margin-bottom: 48px;
        padding-bottom: 48px
    }

    .section-about-detail .main-content .detail-context p {
        font-size: 14px;
        letter-spacing: .01em;
        line-height: 1.7
    }

    .section-about-detail .main-content .detail-context .mb-seemore-cta {
        align-items: center;
        display: flex !important;
        font-size: 4.2vw;
        justify-content: center;
        margin-top: 4.2vw
    }

    .section-about-detail .main-content .detail-context .mb-seemore-cta .arrow {
        border: .5vw solid #2b303b;
        border-left: none;
        border-top: none;
        display: inline-block;
        height: 1.8vw;
        margin-left: 1vw;
        position: relative;
        top: -.75vw;
        transform: rotate(45deg);
        width: 1.8vw
    }

    .section-about-detail .main-content .detail-context .mb-seemore-cta.show-content .arrow {
        top: .5vw;
        transform: rotate(-135deg)
    }

    .sections-group .bg-layer .bg-el.bg-1 {
        top: 31%
    }

    .sections-group .bg-layer .bg-el.bg-2 {
        top: 65%
    }

    .sections-group .main-content {
        padding: 0 4vw
    }
}

@-webkit-keyframes waveEffect {
    70% {
        opacity: .6;
        transform: scale(2)
    }

    90%,
    to {
        opacity: 0;
        transform: scale(2.8)
    }
}

@keyframes waveEffect {
    70% {
        opacity: .6;
        transform: scale(2)
    }

    90%,
    to {
        opacity: 0;
        transform: scale(2.8)
    }
}

@media only screen and (max-width: 1080px) {
    html:has(.section-hero-history) .page-header {
        background-color: transparent
    }

    html:has(.section-hero-history) .page-header:not(.bg-white) .header-logo {
        filter: brightness(1000)
    }

    html:has(.section-hero-history) .page-header:not(.bg-white) .search-action svg path {
        stroke: #fff
    }

    html:has(.section-hero-history) .page-header:not(.bg-white) .mb-menu-ico svg path {
        fill: #fff
    }

    html:has(.section-hero-history) .page-header:not(.bg-white) .mb-menu-toggle .close-mb-menu-ico svg path {
        fill: #fff
    }

    html:has(.section-hero-history) .page-header:not(.bg-white):has(.mb-menu-toggle.active) {
        background-color: #fff
    }

    html:has(.section-hero-history) .page-header:not(.bg-white):has(.mb-menu-toggle.active) .header-logo {
        filter: unset
    }

    html:has(.section-hero-history) .page-header:not(.bg-white):has(.mb-menu-toggle.active) .search-action svg path {
        stroke: var(--primary-color)
    }

    html:has(.section-hero-history) .page-header:not(.bg-white):has(.mb-menu-toggle.active) .mb-menu-ico svg path {
        fill: var(--primary-color)
    }

    html:has(.section-hero-history) .page-header:not(.bg-white):has(.mb-menu-toggle.active) .mb-menu-toggle .close-mb-menu-ico svg path {
        fill: var(--primary-color)
    }

    html:has(.section-hero-history) .page-header.bg-white {
        background-color: #fff
    }

    html:has(.section-hero-history) #aquavn-footer .back-to-top-btn {
        bottom: 35vw
    }

    html:has(.section-hero-history) #CakeAIChatbotApp-wrapper {
        bottom: 48px !important
    }
}

.section-hero-history .hero-image,
.section-hero-history .hero-image:after {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.section-hero-history .hero-image:after {
    background-color: rgba(9, 61, 165, .5);
    content: ""
}

.section-hero-history .main-content {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 480px;
    padding: 80px 0;
    position: relative;
    z-index: 1
}

.section-hero-history .main-content h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: .01em;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center
}

@media only screen and (max-width: 1080px) {
    .section-hero-history {
        margin-top: -16vw
    }

    .section-hero-history .main-content {
        height: 100vh;
        padding: 0 16px
    }

    .section-hero-history .main-content h1 {
        font-size: 36px
    }
}

.section-brand-vision .layout {
    position: relative
}

.section-brand-vision .layout .list-vision {
    background-image: var(--background);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap
}

.section-brand-vision .layout .list-vision:before {
    background-color: rgba(6, 41, 110, .7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.section-brand-vision .layout .list-vision .vision-item {
    align-items: center;
    color: #fff;
    display: flex;
    flex: 1 1 240px;
    flex-direction: column;
    padding: 48px 24px;
    position: relative;
    text-align: center
}

.section-brand-vision .layout .list-vision .vision-item:not(:last-child) {
    border-right: 1px solid rgba(196, 215, 255, .7)
}

.section-brand-vision .layout .list-vision .vision-item .vision-number {
    font-size: 100px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px
}

.section-brand-vision .layout .list-vision .vision-item .vision-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 20px;
    min-height: 80px;
    overflow: hidden
}

.section-brand-vision .layout .list-vision .vision-item .vision-date {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 24px
}

.section-brand-vision .layout .list-vision .vision-item .vision-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0
}

@media only screen and (max-width: 1680px) {
    .section-brand-vision .layout .list-vision .vision-item {
        padding: 48px 16px
    }

    .section-brand-vision .layout .list-vision .vision-item .vision-number {
        font-size: 64px;
        margin-bottom: 12px
    }

    .section-brand-vision .layout .list-vision .vision-item .vision-title {
        font-size: 24px;
        line-height: 1.67;
        margin-bottom: 20px
    }

    .section-brand-vision .layout .list-vision .vision-item .vision-date {
        font-size: 24px;
        line-height: 1.67;
        margin-bottom: 24px
    }

    .section-brand-vision .layout .list-vision .vision-item .vision-desc {
        font-size: 16px;
        line-height: 1.5
    }
}

@media only screen and (max-width: 1280px) {
    .section-brand-vision .layout .list-vision {
        grid-template-columns: repeat(3, 1fr)
    }

    .section-brand-vision .layout .list-vision .vision-item {
        border-bottom: 1px solid rgba(196, 215, 255, .7);
        margin-bottom: -1px;
        margin-right: -1px
    }
}

@media only screen and (max-width: 668px) {
    .section-brand-vision .layout .list-vision {
        grid-template-columns: 1fr;
        padding: 12px 0
    }

    .section-brand-vision .layout .list-vision .vision-item {
        border: 0;
        color: #fff;
        flex-direction: row;
        justify-content: flex-start;
        padding: 20px 24px;
        text-align: start
    }

    .section-brand-vision .layout .list-vision .vision-item:not(:last-child) {
        border-bottom: 1px solid rgba(196, 215, 255, .7)
    }

    .section-brand-vision .layout .list-vision .vision-item .group {
        flex-basis: 50%
    }

    .section-brand-vision .layout .list-vision .vision-item .group:last-child {
        margin-top: 0
    }

    .section-brand-vision .layout .list-vision .vision-item .group:first-child {
        flex-basis: calc(50% - 16px);
        margin-right: 16px
    }

    .section-brand-vision .layout .list-vision .vision-item .vision-number {
        font-size: 64px;
        margin-bottom: 0
    }

    .section-brand-vision .layout .list-vision .vision-item .vision-title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 0
    }

    .section-brand-vision .layout .list-vision .vision-item .vision-date {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 5px
    }

    .section-brand-vision .layout .list-vision .vision-item .vision-desc {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.4
    }
}

.section-history-timeline .section-layout {
    height: max-content !important;
    position: relative
}

.section-history-timeline .section-layout .sidebar {
    background-color: var(--primary-color);
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 45px 0;
    position: absolute;
    scrollbar-width: none;
    top: 0;
    width: 300px;
    z-index: 1
}

.section-history-timeline .section-layout .sidebar::-webkit-scrollbar {
    display: none
}

.section-history-timeline .section-layout .sidebar .list-milestone {
    margin-left: auto;
    margin-right: 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.section-history-timeline .section-layout .sidebar .list-milestone .milestone {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex !important;
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 36px;
    position: relative;
    z-index: 1
}

.section-history-timeline .section-layout .sidebar .list-milestone .milestone:before {
    background-color: var(--white-color);
    content: "";
    height: 100%;
    left: 24px;
    position: absolute;
    top: calc(50% + 24px);
    transform: translateY(-50%);
    width: 1px;
    z-index: -1
}

.section-history-timeline .section-layout .sidebar .list-milestone .milestone .point {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    margin-right: 8px;
    width: 48px
}

.section-history-timeline .section-layout .sidebar .list-milestone .milestone .point .ellipse {
    background-color: var(--white-color);
    border-radius: 50%;
    height: 20px;
    width: 20px
}

.section-history-timeline .section-layout .sidebar .list-milestone .milestone .context {
    width: 100px
}

.section-history-timeline .section-layout .sidebar .list-milestone .milestone.active {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2
}

.section-history-timeline .section-layout .sidebar .list-milestone .milestone.active .point .ellipse {
    background-color: #fff;
    height: 30px;
    width: 30px
}

.section-history-timeline .section-layout .layout-right {
    height: 100%;
    padding-left: 300px
}

.section-history-timeline .section-layout .layout-right .main-content {
    height: 100%;
    margin-left: 80px !important;
    margin-right: 128px;
    padding: 120px 0
}

.section-history-timeline .section-layout .layout-right .main-content .slick-list,
.section-history-timeline .section-layout .layout-right .main-content .slick-track {
    height: 100% !important
}

.section-history-timeline .section-layout .layout-right .main-content .slick-slide {
    height: inherit !important;
    overflow: hidden
}

.section-history-timeline .section-layout .layout-right .main-content .slick-slide>div {
    height: 100%
}

.section-history-timeline .section-layout .layout-right .main-content .main-content-item {
    -moz-column-gap: 90px;
    column-gap: 90px;
    display: grid !important;
    grid-template-columns: minmax(500px, 718px) minmax(400px, 606px);
    grid-template-rows: auto 1fr;
    height: 100%;
    row-gap: 40px;
    width: 100%
}

.section-history-timeline .section-layout .layout-right .main-content .main-content-item .heading {
    align-self: flex-end;
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 700;
    grid-column: 1/span 2;
    letter-spacing: .02em;
    line-height: 1.2;
    margin-bottom: 0
}

.section-history-timeline .section-layout .layout-right .main-content .main-content-item .image {
    border-radius: 16px;
    width: 100%
}

.section-history-timeline .section-layout .layout-right .main-content .main-content-item .milestone {
    align-self: flex-end;
    color: var(--primary-color);
    display: block;
    font-size: 140px;
    font-weight: 700;
    line-height: .8;
    margin-bottom: 40px;
    opacity: .1
}

.section-history-timeline .section-layout .layout-right .main-content .main-content-item .content {
    overflow-y: auto;
    padding-right: 38px
}

.section-history-timeline .section-layout .layout-right .main-content .main-content-item .content::-webkit-scrollbar {
    width: 4px
}

.section-history-timeline .section-layout .layout-right .main-content .main-content-item .content::-webkit-scrollbar-track {
    border-radius: 17px;
    box-shadow: inset 0 0 4px #d8d9db
}

.section-history-timeline .section-layout .layout-right .main-content .main-content-item .content::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 17px
}

.section-history-timeline .section-layout .layout-right .main-content .main-content-item .content ul .item:not(:last-child) {
    margin-bottom: 48px
}

.section-history-timeline .section-layout .layout-right .main-content .main-content-item .content ul .item .item-heading {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px
}

.section-history-timeline .section-layout .layout-right .main-content .main-content-item .content ul .item .item-desc {
    color: #737373;
    font-size: 14px;
    line-height: 1.4
}

@media only screen and (max-width: 1440px) {
    .section-history-timeline .section-layout .sidebar {
        width: 200px
    }

    .section-history-timeline .section-layout .sidebar .list-milestone {
        margin: 0 auto
    }

    .section-history-timeline .section-layout .layout-right {
        padding-left: 200px
    }

    .section-history-timeline .section-layout .layout-right .main-content {
        margin-left: 64px
    }

    .section-history-timeline .section-layout .layout-right .main-content .main-content-item {
        -moz-column-gap: 80px;
        column-gap: 80px;
        grid-template-columns: minmax(400px, 1fr) minmax(350px, 416px)
    }
}

@media only screen and (max-width: 1280px) {
    .section-history-timeline .section-layout .layout-right .main-content {
        margin: 0 32px
    }

    .section-history-timeline .section-layout .layout-right .main-content .main-content-item {
        -moz-column-gap: 40px;
        column-gap: 40px;
        grid-template-columns: minmax(300px, 1fr) minmax(350px, 416px)
    }
}

@media only screen and (max-width: 1080px) {
    .section-history-timeline .section-layout {
        margin: 0 auto;
        max-width: 710px
    }

    .section-history-timeline .section-layout .sidebar {
        bottom: 0;
        height: 48px;
        left: 0;
        padding: 0;
        position: fixed;
        top: auto;
        width: 100%;
        z-index: 1
    }

    .section-history-timeline .section-layout .sidebar .list-milestone {
        display: flex;
        height: 100%;
        margin: 0;
        padding: 0 16px;
        width: 100%
    }

    .section-history-timeline .section-layout .sidebar .list-milestone .milestone {
        font-size: 18px;
        line-height: 1.3;
        padding-bottom: 0
    }

    .section-history-timeline .section-layout .sidebar .list-milestone .milestone .point,
    .section-history-timeline .section-layout .sidebar .list-milestone .milestone:before {
        display: none
    }

    .section-history-timeline .section-layout .sidebar .list-milestone .milestone .context {
        align-items: center;
        display: flex;
        justify-content: center;
        width: 80px
    }

    .section-history-timeline .section-layout .sidebar .list-milestone .milestone.active {
        font-size: 24px;
        line-height: 40px
    }

    .section-history-timeline .section-layout .layout-right {
        padding-left: 0
    }

    .section-history-timeline .section-layout .layout-right .main-content {
        margin-left: 0;
        margin-right: 0;
        padding: 30px 4.26vw
    }

    .section-history-timeline .section-layout .layout-right .main-content .slick-track {
        flex-direction: row !important
    }

    .section-history-timeline .section-layout .layout-right .main-content .slick-slider {
        touch-action: auto;
        -ms-touch-action: auto
    }

    .section-history-timeline .section-layout .layout-right .main-content .main-content-item {
        -moz-column-gap: 0;
        column-gap: 0;
        grid-auto-rows: -webkit-max-content;
        grid-auto-rows: max-content;
        grid-template-columns: 1fr;
        grid-template-rows: unset;
        row-gap: 24px
    }

    .section-history-timeline .section-layout .layout-right .main-content .main-content-item .heading {
        font-size: 32px;
        grid-column: 1;
        letter-spacing: 0;
        line-height: 1.25;
        margin-bottom: 0;
        text-align: center
    }

    .section-history-timeline .section-layout .layout-right .main-content .main-content-item .milestone {
        display: none
    }

    .section-history-timeline .section-layout .layout-right .main-content .main-content-item .image {
        border-radius: 16px;
        height: 100%;
        width: 100%
    }

    .section-history-timeline .section-layout .layout-right .main-content .main-content-item .image img {
        aspect-ratio: 16/9
    }

    .section-history-timeline .section-layout .layout-right .main-content .main-content-item .content {
        max-width: 100%;
        padding-right: 0
    }

    .section-history-timeline .section-layout .layout-right .main-content .main-content-item .content ul .item:not(:last-child) {
        margin-bottom: 24px
    }

    .section-history-timeline .section-layout .layout-right .main-content .main-content-item .content ul .item .item-heading {
        font-size: 20px;
        line-height: 1.6
    }

    .section-history-timeline .section-layout .layout-right .main-content .main-content-item .content ul .item .item-desc {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 0
    }
}

@media only screen and (max-width: 1080px) {
    html:has(#hisense-achievement-page) .page-header {
        background-color: transparent
    }

    html:has(#hisense-achievement-page) .page-header:not(.bg-white) .header-logo {
        filter: brightness(1000)
    }

    html:has(#hisense-achievement-page) .page-header:not(.bg-white) .search-action svg path {
        stroke: #fff
    }

    html:has(#hisense-achievement-page) .page-header:not(.bg-white) .mb-menu-ico svg path {
        fill: #fff
    }

    html:has(#hisense-achievement-page) .page-header:not(.bg-white) .mb-menu-toggle .close-mb-menu-ico svg path {
        fill: #fff
    }

    html:has(#hisense-achievement-page) .page-header:not(.bg-white):has(.mb-menu-toggle.active) {
        background-color: #fff
    }

    html:has(#hisense-achievement-page) .page-header:not(.bg-white):has(.mb-menu-toggle.active) .header-logo {
        filter: unset
    }

    html:has(#hisense-achievement-page) .page-header:not(.bg-white):has(.mb-menu-toggle.active) .search-action svg path {
        stroke: var(--primary-color)
    }

    html:has(#hisense-achievement-page) .page-header:not(.bg-white):has(.mb-menu-toggle.active) .mb-menu-ico svg path {
        fill: var(--primary-color)
    }

    html:has(#hisense-achievement-page) .page-header:not(.bg-white):has(.mb-menu-toggle.active) .mb-menu-toggle .close-mb-menu-ico svg path {
        fill: var(--primary-color)
    }

    html:has(#hisense-achievement-page) .page-header.bg-white {
        background-color: #fff
    }
}

#hisense-achievement-page .achievement-page-banner .hero-image,
#taxonomy-achievement-page .achievement-page-banner .hero-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#hisense-achievement-page .achievement-page-banner .hero-image:after,
#taxonomy-achievement-page .achievement-page-banner .hero-image:after {
    background-color: rgba(9, 61, 165, .5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#hisense-achievement-page .achievement-page-banner .main-content,
#taxonomy-achievement-page .achievement-page-banner .main-content {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 480px;
    padding: 80px 0;
    position: relative;
    z-index: 1
}

#hisense-achievement-page .achievement-page-banner .main-content h1,
#taxonomy-achievement-page .achievement-page-banner .main-content h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: .01em;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center
}

@media only screen and (max-width: 1080px) {

    #hisense-achievement-page .achievement-page-banner,
    #taxonomy-achievement-page .achievement-page-banner {
        margin-top: -16vw
    }

    #hisense-achievement-page .achievement-page-banner .main-content,
    #taxonomy-achievement-page .achievement-page-banner .main-content {
        height: 100vh;
        padding: 0 16px
    }

    #hisense-achievement-page .achievement-page-banner .main-content h1,
    #taxonomy-achievement-page .achievement-page-banner .main-content h1 {
        font-size: 36px
    }
}

#hisense-achievement-page .section-achievement-statistic,
#taxonomy-achievement-page .section-achievement-statistic {
    background-color: #f0f0f0;
    padding: 84px 0
}

#hisense-achievement-page .section-achievement-statistic .section-title,
#taxonomy-achievement-page .section-achievement-statistic .section-title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 48px;
    margin-bottom: 64px;
    text-align: center
}

#hisense-achievement-page .section-achievement-statistic .statistic-layout,
#taxonomy-achievement-page .section-achievement-statistic .statistic-layout {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    padding: 24px 0
}

#hisense-achievement-page .section-achievement-statistic .statistic-layout .summary,
#taxonomy-achievement-page .section-achievement-statistic .statistic-layout .summary {
    color: #2b303b;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 28px;
    margin-bottom: 24px;
    text-align: center
}

#hisense-achievement-page .section-achievement-statistic .statistic-layout .statistic-list,
#taxonomy-achievement-page .section-achievement-statistic .statistic-layout .statistic-list {
    display: flex;
    justify-content: space-around
}

#hisense-achievement-page .section-achievement-statistic .statistic-layout .statistic-list .statistic-item,
#taxonomy-achievement-page .section-achievement-statistic .statistic-layout .statistic-list .statistic-item {
    flex: 1;
    position: relative;
    text-align: center
}

#hisense-achievement-page .section-achievement-statistic .statistic-layout .statistic-list .statistic-item .number,
#taxonomy-achievement-page .section-achievement-statistic .statistic-layout .statistic-list .statistic-item .number {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 8px
}

#hisense-achievement-page .section-achievement-statistic .statistic-layout .statistic-list .statistic-item .number .value,
#taxonomy-achievement-page .section-achievement-statistic .statistic-layout .statistic-list .statistic-item .number .value {
    font-size: 48px;
    letter-spacing: .01em;
    margin-right: 5px
}

#hisense-achievement-page .section-achievement-statistic .statistic-layout .statistic-list .statistic-item .number .label,
#taxonomy-achievement-page .section-achievement-statistic .statistic-layout .statistic-list .statistic-item .number .label {
    font-size: 32px;
    letter-spacing: .01em
}

#hisense-achievement-page .section-achievement-statistic .statistic-layout .statistic-list .statistic-item .desc,
#taxonomy-achievement-page .section-achievement-statistic .statistic-layout .statistic-list .statistic-item .desc {
    color: #1b1d22;
    font-size: 16px;
    margin: 0
}

#hisense-achievement-page .section-achievement-statistic .statistic-layout .statistic-list .statistic-item:after,
#taxonomy-achievement-page .section-achievement-statistic .statistic-layout .statistic-list .statistic-item:after {
    background-color: #bdbdbd;
    content: "";
    height: 70px;
    position: absolute;
    right: 0;
    top: calc(50% - 35px);
    width: 1px
}

#hisense-achievement-page .section-achievement-statistic .statistic-layout .statistic-list .statistic-item:last-child:after,
#taxonomy-achievement-page .section-achievement-statistic .statistic-layout .statistic-list .statistic-item:last-child:after {
    display: none
}

@media only screen and (max-width: 1080px) {

    #hisense-achievement-page .section-achievement-statistic,
    #taxonomy-achievement-page .section-achievement-statistic {
        padding: 64px 4.26vw 32px
    }

    #hisense-achievement-page .section-achievement-statistic .section-title,
    #taxonomy-achievement-page .section-achievement-statistic .section-title {
        font-size: 36px;
        letter-spacing: -.72px;
        line-height: 48px;
        margin-bottom: 32px
    }

    #hisense-achievement-page .section-achievement-statistic .statistic-layout,
    #taxonomy-achievement-page .section-achievement-statistic .statistic-layout {
        padding: 0
    }

    #hisense-achievement-page .section-achievement-statistic .statistic-layout .summary,
    #taxonomy-achievement-page .section-achievement-statistic .statistic-layout .summary {
        margin-bottom: 0;
        padding: 32px 12px
    }

    #hisense-achievement-page .section-achievement-statistic .statistic-layout .statistic-list,
    #taxonomy-achievement-page .section-achievement-statistic .statistic-layout .statistic-list {
        flex-wrap: wrap;
        position: relative
    }

    #hisense-achievement-page .section-achievement-statistic .statistic-layout .statistic-list .statistic-item,
    #taxonomy-achievement-page .section-achievement-statistic .statistic-layout .statistic-list .statistic-item {
        border: none;
        display: flex;
        flex-basis: 100%;
        flex-direction: column;
        justify-content: flex-start;
        padding: 24px 0;
        position: relative
    }

    #hisense-achievement-page .section-achievement-statistic .statistic-layout .statistic-list .statistic-item .number,
    #taxonomy-achievement-page .section-achievement-statistic .statistic-layout .statistic-list .statistic-item .number {
        margin-bottom: 5
    }

    #hisense-achievement-page .section-achievement-statistic .statistic-layout .statistic-list .statistic-item:after,
    #taxonomy-achievement-page .section-achievement-statistic .statistic-layout .statistic-list .statistic-item:after {
        bottom: 0;
        height: 1px;
        right: 50%;
        top: auto;
        transform: translateX(50%);
        width: 70%
    }
}

#hisense-achievement-page .achievement-list-section,
#taxonomy-achievement-page .achievement-list-section {
    background-color: #f0f0f0;
    padding-bottom: 84px
}

#hisense-achievement-page .achievement-list-section .term-list,
#taxonomy-achievement-page .achievement-list-section .term-list {
    -ms-overflow-style: none;
    display: flex;
    overflow: auto;
    padding: 8px 0 12px;
    scrollbar-width: none
}

#hisense-achievement-page .achievement-list-section .term-list .term-item,
#taxonomy-achievement-page .achievement-list-section .term-list .term-item {
    margin-right: 16px;
    min-width: 144px
}

#hisense-achievement-page .achievement-list-section .term-list .term-item.active,
#taxonomy-achievement-page .achievement-list-section .term-list .term-item.active {
    pointer-events: none
}

#hisense-achievement-page .achievement-list-section .term-list .term-item.active .hisense-bordered-btn .context,
#taxonomy-achievement-page .achievement-list-section .term-list .term-item.active .hisense-bordered-btn .context {
    color: #fff
}

#hisense-achievement-page .achievement-list-section .term-list .term-item .hisense-bordered-btn,
#taxonomy-achievement-page .achievement-list-section .term-list .term-item .hisense-bordered-btn {
    display: block
}

#hisense-achievement-page .achievement-list-section .achievement-list,
#taxonomy-achievement-page .achievement-list-section .achievement-list {
    margin-top: 24px
}

#hisense-achievement-page .achievement-list-section .achievement-list.loading,
#taxonomy-achievement-page .achievement-list-section .achievement-list.loading {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 300px;
    justify-content: center;
    position: relative;
    width: 100%
}

#hisense-achievement-page .achievement-list-section .achievement-list.loading:after,
#taxonomy-achievement-page .achievement-list-section .achievement-list.loading:after {
    -webkit-animation: loading 1s linear infinite;
    animation: loading 1s linear infinite;
    border-color: var(--primary-color) transparent transparent var(--primary-color);
    border-radius: 50%;
    border-style: solid;
    border-width: 5px;
    content: "";
    cursor: progress;
    height: 24px;
    width: 24px
}

@-webkit-keyframes loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

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

    to {
        transform: rotate(1turn)
    }
}

#hisense-achievement-page .achievement-list-section .achievement-list.loading~.pagination,
#taxonomy-achievement-page .achievement-list-section .achievement-list.loading~.pagination {
    display: none
}

#hisense-achievement-page .achievement-list-section .achievement-list .achievement-item,
#taxonomy-achievement-page .achievement-list-section .achievement-list .achievement-item {
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 11.5px 0 #0000001a;
    display: flex;
    height: 180px;
    justify-content: space-between;
    margin-bottom: 24px;
    overflow: hidden
}

#hisense-achievement-page .achievement-list-section .achievement-list .achievement-item .achievement-thumbnail .img-holder,
#taxonomy-achievement-page .achievement-list-section .achievement-list .achievement-item .achievement-thumbnail .img-holder {
    aspect-ratio: 1/1;
    height: 100%;
    width: 180px
}

#hisense-achievement-page .achievement-list-section .achievement-list .achievement-item .content-block,
#taxonomy-achievement-page .achievement-list-section .achievement-list .achievement-item .content-block {
    align-items: center;
    display: flex;
    max-width: 805px;
    padding: 32px 40px
}

#hisense-achievement-page .achievement-list-section .achievement-list .achievement-item .content-block .year-block,
#taxonomy-achievement-page .achievement-list-section .achievement-list .achievement-item .content-block .year-block {
    align-items: center;
    color: var(--primary-color);
    display: flex;
    font-size: 48px;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    line-height: 56px;
    min-width: 150px
}

#hisense-achievement-page .achievement-list-section .achievement-list .achievement-item .content-block .main-content,
#taxonomy-achievement-page .achievement-list-section .achievement-list .achievement-item .content-block .main-content {
    margin-left: 40px
}

#hisense-achievement-page .achievement-list-section .achievement-list .achievement-item .content-block .main-content .post-title,
#taxonomy-achievement-page .achievement-list-section .achievement-list .achievement-item .content-block .main-content .post-title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #2b303b;
    display: -webkit-box;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 8px;
    overflow: hidden
}

#hisense-achievement-page .achievement-list-section .achievement-list .achievement-item .content-block .main-content .post-excerpt,
#taxonomy-achievement-page .achievement-list-section .achievement-list .achievement-item .content-block .main-content .post-excerpt {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #2b303b;
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
    overflow: hidden
}

#hisense-achievement-page .achievement-list-section .achievement-list .achievement-item .content-block .main-content .post-permalink,
#taxonomy-achievement-page .achievement-list-section .achievement-list .achievement-item .content-block .main-content .post-permalink {
    color: var(--primary-color);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: underline
}

#hisense-achievement-page .achievement-list-section .posts-list-pagination,
#taxonomy-achievement-page .achievement-list-section .posts-list-pagination {
    margin-bottom: 0;
    margin-top: 24px
}

#hisense-achievement-page .achievement-list-section .posts-list-pagination .page-control,
#taxonomy-achievement-page .achievement-list-section .posts-list-pagination .page-control {
    cursor: pointer
}

@media only screen and (max-width: 1080px) {

    #hisense-achievement-page .achievement-list-section,
    #taxonomy-achievement-page .achievement-list-section {
        padding: 0 4.26vw 64px
    }

    #hisense-achievement-page .achievement-list-section .term-list .term-item,
    #taxonomy-achievement-page .achievement-list-section .term-list .term-item {
        padding: 16px 0
    }

    #hisense-achievement-page .achievement-list-section .term-list .term-item .hisense-bordered-btn .context,
    #taxonomy-achievement-page .achievement-list-section .term-list .term-item .hisense-bordered-btn .context {
        height: 40px;
        line-height: 40px
    }

    #hisense-achievement-page .achievement-list-section .achievement-list,
    #taxonomy-achievement-page .achievement-list-section .achievement-list {
        margin-top: 32px
    }

    #hisense-achievement-page .achievement-list-section .achievement-list .achievement-item,
    #taxonomy-achievement-page .achievement-list-section .achievement-list .achievement-item {
        align-items: flex-start;
        flex-direction: column;
        height: 100%
    }

    #hisense-achievement-page .achievement-list-section .achievement-list .achievement-item:not(:last-child),
    #taxonomy-achievement-page .achievement-list-section .achievement-list .achievement-item:not(:last-child) {
        margin-bottom: 40px
    }

    #hisense-achievement-page .achievement-list-section .achievement-list .achievement-item .achievement-thumbnail,
    #hisense-achievement-page .achievement-list-section .achievement-list .achievement-item .achievement-thumbnail .img-holder,
    #taxonomy-achievement-page .achievement-list-section .achievement-list .achievement-item .achievement-thumbnail,
    #taxonomy-achievement-page .achievement-list-section .achievement-list .achievement-item .achievement-thumbnail .img-holder {
        width: 100%
    }

    #hisense-achievement-page .achievement-list-section .achievement-list .achievement-item .content-block,
    #taxonomy-achievement-page .achievement-list-section .achievement-list .achievement-item .content-block {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        padding: 24px
    }

    #hisense-achievement-page .achievement-list-section .achievement-list .achievement-item .content-block .year-block,
    #taxonomy-achievement-page .achievement-list-section .achievement-list .achievement-item .content-block .year-block {
        display: block;
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 16px
    }

    #hisense-achievement-page .achievement-list-section .achievement-list .achievement-item .content-block .main-content,
    #taxonomy-achievement-page .achievement-list-section .achievement-list .achievement-item .content-block .main-content {
        margin-left: 0
    }

    #hisense-achievement-page .achievement-list-section .achievement-list .achievement-item .content-block .main-content .post-title,
    #taxonomy-achievement-page .achievement-list-section .achievement-list .achievement-item .content-block .main-content .post-title {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 16px
    }

    #hisense-achievement-page .achievement-list-section .achievement-list .achievement-item .content-block .main-content .post-excerpt,
    #taxonomy-achievement-page .achievement-list-section .achievement-list .achievement-item .content-block .main-content .post-excerpt {
        margin-bottom: 16px
    }

    #hisense-achievement-page .achievement-list-section .posts-list-pagination,
    #taxonomy-achievement-page .achievement-list-section .posts-list-pagination {
        margin-bottom: 24px;
        margin-top: 40px
    }
}

#haier-group-page .intro-area {
    text-align: center
}

#haier-group-page .intro-area .section-title {
    color: var(--primary-color);
    font-size: 56px;
    font-weight: 800;
    line-height: 78.4px;
    margin-bottom: 24px;
    text-align: center !important;
    display: inline !important;
}

#haier-group-page .intro-area .section-desc {
    color: #737373;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 auto;
    max-width: 1028px;
    text-align: center
}

#haier-group-page .haier-network-section {
    background: #e9f9ff;
    padding: 80px 0 64px
}

#haier-group-page .haier-network-section .section-layout .intro-area {
    margin-bottom: 64px
}

#haier-group-page .haier-network-section .section-layout .haier-network-list {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1500px
}

#haier-group-page .haier-network-section .section-layout .haier-network-list .item {
    flex-basis: 25%;
    padding: 24px 0;
    text-align: center
}

#haier-group-page .haier-network-section .section-layout .haier-network-list .item:not(:first-child) {
    border-left: 1px solid #bdbdbd
}

#haier-group-page .haier-network-section .section-layout .haier-network-list .item .num {
    color: var(--primary-color);
    display: block;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 48px;
    margin-bottom: 5px
}

#haier-group-page .haier-network-section .section-layout .haier-network-list .item .name {
    color: #2b303b;
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 28px
}

@media only screen and (max-width: 1080px) {
    #haier-group-page .haier-network-section {
        padding: 60px 0 48px
    }

    #haier-group-page .haier-network-section .section-layout {
        padding: 0 16px
    }

    #haier-group-page .haier-network-section .section-layout .intro-area {
        margin-bottom: 24px
    }

    #haier-group-page .haier-network-section .section-layout .intro-area .section-title {
        font-size: 36px;
        line-height: 1.3
    }

    #haier-group-page .haier-network-section .section-layout .haier-network-list {
        flex-direction: column
    }

    #haier-group-page .haier-network-section .section-layout .haier-network-list .item {
        display: inline-block;
        margin: 0 auto;
        position: relative
    }

    #haier-group-page .haier-network-section .section-layout .haier-network-list .item:not(:first-child) {
        border-left: 0
    }

    #haier-group-page .haier-network-section .section-layout .haier-network-list .item:not(:last-child):after {
        background-color: #bdbdbd;
        bottom: 0;
        content: "";
        height: 1px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 100%
    }
}

#haier-group-page .haier-brands-section {
    padding: 130px 0;
    position: relative
}

#haier-group-page .haier-brands-section:after {
    background-image: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/img/haier-group/bg-layer.png);
    background-repeat: repeat;
    background-size: 480px 622px;
    content: "";
    display: none;
    height: 622px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

#haier-group-page .haier-brands-section .section-layout .intro-area {
    margin-bottom: 128px;
    padding: 0 80px
}

#haier-group-page .haier-brands-section .section-layout .intro-area .section-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -.96px;
    line-height: 56px;
    margin-bottom: 8px
}

#haier-group-page .haier-brands-section .section-layout .intro-area .section-desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5
}

#haier-group-page .haier-brands-section .section-layout .slick-track {
    padding: 32px 0
}

#haier-group-page .haier-brands-section .section-layout .brand-list {
    display: flex;
    gap: 24px;
    justify-content: center
}

#haier-group-page .haier-brands-section .section-layout .brand-list .brand {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 16px 0 #00000026;
    height: 400px;
    overflow: hidden;
    position: relative;
    width: 100%;
    width: 230px
}

#haier-group-page .haier-brands-section .section-layout .brand-list .brand:nth-of-type(2n) {
    transform: translateY(-48px)
}

#haier-group-page .haier-brands-section .section-layout .brand-list .brand .brand-img {
    height: 100%;
    width: auto
}

#haier-group-page .haier-brands-section .section-layout .brand-slide-nav {
    display: none
}

#haier-group-page .haier-brands-section .section-layout .brand-slide-nav .brand-control {
    background-color: var(--primary-color);
    border-radius: 100%;
    cursor: pointer;
    height: 36px;
    position: relative;
    transition: all .3s ease;
    width: 36px
}

#haier-group-page .haier-brands-section .section-layout .brand-slide-nav .brand-control:hover {
    opacity: .7
}

#haier-group-page .haier-brands-section .section-layout .brand-slide-nav .brand-control svg {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 10px;
    position: absolute;
    width: 100%
}

@media only screen and (max-width: 1680px) {
    #haier-group-page .haier-brands-section {
        padding: 64px 0
    }

    #haier-group-page .haier-brands-section .section-layout .intro-area {
        margin-bottom: 0
    }

    #haier-group-page .haier-brands-section .section-layout .brand-list {
        padding-left: 0 !important
    }

    #haier-group-page .haier-brands-section .section-layout .brand-list .slick-slide {
        height: 400px
    }

    #haier-group-page .haier-brands-section .section-layout .brand-list .slick-slide>div {
        height: inherit;
        width: inherit
    }

    #haier-group-page .haier-brands-section .section-layout .brand-list .slick-slide .brand {
        height: 100%;
        width: 100%
    }

    #haier-group-page .haier-brands-section .section-layout .brand-list .slick-slide:not(:last-child) {
        margin-right: 24px
    }

    #haier-group-page .haier-brands-section .section-layout .brand-slide-nav {
        align-items: center;
        display: flex;
        gap: 16px;
        justify-content: center
    }
}

@media only screen and (max-width: 1280px) {
    #haier-group-page .haier-brands-section .section-layout .intro-area {
        padding: 0 48px
    }
}

@media only screen and (max-width: 1080px) {
    #haier-group-page .haier-brands-section {
        padding: 64px 0
    }

    #haier-group-page .haier-brands-section:after {
        display: none
    }

    #haier-group-page .haier-brands-section .section-layout .intro-area {
        padding: 0 16px
    }

    #haier-group-page .haier-brands-section .section-layout .intro-area .section-title {
        font-size: 36px;
        line-height: 1.3;
        margin-bottom: 32px
    }

    #haier-group-page .haier-brands-section .section-layout .intro-area .section-desc {
        font-size: 16px;
        line-height: 1.5
    }

    #haier-group-page .haier-brands-section .section-layout .brand-list {
        padding-left: 16px
    }

    #haier-group-page .haier-brands-section .section-layout .brand-list .slick-slide {
        height: 300px;
        width: 172px
    }

    #haier-group-page .haier-brands-section .section-layout .brand-list .slick-slide:not(:last-child) {
        margin-right: 20px
    }
}

@media only screen and (max-width: 480px) {
    #haier-group-page .haier-brands-section .section-layout .brand-list {
        padding: 0 16px !important
    }

    #haier-group-page .haier-brands-section .section-layout .brand-list .slick-slide {
        margin: 0 8px !important
    }

    #haier-group-page .haier-brands-section .section-layout .brand-list .slick-list {
        margin: 0 -8px
    }

    #haier-group-page .haier-brands-section .section-layout .brand-list .slick-slide {
        width: 164px
    }
}

#haier-group-page .haier-news-section {
    background: #f5fcff;
    padding: 120px 0
}

#haier-group-page .haier-news-section .section-layout .intro-area {
    margin-bottom: 48px
}

#haier-group-page .haier-news-section .section-layout .intro-area .section-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -.96px;
    line-height: 56px;
    margin-bottom: 8px
}

#haier-group-page .haier-news-section .section-layout .intro-area .section-desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5
}

#haier-group-page .haier-news-section .section-layout .content-area {
    text-align: center
}

#haier-group-page .haier-news-section .section-layout .haier-news {
    grid-gap: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    max-width: 1360px
}

#haier-group-page .haier-news-section .section-layout .haier-news .new-item {
    border-radius: 16px;
    box-shadow: 0 1px 12px 0 var(--primary-color)29;
    display: flex;
    flex-direction: column;
    max-width: 320px;
    text-align: left
}

#haier-group-page .haier-news-section .section-layout .haier-news .new-item .thumbnail {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    height: 210px
}

#haier-group-page .haier-news-section .section-layout .haier-news .new-item .thumbnail img {
    transition: all .3s ease-out
}

#haier-group-page .haier-news-section .section-layout .haier-news .new-item .post-info {
    padding: 24px 16px
}

#haier-group-page .haier-news-section .section-layout .haier-news .new-item .date {
    color: #2b303b;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 16px
}

#haier-group-page .haier-news-section .section-layout .haier-news .new-item .post-title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #2b303b;
    display: -webkit-box;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 16px;
    overflow: hidden
}

#haier-group-page .haier-news-section .section-layout .haier-news .new-item .cta-holder {
    display: inline-block
}

#haier-group-page .haier-news-section .section-layout .haier-news .new-item .cta-holder .seemore-link {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: underline
}

#haier-group-page .haier-news-section .section-layout .haier-news .new-item:hover .thumbnail img {
    transform: scale(1.05);
    transition: all .8s cubic-bezier(.18, .71, .64, 1)
}

#haier-group-page .haier-news-section .section-layout .hisense-custom-btn {
    margin-top: 48px;
    min-width: 326px
}

#haier-group-page .haier-news-section .section-layout .hisense-custom-btn .context {
    font-size: 16px;
    font-weight: 700;
    height: 56px;
    line-height: 56px;
    line-height: 32px;
    text-transform: uppercase
}

@media only screen and (max-width: 1280px) {
    #haier-group-page .haier-news-section .section-layout {
        padding: 0 15px
    }
}

@media only screen and (max-width: 1080px) {
    #haier-group-page .haier-news-section {
        padding: 64px 0
    }

    #haier-group-page .haier-news-section .section-layout .intro-area {
        margin-bottom: 32px
    }

    #haier-group-page .haier-news-section .section-layout .intro-area .section-title {
        font-size: 36px;
        letter-spacing: -.02em;
        line-height: 48px;
        margin-bottom: 32px
    }

    #haier-group-page .haier-news-section .section-layout .haier-news {
        grid-template-columns: 1fr
    }

    #haier-group-page .haier-news-section .section-layout .haier-news .new-item {
        max-width: 100%
    }

    #haier-group-page .haier-news-section .section-layout .haier-news .new-item .post-info {
        padding: 24px 16px
    }

    #haier-group-page .haier-news-section .section-layout .hisense-custom-btn {
        margin-top: 32px;
        min-width: 326px
    }

    #haier-group-page .haier-news-section .section-layout .hisense-custom-btn .context {
        height: 52px;
        line-height: 52px
    }
}

#haier-group-page .section-haier-history {
    padding: 120px 0
}

#haier-group-page .section-haier-history .history-layout {
    max-width: 1360px;
    opacity: 0;
    position: relative;
    width: 100%
}

#haier-group-page .section-haier-history .history-layout .dots-layer {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

#haier-group-page .section-haier-history .history-layout .dots-layer .dot {
    overflow: visible;
    position: absolute
}

#haier-group-page .section-haier-history .history-layout .dots-layer .dot .main-dot,
#haier-group-page .section-haier-history .history-layout .dots-layer .dot .wave {
    background-color: #2b303b;
    border-radius: 50%;
    display: block;
    height: 6px;
    width: 6px
}

#haier-group-page .section-haier-history .history-layout .dots-layer .dot .wave {
    -webkit-animation: waveEffect 2s linear infinite;
    animation: waveEffect 2s linear infinite;
    left: 0;
    position: absolute;
    top: 0
}

#haier-group-page .section-haier-history .history-layout .dots-layer .dot.dot-1 {
    left: 12.5%;
    top: 63%
}

#haier-group-page .section-haier-history .history-layout .dots-layer .dot.dot-2 {
    left: 20.78%;
    top: 47.6%
}

#haier-group-page .section-haier-history .history-layout .dots-layer .dot.dot-3 {
    left: 29.03%;
    top: 36%
}

#haier-group-page .section-haier-history .history-layout .dots-layer .dot.dot-4 {
    left: 37.3%;
    top: 23.6%
}

#haier-group-page .section-haier-history .history-layout .dots-layer .dot.dot-5 {
    left: 72.12%;
    top: 10%
}

#haier-group-page .section-haier-history .history-layout .dots-layer .dot.dot-6 {
    left: 89.2%;
    top: 1%
}

@media only screen and (max-width: 1080px) {
    #haier-group-page .section-haier-history {
        padding: 80px 16px
    }

    #haier-group-page .section-haier-history .history-layout .dots-layer .dot .main-dot,
    #haier-group-page .section-haier-history .history-layout .dots-layer .dot .wave {
        height: 2.2vw;
        width: 2.2vw
    }

    #haier-group-page .section-haier-history .history-layout .dots-layer .dot.dot-1 {
        left: 48.5%;
        top: 7.75%
    }

    #haier-group-page .section-haier-history .history-layout .dots-layer .dot.dot-2 {
        left: 55.78%;
        top: 15.95%
    }

    #haier-group-page .section-haier-history .history-layout .dots-layer .dot.dot-3 {
        left: 63.03%;
        top: 25.25%
    }

    #haier-group-page .section-haier-history .history-layout .dots-layer .dot.dot-4 {
        left: 72.6%;
        top: 35%
    }

    #haier-group-page .section-haier-history .history-layout .dots-layer .dot.dot-5 {
        left: 82.12%;
        top: 71.95%
    }

    #haier-group-page .section-haier-history .history-layout .dots-layer .dot.dot-6 {
        left: 92.2%;
        top: 90.7%
    }
}

#haier-group-page .section-haier-group-video {
    padding-bottom: 120px
}

#haier-group-page .section-haier-group-video .container {
    padding: 0 16px
}

#haier-group-page .section-haier-group-video:after {
    background-image: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/img/haier-group/bg-layer.png);
    background-repeat: repeat;
    background-size: 480px 622px;
    bottom: 0;
    content: "";
    display: none;
    height: 622px;
    left: 0;
    position: absolute;
    transform: rotate(-180deg);
    width: 100%;
    z-index: -1
}

.section-introduce-service {
    padding: 80px 0
}

.section-introduce-service .container {
    max-width: 1130px
}

.section-introduce-service .section-heading {
    text-align: center
}

.section-introduce-service .section-heading .section-title {
    margin-bottom: 40px
}

.section-introduce-service .section-heading .section-desc {
    color: #2b303b;
    margin-bottom: 40px
}

.section-introduce-service .question-list {
    margin: 0 auto;
    max-width: 1130px
}

.section-introduce-service .question-list .question-item {
    border: 1px solid #d8d9db;
    border-radius: 12px;
    overflow: hidden
}

.section-introduce-service .question-list .question-item:not(:last-child) {
    margin-bottom: 20px
}

.section-introduce-service .question-list .accordion {
    align-items: center;
    background-color: #fff;
    border: none;
    color: #2b303b;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.4;
    padding: 24px;
    text-align: left;
    width: 100%
}

.section-introduce-service .question-list .accordion .icon {
    height: 30px;
    margin-left: 12px;
    transition: all .3s ease;
    width: 30px
}

.section-introduce-service .question-list .accordion .icon svg {
    height: 100%;
    width: 100%
}

.section-introduce-service .question-list .accordion[data-collapsed=true] {
    color: var(--primary-color)
}

.section-introduce-service .question-list .accordion[data-collapsed=true] .icon {
    transform: rotate(180deg)
}

.section-introduce-service .question-list .panel {
    color: #2b303b;
    display: none;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    padding: 0 24px 12px
}

/* .section-introduce-service .question-list .panel ul li {
    list-style-position: inside;
    list-style-type: disc
} */

@media only screen and (max-width: 1080px) {
    .section-introduce-service {
        padding: 8.53vw 0 17.07vw
    }

    .section-introduce-service .section-heading .section-desc,
    .section-introduce-service .section-heading .section-title {
        margin-bottom: 5.3vw
    }

    .section-introduce-service .question-list .question-item {
        border-radius: 3.2vw
    }

    .section-introduce-service .question-list .question-item:not(:last-child) {
        margin-bottom: 5.33vw
    }

    .section-introduce-service .question-list .accordion {
        font-size: 3.73vw;
        padding: 5.33vw
    }

    .section-introduce-service .question-list .panel {
        font-size: 3.73vw;
        padding: 0 5.33vw 5.33vw
    }
}

.section-machine-cleaning-service {
    padding: 50px 0
}

.section-machine-cleaning-service .section-title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase
}

.section-machine-cleaning-service .service-list {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 13px), 1fr))
}

.section-machine-cleaning-service .service-list .service-item {
    background: #f5f5f6;
    border-radius: 20px;
    color: #2b303b;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px
}

.section-machine-cleaning-service .service-list .service-item .service-item-img {
    border-radius: 20px;
    height: 200px;
    margin-bottom: 20px;
    width: 100%
}

.section-machine-cleaning-service .service-list .service-item .service-item-content .service-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px
}

.section-machine-cleaning-service .service-list .service-item .service-item-content .service-desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 16px
}

.section-machine-cleaning-service .service-list .service-item .service-item-content .service-desc ul li::marker {
    display: none
}

.section-machine-cleaning-service .service-list .service-item .service-item-content .service-desc ul li:before {
    align-items: center;
    color: inherit;
    content: "•";
    display: inline-flex;
    font-size: inherit;
    justify-content: center;
    margin: 0 10px;
    width: 10px
}

.section-machine-cleaning-service .service-list .service-item .service-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: auto
}

.section-machine-cleaning-service .service-list .service-item .service-bottom .service-price {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 700;
    line-height: 28px
}

@media only screen and (max-width: 1080px) {
    .section-machine-cleaning-service {
        padding: 10.67vw 0 8.53vw
    }

    .section-machine-cleaning-service .section-title {
        font-size: 5.3vw;
        margin-bottom: 5.3vw
    }

    .section-machine-cleaning-service .service-list {
        flex-direction: column;
        gap: 7vw
    }

    .section-machine-cleaning-service .service-list .service-item {
        border-radius: 5.3vw;
        flex: 1 1 auto;
        padding: 5.3vw
    }

    .section-machine-cleaning-service .service-list .service-item .service-item-img {
        border-radius: 5.3vw;
        height: 53.33vw;
        margin-bottom: 5.3vw
    }

    .section-machine-cleaning-service .service-list .service-item .service-item-content .service-title {
        font-size: 4.8vw;
        line-height: 1.5;
        margin-bottom: 4.26vw
    }

    .section-machine-cleaning-service .service-list .service-item .service-item-content .service-desc {
        font-size: 3.73vw
    }

    .section-machine-cleaning-service .service-list .service-item .service-bottom {
        margin-top: 4.26vw
    }

    .section-machine-cleaning-service .service-list .service-item .service-bottom .service-price {
        font-size: 6.4vw;
        line-height: 1.17
    }
}

.form-register-service {
    border: 1px solid #d8d9db;
    border-radius: 20px;
    margin: 80px auto;
    max-width: 1130px;
    padding: 40px
}

.form-register-service .tab {
    align-items: center;
    border-bottom: 1px solid #d8d9db;
    display: flex;
    margin-bottom: 40px
}

.form-register-service .tab>.tab-title {
    flex: 100%;
    font-weight: 500;
    padding-bottom: 12px;
    position: relative;
    text-align: center;
    width: 100%
}

.form-register-service .tab>.tab-title.active {
    color: var(--primary-color);
    font-weight: 700
}

.form-register-service .tab>.tab-title.active:after {
    background: var(--primary-color);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%
}

.form-register-service #register-service-form .step-item {
    display: none
}

.form-register-service #register-service-form .step-item .step-item-title {
    color: var(--primary-color);
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase
}

.form-register-service #register-service-form .step-item.active {
    display: block
}

.form-register-service #register-service-form .step-item .form-row {
    display: flex;
    gap: 24px
}

.form-register-service #register-service-form .step-item .input-holder,
.form-register-service #register-service-form .step-item .radio-holder,
.form-register-service #register-service-form .step-item .select-holder {
    font-size: 14px;
    margin: 0;
    width: 100%
}

.form-register-service #register-service-form .step-item .input-holder .current-select,
.form-register-service #register-service-form .step-item .input-holder input,
.form-register-service #register-service-form .step-item .radio-holder .current-select,
.form-register-service #register-service-form .step-item .radio-holder input,
.form-register-service #register-service-form .step-item .select-holder .current-select,
.form-register-service #register-service-form .step-item .select-holder input {
    border-color: #d8d9db;
    margin-bottom: 0;
    outline: none
}

.form-register-service #register-service-form .step-item .input-holder .select-el,
.form-register-service #register-service-form .step-item .radio-holder .select-el,
.form-register-service #register-service-form .step-item .select-holder .select-el {
    margin: 0
}

.form-register-service #register-service-form .step-item .input-holder label,
.form-register-service #register-service-form .step-item .radio-holder label,
.form-register-service #register-service-form .step-item .select-holder label {
    color: #2b303b;
    font-size: 16px;
    font-weight: 500;
    left: 0;
    line-height: 1.75;
    opacity: 1;
    padding: 0;
    position: relative;
    top: 0;
    transform: none;
    visibility: visible
}

.form-register-service #register-service-form .step-item .info-block .info-block-title {
    color: #2b303b;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px
}

.form-register-service #register-service-form .step-item .info-block:not(:last-of-type) {
    margin-bottom: 40px
}

.form-register-service #register-service-form .step-item .form-group:not(:last-child) {
    margin-bottom: 20px
}

.form-register-service #register-service-form .step-item.step-1 .info-group:not(:last-child) {
    margin-bottom: 40px
}

.form-register-service #register-service-form .step-item.step-1 .company-info {
    display: none
}

.form-register-service #register-service-form .step-item.step-1:has(#export-invoice-input:checked) .company-info {
    display: block
}

.form-register-service #register-service-form .step-item.step-2 .info-customer,
.form-register-service #register-service-form .step-item.step-2 .service-costs {
    background: #f7f7f7;
    border-radius: 32px;
    padding: 40px 24px
}

.form-register-service #register-service-form .step-item.step-2 hr {
    background: none;
    border-bottom: 1px dashed var(--primary-color);
    margin: 0 auto;
    max-width: calc(100% - 64px)
}

.form-register-service #register-service-form .step-item.step-2 .info-customer {
    position: relative
}

.form-register-service #register-service-form .step-item.step-2 .info-customer .heading {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px
}

.form-register-service #register-service-form .step-item.step-2 .info-customer ul li {
    font-size: 20px;
    line-height: 1.6;
    list-style: disc;
    list-style-position: inside
}

.form-register-service #register-service-form .step-item.step-2 .service-costs {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative
}

.form-register-service #register-service-form .step-item.step-2 .service-costs:before {
    border: 1px dashed var(--primary-color);
    content: "";
    left: 24px;
    position: absolute;
    top: 0;
    width: calc(100% - 48px)
}

.form-register-service #register-service-form .step-item.step-2 .service-costs .left-col {
    font-size: 20px;
    line-height: 1.6
}

.form-register-service #register-service-form .step-item.step-2 .service-costs .right-col {
    align-items: center;
    display: flex
}

.form-register-service #register-service-form .step-item.step-2 .service-costs .right-col .price {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 700;
    line-height: .875;
    margin-right: 8px
}

.form-register-service #register-service-form .step-item.step-2 .service-costs .right-col .note {
    font-size: 20px;
    font-style: italic;
    line-height: 1.4
}

.form-register-service #register-service-form .step-item.step-2 .payment-method {
    margin-top: 40px
}

.form-register-service #register-service-form .step-item.step-2 .payment-method h2 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px
}

.form-register-service #register-service-form .step-item.step-2 .payment-method .radio-holder {
    align-items: center;
    border-radius: 12px;
    display: flex;
    padding: 24px
}

.form-register-service #register-service-form .step-item.step-2 .payment-method .radio-holder:has(input:checked) {
    background-color: #e9f0ff
}

.form-register-service #register-service-form .step-item.step-2 .payment-method .radio-holder input {
    height: 32px;
    margin: 0;
    width: 32px
}

.form-register-service #register-service-form .step-item.step-2 .payment-method .radio-holder label {
    align-items: center;
    display: flex;
    flex-grow: 1;
    margin-bottom: 0;
    margin-left: 24px
}

.form-register-service #register-service-form .step-item.step-2 .payment-method .radio-holder label .payment-img {
    height: 56px;
    margin-left: 24px;
    width: 122px
}

.form-register-service #register-service-form .step-item.step-3 .step-item-layout {
    align-items: center;
    display: flex;
    flex-direction: column
}

.form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-icon {
    height: 56px;
    margin-bottom: 40px;
    width: 56px
}

.form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-item-content {
    width: 100%
}

.form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-item-content .step-content-heading {
    margin: 0 auto;
    max-width: 730px
}

.form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-item-content .step-content-heading>p {
    font-size: 20px;
    line-height: 1.4
}

.form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-item-content .step-content-heading>p:not(:last-child) {
    margin-bottom: 20px
}

.form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-item-content .step-info {
    background-color: #f7f7f7;
    border-radius: 32px;
    padding: 40px 24px
}

.form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-item-content .step-info .step-info-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px
}

.form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-item-content .step-info ul li {
    font-size: 20px;
    line-height: 1.6;
    list-style: disc;
    list-style-position: inside
}

.form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-item-content .step-info.step-info-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-item-content .step-info.step-info-bottom .left-col {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4
}

.form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-item-content .step-info.step-info-bottom .right-col {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 700;
    line-height: .875
}

.form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-item-content hr {
    background: none;
    border-bottom: 1px dashed var(--primary-color);
    margin: 0 auto;
    max-width: calc(100% - 48px)
}

.form-register-service .cta-holder {
    align-items: center;
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 40px
}

@media only screen and (max-width: 1080px) {
    .form-register-service {
        border: none;
        margin: 40px 0;
        padding: 0
    }

    .form-register-service .tab {
        margin: 5.33vw
    }

    .form-register-service #register-service-form {
        border: 1px solid #d8d9db;
        border-radius: 20px;
        padding: 20px
    }

    .form-register-service #register-service-form .step-item .step-item-title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .form-register-service #register-service-form .step-item .form-row {
        flex-direction: column;
        gap: 20px
    }

    .form-register-service #register-service-form .step-item .input-holder label,
    .form-register-service #register-service-form .step-item .radio-holder label,
    .form-register-service #register-service-form .step-item .select-holder label {
        font-size: 14px
    }

    .form-register-service #register-service-form .step-item .info-block .info-block-title {
        font-size: 16px;
        margin-bottom: 10px
    }

    .form-register-service #register-service-form .step-item .form-group:not(:last-child),
    .form-register-service #register-service-form .step-item .info-block:not(:last-of-type),
    .form-register-service #register-service-form .step-item.step-1 .info-group:not(:last-child) {
        margin-bottom: 20px
    }

    .form-register-service #register-service-form .step-item.step-2 .info-customer,
    .form-register-service #register-service-form .step-item.step-2 .service-costs {
        border-radius: 32px;
        padding: 40px 24px
    }

    .form-register-service #register-service-form .step-item.step-2 hr {
        background: none;
        border-bottom: 1px dashed var(--primary-color);
        margin: 0 auto;
        max-width: calc(100% - 64px)
    }

    .form-register-service #register-service-form .step-item.step-2 .info-customer .heading {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 20px
    }

    .form-register-service #register-service-form .step-item.step-2 .info-customer ul li {
        font-size: 14px
    }

    .form-register-service #register-service-form .step-item.step-2 .service-costs {
        align-items: flex-start
    }

    .form-register-service #register-service-form .step-item.step-2 .service-costs .left-col {
        font-size: 14px
    }

    .form-register-service #register-service-form .step-item.step-2 .service-costs .right-col {
        flex-direction: column
    }

    .form-register-service #register-service-form .step-item.step-2 .service-costs .right-col .price {
        font-size: 20px
    }

    .form-register-service #register-service-form .step-item.step-2 .service-costs .right-col .note {
        font-size: 14px
    }

    .form-register-service #register-service-form .step-item.step-2 .payment-method {
        margin-top: 40px
    }

    .form-register-service #register-service-form .step-item.step-2 .payment-method h2 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 20px
    }

    .form-register-service #register-service-form .step-item.step-2 .payment-method .radio-holder {
        align-items: center;
        border-radius: 12px;
        display: flex;
        padding: 24px
    }

    .form-register-service #register-service-form .step-item.step-2 .payment-method .radio-holder:has(input:checked) {
        background-color: #e9f0ff
    }

    .form-register-service #register-service-form .step-item.step-2 .payment-method .radio-holder input {
        height: 32px;
        margin: 0;
        width: 32px
    }

    .form-register-service #register-service-form .step-item.step-2 .payment-method .radio-holder label {
        align-items: center;
        display: flex;
        flex-grow: 1;
        margin-bottom: 0;
        margin-left: 24px
    }

    .form-register-service #register-service-form .step-item.step-2 .payment-method .radio-holder label .payment-img {
        height: 56px;
        margin-left: 24px;
        width: 122px
    }

    .form-register-service #register-service-form .step-item.step-3 .step-item-layout {
        align-items: center;
        display: flex;
        flex-direction: column
    }

    .form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-icon {
        height: 56px;
        margin-bottom: 40px;
        width: 56px
    }

    .form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-item-content {
        width: 100%
    }

    .form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-item-content .step-content-heading {
        margin: 0 auto;
        max-width: 730px
    }

    .form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-item-content .step-content-heading>p {
        font-size: 20px;
        line-height: 1.4
    }

    .form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-item-content .step-content-heading>p:not(:last-child) {
        margin-bottom: 20px
    }

    .form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-item-content .step-info {
        padding: 20px 12px
    }

    .form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-item-content .step-info .step-info-title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 20px
    }

    .form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-item-content .step-info ul li {
        font-size: 20px;
        line-height: 1.6;
        list-style: disc;
        list-style-position: inside
    }

    .form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-item-content .step-info.step-info-bottom {
        align-items: center;
        display: flex;
        justify-content: space-between
    }

    .form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-item-content .step-info.step-info-bottom .left-col {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.4
    }

    .form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-item-content .step-info.step-info-bottom .right-col {
        color: var(--primary-color);
        font-size: 32px;
        font-weight: 700;
        line-height: .875
    }

    .form-register-service #register-service-form .step-item.step-3 .step-item-layout .step-item-content hr {
        background: none;
        border-bottom: 1px dashed var(--primary-color);
        margin: 0 auto;
        max-width: calc(100% - 48px)
    }

    .form-register-service .cta-holder {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px
    }

    .form-register-service .cta-holder button {
        width: 100%
    }
}

@media only screen and (max-width: 480px) {
    .form-register-service .tab {
        -ms-overflow-style: none;
        margin-right: 0;
        overflow-x: auto;
        scrollbar-width: none
    }

    .form-register-service .tab::-webkit-scrollbar {
        display: none
    }

    .form-register-service .tab .tab-title {
        flex: 0 0 156px
    }
}

#taxonomy-product-list-page .container {
    max-width: 1600px
}

#taxonomy-product-list-page .page-wrapper .main-content {
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(200px, 250px) 1fr
}

@media only screen and (max-width: 1680px) {
    #taxonomy-product-list-page .container {
        padding: 0 1vw;
    }
}

@media only screen and (max-width: 1280px) {
    /* #taxonomy-product-list-page .page-wrapper .main-content {
        grid-template-columns: 240px 1fr
    } */
}

@media only screen and (max-width: 1080px) {
    #taxonomy-product-list-page .page-wrapper {
        padding: 10.67vw 0
    }

    #taxonomy-product-list-page .page-wrapper .main-content {
        grid-template-columns: 1fr
    }
}


#main {
    padding-top: 88px;
}

#header-searchform,
#header-searchform .search-field {
    margin-bottom: 0px;
}

#header-searchform .search-field {
    margin-bottom: 0px;
    height: unset;
    padding: 2px 10px;
    border-radius: 15px;
}

.section-hero-history .main-content h1 {
    font-family: serif, sans-serif !important
}

h2.vision-title {
    color: #fff !important;
}

/* AQUA Magic Cooling - Created on July 24, 2021 */
/* Reset CSS */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0
}

html,
body {
    font-family: var(--font-hisense-light);
    color: #040404;
    font-size: 18px
}

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

b,
strong {
    font-weight: bold
}

img {
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}



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

th,
td,
caption {
    font-weight: normal;
    vertical-align: top;
    text-align: center
}

svg {
    overflow: hidden
}

a {
    text-decoration: none;
    color: #040404
}

input,
textarea,
a,
select,
option {
    outline: none !important
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.clear {
    width: 100%;
    height: 0px;
    clear: both
}

.spacer1 {
    width: 100%;
    height: 1px;
    clear: both
}

.spacer2 {
    width: 100%;
    height: 2px;
    clear: both
}

.spacer3 {
    width: 100%;
    height: 3px;
    clear: both
}

.spacer4 {
    width: 100%;
    height: 4px;
    clear: both
}

.spacer5 {
    width: 100%;
    height: 5px;
    clear: both
}

.spacer6 {
    width: 100%;
    height: 6px;
    clear: both
}

.spacer7 {
    width: 100%;
    height: 7px;
    clear: both
}

.spacer8 {
    width: 100%;
    height: 8px;
    clear: both
}

.spacer9 {
    width: 100%;
    height: 9px;
    clear: both
}

.spacer10 {
    width: 100%;
    height: 10px;
    clear: both
}

.spacer15 {
    width: 100%;
    height: 15px;
    clear: both
}

.spacer20 {
    width: 100%;
    height: 20px;
    clear: both
}

.fLeft {
    float: left !important;
}

.fRight {
    float: right !important;
}

.noMar {
    margin: 0 !important;
}

.noMarTop {
    margin-top: 0 !important;
}

.noMarBtm {
    margin-bottom: 0 !important;
}

.noMarLeft {
    margin-left: 0 !important;
}

.noMarRight {
    margin-right: 0 !important;
}

.noPad {
    padding: 0 !important;
}

.noPadTop {
    padding-top: 0 !important;
}

.noPadBtm {
    padding-bottom: 0 !important;
}

.noPadLeft {
    padding-left: 0 !important;
}

.noPadRight {
    padding-right: 0 !important;
}

.noBor {
    border: none !important;
}

a img {
    border: none;
    outline: none;
}

.abs {
    position: absolute !important;
}

.rel {
    position: relative !important;
}

.inner {
    margin: auto;
    width: 1200px;
}

a,
img {
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
}

a,
button {
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
}

.animated {
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
}

input,
textarea,
a,
select,
option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: var(--font-hisense-light);
    font-size: 15px;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
}

.center {
    width: 0px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
}

/*Content*/
.content {
    font-size: 15px;
    color: #040404;
}

.content img {
    display: inline-block;
    margin: 0 auto 20px;
    text-align: center;
    max-width: 100%;
    height: auto;
}

.content ul {
    padding-left: 20px;
    margin-bottom: 20px;
    margin-left: 25px;
}



.content ol li {
    margin-left: 18px;
    margin-bottom: 10px;
    line-height: 20px;
}

.content a:hover {
    text-decoration: underline;
}

.content p {
    margin-bottom: 20px;
    font-weight: lighter;
    line-height: 25px;
    font-size: 15px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin-bottom: 20px;
}

.content h1 {
    font-size: 19px;
}

.content h2 {
    font-size: 18px;
}

.content h3 {
    font-size: 17px;
}

.content h4 {
    font-size: 16px;
}

.content h5 {
    font-size: 15px;
}

.content h6 {
    font-size: 14px;
}

.content table {
    border: 1px solid #040404;
}

.content table td,
.content table th {
    padding: 15px 10px;
    border: 1px solid #ebebeb;
}

.content table th {
    background: #F2F2F2;
    font-weight: bold;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-justify {
    text-align: justify;
}

.content p img {
    margin-bottom: 0;
}

#btm {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.25px;
    font-family: var(--font-hisense-light);
    position: relative;
}

#btm a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.25px;
    font-family: var(--font-hisense-light);
}

#btm a:hover {
    border: none;
    outline: none;
}

.btm-below {
    background: #11569a;
    color: #fff;
    padding: 15px 0;
}

.btm-block-quicklink {
    display: block;
    float: left;
}

.btm-block-quicklink ul {}

.btm-block-quicklink ul li {
    padding: 0 8px;
    font-size: 0;
    display: inline-block;
    border-right: 1px solid #fff;
}

.btm-block-quicklink ul li:first-child {
    padding-left: 0px;
}

.btm-block-quicklink ul li:last-child {
    border-right: none;
}

.btm-block-quicklink ul li a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.25px;
}

.btm-block-quicklink ul li a:hover {
    opacity: 0.8;
}

.btm-block-copyright {
    display: block;
    float: right;
}

.btm-block-copyright p {
    font-size: 12px;
    opacity: 0.6;
}

.btm-above {
    background: #003da5;
    color: #fff;
    padding: 30px 0 10px;
}

.btm-block-list {
    width: 180px;
    display: block;
    float: left;
    margin-right: 40px;
}

.btm-block-list h3 {
    font-size: 16px;
    font-family: var(--font-hisense-light);
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 8px;
}

.btm-block-list ul {
    display: block;
    margin-bottom: 18px;
}

.btm-block-list ul li {
    margin-bottom: 4px;
}

.btm-block-list ul li a {
    font-size: 12px;
    line-height: 16px;
}

.btm-block-list ul li a:hover {
    opacity: 0.8;
}

.btm-block-info {
    display: block;
    float: left;
    width: 80%;
}

.btm-block-info p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 8px;
}

.btm-block-license {
    display: block;
    float: right;
    width: 180px;
}

.btm-block-license img {
    width: 160px;
    height: auto;
}

.btm-block-logo {
    display: block;
    float: left;
    width: 320px;
    margin-right: 40px;
}

.btm-block-logo p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 8px;
}

.btm-block-logo p a {
    font-size: 13px;
}

.btm-block-logo p a:hover {
    opacity: 0.8;
}

.btm-block-logo strong {
    font-family: var(--font-hisense-light);
}

.btm-block-logo img {
    width: 160px;
    display: block;
    height: auto;
    margin-bottom: 20px;
}

.move-top {
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    text-indent: -9999px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/move-top.png) #003da5 no-repeat center;
    background-size: 50%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#top {
    width: 100%;
    position: absolute;
    z-index: 100;
    height: 60px;
    background: #fff;
}

#top .inner {
    position: relative;
}

.top-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 100px;
    line-height: 100px;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/top-logo-wrp.png) transparent no-repeat right bottom;
    background-size: cover;
    text-align: center;
    padding: 0 70px 0 30px;
}

.top-logo img {
    display: inline-block;
    width: 160px;
    height: auto;
}

.top-nav {
    display: block;
    width: 100%;
    text-align: center;
    margin: auto;
}

ul.top-menu {
    font-size: 0px;
}

ul.top-menu li {
    display: inline-block;
    font-size: 14px;
    color: #003da4;
    margin: 0 25px;
    height: 60px;
    line-height: 60px;
    letter-spacing: 0.25px;
}

ul.top-menu li a {
    display: inline-block;
    font-size: 14px;
    color: #003da4;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 0.25px;
}

ul.top-menu li a:hover {
    opacity: 0.8;
}

#mid {
    padding-top: 60px;
}

.product-line {
    margin-bottom: 60px;
    text-align: center;
    padding-top: 50px;
}

.product-line .inner {
    width: 1080px;
}

h2.block-heading {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #003da5;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 40px;
}

.product-line-wrp {
    width: 100%;
    background: #f5f5f5;
    padding: 0 0 60px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.product-line-item {
    margin-bottom: 0;
    padding-top: 50px;
}

.product-line-item-heading {
    margin-bottom: 30px;
}

.product-line-item-heading h3 {
    font-size: 30px;
    color: #312f2f;
    font-weight: bold;
    letter-spacing: 0.25px;
}

.product-line-item-image {
    margin-bottom: 15px;
}

#product-line-item-1 .product-line-item-heading img {
    width: 320px;
    height: auto;
}

#product-line-item-2 .product-line-item-heading img {
    width: 320px;
    height: auto;
}

#product-line-item-3 .product-line-item-heading img {
    width: 320px;
    height: auto;
}

#product-line-item-1 .product-line-item-image img {
    width: 900px;
    height: auto;
}

#product-line-item-2 .product-line-item-image img {
    width: 670px;
    height: auto;
}

#product-line-item-3 .product-line-item-image img {
    width: 670px;
    height: auto;
}

#product-line-item-4 .product-line-item-image img {
    width: 940px;
    height: auto;
}

.product-line-item-cta {
    width: 100%;
}

a.product-line-item-cta-more {
    font-size: 16px;
    color: #003da5;
    margin-bottom: 8px;
    font-weight: bold;
    padding: 0 16px 0 0;
    height: 20px;
    line-height: 20px;
    float: none;
    display: inline-block;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/read-more.png) transparent no-repeat right;
    background-size: 8px;
}

a.product-line-item-cta-more:hover {
    opacity: 0.8;
}

a.product-line-item-cta-buy {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #003da5;
    padding: 0 25px;
    font-size: 18px;
    font-weight: bold;
}

a.product-line-item-cta-buy:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

.hero-banner {
    display: block;
    width: 100%;
    height: 800px !important;
    margin-bottom: 0px;
    position: relative;
    background: #023da4;
}

.hero-banner img {
    max-width: 100%;
    height: auto;
}

.hero-banner video {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
}

/*.hero-banner-more{display: block;width: 100%;left: 0;bottom: 85px;text-align: center;font-size: 13px;font-weight: bold;letter-spacing: 0.25px;color: #fff;padding-bottom: 10px;background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/hero-banner-more.png) transparent no-repeat center bottom;background-size: 15px;position: absolute;cursor: pointer;}*/

.hero-banner-more {
    display: block;
    width: 100%;
    left: 0;
    bottom: 85px;
    text-align: center;
    position: absolute;
    cursor: pointer;
}

.hero-banner-more span {
    display: block;
    height: 20px;
    line-height: 20px;
    margin: auto;
    width: 200px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.25px;
    color: #fff;
    position: relative;
}

.hero-banner-more span i {
    display: block;
    width: 14px;
    height: 20px;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/hero-banner-more.png) transparent no-repeat center top;
    background-size: 14px;
    position: absolute;
    top: 22px;
    text-indent: -9999px;
    left: 93px;
}


.brand-statement {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 50px;
}

.brand-statement-heading {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.brand-statement-heading img {
    width: 580px;
    height: auto;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.brand-statement-heading span {
    display: block;
    width: 580px;
    height: 1px;
    background: #0040A1;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 17px;
}

.brand-statement-heading-inner {
    width: 580px;
    margin: auto;
    position: relative;
}


.brand-statement-content {
    font-size: 14px;
    color: #3a3a3a;
    margin-bottom: 40px;
}

.brand-statement-content p {
    line-height: 22px;
    text-align: center;
    font-weight: bold;
}

.brand-statement-video {
    display: block;
    overflow: hidden;
    width: 840px;
    height: 472px;
    margin: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.new-product {
    padding: 50px 0 50px;
    position: relative;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/new-product-bg.png) #fff no-repeat top center;
    background-size: cover;
    margin-bottom: 0;
}

.new-product-left {
    width: 720px;
    float: left;
    margin-right: 40px;
}

.new-product-left img {
    max-width: 100%;
    height: auto;
}

.new-product-right {
    width: 360px;
    float: left;
}

.new-product-right img {
    display: block;
    float: left;
    width: 150px;
    height: auto;
}

.new-product-right h3 {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 30px;
    color: #003da5;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 40px;
    border-bottom: 1px solid #0d589c;
    padding-bottom: 10px;
}

.new-product-right p {
    line-height: 22px;
    font-size: 14px;
    color: #3a3a3a;
    margin-bottom: 22px;
    text-align: left;
    font-weight: bold;
}

a.new-product-more {
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #003da5;
    padding: 0 25px;
    font-size: 18px;
    font-weight: bold;
}

a.new-product-more:hover {
    opacity: 0.9;
    transform: scale(1.05);
}



.new-product-discover {
    display: block;
    width: 100%;
    left: 0;
    bottom: 60px;
    text-align: center;
    position: absolute;
    cursor: pointer;
}

.new-product-discover span {
    display: block;
    height: 20px;
    line-height: 20px;
    margin: auto;
    width: 300px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.25px;
    color: #003da5;
    position: relative;
}

.new-product-discover span i {
    display: block;
    width: 14px;
    height: 20px;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/new-product-more.png) transparent no-repeat center top;
    background-size: 14px;
    position: absolute;
    top: 22px;
    text-indent: -9999px;
    left: 143px;
}


.new-tech {
    display: block;
    width: 100%;
    padding-top: 50px;
}

.new-tech .inner {
    width: 1080px;
}

.block-heading-tech img {
    width: 320px;
    height: auto;
    margin-bottom: 50px;
}

.tech-01 {
    position: relative;
    margin-bottom: 80px;
    padding: 1px;
    background: linear-gradient(to bottom right, #70bf7b, #00a044);
}

.tech-01-inner {
    padding: 60px 79px 40px;
    position: relative;
    background: #fff;
    z-index: 0;
}

.tech-01-heading {
    display: block;
    position: absolute;
    left: 30px;
    height: 80px !important;
    width: auto;
    top: -40px;
    z-index: 2;
}

.tech-02 {
    position: relative;
    margin-bottom: 80px;
    padding: 1px;
    background: linear-gradient(to top, #70bf7b, #2cdfd4);
}

.tech-02-inner {
    padding: 60px 79px 40px;
    position: relative;
    background: #fff;
    z-index: 0;
}

.tech-02-heading {
    display: block;
    position: absolute;
    left: 30px;
    height: 80px !important;
    width: auto;
    top: -40px;
    z-index: 2;
}

.tech-03 {
    position: relative;
    margin-bottom: 30px;
    padding: 1px;
    background: linear-gradient(to bottom right, #2cdfd4, #0854d3);
}

.tech-03-inner {
    padding: 60px 79px 40px;
    position: relative;
    background: #fff;
    z-index: 0;
}

.tech-03-heading {
    display: block;
    position: absolute;
    left: 30px;
    height: 80px !important;
    width: auto;
    top: -40px;
    z-index: 2;
}

ul.tech-list {
    display: block;
}

ul.tech-list li {
    border-bottom: 1px solid #00a044;
    padding: 30px 0 20px;
}

ul.tech-list li:last-child {
    border: none;
}

a.new-tech-more {
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #003da5;
    padding: 0 25px;
    font-size: 18px;
    font-weight: bold;
}

a.new-tech-more:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

.tech-item {
    display: block;
    width: 100%;
    position: relative;
}

.tech-item-info {
    width: 420px;
    float: left;
}

.tech-item-photo {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.tech-item-info h3 {
    font-size: 16px;
    color: #003da5;
    display: block;
    width: 100%;
    line-height: 22px;
    margin-bottom: 8px;
}

.tech-item-info p {
    line-height: 20px;
    font-size: 14px;
    color: #3a3a3a;
    margin-bottom: 10px;
    text-align: left;
}

.tech-item-photo-1 {
    width: 400px;
    height: auto;
    top: -70px;
    right: 0;
}

.tech-item-photo-2 {
    width: 450px;
    height: auto;
    top: -5px;
    right: -38px;
}

.tech-item-photo-3 {
    width: 466px;
    height: auto;
    top: -45px;
    right: -50px;
}

.tech-item-photo-4 {
    width: 439px;
    height: auto;
    top: -70px;
    right: -50px;
}

.buy-popup-wrp {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
}

.buy-popup {
    width: 400px;
    padding: 20px;
    position: relative;
    margin: 200px auto;
    background: #fff;
}

.buy-popup-button {
    display: block;
    width: 190px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    background: #003da5;
    outline: none;
    font-size: 16px;
    font-weight: bold;
}

.buy-popup-button:hover {
    opacity: 0.8;
}

.buy-popup p {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 30px;
    color: #003da5;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 36px;
}

.buy-popup-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/buy-popup-close.png) transparent no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.mobile-toggle {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
    outline: none;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/mobile-menu.png) transparent no-repeat right;
    background-size: 24px;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    padding-right: 40px;
    color: #023da5;
    text-transform: uppercase;
}

.mobile-menu-wrp {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2001;
}

.mobile-menu-inner {
    width: 320px;
    text-align: center;
    margin: 100px auto;
}

.mobile-menu-close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/buy-popup-close.png) transparent no-repeat center;
    background-size: contain;
    cursor: pointer;
}

ul.mobile-menu {}

ul.mobile-menu li {
    border-bottom: 1px solid rgba(2, 61, 165, 0.1);
}

ul.mobile-menu li:last-child {
    border: none;
}

ul.mobile-menu li a {
    display: inline-block;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.25px;
    color: #023da5;
}

ul.mobile-menu li a:hover {}

.brand-statement-content-mobile {
    display: none;
}

.brand-statement-content-desktop {
    display: block;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.02, 1.02);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes loopingmore {
    0% {
        top: 22px;
    }

    50% {
        top: 26px;
    }

    100% {
        top: 22px;
    }
}

@keyframes loopingheromore {
    0% {
        top: 22px;
    }

    50% {
        top: 26px;
    }

    100% {
        top: 22px;
    }
}

.tech-item-photo {
    animation: zoominoutsinglefeatured 4s infinite;
}

.new-product-discover span i {
    animation: loopingmore 1s infinite;
}

.hero-banner-more span i {
    animation: loopingheromore 1s infinite;
}


.p-1-wrp {
    width: 900px !important;
    height: 430px !important;
    position: relative;
    margin: auto;
}

.p-1-wrp img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.p-1-1 {
    z-index: 5;
}

.p-1-2 {
    z-index: 4;
}

.p-1-3 {
    z-index: 3;
}

.p-1-4 {
    z-index: 2;
}

.p-1-5 {
    z-index: 1;
}

.p-2-wrp {
    width: 670px !important;
    height: 420px !important;
    position: relative;
    margin: auto;
}

.p-2-wrp img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.p-2-1 {
    z-index: 5;
}

.p-2-2 {
    z-index: 4;
}

.p-2-3 {
    z-index: 3;
}

.p-2-4 {
    z-index: 2;
}

.p-2-5 {
    z-index: 1;
}

.p-3-wrp {
    width: 670px !important;
    height: 420px !important;
    position: relative;
    margin: auto;
}

.p-3-wrp img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.p-3-1 {
    z-index: 5;
}

.p-3-2 {
    z-index: 4;
}

.p-3-3 {
    z-index: 3;
}

.p-3-4 {
    z-index: 2;
}

.p-3-5 {
    z-index: 1;
}

.p-4-wrp {
    width: 940px !important;
    height: 420px !important;
    position: relative;
    margin: auto;
}

.p-4-wrp img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.p-4-1 {
    z-index: 7;
}

.p-4-2 {
    z-index: 6;
}

.p-4-3 {
    z-index: 5;
}

.p-4-4 {
    z-index: 4;
}

.p-4-5 {
    z-index: 3;
}

.p-4-6 {
    z-index: 2;
}

.p-4-7 {
    z-index: 1;
}






@media screen and (max-width: 1080px) {
    .top-nav {
        display: none;
    }

    .mobile-toggle {
        display: block;
        position: absolute;
    }
}

/* Show for 720px */
@media screen and (min-width: 750px) and (max-width: 1230px) {
    .inner {
        width: 720px;
    }

    .top-nav {
        text-align: right;
    }

    ul.top-menu li {
        margin: 0 10px;
        height: 50px;
        line-height: 50px;
    }

    ul.top-menu li a {
        height: 50px;
        line-height: 50px;
    }

    #top {
        height: 50px;
    }

    #mid {
        padding-top: 50px;
    }

    .top-logo img {
        width: 120px;
    }

    .top-logo {
        width: 120px;
        height: 80px;
        line-height: 80px;
    }

    .brand-statement-heading img {
        width: 480px;
    }

    .brand-statement-video {
        width: 720px;
        height: 405px;
    }

    .brand-statement-video iframe {
        width: 720px;
        height: 405px;
    }

    .new-product-right {
        width: 330px;
    }

    .new-product-left {
        width: 360px;
        margin-right: 30px;
    }

    .new-product-right img {
        width: 90px;
    }

    .new-product-right h3 {
        font-size: 25px;
        line-height: 35px;
    }

    h2.block-heading {
        font-size: 25px;
        line-height: 35px;
    }

    a.new-product-more {
        font-size: 14px;
        height: 34px;
        line-height: 34px;
    }

    .new-product {
        padding-bottom: 100px;
    }

    .new-product-discover {
        bottom: 30px;
    }

    .new-tech .inner {
        width: 720px;
    }

    .block-heading-tech img {
        width: 270px;
    }

    .product-line .inner {
        width: 720px;
        overflow: hidden;
    }

    .tech-01 {
        margin-bottom: 60px;
    }

    .tech-02 {
        margin-bottom: 60px;
    }

    .tech-03 {
        margin-bottom: 10px;
    }

    .tech-01-heading {
        height: 50px !important;
        top: -25px;
        left: 20px;
    }

    .tech-02-heading {
        height: 50px !important;
        top: -25px;
        left: 20px;
    }

    .tech-03-heading {
        height: 50px !important;
        top: -25px;
        left: 20px;
    }

    .tech-01-inner {
        padding: 30px 49px 40px;
    }

    .tech-02-inner {
        padding: 30px 49px 40px;
    }

    .tech-03-inner {
        padding: 30px 49px 40px;
    }

    .tech-item-photo-1 {
        width: 280px;
        top: -10px;
        right: -5px;
    }

    .tech-item-photo-2 {
        width: 350px;
        top: 0px;
        right: -45px;
    }

    .tech-item-photo-3 {
        width: 346px;
        top: -5px;
        right: -40px;
    }

    .tech-item-photo-4 {
        width: 319px;
        top: -20px;
        right: -40px;
    }

    .tech-item-info {
        width: 300px;
    }

    a.new-tech-more {
        font-size: 14px;
        height: 34px;
        line-height: 34px;
    }

    #product-line-item-1 .product-line-item-heading img {
        width: 270px;
    }

    #product-line-item-2 .product-line-item-heading img {
        width: 270px;
    }

    #product-line-item-3 .product-line-item-heading img {
        width: 270px;
    }

    #product-line-item-1 .product-line-item-image img {
        height: 300px !important;
        width: auto;
    }

    #product-line-item-2 .product-line-item-image img {
        height: 300px !important;
        width: auto;
    }

    #product-line-item-3 .product-line-item-image img {
        height: 300px !important;
        width: auto;
    }

    #product-line-item-4 .product-line-item-image img {
        height: 300px !important;
        width: auto;
    }

    .product-line-item-heading h3 {
        font-size: 25px;
        line-height: 35px;
    }

    a.product-line-item-cta-more {
        font-size: 14px;
    }

    a.product-line-item-cta-buy {
        font-size: 14px;
        height: 34px;
        line-height: 34px;
    }

    .btm-block-quicklink {
        text-align: center;
        margin-bottom: 8px;
        width: 100%;
    }

    .btm-block-quicklink ul {
        text-align: center;
    }

    .btm-block-copyright {
        display: block;
        width: 100%;
        text-align: center;
    }

    .btm-block-license {
        width: 160px;
    }

    .btm-block-info {
        width: 500px;
    }

    .btm-block-logo {
        display: block;
        float: left;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .btm-block-list {
        width: 165px;
        display: block;
        float: left;
        margin-right: 20px;
    }

    .btm-block-list h3 {
        font-size: 14px;
    }

    .btm-block-logo-top {
        float: left;
    }

    .btm-block-logo-btm {
        float: left;
        margin-left: 25px;
    }

    .p-1-wrp {
        width: 632px !important;
    }

    .p-2-wrp {
        width: 482px !important;
    }

    .p-3-wrp {
        width: 477px !important;
    }

    .p-4-wrp {
        width: 685px !important;
    }
}

/* Show for 100% */
@media screen and (max-width: 750px) {
    .inner {
        width: 90%;
        overflow: hidden;
    }

    #top {
        height: 50px;
    }

    #top .inner {
        height: 50px;
    }

    #mid {
        padding-top: 50px;
    }

    .top-logo img {
        width: 100px;
    }

    .top-logo {
        width: 100px;
        height: 70px;
        line-height: 70px;
        padding: 0 50px 0 20px;
    }

    .mobile-toggle {
        display: block;
        position: absolute;
    }

    /**.hero-banner{padding-top: 50px;}**/
    .hero-banner-more {
        display: none;
    }

    .brand-statement {
        padding-top: 30px;
        margin-bottom: 0px;
    }

    .brand-statement-heading img {
        width: 100%;
    }

    .brand-statement-content {
        font-size: 12px;
        margin-bottom: 30px;
    }

    .brand-statement-content p {
        font-size: 12px;
        line-height: 18px;
    }

    .brand-statement-video {
        width: 320px;
        height: 179px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .brand-statement-video iframe {
        width: 320px;
        height: 179px;
    }

    .new-product {
        padding: 30px 0;
    }

    h2.block-heading {
        font-size: 22px;
        line-height: 28px;
    }

    .new-product-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0px;
    }

    .new-product-right {
        width: 100%;
    }

    .new-product-right img {
        display: block;
        float: none;
        width: 110px;
        height: auto;
        margin: auto;
    }

    .new-product-right .spacer10 {
        display: none;
    }

    .new-product-right h3 {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 10px;
    }

    .new-product-discover {
        display: none;
    }

    .new-product-right p {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }

    a.new-product-more {
        margin: auto;
        float: none;
        display: block;
        width: 160px;
        padding: 0;
        text-align: center;
        font-size: 14px;
        height: 34px;
        line-height: 34px;
    }

    .new-tech .inner {
        width: 90%;
    }

    .new-tech {
        padding-top: 30px;
    }

    .block-heading-tech img {
        width: 200px;
        margin-bottom: 20px;
    }

    .tech-01-heading {
        left: 20px;
        height: 50px !important;
        top: -26px;
    }

    .tech-02-heading {
        left: 20px;
        height: 50px !important;
        top: -26px;
    }

    .tech-03-heading {
        left: 20px;
        height: 50px !important;
        top: -26px;
    }

    .tech-item-photo {
        position: unset;
    }

    .tech-item-photo-1 {
        top: auto;
        left: auto;
        width: 100%;
    }

    .tech-item-photo-2 {
        top: auto;
        left: auto;
        width: 100%;
    }

    .tech-item-photo-3 {
        top: auto;
        left: auto;
        width: 100%;
    }

    .tech-item-photo-4 {
        top: auto;
        left: auto;
        width: 100%;
    }

    .tech-01-inner {
        padding: 20px 30px 40px;
    }

    .tech-02-inner {
        padding: 20px 30px 40px;
    }

    .tech-03-inner {
        padding: 20px 30px 40px;
    }

    .tech-item-info {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    .tech-01 {
        margin-bottom: 50px;
    }

    .tech-02 {
        margin-bottom: 50px;
    }

    .tech-03 {
        margin-bottom: 0;
    }

    a.new-tech-more {
        font-size: 14px;
        height: 34px;
        line-height: 34px;
        display: block;
        width: 190px;
        padding: 0;
        margin: auto;
        position: relative;
        text-align: center;
        float: none;
    }

    .product-line .inner {
        width: 90%;
    }

    #product-line-item-1 .product-line-item-heading img {
        width: 220px;
    }

    #product-line-item-2 .product-line-item-heading img {
        width: 220px;
    }

    #product-line-item-3 .product-line-item-heading img {
        width: 220px;
    }

    .product-line-item-heading h3 {
        font-size: 22px;
    }

    #product-line-item-1 .product-line-item-image img {
        width: 100%;
    }

    #product-line-item-2 .product-line-item-image img {
        width: 100%;
    }

    #product-line-item-3 .product-line-item-image img {
        width: 100%;
    }

    #product-line-item-4 .product-line-item-image img {
        width: 100%;
    }

    a.product-line-item-cta-more {
        font-size: 14px;
    }

    a.product-line-item-cta-buy {
        font-size: 14px;
        height: 34px;
        line-height: 34px;
    }

    .product-line {
        margin-bottom: 30px;
    }

    .buy-popup {
        width: 260px;
        margin-top: 100px;
    }

    .buy-popup p {
        font-size: 22px;
        line-height: 28px;
    }

    .buy-popup-button {
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .btm-block-quicklink {
        text-align: center;
        margin-bottom: 8px;
        width: 100%;
    }

    .btm-block-quicklink ul {
        text-align: center;
    }

    .btm-block-copyright {
        display: block;
        width: 100%;
        text-align: center;
    }

    .btm-block-quicklink ul li {
        margin-bottom: 6px;
    }

    .btm-block-logo {
        display: block;
        float: left;
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .btm-block-logo img {
        margin: 0 auto 20px;
    }

    .btm-block-list {
        width: 100%;
        display: block;
        float: left;
        margin-right: 0;
        text-align: center;
    }

    .btm-block-info {
        display: block;
        float: none;
        width: 90%;
        text-align: center;
        margin: 0 auto 20px;
    }

    .btm-block-license {
        display: block;
        float: right;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .brand-statement-content-mobile {
        display: block;
    }

    .brand-statement-content-desktop {
        display: none;
    }

    .p-1-wrp {
        width: 80% !important;
    }

    .p-2-wrp {
        width: 80% !important;
    }

    .p-3-wrp {
        width: 80% !important;
    }

    .p-4-wrp {
        width: 80% !important;
    }

    .brand-statement-heading-inner {
        width: 100%;
    }

    .brand-statement-heading span {
        bottom: 12px;
    }

    .hero-banner {
        height: 210px;
    }
}

#aquavn-header .header-menu>li>a {
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 500;
    line-height: 88px;
    padding: 0 12px;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-font-smoothing: unset;
    font-family: var(--font-hisense-light);
    ;
}

#aquavn-footer .footer-layout .footer-body .url-list-col .link-list .link-item {
    align-items: center;
    color: #5a5a5a;
    display: flex;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    -webkit-font-smoothing: unset;
    font-family: var(--font-hisense-light);
    ;
}

#menu-footer-bottom-menu li a {
    font-size: 12px;
    line-height: 2;
    text-align: right;
}

.page-id-198 .scroll-to {
    width: auto !important;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .13)
}


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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    display: inline-block;
    width: 100%
}

html.hidden,
svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 20px 0;
    padding: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}



input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

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

td,
th {
    padding: 0
}

html {
    -webkit-backface-visibility: hidden;
    height: 100%;
    font-size: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden
}

body {
    margin: 0;
    max-width: 100%;
    min-height: 100%;
    background: #00001b;
    font-family: var(--font-hisense-light);
    font-size: 15px;
    font-weight: 400;
    /* color: #fff; */
    line-height: 1.4;
    position: relative;
    letter-spacing: normal;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
    overflow: visible !important
}

::-moz-selection {
    background: #ccc;
    text-shadow: none
}

::selection {
    background: #ccc;
    text-shadow: none
}

::-webkit-input-placeholder {
    color: #000
}

:-moz-placeholder {
    color: #000
}

::-moz-placeholder {
    color: #000
}

:-ms-input-placeholder {
    color: #000
}

p {
    margin: 0
}

audio,
canvas,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

input,
textarea {
    outline: 0
}

:focus {
    outline-color: transparent;
    outline-style: none
}

#CQ * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

#CQ * fieldset label {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1
}

#CQ * input {
    vertical-align: baseline
}

ul {
    margin: 0;
    padding: 0
}


.ovl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75)
}

.dgt_cl {
    clear: both;
    overflow: hidden
}

.helper-hide {
    display: none
}

.helper-force-hide {
    display: none !important
}

.scrolled {
    width: 100%
}

.scrolled .g-viewport {
    height: 100%;
    overflow: hidden;
    position: relative
}

.scrolled .g-overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px 0 0;
    width: 100%
}

.scrolled .g-thumb,
.scrolled .g-thumb .end {
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/custas.png) 0 0/25px no-repeat
}

.scrolled .g-scrollbar {
    position: relative;
    float: right;
    width: 25px
}

.scrolled .g-track {
    height: 100%;
    width: 25px;
    position: relative;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/bg-tinyscroll.png) center top repeat-y
}

.scrolled .g-thumb {
    height: 20px;
    width: 25px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0
}

.scrolled .g-thumb .end {
    overflow: hidden;
    height: 5px;
    width: 25px
}

.scrolled .g-disable {
    display: none
}

.g-noSelect {
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.styled {
    display: none
}

.checkbox,
.radio {
    width: 25px;
    height: 25px;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/checkbox.png) no-repeat;
    display: inline-block
}

.radio {
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/radio.png) no-repeat;
    cursor: pointer
}

input[type=password],
input[type=text] {
    background: 0 0;
    line-height: 1;
    height: 48px;
    border-radius: 25px;
    font-size: 16px;
    color: #000;
    width: 100%;
    padding: 2px 20px 0;
    border: 1px solid #707070
}

input[type=password]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder {
    opacity: 0
}

input[type=password]::-moz-selection,
input[type=text]::-moz-selection,
textarea::-moz-selection {
    background: #ededed;
    text-shadow: none
}

input[type=password]::selection,
input[type=text]::selection,
textarea::selection {
    background: #ededed;
    text-shadow: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: 0 0
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    /* overflow: hidden; */
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: block;
    float: left;
    height: 100%;
    min-height: 1px;
    /* margin-bottom: 100px !important; */
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: inline-block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -26px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #fff;
    border-radius: 20px !important;

}

.slick-prev {
    left: -70px;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/btn-prev.png) center/26px no-repeat #fff
}

.slick-prev:hover {
    left: -70px;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/btn-prev.png) center/26px no-repeat #fff
}

.slick-next {
    right: -70px;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/btn-next.png) center/26px no-repeat #fff
}

.slick-next:hover {
    right: -70px;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/btn-next.png) center/26px no-repeat #fff
}

/* .slick-next:hover {
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/btn-next-hv.png) center/26px no-repeat #0066b3
} */

.slick-dots {
    position: absolute;
    bottom: 127px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 11px;
    padding: 0;
    cursor: pointer
}

.slick-dots li:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #2a2d2f;
    border-radius: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 0
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: inline-block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: #2a2d2f;
    border-radius: 200px;
    padding: 0
}

/*! lightgallery - v1.2.22 - 2016-07-20
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
.lg-icon {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -26px;
    padding: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: none;
    border-radius: 200px;
    cursor: pointer;
    z-index: 1080
}

.lg-actions .lg-next {
    left: 0;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/btn-prev.png) center/26px no-repeat #fff
}

.lg-actions .lg-next:hover {
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/btn-prev-hv.png) center/26px no-repeat #0066b3
}

.lg-actions .lg-prev {
    right: 0;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/btn-next.png) center/26px no-repeat #fff
}

.lg-actions .lg-prev:hover {
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/btn-next-hv.png) center/26px no-repeat #0066b3
}

@-webkit-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: .3s lg-right-end;
    animation: .3s lg-right-end;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: .3s lg-left-end;
    animation: .3s lg-left-end;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 35px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #eee;
    font-size: 18px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 14px;
    margin: 5px 0 0;
    text-transform: uppercase
}

#lg-counter {
    color: #999;
    display: none;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: opacity .35s cubic-bezier(0, 0, .25, 1), color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1);
    -o-transition: transform .35s cubic-bezier(0, 0, .25, 1), opacity .35s cubic-bezier(0, 0, .25, 1), color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1), opacity .35s cubic-bezier(0, 0, .25, 1), color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1)
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) !important;
    -o-transition: transform 250ms cubic-bezier(0, 0, .25, 1), opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1), opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
    -o-transition: transform .25s cubic-bezier(0, 0, .25, 1);
    transition: transform .25s cubic-bezier(0, 0, .25, 1);
    transition: transform .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1)
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    border-radius: 4px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    margin-bottom: 5px
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s;
        -o-transition: border-color .25s;
        transition: border-color .25s
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s;
    -o-transition: bottom .25s;
    transition: bottom .25s
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-toogle-thumb:hover {
    color: #fff
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/img/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms;
    -o-transition: opacity 80ms;
    transition: opacity 80ms
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1), top .3s cubic-bezier(0, 0, .25, 1);
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1), top .3s cubic-bezier(0, 0, .25, 1);
    transition: left .3s cubic-bezier(0, 0, .25, 1), top .3s cubic-bezier(0, 0, .25, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) !important;
    -o-transition: transform .3s cubic-bezier(0, 0, .25, 1), opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1), opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s, -webkit-transform .15s;
    -o-transition: opacity .15s, transform .15s;
    transition: opacity .15s, transform .15s, -webkit-transform .15s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.group:after,
.group:before {
    display: table;
    content: "";
    line-height: 0
}

.group:after {
    clear: both
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    display: none !important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    -webkit-transition: opacity .15s;
    -o-transition: opacity .15s;
    transition: opacity .15s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1);
    -o-transition: transform 1s cubic-bezier(0, 0, .25, 1), opacity .1s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1), opacity .1s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1)
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1), opacity .1s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1), opacity .1s;
    transition: left 1s cubic-bezier(0, 0, .25, 1), opacity .1s
}

.lg-close {
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    z-index: 2;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/ico-close.png) center center/35px no-repeat;
    padding: 0;
    margin: 20px 20px 0 0
}

.lg-close:hover {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility linear .18s, opacity .18s linear;
    -o-transition: visibility linear .18s, opacity .18s linear;
    transition: visibility linear .18s, opacity .18s linear
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: var(--font-hisense-light);
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

#lg-actual-size,
#lg-download,
#lg-zoom-in,
#lg-zoom-out {
    display: none
}

.go-up,
.stagger-down,
.stagger-left,
.stagger-right,
.stagger-up {
    visibility: hidden
}


.container {
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
}

.btn {
    display: inline-block;
    font-size: 16px;
    color: #1ad3fb;
    font-family: var(--font-hisense-light);
    position: relative;
    padding: 10px 0;
    cursor: pointer;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.btn:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    background: #000026;
    background: -webkit-gradient(left top, right top, color-stop(0, #000026), color-stop(100%, #1ad2fb));
    background: -o-linear-gradient(left, #000026 0, #1ad2fb 100%);
    background: -webkit-gradient(linear, left top, right top, from(#000026), to(#1ad2fb));
    background: linear-gradient(to right, #000026 0, #1ad2fb 100%)
}

.btn:hover {
    color: #fff
}

.btn:hover:after {
    background: #fff
}

.link {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% */
}

.intro {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 5
}

.intro .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/bg.jpg) bottom/cover no-repeat
}

.intro .container {
    height: 100%
}

.intro .container h2 {
    padding-top: 5vh
}

.intro .container h2 img {
    width: 49%
}

.ctaIntro {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 6vh;
    cursor: pointer
}

.ctaIntro img {
    width: auto;
    height: 10vh;
    -webkit-animation: 1.5s infinite alternate fadeP;
    animation: 1.5s infinite alternate fadeP
}

.ctaIntro h3 {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff
}

@-webkit-keyframes fadeP {

    0%,
    100% {
        opacity: .6
    }

    50% {
        opacity: 1
    }
}

@keyframes fadeP {

    0%,
    100% {
        opacity: .6
    }

    50% {
        opacity: 1
    }
}

.machineIntro {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.machineIntro img {
    height: 66vh;
    width: auto
}

.machineIntro.rotate .img1 {
    -webkit-animation: 4.5s ease-in infinite rotateM;
    animation: 4.5s ease-in infinite rotateM
}

@-webkit-keyframes rotateM {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(4360deg);
        transform: rotate(4360deg)
    }
}

@keyframes rotateM {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(4360deg);
        transform: rotate(4360deg)
    }
}

@-webkit-keyframes rotateL {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@keyframes rotateL {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

.bannerHome {
    width: 100%;
    height: 100vh;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/bg2.jpg) bottom/cover no-repeat;
    text-align: center;
    position: relative;
    overflow: hidden
}

.bannerHome h2 {
    padding-top: 10vh
}

.bannerHome h2 img {
    height: 21vh;
    width: auto
}

.bannerHome h3 {
    position: absolute;
    width: 40%;
    bottom: 20%;
    right: 10%
}

.mainImg {
    position: absolute;
    bottom: 20%;
    left: 4%;
    width: 43%
}

.mainImg img {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 100%
}

.mainImg .ele {
    position: absolute;
    top: 0;
    left: 0
}

.scrollBot {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 100%;
    max-width: 150px;
    cursor: pointer;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.scrollBot .img {
    width: 24px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block
}

.scrollBot .img .ar {
    width: 15px;
    -webkit-animation: .7s infinite alternate ar;
    animation: .7s infinite alternate ar;
    position: relative;
    top: -15px
}

.scrollBot p {
    font-size: 12px;
    text-transform: uppercase;
    font-family: var(--font-hisense-light);
}

@-webkit-keyframes ar {
    from {
        top: -10px;
        opacity: 0
    }

    to {
        top: 7px;
        opacity: 1
    }
}

@keyframes ar {
    from {
        top: -10px;
        opacity: 0
    }

    to {
        top: 7px;
        opacity: 1
    }
}

.promoWrap {
    padding-bottom: 30px
}

.promoWrap h2 {
    text-align: center;
    will-change: transform
}

.promoWrap h2 img {
    max-width: 378px
}

.promoBanner {
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/promo-bg.png) center/100% 100% no-repeat;
    padding: 30px;
    will-change: transform
}

.engineCt {
    text-align: center;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/engine-bg.png) center/100% 100% no-repeat;
    padding: 40px
}

.engineCt h3 {
    color: #28d8ff;
    font-size: 34px;
    font-family: var(--font-hisense-light);
    padding-bottom: 20px
}

.engineCt p {
    font-family: var(--font-hisense-light);
}

.engineCt .btnWrap {
    padding-top: 30px
}

.engineItemWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding-top: 35px
}

.engineItemWrap .item {
    width: 45%;
    margin-bottom: 0 !important
}

.engineItemWrap .item:nth-child(n) {
    margin-bottom: 10%;
    margin-right: 10%
}

.engineItemWrap .item:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 0
}

.engineItemWrap .item h4 {
    font-size: 16px;
    text-align: right;
    padding-top: 5px
}

.engineItemWrap .item:last-child h4 {
    text-align: left
}

.engineChartWrap {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding-top: 35px
}

.engineChartWrap.nonAniEngine .item span {
    width: 0 !important
}

.engineChartWrap .item {
    position: relative;
    width: 100%
}

.engineChartWrap .item:nth-child(1) .right {
    width: 24%
}

.engineChartWrap .item:nth-child(1) .left {
    width: 50%
}

.engineChartWrap .item:nth-child(2) .right {
    width: 18%
}

.engineChartWrap .item:nth-child(2) .left {
    width: 40%
}

.engineChartWrap .item:nth-child(3) .right {
    width: 50%
}

.engineChartWrap .item:nth-child(3) .left {
    width: 20%
}

.engineChartWrap .item img {
    width: 90px;
    position: relative;
    z-index: 2
}

.engineChartWrap .item span {
    display: inline-block;
    -webkit-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in;
    height: 10px;
    border-radius: 100px;
    position: absolute;
    top: 14px
}

.engineChartWrap .item span.left {
    right: 50%;
    background: #c39b56;
    background: -webkit-gradient(left top, right top, color-stop(0, #c39b56), color-stop(100%, #fff6e5));
    background: -o-linear-gradient(left, #c39b56 0, #fff6e5 100%);
    background: -webkit-gradient(linear, left top, right top, from(#c39b56), to(#fff6e5));
    background: linear-gradient(to right, #c39b56 0, #fff6e5 100%)
}

.engineChartWrap .item span.right {
    left: 50%;
    background: #47d0fa;
    background: -webkit-gradient(left top, right top, color-stop(0, #47d0fa), color-stop(100%, #0841a3));
    background: -o-linear-gradient(left, #47d0fa 0, #0841a3 100%);
    background: -webkit-gradient(linear, left top, right top, from(#47d0fa), to(#0841a3));
    background: linear-gradient(to right, #47d0fa 0, #0841a3 100%)
}

.featureWrap {
    padding-top: 45px
}

.featureWrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 940px;
    width: auto
}

.featureWrap .item {
    width: 40%;
    margin-bottom: 0 !important;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/feature-bg.png) center/100% 100% no-repeat;
    padding: 30px;
    position: relative
}

.featureWrap .item:nth-child(n) {
    margin-bottom: 20%;
    margin-right: 20%
}

.featureWrap .item:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 0
}

.featureWrap .item:nth-child(even) {
    margin-top: 100px
}

.featureWrap .item .img {
    position: relative;
    margin-bottom: 30px
}

.featureWrap .item .img div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 100%
}

.featureWrap .item:nth-child(1) .img div {
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    top: 42%;
    width: 105%
}

.featureWrap .item h2 {
    color: #28d8ff;
    font-size: 26px;
    font-family: var(--font-hisense-light);
    padding-bottom: 20px
}

.featureWrap .item .copy {
    padding-bottom: 30px
}

.featureWrap .item .copy p .more {
    display: none
}

.fisherTechWrap {
    padding-top: 60px
}

.fisherTechWrap .container>h3 img {
    max-width: 294px
}

.fisherTechWrap .container>h2 {
    margin-top: -25px
}

.fisherTechWrap .container>h2 img {
    position: relative;
    left: -5%
}

.fisherTechWrap .container>h4 {
    font-size: 16px;
    line-height: 1.5
}

.tt img {
    max-width: 800px
}

.tt.center {
    text-align: center
}

.fisherTechlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 25px
}

.fisherTechlist .item {
    width: 30%;
    margin-bottom: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.fisherTechlist .item:nth-child(n) {
    margin-bottom: 5%;
    margin-right: 5%
}

.fisherTechlist .item:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 0
}

.fisherTechlist .item img {
    width: 26%
}

.fisherTechlist .item .copy {
    padding-left: 15px
}

.fisherTechlist .item .copy h3 {
    font-size: 18px;
    color: #28d8ff;
    text-transform: uppercase
}

.fisherTechlist .item .copy p {
    font-size: 16px;
    text-transform: uppercase
}

.fisherTechMain {
    width: 954px;
    margin: 0 auto;
    padding-top: 30px
}

.fisherTechMain .fisherTechCt {
    padding-bottom: 100px;
    position: relative
}

.fisherTechMainList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fisherTechMainItem {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 269px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.fisherTechMainItem.show .dot {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.fisherTechMainItem.show .line {
    height: 100%
}

.fisherTechMainItem.show .copy {
    left: 0;
    opacity: 1
}

.fisherTechMainItem:nth-child(1) {
    left: 21%;
    height: 209px
}

.fisherTechMainItem:nth-child(2) {
    left: 54%;
    height: 150px
}

.fisherTechMainItem:nth-child(3) {
    left: 80.5%;
    height: 198px
}

.fisherTechMainItem h3 {
    font-size: 24px;
    color: #28d8ff;
    text-transform: uppercase
}

.fisherTechMainItem p {
    font-size: 13px;
    text-transform: uppercase
}

.fisherTechMainItem .line {
    display: inline-block;
    width: 2px;
    height: 0;
    position: absolute;
    top: 0;
    left: -20px;
    -webkit-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in;
    background: rgba(40, 216, 255, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(40, 216, 255, 0)), color-stop(76%, #28d8ff), color-stop(100%, #28d8ff));
    background: -o-linear-gradient(top, rgba(40, 216, 255, 0) 0, #28d8ff 76%, #28d8ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 216, 255, 0)), color-stop(76%, #28d8ff), to(#28d8ff));
    background: linear-gradient(to bottom, rgba(40, 216, 255, 0) 0, #28d8ff 76%, #28d8ff 100%)
}

.fisherTechMainItem .dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #000;
    border-radius: 200px;
    border: 2px solid #28d8ff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -8px;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition-delay: .4;
    -o-transition-delay: .4;
    transition-delay: .4;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .7);
    box-shadow: 0 0 10px rgba(0, 0, 0, .7)
}

.fisherTechMainItem .copy {
    position: relative;
    left: -20%;
    opacity: 0;
    -webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out;
    -webkit-transition-delay: 2;
    -o-transition-delay: 2;
    transition-delay: 2
}

.systemWrap {
    padding-top: 70px
}

.systemCt {
    padding: 40px 10%;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/system-bg.png) center/100% 100% no-repeat
}

.systemCt>h3 {
    font-family: var(--font-hisense-light);
    font-size: 32px;
    padding-bottom: 30px
}

.systemCt>h3 span {
    font-size: 62px;
    font-family: var(--font-hisense-light);
}

.systemList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.systemList .item {
    width: 29.33333%;
    margin-bottom: 0 !important
}

.systemList .item:nth-child(n) {
    margin-bottom: 6%;
    margin-right: 6%
}

.systemList .item:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 0
}

.systemList .item .img {
    background-size: contain !important
}

.systemList .item .copy {
    text-align: center
}

.systemList .item .copy h3 {
    font-size: 18px;
    color: #28d8ff;
    text-transform: uppercase;
    padding-bottom: 5px
}

.systemList .item .copy p {
    font-size: 14px
}

.systemList .item .copy span {
    font-size: 7px;
    line-height: 13px;
    display: inline-block
}

.tinhnangWrap {
    padding-top: 30px;
    padding-bottom: 90px
}

.tinhnangCt {
    position: relative;
    z-index: 2
}

.tinhnangItem {
    width: 355px;
    position: relative
}

.tinhnangItem:nth-child(1) {
    position: absolute;
    top: 15%;
    left: 74px
}

.tinhnangItem:nth-child(2) {
    position: absolute;
    top: 52%;
    right: 0
}

.tinhnangItem:nth-child(3) {
    position: absolute;
    bottom: 10%;
    left: 18%
}

.tinhnangItem.show {
    z-index: 3
}

.tinhnangItem.show .tnItemCt {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    visibility: visible
}

.tinhnangItem .ttItem {
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/tn-item-sm.png) center/100% 100% no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 65px;
    padding-left: 22px;
    cursor: pointer
}

.tinhnangItem .ttItem img {
    width: 25px;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.tinhnangItem .ttItem h3 {
    font-size: 16px;
    color: #28d8ff;
    text-transform: uppercase;
    padding-left: 10px;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.tinhnangItem .ttItem:hover img {
    width: 25px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.tinhnangItem .ttItem:hover h3 {
    color: #fff
}

.tnItemCt {
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/tn-item-big.png) center/100% 100% no-repeat;
    width: 145%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 30px;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(.8);
    -ms-transform: translate(-50%, -50%) scale(.8);
    transform: translate(-50%, -50%) scale(.8);
    visibility: hidden;
    -webkit-transition: .1s linear;
    -o-transition: .1s linear;
    transition: .1s linear
}

.tnItemCt .btnClose {
    width: 25px;
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    cursor: pointer;
    z-index: 3
}

.tnItemCt .btnClose:hover {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.tnItemCt .img {
    position: relative;
    width: 40%
}

.tnItemCt .img .thumb {
    width: 140%;
    position: absolute;
    right: 0;
    top: 35%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.tnItemCt .copy {
    width: 60%;
    padding-left: 10px
}

.tnItemCt .copy h3 {
    font-size: 26px;
    color: #28d8ff;
    font-family: var(--font-hisense-bold);
    padding-bottom: 10px
}

.tnItemCt .copy p {
    font-size: 16px
}

.tnItemCt .copy .text em {
    font-style: normal;
    font-size: 9px
}

.congngheList {
    display: -webkit-box;
    display: -ms-flexbox;
    margin: 0 -10px
}

.congngheList .item {
    padding: 0 10px
}

.congngheList .item .module-border-wrap {
    height: 100%
}

.congngheList .item .module {
    padding: 30px 17px;
    height: 100%
}

.congngheList .item .img {
    background-size: contain !important
}

.congngheList .item .copy {
    padding: 15px 15px 0
}

.congngheList .item .copy h3 {
    font-size: 22px;
    color: #28d8ff;
    text-transform: uppercase;
    padding-bottom: 15px
}

.congngheList .item .copy p {
    font-size: 16px
}

.congngheList .item .copy span {
    font-size: 10px;
    line-height: 13px;
    display: inline-block
}

.module-border-wrap {
    position: relative;
    padding: 2px;
    overflow: hidden;
    background: #28d8ff
}

.module-border-wrap:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 300%;
    height: 150%;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background: rgba(8, 65, 163, 0);
    background: -webkit-gradient(left top, right bottom, color-stop(0, rgba(8, 65, 163, 0)), color-stop(28%, rgba(3, 27, 84, .07)), color-stop(43%, #010729), color-stop(48%, #00001b), color-stop(55%, #061c3a), color-stop(70%, rgba(17, 88, 123, 0)), color-stop(100%, rgba(41, 209, 255, 0)));
    background: -o-linear-gradient(315deg, rgba(8, 65, 163, 0) 0, rgba(3, 27, 84, .07) 28%, #010729 43%, #00001b 48%, #061c3a 55%, rgba(17, 88, 123, 0) 70%, rgba(41, 209, 255, 0) 100%);
    background: linear-gradient(135deg, rgba(8, 65, 163, 0) 0, rgba(3, 27, 84, .07) 28%, #010729 43%, #00001b 48%, #061c3a 55%, rgba(17, 88, 123, 0) 70%, rgba(41, 209, 255, 0) 100%)
}

.module-border-wrap .module {
    position: relative;
    z-index: 4;
    background: rgba(2, 2, 52, .83);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(2, 2, 52, .83)), color-stop(0, #020234), color-stop(100%, #00001b));
    background: -o-linear-gradient(top, rgba(2, 2, 52, .83) 0, #020234 0, #00001b 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 52, .83)), color-stop(0, #020234), to(#00001b));
    background: linear-gradient(to bottom, rgba(2, 2, 52, .83) 0, #020234 0, #00001b 100%)
}

.newsWrap {
    padding-top: 30px
}

.newsWrap h2 {
    padding-bottom: 30px;
    font-size: 34px;
    font-family: var(--font-hisense-bold);
}

.crsProduct {
    padding: 50px 0 80px;
    margin: 0 -7px;
    position: relative
}

.crsProduct .item {
    padding: 0 7px
}

.crsProduct .item .module-border-wrap {
    height: 100%
}

.crsProduct .item .module {
    padding: 30px 10px;
    height: 100%;
    position: relative
}

.crsProduct .item .img {
    background-size: contain !important
}

.crsProduct .item .copy {
    padding: 15px 15px 0;
    text-align: center
}

.crsProduct .item .copy h3 {
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 15px
}

.crsProduct .item .copy p {
    font-size: 12px
}

.crsProduct .item .btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    position: relative;
    z-index: 2
}

.crsProduct .item:hover .module-border-wrap:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.crsProduct .slick-dots {
    bottom: 29px;
    left: 0
}

.linkMk {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-block;
    padding: 10px 0;
    color: #28d8ff;
    font-family: var(--font-hisense-light);
}

.linkMk img {
    width: 15px;
    margin-right: 2px
}

.linkMk span {
    font-size: 12px
}

.linkMk:hover {
    color: #fff
}

.linkDt {
    display: inline-block;
    line-height: 44px;
    border-radius: 200px;
    font-size: 12px;
    color: #fff;
    width: 50%;
    text-align: center;
    font-family: var(--font-hisense-light);
    ;
    background: rgba(8, 65, 163, .83);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(8, 65, 163, .83)), color-stop(0, #0841a3), color-stop(100%, #29d1ff));
    background: -o-linear-gradient(left, rgba(8, 65, 163, .83) 0, #0841a3 0, #29d1ff 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 65, 163, .83)), color-stop(0, #0841a3), to(#29d1ff));
    background: linear-gradient(to right, rgba(8, 65, 163, .83) 0, #0841a3 0, #29d1ff 100%)
}

.linkDt:hover {
    background: rgba(8, 65, 163, .83)
}

.btnNews {
    display: inline-block;
    line-height: 44px;
    border-radius: 200px;
    font-size: 12px;
    color: #0841a3;
    text-align: center;
    padding: 0 30px;
    background: #fff;
    font-family: var(--font-hisense-light);
    ;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.btnNews:hover {
    background: rgba(8, 65, 163, .83);
    color: #fff
}

.NewsCt .module-border-wrap:after {
    width: 100%;
    height: 100%
}

.shortNews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer
}

.shortNews .img {
    width: 50%;
    position: relative;
    overflow: hidden
}

.shortNews .img>div {
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.shortNews .copy {
    width: 50%;
    padding: 20px 35px
}

.shortNews .copy p {
    font-family: var(--font-hisense-bold);
    font-size: 30px;
    padding-bottom: 25px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.shortNews:hover .img div {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.shortNews:hover .copy p {
    color: #28d8ff
}

.detailNews {
    padding: 40px;
    display: none
}

.detailNews h2 {
    font-family: var(--font-hisense-bold);
    font-size: 30px;
    padding-bottom: 25px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.detailNews p {
    padding-bottom: 15px
}

.detailNews p img {
    max-width: 800px;
    margin: 0 auto;
    display: block
}

.detailNews p a {
    color: #fff;
    text-decoration: underline
}

.detailNews p a:hover {
    color: #28d8ff;
    text-decoration: underline
}

.detailNews .btnWrap {
    text-align: center;
    padding-top: 15px
}

.detailNews figure {
    width: 100%;
    margin: 0
}

.detailNews table {
    width: 100%;
    border: 1px solid #fff
}

.detailNews table td,
.detailNews table tr {
    border: 1px solid #fff;
    padding: 5px 10px
}

.detailNews table tbody tr:first-child td {
    padding: 10px;
    font-family: var(--font-hisense-bold);
}

.detailNews table tbody tr td:first-child {
    text-align: center
}

.detailNews table tbody tr td a {
    color: #28d8ff;
    text-decoration: underline
}

.detailNews table tbody tr td a:hover {
    color: #fff;
    text-decoration: underline
}

.videoWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 60px
}

.videoWrap p {
    font-family: var(--font-hisense-bold);
    font-size: 24px;
    color: #28d8ff;
    text-transform: uppercase
}

.videoWrap .videoItem {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 65px;
    margin-left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/video-bg.png) center/100% 100% no-repeat;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.videoWrap .videoItem img {
    width: 30px
}

.videoWrap .videoItem span {
    font-family: var(--font-hisense-bold);
    font-size: 16px;
    color: #28d8ff;
    text-transform: uppercase;
    padding-left: 10px
}

.videoWrap .videoItem:hover {
    background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/video-bg-hv.png) center/100% 100% no-repeat
}

header {
    background: #0841a3;
    position: fixed;
    width: 100%;
    height: 88px !important;
    z-index: 5
}

header .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.logo {
    width: 111px
}

nav ul li {
    display: inline-block;
    padding: 0 20px
}

nav ul li:last-child {
    padding-right: 0
}

nav ul li a {
    font-family: var(--font-hisense-bold);
    font-size: 15px;
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 10px 0
}

nav ul li a:after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff
}

nav ul li a.active:after,
nav ul li a:hover:after {
    width: 100%
}



footer {
    font-style: normal;
    font-weight: 400
}

.footer {
    position: relative;
    padding-top: 30px;
    background-color: #003da5;
    color: #fff;
    font-family: var(--font-hisense-light);
    font-style: normal;
    font-weight: 400
}

.footer aside {
    padding: 0 15px
}

.footer aside:first-of-type {
    padding-left: 0
}

.footer img {
    max-width: 160px
}

.footer ul {
    padding: 0;
    list-style: none
}


.footer .footer-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .footer-widget .widget:last-of-type .widget-title:last-of-type {
    margin-top: 15px
}

.footer .footer-widget .widget .widget-title {
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.4em;
    font-family: var(--font-hisense-medium);
}

.footer .footer-widget .widget h4 {
    font-size: 14px;
    font-family: var(--font-hisense-medium);
}

.footer .footer-widget .widget .widget-about {
    text-align: left
}

.footer .footer-widget .widget .widget-about li {
    font-size: 13px;
    padding: 3px 0
}

.footer .footer-widget .widget .widget-about li:first-child {
    margin-bottom: 20px
}

.footer .footer-widget .widget .widget-about li a {
    font-size: 14px;
    font-weight: 700
}

.footer .footer-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px 0 0;
    font-size: 13px
}

.footer .footer-text ul {}

.footer .footer-text ul li {}

.footer .footer-text p {}

.footer .footer-bottom {}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {
    .footer .footer-widget .widget {
        padding: 0 10px
    }
}

@media only screen and (max-width: 990px) {
    .footer .footer-widget .widget {
        padding: 0 15px;
        margin-top: 15px
    }

    .footer .backtop {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .footer .footer-text {
        padding: 20px 15px
    }
}

@media only screen and (min-width: 490px) and (max-width:767px) {
    .footer .footer-widget .widget {
        width: 50%
    }
}

@media only screen and (max-width: 480px) {
    .footer .footer-widget .widget {
        margin: 0;
        padding: 6px 0;
        width: 100%
    }

    .footer .footer-widget .widget .textwidget>div,
    .footer .footer-widget .widget>div:not(.textwidget) {
        opacity: 0;
        max-height: 0;
        -o-transition: .5s;
        transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s
    }

    .footer .footer-widget .widget .widget-title {
        position: relative
    }

    .footer .footer-widget .widget .widget-title:after {
        content: "\f067";
        right: 0;
        top: 0;
        font-size: 12px;
        font-family: var(--font-hisense-light);
        position: absolute
    }

    .footer .footer-widget .widget.active .textwidget>div,
    .footer .footer-widget .widget.active>div {
        opacity: 1;
        max-height: 100%;
        -o-transition: .5s;
        transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s
    }

    .footer .footer-widget .widget.active .widget-title:after {
        content: "\f068"
    }

    .footer .footer-widget .widget .widget-about {
        text-align: center;
        margin-bottom: 20px
    }

    .footer .footer-widget .widget .widget-about li:first-child {
        margin-bottom: 5px
    }

    .footer .footer-text {
        padding: 20px 0;
        text-align: justify;
        display: block
    }

    .footer .footer-text ul {
        padding-right: 0
    }

    .footer .footer-text .verify {
        text-align: center
    }

    .footer .footer-bottom .container {
        display: block
    }

    .footer .footer-bottom ul {
        margin-bottom: 5px
    }
}

.hamburger-menu {
    margin: auto;
    width: 32px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 21px;
    right: 10px;
    z-index: 11;
    display: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.bar,
.bar:after,
.bar:before {
    width: 32px;
    height: 3px
}

.bar {
    position: relative;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
    background: #fff;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    border-radius: 100px
}

.bar.animate {
    background: rgba(255, 255, 255, 0)
}

.bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: #fff;
    border-radius: 100px;
    -webkit-transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .3s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .3s, transform .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    -o-transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .3s, transform .3s cubic-bezier(.23, 1, .32, 1)
}

.bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: #fff;
    border-radius: 100px;
    -webkit-transition: top .3s cubic-bezier(.23, 1, .32, 1) .3s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: top .3s cubic-bezier(.23, 1, .32, 1) .3s, transform .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    -o-transition: top .3s cubic-bezier(.23, 1, .32, 1) .3s, transform .3s cubic-bezier(.23, 1, .32, 1)
}

.bar.animate:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
    transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
    -o-transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
    background: #fff
}

.bar.animate:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
    transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
    -o-transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
    background: #fff
}

.mb {
    display: none
}

@media screen and (max-width: 1440px) {
    .congngheList .item .copy h3 {
        font-size: 16px
    }

    .congngheList .item .copy p {
        font-size: 14px
    }

    .bannerHome h2 {
        padding-top: 13vh
    }
}

@media screen and (max-width: 1024px) {
    header {
        height: 60px
    }

    .hamburger-menu {
        display: block
    }

    nav {
        background: #fff;
        position: fixed;
        width: 100%;
        height: calc(100vh - 50px);
        top: 60px;
        left: 0;
        margin-left: 0;
        padding-top: 0;
        display: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    nav ul {
        position: relative;
        width: 100%;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    nav ul li {
        width: 100%;
        text-align: center;
        margin-right: 0 !important
    }

    nav ul li a {
        color: #000;
        padding: 13px 0
    }

    nav ul li a:after {
        background: #000
    }

    .crsProduct {
        padding: 50px 50px 80px
    }

    .slick-prev {
        left: 10px
    }

    .slick-next {
        right: 10px
    }

    .slick-next,
    .slick-prev {
        width: 40px;
        height: 40px;
        margin-top: -20px
    }

    .crsProduct .item .copy {
        padding: 10px 0
    }

    .crsProduct .item .copy h3 {
        font-size: 13px;
        padding-bottom: 10px
    }

    .crsProduct .item .copy p {
        font-size: 11px
    }

    .crsProduct .item .module {
        padding: 10px
    }

    .linkDt {
        line-height: 40px;
        font-size: 11px
    }

    .linkMk span {
        font-size: 11px
    }

    .shortNews .copy p {
        font-size: 23px
    }

    .crsProduct .item .module-border-wrap:after {
        -webkit-transform: translate(-50%, -50%) rotate(0) !important;
        -ms-transform: translate(-50%, -50%) rotate(0) !important;
        transform: translate(-50%, -50%) rotate(0) !important
    }
}

@media screen and (max-width: 800px) and (orientation:portrait) {
    .bannerHome {
        height: 52vh
    }

    .bannerHome h2 {
        padding-top: 72px
    }

    .bannerHome h2 img {
        height: 13vh
    }

    .mainImg {
        left: 0
    }

    .bannerHome h3 {
        right: 5%
    }

    .fisherTechlist .item .copy h3 {
        font-size: 15px
    }

    .fisherTechlist .item .copy p {
        font-size: 13px
    }

    .fisherTechMain {
        width: 700px
    }

    .fisherTechMainItem:nth-child(1) {
        left: 27%;
        height: 195px
    }

    .fisherTechMainItem:nth-child(2) {
        left: 60%
    }

    .fisherTechMainItem:nth-child(3) {
        left: 86.5%
    }

    .systemCt {
        padding: 30px
    }

    .systemCt>h3 {
        font-size: 28px;
        padding-bottom: 20px
    }

    .systemCt>h3 span {
        font-size: 45px
    }

    .featureWrap .item h2 {
        font-size: 24px;
        padding-bottom: 15px
    }

    .systemList .item .copy h3 {
        font-size: 16px;
        padding-bottom: 5px
    }

    .tinhnangItem:nth-child(2) {
        right: 12%
    }

    .tinhnangItem .ttItem h3 {
        font-size: 15px
    }

    .congngheList .item .copy {
        padding: 10px 0
    }

    .videoWrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .videoWrap p {
        width: 100%;
        text-align: center;
        padding-bottom: 20px
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 14px
    }

    .intro .container h2 img {
        width: 77%
    }

    .machineIntro img {
        height: 50vh;
        width: auto
    }

    .logo {
        width: 87px
    }

    .hamburger-menu {
        top: 17px
    }

    .bannerHome {
        height: 90vh;
        background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/bg-mb.jpg) bottom/cover no-repeat
    }

    .mainImg {
        bottom: auto;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 100%
    }

    .scrollBot {
        bottom: 10px
    }

    .scrollBot .img {
        width: 20px;
        margin-bottom: 10px
    }

    .scrollBot .img .ar {
        width: 10px
    }

    .scrollBot p {
        font-size: 8px
    }

    .bannerHome h3 {
        position: absolute;
        width: 300px;
        bottom: 70px;
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    nav {
        top: 50px
    }

    nav ul {
        top: 44%
    }

    .engineCt {
        padding: 20px;
        background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/feature-bg.png) center/100% 100% no-repeat
    }

    .engineCt h3 {
        font-size: 23px
    }

    .engineCt h3 br {
        display: none
    }

    .engineCt p {
        font-size: 14px
    }

    .engineItemWrap .item h4 {
        font-size: 12px;
        padding-top: 5px
    }

    .btn {
        font-size: 14px
    }

    .featureWrap .item {
        width: 100%;
        margin-bottom: 30px !important;
        padding: 20px
    }

    .featureWrap .item:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0
    }

    .featureWrap .item:nth-child(1n) {
        margin-right: 0;
        margin-bottom: 0
    }

    .featureWrap .item:nth-child(even) {
        margin-top: 0
    }

    .featureWrap .item h2 {
        font-size: 20px;
        padding-bottom: 10px
    }

    .pc {
        display: none
    }

    .mb {
        display: inline-block
    }

    .fisherTechWrap .container>h2 {
        margin: -24px 0
    }

    .fisherTechWrap .container>h2 img {
        left: -14%
    }

    .fisherTechlist .item {
        width: 100%;
        margin-bottom: 20px !important
    }

    .fisherTechlist .item:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0
    }

    .fisherTechlist .item:nth-child(1n) {
        margin-right: 0;
        margin-bottom: 0
    }

    .fisherTechMain {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 20px
    }

    .fisherTechMain h3 {
        font-size: 20px
    }

    .fisherTechMain p {
        font-size: 12px
    }

    .fisherTechCt {
        width: 700px
    }

    .systemWrap {
        padding-top: 20px
    }

    .systemCt {
        padding: 0;
        background: 0;
        text-align: center
    }

    .systemCt>h3 {
        font-size: 15px;
        padding-bottom: 20px
    }

    .systemCt>h3 span {
        font-size: 25px
    }

    .systemList {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .systemList .item {
        width: 100%;
        margin-bottom: 20px !important
    }

    .systemList .item:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0
    }

    .systemList .item:nth-child(1n) {
        margin-right: 0;
        margin-bottom: 0
    }

    .tinhnangList {
        padding-top: 20px
    }

    .tinhnangItem {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        margin-bottom: 20px;
        width: 100%;
        overflow: hidden
    }

    .tnItemCt {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        padding: 20px;
        opacity: 1;
        visibility: visible;
        display: none;
        background: url(https://aquavietnam.com.vn/wp-content/plugins/hisense-wmldp/assets/images/tn-item-big-mb.png) center/100% 100% no-repeat
    }

    .tnItemCt .img {
        width: 100%
    }

    .tnItemCt .img img {
        display: none
    }

    .tnItemCt .img .thumb {
        width: 100%;
        position: relative;
        display: inline-block;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .tnItemCt .copy {
        width: 100%
    }

    .crsProduct {
        padding: 30px 50px
    }

    .newsWrap h2 {
        font-size: 25px
    }

    .shortNews {
        display: block
    }

    .shortNews .img {
        width: 100%
    }

    .shortNews .copy {
        width: 100%;
        padding: 10px;
        text-align: center
    }

    .shortNews .copy p {
        font-size: 19px
    }

    .detailNews {
        padding: 10px
    }

    .detailNews h2 {
        font-size: 19px
    }

    .videoWrap p {
        font-size: 17px
    }

    .videoWrap .videoItem {
        width: 120px;
        height: 49px;
        margin: 0 10px
    }

    .videoWrap .videoItem img {
        width: 23px
    }

    .videoWrap .videoItem span {
        font-size: 14px
    }

    .tinhnangWrap {
        padding-bottom: 40px
    }
}

.page-id-193 .engineWrap,
.page-id-193 .moreContent {
    background-color: #00001b !important;
}

.about {
    background-color: #fff;
    color: #232323
}

.about .about-video video {
    max-width: 100%
}

.about .about-header {
    margin-top: 30px
}

.about .about-header h2 {
    font-size: 42px;
    font-family: var(--font-hisense-light);
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 20px
}

.about .about-image h3 {
    font-size: 20px;
    font-family: var(--font-hisense-light);
    margin-bottom: 30px
}

.about .about-image ul {
    padding: 0;
    margin: 0 -15px;
    list-style: none;
    flex-wrap: wrap;
    display: flex
}

.about .about-image ul li {
    width: calc(100%/3);
    padding: 15px;
    text-align: center
}

.about .about-image ul li h4 {
    margin-top: 10px;
    font-size: 18px
}

.about .about-text {
    line-height: 1.4em;
    margin: 30px 0
}

.about .about-text h4 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px
}

.about .about-text img {
    display: block;
    margin: 0 auto
}

.about .about-text img.img-two {
    margin-top: 55px
}

@media only screen and (max-width: 480px) {
    .about .about-image ul li {
        width: 100%;
        padding: 0;
        margin: 10px 0
    }

    .about .about-text {
        text-align: justify
    }
}

.contact-page .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    padding-left: 50px
}

.contact-page .wp-block-media-text:nth-child(2n) .wp-block-media-text__content {
    padding-right: 50px;
    padding-left: 0
}

.contact-page .wp-block-media-text ul {
    border-bottom: 1px solid #171718;
    list-style: none;
    padding: 0
}

.contact-page .wp-block-media-text ul li {
    color: #222;
    margin: 10px 0;
    font-size: 16px
}

.contact-page .wp-block-media-text ul li strong {
    font-size: 20px
}

.contact-page .wp-block-media-text ul li img {
    width: 25px;
    max-height: 15px;
    object-fit: contain
}

.contact-page .wp-block-media-text ul:last-of-type {
    border: none;
    margin-top: 20px
}

@media only screen and (max-width: 990px) {
    .contact-page .wp-block-media-text {
        display: block
    }

    .contact-page .wp-block-media-text .wp-block-media-text__content {
        padding: 10px 0
    }
}

.paging-navigation a,
.paging-navigation span {
    color: #666;
    font-size: 13px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    padding: 8px 10px;
    line-height: 1em;
    margin: 5px 0
}

.paging-navigation span,
.paging-navigation a:hover,
.paging-navigation a:focus {
    background-color: #0c5ca8;
    border-color: #0c5ca8;
    color: #fff
}

.paging-navigation .disabled,
.paging-navigation .disabled:hover {
    background-color: #ddd;
    cursor: not-allowed;
    color: #b3b3b3;
    border-color: #dcdcdc
}

@media only screen and (max-width: 990px) {

    .paging-navigation a,
    .paging-navigation span {
        font-size: 14px
    }
}

.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.popup .popup-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6)
}

.popup .popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    opacity: 0.3
}

.popup .popup-close:hover {
    opacity: 1
}

.popup .popup-close:before,
.popup .popup-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333
}

.popup .popup-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup .popup-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.popup.popup-market .popup-container {
    background-color: #f9f9f9;
    max-width: 560px;
    margin: 0 auto;
    position: relative;
    padding: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.popup.popup-market .popup-body ul {
    list-style: none;
    padding: 0
}

.popup.popup-market .popup-body ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 10px 0
}

.popup.popup-market .popup-body ul li img {
    width: 250px;
    height: auto;
    padding: 20px 30px;
    background-color: #fff;
    border: 1px solid #e1e1e1
}

.popup.popup-market .popup-body ul li a {
    color: #fff;
    letter-spacing: 2px;
    background-color: #0c5ca8;
    display: inline-block;
    padding: 4px 10px
}

.popup.popup-market .popup-body ul li a:hover {
    background-color: #06365e
}

.popup.popup-market .popup-body ul li:last-child {
    border: none
}

@media only screen and (max-width: 1680px) {
    .popup .popup-close {
        top: 8px;
        right: 8px;
        height: 25px;
        width: 25px
    }

    .popup .popup-close:before,
    .popup .popup-close:after {
        height: 25px
    }

    .popup.popup-market .popup-container {
        max-width: 350px
    }

    .popup.popup-market .popup-body ul li {
        padding: 6px 0
    }

    .popup.popup-market .popup-body ul li img {
        width: 120px;
        padding: 10px
    }

    .popup.popup-market .popup-body ul li a {
        font-size: 14px
    }
}

@media only screen and (max-width: 990px) {
    .popup .popup-close {
        height: 20px;
        width: 20px
    }

    .popup .popup-close:before,
    .popup .popup-close:after {
        height: 20px
    }
}

@media only screen and (min-width: 490px) and (max-width: 767px) {
    .popup.popup-market .popup-container {
        padding: 10px;
        max-width: 280px
    }

    .popup.popup-market .popup-body {
        padding: 10px;
        max-height: 300px;
        overflow-y: scroll
    }
}

.error-404 img {
    margin: 0 auto;
    display: block
}

.ele-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: url(/wp-content/themes/aquavietnam/img/loading.gif) rgba(255, 255, 255, 0.6) center no-repeat;
    background-size: 20px;
    display: none
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999
}

.loading .loading-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.loading .loading-dot {
    position: relative;
    left: -9999px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: #9880ff;
    box-shadow: 9999px 0 0 -5px #fff;
    animation: dotPulse 1.5s infinite linear;
    animation-delay: .25s
}

.loading .loading-dot:before,
.loading .loading-dot:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: #9880ff
}

.loading .loading-dot:before {
    left: -15px;
    box-shadow: 9984px 0 0 -5px #fff;
    animation: dotPulseBefore 1.5s infinite linear;
    animation-delay: 0s
}

.loading .loading-dot:after {
    left: 15px;
    box-shadow: 10014px 0 0 -5px #fff;
    animation: dotPulseAfter 1.5s infinite linear;
    animation-delay: 0.5s
}

@keyframes dotPulseBefore {
    0% {
        box-shadow: 9984px 0 0 -5px #fff
    }

    30% {
        box-shadow: 9984px 0 0 2px #fff
    }

    60%,
    100% {
        box-shadow: 9984px 0 0 -5px #fff
    }
}

@keyframes dotPulse {
    0% {
        box-shadow: 9999px 0 0 -5px #fff
    }

    30% {
        box-shadow: 9999px 0 0 2px #fff
    }

    60%,
    100% {
        box-shadow: 9999px 0 0 -5px #fff
    }
}

@keyframes dotPulseAfter {
    0% {
        box-shadow: 10014px 0 0 -5px #fff
    }

    30% {
        box-shadow: 10014px 0 0 2px #fff
    }

    60%,
    100% {
        box-shadow: 10014px 0 0 -5px #fff
    }
}

.backtop {
    position: fixed;
    right: 20px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background: url(/wp-content/themes/aquavietnam/img/arrow-up.png) #363636 center no-repeat;
    background-size: 25px;
    opacity: .7;
    z-index: 9999;
    cursor: pointer
}

.img-scale-2 {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2)
}

.img-scale-3 {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3)
}

.img-scale-4 {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4)
}

.img-scale-5 {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5)
}

.img-scale-6 {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    transform: scale(1.6)
}

.img-scale-7 {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    transform: scale(1.7)
}

div#more-video {
    display: none;
}

.step-by-step-list .step-item p {
    line-height: 1.3 !important;
    font-size: 14px;
}

.main-content-item .heading {
    font-size: 40px;
    color: var(--primary-color);
}

.main-content-item {
    margin: 10vh 50px;
    position: relative;
}

.main-content-item .content {
    position: absolute;
    right: 0;
    top: 70px;
}

.main-content-item .content .milestone-span {
    color: var(--primary-color);
    font-size: 10vw;
    font-weight: bolder;
    opacity: 0.7;
}

.main-content-item .img-holder {
    margin-top: 30px;
}

.main-content-item img {

    max-width: 50vw !important;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}



.history-block {
    position: relative;
}

.history-block .history-arrow-icon {
    width: 50px;
    height: 70px !important;
    object-fit: contain;
    position: absolute;
    top: 85px;
    right: -7px;
    transform: translate(92%, -50%);
}

.container-thanhtuu {
    display: flex;
}

.column-thanhtuu {
    flex: 1;
    position: relative;
    color: white;
    text-align: center;
    padding: 20px 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 35vh;
    display: flex;
    flex-direction: column-thanhtuu;
    justify-content: flex-end;
}

.container-thanhtuu .circle-content {
    position: absolute;
    top: 40vh;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.container-thanhtuu .circle {
    background: url(http://hisense.minasoft.vn/tadawqrpia-content/userfiles/2025/06/image-mesh-gradient.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    border-radius: 50%;
    width: calc((100vw / 7) - 3.5vw);
    height: calc((100vw / 7) - 3.5vw);
    margin: 10px auto;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
    flex-direction: column;
}

.container-thanhtuu .circle:hover {
    transform: scale(1.1);
    transition: transform 0.4s ease;

}

.container-thanhtuu .rank {
    font-weight: bold;
    font-size: 30px;
    margin: 14.5px auto;
    color: #00b2b2;
}

.container-thanhtuu .product {
    font-size: 16px;
    margin: 15px auto;
    color: #999;
}



.sport-event .text-box-content {
    opacity: 0.85;
}

.bh-container {


    width: 100%;
    margin: 0 auto;
}

.bh-heading {
    margin-bottom: 10px;
}

.bh-container .bh-select {
    width: 25%;
    height: 40px;
    padding: 0 18px !important;
    /* margin-right: 10px !important; */
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    color: #000;
    line-height: 1.2;
    background-color: #fff;
}

.bh-table {
    width: 100%;
    border-collapse: separate;
    /* quan trọng: phải là separate để thấy border-radius */
    border-spacing: 0;
    /* loại bỏ khoảng cách giữa các ô */
    margin-top: 30px;
    text-align: left;
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    /* bo tròn góc */
    /* overflow: hidden; */
    /* ẩn nội dung tràn khỏi góc bo tròn */
}

.bh-table th,
.bh-table td {
    padding: 20px;
    font-size: 16px;
    color: #000;
    line-height: 1.2;

}

.bh-table thead {
    background-color: #f9fafb;

}

.bh-table th {
    font-weight: bold;
    font-size: 16px;
}

.bh-empty-message {

    text-align: center;
    color: #555;
    font-style: italic;
    padding: 20px;
}

.bh-error-message {
    color: red;
    padding: 10px;
    margin-top: 10px;
    display: none;
}

.bh-areas {
    display: flex;
    gap: 15px;
    width: 100%;
    justify-content: center;
}

.service-center-header-container {
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 900px;
    margin: 20px auto;
    color: #333;
    margin-top: 30px;

}

.line {
    flex-grow: 1;
    height: 1px;
    background-color: #e0e0e0;
    margin: 0 10px;
}

.service-center-header {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.header-icon {
    width: 26px;
    height: 25px;
    margin-right: 8px;
    object-fit: contain;
}

.space-line {
    margin: auto 0px;
    font-weight: bold;
}

.ut-form-wrapper {
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 10px #ccc;
    max-width: 500px;
    margin: auto;
}

.ut-form-title {
    font-size: 22px;
    color: #0050c8;
    text-align: center;
    margin-bottom: 20px;
}

.ut-input,
.ut-select,
.ut-textarea {
    width: 100% !important;
    height: 40px !important;
    padding: 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    margin-bottom: 15px !important;
    gap: 10px !important;
}

.ut-select {
    width: 220px;
}


.ut-form-row p {
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 15px;
    gap: 5px;
}

.ut-file-upload {
    width: 100%;
}

.ut-label {
    font-weight: 500;
    color: #333;
}


.ut-checkbox {
    display: block;
    margin-bottom: 15px;
}

.ut-submit {
    background-color: #0050c8;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
}

.wpcf7 .wpcf7-not-valid-tip {
    margin-top: 8px;
    text-align: left;
    background: transparent;
    color: red;
}





.buy-locations .buy-locations-slider .slick-slide a {
    display: block;
    width: 100%;

}

.buy-locations .buy-locations-slider .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;

}

.buy-locations .slick-track {
    margin: 0 !important;
}

.buy-locations h3 {
    margin-bottom: 20px !important;
}

.gallery-holder .slick-list {
    padding: 0 !important;
}



#specs-tab-huong-dan-va-video,
#specs-tab-thong-so-ky-thuat {
    margin: 0 100px;
}

.gallery-holder .small-slide-thumbnail .slick-track {
    display: flex !important;
    /* width: auto !important;
    transform: none !important; */
    justify-content: start !important;
    gap: 10px;


}

#specs-tab-dac-diem-san-pham.tab.active {
    border: none !important;
}

.gallery-holder .slick-track {
    /* transform: none !important; */
    /* width: 500px !important; */
    /* max-width: 500px !important; */
}

.gallery-holder .small-slide-thumbnail {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.gallery-holder .small-slide-thumbnail .slick-slide {
    margin: 0;
}

.gallery-holder .thumbnail-item.active {
    border: 2px solid #007bff;
}

/* From Uiverse.io by Allyhere - Modified */
.job-form-btn {
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.job-form-btn span {
    display: inline-block;



}

.job-form-btn-submit {
    width: 100% !important;
    border: none;
    padding: 5px 50px !important;
    font-size: 13.58px !important;
    border-radius: 14px !important;
    cursor: pointer;
    text-transform: none !important;
    font-style: normal;
    transition: background-color 0.3s ease;
}



.jobform-container {
    width: 100%;
    max-width: 700px;
    padding: 30px 40px;
    border-radius: 20px;
    border: 1px solid #76787b;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    box-sizing: border-box;
}

.jobform-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.jobform-row {
    display: flex;
    gap: 20px;
}

.jobform-row.full {
    flex-direction: column;
}

.jobform-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}


.jobform-form textarea {
    font-size: 15px;
    padding: 10px 25px;
    line-height: 1.5;
    border-radius: 12px;
    border: 0.5px solid #ccc !important;
    border-right: 0.5px solid #ccc !important;
    background-color: #fff;
    box-sizing: border-box;
    resize: vertical;
    min-height: 100px;
}

.jobform-form input::placeholder,
.jobform-form textarea::placeholder {
    padding: 0px;
    color: #aaa;
    font-size: 15px;
}

/* Mặc định: màu placeholder khi chưa chọn gì */
select.cf7-placeholder {
    color: #aaa !important;
    /* xám nhạt giống placeholder */
    font-weight: normal !important;
}

/* Khi đã chọn 1 option thực sự (không phải option đầu tiên) */
select.cf7-placeholder option:not(:first-child) {
    color: #000 !important;
    /* đen khi chọn */
}

.jobform-form input[type="file"] {
    padding: 10px 14px;
}


.jobform-form select {
    font-size: 14px;
    padding: 2px 13px;
    line-height: 1.4;
    background-image: url("data:image/svg+xml,%3Csvg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
    cursor: pointer;
}

.jobform-form input:focus,
.jobform-form select:focus,
.jobform-form textarea:focus {
    border-color: #00AAA6;
    box-shadow: 0 0 0 2px rgba(0, 170, 166, 0.2);
    outline: none;
}

.jobform-form label {
    margin-bottom: 6px;
    font-weight: 500;
    color: #333;
    font-size: 14px;
}

/* Checkbox */
.jobform-checkbox-container {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
}

.jobform-checkbox-container input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.page-id-188 .custom-image-wrapper {
    width: 800px !important;
    /* Tăng kích thước ảnh */
    margin-left: -200px;
    /* Đẩy ảnh lệch trái nhiều hơn */

    max-width: none !important;
    border-radius: 16px;
    overflow: hidden;
    position: relative !important;
    /* Đảm bảo ảnh vẫn trong luồng nếu không dùng absolute */
}

/* Cho phép ảnh tràn khỏi khung container */
.page-id-188 .section-career-list .container,
.page-id-188 .section-career-list .row {
    overflow: visible;
}

/* Responsive */
@media (max-width: 600px) {
    .jobform-row {
        flex-direction: column;
    }
}

/* ==== Đồng bộ chiều cao và style cho mọi ô input/select/file ==== */
.jobform-form input[type="text"],
.jobform-form input[type="email"],
.jobform-form input[type="tel"],
.jobform-form input[type="file"],
.jobform-form input[type="number"],
.jobform-form select,
.jobform-form textarea {
    width: 100%;
    height: 45px;
    padding: 12px 16px !important;
    font-size: 15px !important;
    border: 0.5px solid #ccc !important;
    border-radius: 7px !important;
    background-color: #fff !important;
    box-sizing: border-box !important;
}

.jobform-form input[type="file"] {
    line-height: 10px;
}

.jobform-form select {
    background-image: url("data:image/svg+xml,%3Csvg fill='gray' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
    appearance: none;
    cursor: pointer;

}

.jobform-form select.job-position-select {
    font-weight: 500 !important;
    /* chữ đậm */

}

/* Textarea riêng nên cao hơn */
.jobform-form textarea {
    border: 1px solid #ccc;
    min-height: 120px;
    resize: vertical;
    padding: 12px 16px;
}

/* Focus effect */
.jobform-form input:focus,
.jobform-form select:focus,
.jobform-form textarea:focus {
    border-color: #00AAA6 !important;
    box-shadow: 0 0 0 2px rgba(0, 170, 166, 0.2);
    outline: none !important;
    border: 0.5px solid rgba(0, 170, 166, 0.2) !important;

}

.jobform-form input:not(:placeholder-shown),
.jobform-form textarea:not(:placeholder-shown) {
    box-shadow: none !important;
    border: 0.5px solid #00AAA6 !important;
}

.jobform-form .wpcf7 .wpcf7-not-valid-tip:after {
    display: none !important;
}

/* Label */
.jobform-form label {
    margin-bottom: 6px;
    font-weight: 500;
    color: #333;
    font-size: 14px;
}

/* Đảm bảo các cột trong hàng ngang căn đều */
.jobform-group {
    flex: 1 1 100%;
}

.custom-bullet-list {
    list-style: none;
    padding-left: 0;
    font-size: 16px;
    color: #555555;
}

.custom-bullet-list li {

    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.custom-bullet-list li span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #555555;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Responsive fix nếu cần */
@media (max-width: 600px) {
    .jobform-row {
        flex-direction: column;
    }
}



/* Giữ bố cục tháng thẳng hàng */
.flatpickr-months {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 12px !important;
    border-radius: 8px 8px 0 0 !important;
    position: relative !important;
}

/* Mũi tên chuyển tháng */
.flatpickr-prev-month,
.flatpickr-next-month {
    margin-top: 10px !important;
    font-size: 18px !important;
    cursor: pointer !important;
    padding: 5px !important;
}

.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 4px !important;
}

/* Tên tháng + năm */
.flatpickr-current-month {
    font-size: 16px !important;
    font-weight: bold !important;
    width: 100% !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
}

.flatpickr-current-month input.cur-year {
    background: transparent !important;
    border: none !important;
    color: #00aaa6 !important;
    font-weight: bold !important;
    width: 50px !important;
    text-align: left !important;
}

/* Bo góc cho popup */
.flatpickr-calendar {
    border-radius: 12px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
}

/* Ngày được chọn */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: #00aaa6 !important;
    color: #fff !important;
    border-radius: 6px !important;
}

/* Header ngày trong tuần */
.flatpickr-weekday {
    color: #00aaa6 !important;
    font-weight: bold !important;
}


.price bdi {
    font-size: 16px;
}

.product-info-context-holder .feature-list ul {
    /* padding: 20px; */
    margin: 0;
    width: 100%;
    /* background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 12px; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* hiển thị 2 cột tính năng */
    gap: 10px;
    list-style: none;
}

.product-info-context-holder .feature-list li {
    font-size: 12px;
    color: #000;
    background: #f7f7f7;
    /* nền nhấn nhẹ từng tính năng */
    padding: 5px 10px;
    border-radius: 8px;
    line-height: 1.5;
    position: relative;
    padding-left: 32px;
    display: flex;
    align-items: center;
    min-height: 40px;
}

.product-info-context-holder .feature-list li::before {
    content: "✓";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #00aaa6;
    font-weight: bold;
}

.product-detail-price bdi {
    font-weight: bolder !important;
    color: var(--primary-color) !important;
    font-size: 18px !important;
}

.product-sku {
    text-transform: uppercase;
}

.short-desc ul li,
.short-desc ul li:hover {
    color: #666 !important;
    font-size: 13px !important;
}

.short-desc ul>li:nth-child(n+4) {
    display: none !important;
}

._locations-swiper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

._locations-slide {
    width: 80px !important;
    /* thu nhỏ lại giống hình */
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    margin: 0 5px;
    transition: border-color 0.2s ease;
}

._locations-slide img {
    width: auto;
    height: 60px;
    object-fit: contain;
}

._locations-slide.swiper-slide-thumb-active {
    border: 2px solid #00c0c0;
    /* Màu viền active */
    max-width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}


._locations-slide {
    width: 100px !important;
    /* Có thể điều chỉnh theo chiều cao ảnh */
    height: 50px;
    /* Không cần quá cao */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    padding: 5px;
}

._locations-slide img {
    height: 40px !important;
    /* Đặt cùng chiều cao cho tất cả ảnh */
    width: auto;
    /* Giữ nguyên tỉ lệ theo chiều ngang */
    object-fit: contain;
    /* Đảm bảo không bị méo, không cắt */
    display: block;
}

._locations-pagination {
    top: 60px !important;
}

.page-breadcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    padding: 10px 0;
    margin: 0;
    gap: 5px;
}

.page-breadcrumbs li {
    display: flex;
    align-items: center;
    color: #666;
}

.page-breadcrumbs li.link a {
    text-decoration: none;
    color: var(--primary-color);
    transition: color 0.2s ease;
}

.page-breadcrumbs li.link a:hover {
    color: var(--primary-color);
}


.page-breadcrumbs li.active {
    font-weight: 600;
    color: #000;
}

.section-content-product {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.custom-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100%;
    gap: 30px;
}

.custom-column {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.custom-column:has(img) {
    order: 2;
}


.custom-column h2 {
    font-size: 40px !important;
    color: var(--primary-color);
    padding: 5px 0;
    width: 70% !important;
    margin: 0 auto;

}

.custom-column-center {
    width: 100%;
}

.custom-column h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0;
    font-weight: normal !important;
    width: 70% !important;
    margin: 0 auto;

}

.custom-column h4 {
    font-size: 16px;
    font-weight: normal !important;
    padding: 5px 0;
    line-height: 1.5;
    width: 70% !important;
    margin: 0 auto;
}

.custom-column .content-item {
    width: 100%;
}

.custom-column-center img,
.custom-column img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.custom-column img {
    width: 70% !important;
    margin: 0 auto;
}

.filter-group .group-content {
    display: block;
}

.filter-group .group-header[data-collapsed="true"]+.group-content {
    display: none;
}

.section-product-list {
    padding: 0 !important;
}

.job-item {
    width: 100%;
}

.job-item .figure {
    width: 100%;
    display: flex;
    gap: 20px;
}

.job-item .figure>.image {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
}

.job-item .figure>.image>img {
    width: 100%;
}

.job-item .figure>.figcaption .title {
    text-transform: uppercase;
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: 15px;

}

.job-item .figure>.figcaption .title:hover {
    color: yellow;
}

.job-item .figure>.figcaption .salary {
    color: red;
}

.timeline {
    width: 1000px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 220px;
    border-top: 8px solid var(--primary-color);
    border-bottom: 8px solid var(--primary-color);
    background-color: transparent;

}



.timeline:nth-child(odd) {
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 150px;
    border-right: 8px solid var(--primary-color);
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;

}

.timeline:nth-child(even) {


    margin-right: 200px;
    border-left: 8px solid var(--primary-color);
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;

}

.timeline:nth-child(1) {
    padding-right: 50px;
    margin-left: 150px;
}

.timeline:nth-child(1)::after {
    content: "";
    height: 8px;
    width: 100px;
    background-color: var(--primary-color);
    position: absolute;
    top: -8px;
    left: 0;
    transform: translateX(-100%);
}


.timeline:nth-child(2) {
    bottom: 8px;
}

.timeline:nth-child(3) {
    bottom: 16px;
}

.timeline:nth-child(4) {
    bottom: 24px;
}

.timeline:nth-child(5) {
    bottom: 32px;
    border-bottom: 8px solid transparent;
    border-right: none;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.timeline:nth-child(6) {
    bottom: 44px;

}

.timeline-item {
    position: relative;
    text-align: center;
    flex: 0 0 250px;
    bottom: 35px;

}

.timeline-item:before {
    content: '';
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    background-color: var(--primary-color);
    border: 2px solid white;
    border-radius: 50%;
    z-index: 2;
    outline: 2px solid var(--primary-color);

}

.timeline-item:hover::after {
    background-color: red;
}

.timeline-item:hover:before {
    background-color: red;
    outline: 1px solid red;
}

.timeline-item:hover .timeline-content time {
    color: red;
}

.timeline-item:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 3px;
    height: 55px;
    background-color: var(--primary-color);
    z-index: 1;

}

.timeline-item:after {
    top: 30px;
    transform: translateX(-50%);
}

.timeline-content {
    position: absolute;
    width: 200px;
    padding: 6px 8px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.timeline-item .timeline-content {
    top: 90px;
    left: 25px;
    font-family: var(--font-hisense-light) !important;
    line-height: 1.2;
}

.timeline-content time {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--primary-color);
    font-size: 40px;

}

.timeline-content h3:hover {
    color: red;
}

.timeline-content br {
    display: none !important;
}

.timeline-content h3 {
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
    color: var(--primary-color);
    font-size: 16px;
}

.timeline-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.3 !important;

}


.variation-item-link.active {
    border: 1.5px solid var(--primary-color) !important;
}

.variation-item-link.active div {
    color: var(--primary-color) !important;

}

.section-single-post-banner .banner-bg img {
    max-height: 500px;
    object-fit: cover;
}

.error-template {
    margin: auto;
    text-align: center;
    margin-top: 30px;
    font-size: 18px;

}

.small-posts-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    /* Đảm bảo chiều cao của .small-wrapper chiếm hết phần cột phải */

}

.post-list .post-item .post-info .post-title a {
    text-shadow: 1.5px 1.5px #999595;
}