.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: 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-loading .slick-list {
    background: #fff url(../images/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../images/slick.svg#slick) format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-text-size-adjust: none
}

body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    font-weight: 400
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure,
figcaption {
    margin: 0;
    padding: 0;
    outline: 0
}

a {
    text-decoration: none;
    cursor: pointer
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    vertical-align: top
}

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

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

*,
*:before,
*:after {
    box-sizing: border-box
}

img {
    max-width: 100%
}

p {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

ul {
    list-style: none
}

ul li {
    list-style: none
}

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

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

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

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

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    font-size: 62.5%;
    color: #1D1D1F;
    line-height: 150%;
    background: #fff;
    background-color: #fff;
    font-family: "Hisense Sans Alfabet", Arial, "Helvetica Neue", Helvetica, sans-serif
}

body {
    font-size: 1.6rem
}

body:before {
    content: 'desktop';
    display: none
}

@media (max-width: 767px) {
    body:before {
        content: 'mobile'
    }
}

body.overflow {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 100%
}

@media (min-width: 768px) {
    .mobile-only {
        display: none !important
    }
}

@media (max-width: 767px) {
    .desktop-only {
        display: none !important
    }
}

.page-wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
    -webkit-transition: padding-top 0.5s ease-out;
    -moz-transition: padding-top 0.5s ease-out;
    -o-transition: padding-top 0.5s ease-out;
    -ms-transition: padding-top 0.5s ease-out;
    transition: padding-top 0.5s ease-out
}

@media (max-width: 1023px) {
    .page-wrapper {
        padding-top: 60px
    }
}

@media (max-width: 767px) {
    .page-wrapper {
        overflow: hidden
    }
}

.page-wrapper .main-container {
    min-height: 500px;
    background: #fff;
    -webkit-transition: background-color 0.6s ease;
    -moz-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    -ms-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease
}

.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

img.lazy {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease, transform 0.6s ease, min-height 0.6s ease;
    -moz-transition: opacity 0.6s ease, transform 0.6s ease, min-height 0.6s ease;
    -o-transition: opacity 0.6s ease, transform 0.6s ease, min-height 0.6s ease;
    -ms-transition: opacity 0.6s ease, transform 0.6s ease, min-height 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease, min-height 0.6s ease
}

img.lazy.loaded {
    opacity: 1
}

[data-track] {
    opacity: 0;
    -webkit-transition: opacity 0.8s ease, transform 0.8s ease;
    -moz-transition: opacity 0.8s ease, transform 0.8s ease;
    -o-transition: opacity 0.8s ease, transform 0.8s ease;
    -ms-transition: opacity 0.8s ease, transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease
}

[data-track].trackin {
    opacity: 1;
    transform: translateY(0) !important
}

.mfp-bg {
    -webkit-transition: background-color 0.6s ease;
    -moz-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    -ms-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease
}

.mfp-bg.mfp-ready {
    background-color: rgba(255, 255, 255, 0.7) !important
}

.mfp-bg.mfp-removing {
    background-color: rgba(255, 255, 255, 0) !important
}

.mfp-wrap {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease
}

.mfp-wrap.mfp-ready {
    opacity: 1
}

.mfp-wrap.mfp-removing {
    opacity: 0
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #fff;
    opacity: 1
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: none;
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.btn-hisense {
    text-align: center;
    min-width: 210px;
    line-height: 100%;
    font-weight: 400;
    display: inline-block;
    padding: 30px;
    height: 72px;
    flex-shrink: 0;
    text-transform: none !important;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    border-radius: 36px;
    color: #fff;
    background: #6DEBE6;
    background: -webkit-linear-gradient(0deg, #6DEBE6 0%, #39D5CE 10%, #00AAA6 40%, #067977 60%);
    background: linear-gradient(90deg, #6DEBE6 0%, #39D5CE 10%, #00AAA6 40%, #067977 60%);
    background-size: 200%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease
}

@media screen and (min-width: 1025px) {
    .btn-hisense:hover {
        background-position: 0% 0%;
        background-size: 400%
    }
}

@media screen and (max-width: 1200px) {
    .btn-hisense {
        padding: 20px;
        min-width: 200px;
        height: 52px
    }
}

.btn-detail {
    text-align: center;
    min-width: 346px;
    line-height: 100%;
    font-weight: 400;
    display: inline-block;
    padding: 30px;
    height: 72px;
    text-transform: none !important;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    border-radius: 36px;
    color: #fff;
    background-color: #707070;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease
}

@media screen and (min-width: 1025px) {
    .btn-detail:hover {
        background-color: #00AAA6
    }
}

.btn-detail.small {
    min-width: 168px;
    height: 60px;
    padding: 23px
}

@media screen and (min-width: 1025px) {
    .btn-detail.small:hover {
        background-color: #DDD
    }
}

.btn-detail.white {
    background-color: #FFF;
    color: #1D1D1F
}

@media screen and (max-width: 767px) {
    .btn-hisense {
        min-width: none;
        display: flex;
        padding: 0 30px;
        align-items: center;
        justify-content: center;
        height: 56px;
        font-size: 14px
    }
}

.hidden {
    display: none !important
}

.mfp-wrap {
    pointer-events: none
}

.video-lightbox .mfp-inline-holder {
    padding-left: 15px;
    padding-right: 15px
}

.video-lightbox .mfp-inline-holder .mfp-content {
    width: auto;
    pointer-events: auto;
    height: 90%
}

.video-lightbox .mfp-inline-holder .mfp-content .cookie-consent-wrap {
    height: 100%;
    overflow: scroll
}

.video-lightbox .video-wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1182px
}

.video-lightbox .video-wrap video {
    display: block;
    width: 100%;
    height: auto
}

.video-lightbox .close {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    border: none;
    background: #EDEDED;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease
}

.video-lightbox .close:hover {
    background: #00CCCC
}

.video-lightbox .close:hover:before,
.video-lightbox .close:hover:after {
    border-color: #FFF
}

.video-lightbox .close:before,
.video-lightbox .close:after {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 20px;
    border-top: 1px solid #00CCCC;
    content: '';
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    -ms-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease
}

.video-lightbox .close:before {
    transform: translateX(-50%) rotate(45deg)
}

.video-lightbox .close:after {
    transform: translateX(-50%) rotate(135deg)
}

img.b2t {
    opacity: 0;
    position: fixed;
    max-width: 120px;
    bottom: 120px;
    right: 20px;
    z-index: 99999;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    cursor: pointer;
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    pointer-events: none
}

img.b2t.show {
    opacity: 1;
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    pointer-events: visible
}

@media screen and (max-width: 767px) {
    img.b2t {
        max-width: 85px;
        bottom: 17px;
        right: 12px
    }
}

.btn-backtotop {
    position: fixed;
    right: 100px;
    bottom: 24px;
    z-index: 11;
    width: 75px;
    height: 42px;
    background-color: #BFBFBF;
    text-indent: -999px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    border-radius: 21px;
    -webkit-transition: background-color 0.3s ease, transform 0.6s ease;
    -moz-transition: background-color 0.3s ease, transform 0.6s ease;
    -o-transition: background-color 0.3s ease, transform 0.6s ease;
    -ms-transition: background-color 0.3s ease, transform 0.6s ease;
    transition: background-color 0.3s ease, transform 0.6s ease;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    background-image: url(../images/common/icon-top.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
    overflow: hidden
}

@media screen and (min-width: 1025px) {
    .btn-backtotop:hover {
        background-color: #00AAA6
    }
}

.scroll-up .btn-backtotop {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media screen and (max-width: 1024px) {
    .btn-backtotop {
        width: 42px;
        right: 10px;
        bottom: 10px;
        background-size: 20px
    }
}

.form-message {
    font-size: 14px;
    line-height: 120%
}

.form-message.success {
    color: #00B3AC !important
}

.form-message.error {
    color: #F00 !important
}

.form-message.error a {
    color: #F00 !important
}

.product-highlight-points {
    margin: 10px 0
}

.product-highlight-points .product-highlight-point {
    margin: 4px 0;
    display: flex;
    align-items: center
}

.product-highlight-points .product-highlight-point *+* {
    margin-left: 10px
}

.product-highlight-points .product-highlight-point .product-highlight-text {
    flex-grow: 1;
    font-size: 24px;
    font-weight: 400
}

@media (max-width: 767px) {
    .product-highlight-points .product-highlight-point .product-highlight-text {
        font-size: 18px
    }
}

p .highlight {
    color: #00B3AC
}

.slick-loading .slick-list {
    background-image: none !important
}

.model-3d-lightbox .mfp-inline-holder {
    padding-left: 50px;
    padding-right: 50px
}

@media screen and (max-width: 1023px) {
    .model-3d-lightbox .mfp-inline-holder {
        padding-left: 0;
        padding-right: 0
    }
}

.model-3d-lightbox .mfp-inline-holder .mfp-content {
    width: 100%;
    pointer-events: auto
}

.model-3d-lightbox .model-3d-wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1338px;
    height: 100%;
    background: #F8F7F7
}

.model-3d-lightbox .model-3d-wrap canvas {
    width: 100%;
    height: 100%;
    min-height: 500px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.model-3d-lightbox .model-3d-wrap canvas.ready {
    cursor: url(../images/common/cursor-drag.svg) 15 15, auto
}

.model-3d-lightbox .model-3d-wrap canvas:focus {
    outline: none
}

.model-3d-lightbox .model-3d-wrap .icon-3d-model {
    position: absolute;
    left: 15px;
    top: 25px;
    background: url(../images/common/icon-3d-model.svg) no-repeat left center;
    color: #00B3AC;
    font-weight: 700;
    padding-left: 35px
}

.model-3d-lightbox .model-3d-wrap .icon-3d-model {
    font-size: 16px
}

@media screen and (min-width: 1023px) {
    .model-3d-lightbox .model-3d-wrap .icon-3d-model {
        font-size: calc(16px + 4 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .model-3d-lightbox .model-3d-wrap .icon-3d-model {
        font-size: 20px
    }
}

@media screen and (max-width: 1023px) {
    .model-3d-lightbox .model-3d-wrap .icon-3d-model {
        left: 15px;
        top: 20px;
        padding-left: 30px
    }
}

.model-3d-lightbox .model-3d-wrap aside {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.model-3d-lightbox .model-3d-wrap aside .ui-btn {
    margin-bottom: 20px
}

.model-3d-lightbox .model-3d-wrap aside .ui-btn path {
    -webkit-transition: fill 0.4s ease-out;
    -moz-transition: fill 0.4s ease-out;
    -o-transition: fill 0.4s ease-out;
    -ms-transition: fill 0.4s ease-out;
    transition: fill 0.4s ease-out
}

.model-3d-lightbox .model-3d-wrap aside .ui-btn:last-child {
    margin-bottom: 0
}

@media (hover: hover),
(-ms-high-contrast: none) {
    .model-3d-lightbox .model-3d-wrap aside .ui-btn:hover path {
        fill: #FFF
    }
}

.model-3d-lightbox .model-3d-wrap nav {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.model-3d-lightbox .model-3d-wrap nav .ui-btn {
    float: left;
    margin-right: 20px
}

.model-3d-lightbox .model-3d-wrap nav .ui-btn::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 4px solid #4D4D4D;
    border-right: 4px solid #4D4D4D;
    top: 20px;
    -webkit-transition: border-color 0.4s ease-out;
    -moz-transition: border-color 0.4s ease-out;
    -o-transition: border-color 0.4s ease-out;
    -ms-transition: border-color 0.4s ease-out;
    transition: border-color 0.4s ease-out
}

.model-3d-lightbox .model-3d-wrap nav .ui-btn:last-child {
    margin-right: 0
}

.model-3d-lightbox .model-3d-wrap nav .ui-btn.rotate-left {
    left: 20px
}

.model-3d-lightbox .model-3d-wrap nav .ui-btn.rotate-left::before {
    left: 22px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.model-3d-lightbox .model-3d-wrap nav .ui-btn.rotate-right {
    right: 20px
}

.model-3d-lightbox .model-3d-wrap nav .ui-btn.rotate-right::before {
    right: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (hover: hover),
(-ms-high-contrast: none) {
    .model-3d-lightbox .model-3d-wrap nav .ui-btn:hover::before {
        border-top-color: #FFF;
        border-right-color: #FFF
    }
}

.model-3d-lightbox .model-3d-wrap .ui-btn {
    display: block;
    width: 55px;
    height: 55px;
    background-color: #D0D0D0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    -ms-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out
}

@media (hover: hover),
(-ms-high-contrast: none) {
    .model-3d-lightbox .model-3d-wrap .ui-btn:hover {
        background-color: #00B3AC
    }
}

.model-3d-lightbox .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 86px;
    height: 77px;
    border: none;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.model-3d-lightbox .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.model-3d-lightbox .close:before,
.model-3d-lightbox .close:after {
    position: absolute;
    top: 38px;
    left: 50%;
    width: 36px;
    border-top: 1px solid #777;
    content: ''
}

.model-3d-lightbox .close:before {
    transform: translateX(-50%) rotate(45deg)
}

.model-3d-lightbox .close:after {
    transform: translateX(-50%) rotate(135deg)
}

@keyframes ldio-zqabwc1m7ko {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.ldio-zqabwc1m7ko div {
    left: 94px;
    top: 48px;
    position: absolute;
    animation: ldio-zqabwc1m7ko linear 1s infinite;
    width: 12px;
    height: 24px;
    border-radius: 6px / 12px;
    transform-origin: 6px 52px
}

.ldio-zqabwc1m7ko div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -0.9166666666666666s;
    background: #dddddd
}

.ldio-zqabwc1m7ko div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -0.8333333333333334s;
    background: #dddddd
}

.ldio-zqabwc1m7ko div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.75s;
    background: #dddddd
}

.ldio-zqabwc1m7ko div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.6666666666666666s;
    background: #dddddd
}

.ldio-zqabwc1m7ko div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.5833333333333334s;
    background: #dddddd
}

.ldio-zqabwc1m7ko div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.5s;
    background: #dddddd
}

.ldio-zqabwc1m7ko div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.4166666666666667s;
    background: #dddddd
}

.ldio-zqabwc1m7ko div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.3333333333333333s;
    background: #dddddd
}

.ldio-zqabwc1m7ko div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.25s;
    background: #dddddd
}

.ldio-zqabwc1m7ko div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.16666666666666666s;
    background: #dddddd
}

.ldio-zqabwc1m7ko div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.08333333333333333s;
    background: #dddddd
}

.ldio-zqabwc1m7ko div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
    background: #dddddd
}

.loadingio-spinner-spinner-jkngpq2zy4 {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out
}

.loadingio-spinner-spinner-jkngpq2zy4.fade-out {
    opacity: 0;
    pointer-events: none
}

.ldio-zqabwc1m7ko {
    width: 200px;
    height: 200px;
    position: relative;
    transform: translateZ(0) scale(0.8);
    backface-visibility: hidden
}

.ldio-zqabwc1m7ko div {
    box-sizing: content-box
}

.two-box-image-carousel .slick-slide>div {
    display: flex;
    height: 100%
}

#latest-news h4 {
    font-size: 32px
}

@media screen and (max-width: 768px) {
    #latest-news h4 {
        font-size: 24px;
        margin-bottom: 18px
    }
}

#latest-news .news-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0
}

@media screen and (max-width: 768px) {
    #latest-news .news-info {
        display: block;
        text-align: center
    }
}

#latest-news .list-no-result {
    display: none;
    text-align: center
}

#latest-news .list-no-result.show {
    display: block
}

#latest-news .main-visual {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch
}

#latest-news .main-visual .slide-item {
    width: 32%;
    display: inline-block;
    height: auto;
    vertical-align: top
}

@media screen and (max-width: 1162px) {
    #latest-news .main-visual .slide-item {
        width: 48%
    }
}

@media screen and (max-width: 820px) {
    #latest-news .main-visual .slide-item {
        width: 100%
    }
}

#latest-news .main-visual .slide-item .text-box-with-image {
    height: 298px
}

#latest-news .main-visual .slide-item a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

#latest-news .main-visual .text-box {
    position: relative;
    color: #000;
    padding: 20px 0 0 0;
    margin-bottom: 48px
}

@media screen and (max-width: 820px) {
    #latest-news .main-visual .text-box {
        margin-bottom: 30px
    }
}

#latest-news .main-visual .text-box .news-topics {
    color: #00B3AC;
    margin-bottom: 13px
}

@media screen and (max-width: 820px) {
    #latest-news .main-visual .text-box .news-topics {
        margin-bottom: 7px
    }
}

#latest-news .main-visual .text-box h4 {
    font-size: 22px;
    height: 140px;
    padding-right: 30px
}

@media screen and (max-width: 820px) {
    #latest-news .main-visual .text-box h4 {
        height: auto
    }
}

#latest-news .main-visual .text-box .news-date {
    margin-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000
}

@media screen and (max-width: 820px) {
    #latest-news .main-visual .text-box .news-date {
        margin-top: 36px
    }
}

.product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-gallery.theme-white {
    color: #fff
}

@media screen and (min-width: 768px) {
    .product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-gallery.mode-center .product-listing-banner-content-inner {
        width: 51% !important
    }
}

.product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-gallery img {
    width: 100%
}

@media screen and (min-width: 768px) {
    .product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-content-inner .btn-container a {
        margin: 0 15px
    }
}

@media screen and (max-width: 1023px) {
    .product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-content-inner .btn-container a {
        margin: 0 4px
    }
}

@media screen and (max-width: 767px) {
    .product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-content-inner .btn-container a {
        margin: 10px 0
    }
}

.product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-content-inner .btn-container a.btn-detail {
    min-width: auto
}

@media screen and (max-width: 1200px) {
    .product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-content-inner .btn-container a.btn-detail {
        padding: 20px;
        height: 52px
    }
}

@media screen and (max-width: 767px) {
    .product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-content-inner .btn-container a.btn-detail {
        height: 56px;
        align-items: center;
        font-size: 14px;
        padding: 0 30px;
        line-height: 56px;
        min-width: 186px
    }
}

header nav.main-nav {
    z-index: 1001
}

.d-none {
    display: none
}

.about-hisense .second-nav {
    display: block
}

header.hide .second-nav {
    -webkit-transform: translateY(-67px);
    -moz-transform: translateY(-67px);
    -ms-transform: translateY(-67px);
    transform: translateY(-67px);
    opacity: 0
}

.second-nav {
    background: rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: #FFFFFF;
    pointer-events: none;
    border-bottom: 1px solid #FFFFFF;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

.second-nav li.active a {
    font-weight: 500
}

.second-nav li.active a:before {
    width: 100%
}

.second-nav li a {
    pointer-events: all;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    padding: 21px 0;
    color: #FFFFFF;
    position: relative;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out
}

.second-nav li a:hover:before {
    width: 100%
}

.second-nav li a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    border-bottom: 2px solid #12DDD7;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.second-nav-items {
    display: flex;
    justify-content: space-between;
    padding: 21px 3.5%
}

.second-nav-items ul {
    display: flex;
    justify-content: space-between;
    flex: 0 1 40%
}

.second-nav-items ul:first-child {
    flex: 0 1 50%
}

@media (max-width: 1023px) {
    .second-nav-items {
        min-width: 375px;
        padding: 16.75px 15px
    }

    .second-nav-items ul {
        flex: 0 1 100%
    }

    .second-nav-items ul:first-child {
        display: none
    }

    .second-nav {
        overflow-x: auto;
        pointer-events: all
    }

    .second-nav li a {
        font-size: 12px;
        padding: 16.75px 0
    }
}

.cookie-consent {
    border: 1px solid #DEDEDE;
    background: #FFF;
    padding: 30px 30px 25px 30px;
    max-width: 430px;
    width: calc(100% - 20px);
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 500;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: none
}

.cookie-consent.show {
    display: block
}

.cookie-consent p {
    color: #5C5C5C;
    line-height: 150%;
    margin-bottom: 20px
}

.cookie-consent p {
    font-size: 14px
}

@media screen and (min-width: 1023px) {
    .cookie-consent p {
        font-size: calc(14px + 2 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .cookie-consent p {
        font-size: 16px
    }
}

.cookie-consent .btn-container {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.cookie-consent .btn-container a {
    display: block;
    color: #00B3AC
}

.cookie-consent .btn-container a {
    font-size: 14px
}

@media screen and (min-width: 1023px) {
    .cookie-consent .btn-container a {
        font-size: calc(14px + 2 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .cookie-consent .btn-container a {
        font-size: 16px
    }
}

.cookie-consent .btn-container a:hover {
    text-decoration: underline
}

.cookie-consent .btn-container a:first-child {
    margin-right: 40px
}

a.button {
    display: block;
    color: #FFF !important;
    padding: 8px 20px;
    background-color: #00B3AC;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

a.button {
    font-size: 14px
}

@media screen and (min-width: 1023px) {
    a.button {
        font-size: calc(14px + 2 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    a.button {
        font-size: 16px
    }
}

a.button:hover {
    background-color: #39D5CE;
    text-decoration: none !important
}

.cookie-consent-wrap {
    padding: 30px 40px;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 20px auto;
    width: 100%;
    max-width: 990px
}

@media (max-width: 767px) {
    .cookie-consent-wrap {
        padding: 30px 20px;
        line-height: 120%
    }
}

.cookie-consent-wrap .heading-container {
    padding: 0 10px 10px 10px
}

.cookie-consent-wrap .content-container {
    padding: 30px 30px 10px 30px;
    border: 1px solid #4AA7A5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

.cookie-consent-wrap h2 {
    color: #1D1D1F;
    font-weight: bold;
    margin-bottom: 30px
}

.cookie-consent-wrap h2 {
    font-size: 16px
}

@media screen and (min-width: 1023px) {
    .cookie-consent-wrap h2 {
        font-size: calc(16px + 2 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .cookie-consent-wrap h2 {
        font-size: 18px
    }
}

.cookie-consent-wrap h3 {
    color: #1D1D1F;
    margin-bottom: 20px
}

.cookie-consent-wrap h3 {
    font-size: 16px
}

@media screen and (min-width: 1023px) {
    .cookie-consent-wrap h3 {
        font-size: calc(16px + 2 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .cookie-consent-wrap h3 {
        font-size: 18px
    }
}

.cookie-consent-wrap p {
    font-size: 12px;
    color: #1D1D1F;
    margin-bottom: 20px
}

.cookie-consent-wrap label {
    display: flex;
    align-items: center
}

.cookie-consent-wrap label input {
    margin-right: 15px
}

.cookie-consent-wrap .btn-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px
}

.cookie-consent-wrap input[type=checkbox] {
    position: relative;
    margin-right: 20px;
    padding: 0;
    width: 30px;
    height: 30px;
    background: #FFF;
    border: 1px solid #E6E6E6;
    border-radius: 0;
    transition: all .3s;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer
}

.cookie-consent-wrap input[type=checkbox]:focus {
    border: 1px solid #1D1D1F
}

.cookie-consent-wrap input[type=checkbox]:checked {
    background: #00B3AC;
    border-color: #00B3AC;
    -webkit-appearance: none;
    appearance: none
}

.cookie-consent-wrap input[type=checkbox]:checked:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/support/check-white.svg);
    background-size: 100%;
    transform: translate(-50%, -50%);
    content: ''
}

.mfp-bg.mfp-ready.video-lightbox {
    background-color: rgba(0, 0, 0, 0.5) !important
}

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-text-size-adjust: none
}

body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    font-weight: 400
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure,
figcaption {
    margin: 0;
    padding: 0;
    outline: 0
}

a {
    text-decoration: none;
    cursor: pointer
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    vertical-align: top
}

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

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

*,
*:before,
*:after {
    box-sizing: border-box
}

img {
    max-width: 100%
}

p {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

ul {
    list-style: none
}

ul li {
    list-style: none
}

footer .social-media-container {
    padding: 65px 0 40px 0;
    margin: 0 11%;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    justify-content: space-between
}

@media (max-width: 1023px) {
    footer .social-media-container {
        margin-left: 0;
        margin-right: 0;
        padding: 30px 15px 30px 15px;
        flex-direction: column;
        margin-bottom: 40px
    }
}

footer .social-media-container a.logo {
    display: block;
    width: 185px;
    height: 30px;
    background: url(../images/common/logo.svg) no-repeat;
    background-size: 100% auto;
    text-indent: -9999px
}

@media (max-width: 1023px) {
    footer .social-media-container a.logo {
        margin-bottom: 45px;
        width: 146px;
        height: 24px
    }
}

footer .social-media-container .social-media {
    display: flex
}

@media (max-width: 767px) {
    footer .social-media-container .social-media {
        justify-content: space-between
    }
}

footer .social-media-container .social-media a.social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F3F3F3;
    margin-right: 12px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

@media (max-width: 1023px) {
    footer .social-media-container .social-media a.social-btn {
        width: 56px;
        height: 56px
    }
}

footer .social-media-container .social-media a.social-btn:last-child {
    margin-right: 0
}

footer .social-media-container .social-media a.social-btn:hover {
    background-color: #DDD
}

footer .social-media-container .social-media a.social-btn.fb {
    background-image: url(../images/common/icon-fb.svg);
    background-size: auto 50%
}

footer .social-media-container .social-media a.social-btn.twitter {
    background-image: url(../images/common/icon-twitter.svg)
}

footer .social-media-container .social-media a.social-btn.ig {
    background-image: url(../images/common/icon-ig.svg)
}

footer .social-media-container .social-media a.social-btn.youtube {
    background-image: url(../images/common/icon-youtube.svg)
}

footer .social-media-container .social-media a.social-btn.linkedin {
    background-image: url(../images/common/icon-linkedin.svg)
}

footer .footer-links-container {
    padding: 40px 11% 20px 11%;
    display: flex
}

@media (max-width: 1023px) {
    footer .footer-links-container {
        padding: 0;
        flex-direction: column
    }
}

footer .footer-links-container .subscribe-container {
    width: 35%;
    padding: 0 10% 0 0
}

@media (max-width: 1023px) {
    footer .footer-links-container .subscribe-container {
        width: 100%;
        padding: 0 15px 0 15px
    }
}

footer .footer-links-container .subscribe-container h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000
}

@media (max-width: 1023px) {
    footer .footer-links-container .subscribe-container h3 {
        margin-bottom: 20px
    }
}

footer .footer-links-container .subscribe-container p {
    color: #909090;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px
}

@media (max-width: 1023px) {
    footer .footer-links-container .subscribe-container p {
        margin-bottom: 20px
    }
}

footer .footer-links-container .subscribe-container a.subscribe-link {
    display: block;
    color: #00B3AC;
    font-size: 16px
}

footer .footer-links-container .subscribe-container a.subscribe-link:hover {
    text-decoration: underline
}

footer .footer-links-container .subscribe-container input {
    width: 100%;
    font-size: 16px;
    background: none;
    color: #1D1D1F;
    line-height: 200%;
    border: none;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #1D1D1F
}

footer .footer-links-container .subscribe-container input::placeholder {
    color: #EDEDED
}

footer .footer-links-container .subscribe-container .btn-subscribe {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    width: auto;
    font-size: 16px;
    color: #00B3AC;
    background: #F8F8F8;
    padding: 12px 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

footer .footer-links-container .subscribe-container .btn-subscribe:hover {
    background-color: #DDD
}

footer .footer-links-container .footer-links {
    width: 100%;
    display: flex;
    justify-content: space-between
}

@media (max-width: 1023px) {
    footer .footer-links-container .footer-links {
        display: block;
        width: auto
    }
}

footer .footer-links-container .footer-links ul.col {
    padding-right: 10px
}

@media (max-width: 1023px) {
    footer .footer-links-container .footer-links ul.col {
        padding-right: 0
    }
}

footer .footer-links-container .footer-links ul.col:last-of-type {
    padding-right: 0
}

footer .footer-links-container .footer-links ul.col li.row {
    margin-bottom: 40px
}

@media (max-width: 1023px) {
    footer .footer-links-container .footer-links ul.col li.row {
        display: block;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        border-bottom: 1px solid #E2E2E2;
        overflow: hidden;
        position: relative;
        -webkit-transition: max-height 0.3s ease-out;
        -moz-transition: max-height 0.3s ease-out;
        -o-transition: max-height 0.3s ease-out;
        -ms-transition: max-height 0.3s ease-out;
        transition: max-height 0.3s ease-out
    }
}

@media (min-width: 1024px) {
    footer .footer-links-container .footer-links ul.col li.row {
        max-height: none !important
    }
}

footer .footer-links-container .footer-links ul.col li.row.show .accordion-toggle:after {
    height: 0;
    top: 13px
}

footer .footer-links-container .footer-links ul.col li.row .accordion-toggle {
    display: none
}

@media (max-width: 1023px) {
    footer .footer-links-container .footer-links ul.col li.row .accordion-toggle {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 13px;
        right: 12px
    }

    footer .footer-links-container .footer-links ul.col li.row .accordion-toggle:before,
    footer .footer-links-container .footer-links ul.col li.row .accordion-toggle:after {
        content: '';
        position: absolute;
        display: inline-block;
        background: #333
    }

    footer .footer-links-container .footer-links ul.col li.row .accordion-toggle:before {
        top: 14px;
        right: 8px;
        width: 14px;
        height: 2px
    }

    footer .footer-links-container .footer-links ul.col li.row .accordion-toggle:after {
        top: 8px;
        right: 14px;
        width: 2px;
        height: 14px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out
    }
}

footer .footer-links-container .footer-links ul.col li.row dl {
    font-size: 14px;
    color: #1D1D1F
}

footer .footer-links-container .footer-links ul.col li.row dl dt {
    font-weight: 500;
    margin-bottom: 20px
}

@media (max-width: 1023px) {
    footer .footer-links-container .footer-links ul.col li.row dl dt {
        margin-bottom: 0
    }
}

.isIE footer .footer-links-container .footer-links ul.col li.row dl dt {
    font-weight: bold !important
}

@media (max-width: 1023px) {
    footer .footer-links-container .footer-links ul.col li.row dl dt a {
        display: block;
        padding: 17px 15px;
        min-height: 58px
    }
}

footer .footer-links-container .footer-links ul.col li.row dl dd {
    font-weight: 300;
    margin-bottom: 5px
}

@media (max-width: 1023px) {
    footer .footer-links-container .footer-links ul.col li.row dl dd {
        margin-bottom: 0
    }
}

@media (max-width: 1023px) {
    footer .footer-links-container .footer-links ul.col li.row dl dd a {
        display: block;
        padding: 0px 15px 10px 15px
    }
}

footer .footer-links-container .footer-links ul.col li.row dl dd .external:after {
    content: '';
    display: inline-block;
    background: url(../images/common/icon-external.svg) no-repeat 0 0;
    width: 11px;
    height: 11px;
    margin-left: 15px
}

footer .footer-links-container .footer-links ul.col li.row dl a {
    display: block;
    color: #1D1D1F
}

footer .footer-links-container .footer-links ul.col li.row dl a:hover {
    text-decoration: underline
}

footer .bottom-links-container {
    background: #F5F5F5;
    padding: 40px 11%;
    display: flex;
    justify-content: space-between
}

@media (max-width: 1023px) {
    footer .bottom-links-container {
        display: block;
        padding: 20px 15px
    }
}

footer .bottom-links-container ul.bottom-links {
    display: flex;
    width: 65%;
    justify-content: space-between
}

@media (max-width: 1023px) {
    footer .bottom-links-container ul.bottom-links {
        display: block;
        width: auto
    }
}

@media (max-width: 1023px) {
    footer .bottom-links-container ul.bottom-links li {
        margin-bottom: 20px
    }
}

footer .bottom-links-container ul.bottom-links li:last-child {
    margin-right: 0
}

@media (max-width: 1023px) {
    footer .bottom-links-container ul.bottom-links li:last-child {
        margin-bottom: 0
    }
}

footer .bottom-links-container ul.bottom-links li a {
    display: inline-block;
    font-size: 15px;
    color: #888889
}

@media (max-width: 1023px) {
    footer .bottom-links-container ul.bottom-links li a {
        font-weight: 300
    }
}

footer .bottom-links-container ul.bottom-links li a:hover {
    text-decoration: underline
}

footer .bottom-links-container ul.bottom-links li.copyright {
    color: #B4B4B4;
    white-space: nowrap
}

@media (max-width: 1023px) {
    footer .bottom-links-container ul.bottom-links li.copyright {
        font-weight: 300;
        padding-top: 20px
    }
}

@media screen and (max-width: 767px) {
    footer {
        overflow: hidden
    }
}

footer a.icon-region,
.sitemap-container a.icon-region {
    display: inline-block;
    font-size: 15px;
    color: #1D1D1F;
    background: url(../images/common/icon-worldwide-green.svg) no-repeat 0 5px;
    background-size: 20px auto;
    padding: 3px 0 0 30px;
    font-weight: 500
}

@media (max-width: 1023px) {

    footer a.icon-region,
    .sitemap-container a.icon-region {
        min-height: 33px;
        font-size: 14px;
        font-weight: 400;
        background-position: 0 0;
        background-size: 33px auto;
        padding-top: 5px;
        padding-left: 50px;
        margin-bottom: 35px
    }
}

footer a.icon-region:hover,
.sitemap-container a.icon-region:hover {
    text-decoration: underline
}

body.menu-in {
    overflow: hidden
}

@media (max-width: 1023px) {
    body.menu-in header:after {
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #000;
        top: 0;
        left: 0;
        z-index: 100
    }
}

@media (max-width: 1023px) {
    body.menu-in header nav.main-nav .navigations {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    color: #1D1D1F;
    background: #FFF;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

@media (max-width: 1023px) {
    header:after {
        content: '';
        background-color: #FFF;
        -webkit-transition: background-color 0.3s ease-out;
        -moz-transition: background-color 0.3s ease-out;
        -o-transition: background-color 0.3s ease-out;
        -ms-transition: background-color 0.3s ease-out;
        transition: background-color 0.3s ease-out
    }
}

header:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E8E8E8
}

header.hide {
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
    margin-top: 0 !important
}

@media (max-width: 1023px) {
    header.hide {
        -webkit-transform: translateY(-60px);
        -moz-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        transform: translateY(-60px)
    }
}

header nav.main-nav {
    width: 100%;
    height: 80px;
    padding: 0 3.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

@media (max-width: 1023px) {
    header nav.main-nav {
        height: 60px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 1024px) {
    header nav.main-nav {
        padding: 0 2%
    }
}

header nav.main-nav a.logo {
    display: block;
    min-width: 117px;
    width: 117px;
    background: url(../images/common/logo.svg) no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
    margin-right: 2.5vw
}

@media (max-width: 1600px) {
    header nav.main-nav a.logo {
        margin-right: 2.2vw
    }
}

@media (max-width: 1440px) {
    header nav.main-nav a.logo {
        margin-right: 1.4vw
    }
}

@media (max-width: 1200px) {
    header nav.main-nav a.logo {
        margin-right: 0.6vw
    }
}

@media (max-width: 1024px) {
    header nav.main-nav a.logo {
        margin-right: 1vw
    }
}

@media (max-width: 1023px) {
    header nav.main-nav a.logo {
        min-width: 92px;
        width: 92px;
        font-size: 0;
        line-height: 1;
        height: 19px;
        margin-right: 0
    }
}

header nav.main-nav a.icon-search {
    display: block;
    min-width: 22px;
    width: 22px;
    height: 22px;
    background: url(../images/common/icon-search.svg) no-repeat 0 0;
    background-size: 100% auto;
    text-indent: -9999px;
    margin-left: 2.3vw
}

@media (max-width: 1600px) {
    header nav.main-nav a.icon-search {
        margin-left: 2.2vw
    }
}

@media (max-width: 1440px) {
    header nav.main-nav a.icon-search {
        margin-left: 1.4vw
    }
}

@media (max-width: 1200px) {
    header nav.main-nav a.icon-search {
        margin-left: 0.6vw
    }
}

@media (max-width: 1024px) {
    header nav.main-nav a.icon-search {
        margin-left: 1vw
    }
}

@media (max-width: 1023px) {
    header nav.main-nav a.icon-search {
        margin-left: 0;
        margin-right: 55px
    }
}

header nav.main-nav a.icon-region {
    display: block;
    min-width: 22px;
    width: 22px;
    height: 22px;
    background: url(../images/common/icon-worldwide.svg) no-repeat 0 0;
    background-size: 100% auto;
    text-indent: -9999px;
    margin-left: 2.5vw
}

@media (max-width: 1600px) {
    header nav.main-nav a.icon-region {
        margin-left: 2.2vw
    }
}

@media (max-width: 1440px) {
    header nav.main-nav a.icon-region {
        margin-left: 1.4vw
    }
}

@media (max-width: 1200px) {
    header nav.main-nav a.icon-region {
        margin-left: 0.6vw
    }
}

@media (max-width: 1024px) {
    header nav.main-nav a.icon-region {
        margin-left: 1vw
    }
}

@media (max-width: 1023px) {
    header nav.main-nav a.icon-region {
        margin-left: 0;
        margin-right: 25px
    }
}

header nav.main-nav .navbar {
    flex: 1 1 auto;
    height: 100%
}

header nav.main-nav .mobile-nav-toggle {
    display: none
}

@media (max-width: 1023px) {
    header nav.main-nav .mobile-nav-toggle {
        display: block;
        background-color: transparent;
        position: absolute;
        width: 25px;
        height: 15px;
        top: 22px;
        right: 15px;
        padding: 0;
        outline: 0;
        border: none;
        -moz-outline-style: none;
        z-index: 200
    }
}

header nav.main-nav .mobile-nav-toggle.active .navbar-toggler-icon {
    transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.42s;
    transform: rotate(45deg)
}

header nav.main-nav .mobile-nav-toggle.active .navbar-toggler-icon:before {
    top: 0;
    transition: top ease .42s, opacity 75ms ease .42s;
    opacity: 0
}

header nav.main-nav .mobile-nav-toggle.active .navbar-toggler-icon:after {
    bottom: 0;
    transition: bottom ease 0.42s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.42s;
    transform: rotate(-90deg)
}

header nav.main-nav .mobile-nav-toggle .navbar-toggler-icon,
header nav.main-nav .mobile-nav-toggle .navbar-toggler-icon:before,
header nav.main-nav .mobile-nav-toggle .navbar-toggler-icon:after {
    display: block;
    position: absolute;
    width: 25px;
    height: 1px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #1B1B1D
}

header nav.main-nav .mobile-nav-toggle .navbar-toggler-icon {
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 75ms
}

header nav.main-nav .mobile-nav-toggle .navbar-toggler-icon:before,
header nav.main-nav .mobile-nav-toggle .navbar-toggler-icon:after {
    content: ""
}

header nav.main-nav .mobile-nav-toggle .navbar-toggler-icon:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
    top: -7px
}

header nav.main-nav .mobile-nav-toggle .navbar-toggler-icon:after {
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    bottom: -7px
}

header nav.main-nav .navigations {
    display: flex;
    justify-content: space-between;
    height: 100%
}

@media (max-width: 1023px) {
    header nav.main-nav .navigations {
        display: block;
        position: fixed;
        width: calc(100% - 60px);
        height: 100vh;
        padding-top: 60px;
        top: 0;
        right: 0;
        background-color: #FFF;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 110;
        -webkit-transition: transform 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        -ms-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
}

header nav.main-nav ul {
    display: inline-flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 1023px) {
    header nav.main-nav ul {
        display: block
    }
}

@media (max-width: 1023px) {
    header nav.main-nav ul.left {
        width: auto
    }
}

@media (max-width: 1023px) {
    header nav.main-nav ul.right {
        width: auto;
        margin-top: 50px;
        margin-bottom: 30px
    }
}

header nav.main-nav ul li {
    display: flex;
    padding-right: 2.5vw;
    padding-left: 2.5vw;
    align-items: center;
    justify-content: center
}

@media (min-width: 1024px) {
    header nav.main-nav ul li {
        height: 100%
    }
}

@media (max-width: 1600px) {
    header nav.main-nav ul li {
        padding-right: 2.2vw;
        padding-left: 2.2vw
    }
}

@media (max-width: 1440px) {
    header nav.main-nav ul li {
        padding-right: 1.4vw;
        padding-left: 1.4vw
    }
}

@media (max-width: 1200px) {
    header nav.main-nav ul li {
        padding-right: 0.6vw;
        padding-left: 0.6vw
    }
}

@media (max-width: 1024px) {
    header nav.main-nav ul li {
        padding-right: 1vw;
        padding-left: 1vw
    }
}

@media (max-width: 1023px) {
    header nav.main-nav ul li {
        padding-right: 0;
        padding-left: 0
    }
}

header nav.main-nav ul li:last-of-type {
    margin-right: 0
}

@media (hover: hover),
screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    header nav.main-nav ul li.hover {
        cursor: pointer
    }

    header nav.main-nav ul li.hover a {
        color: #00B3AC
    }
}

@media (hover: hover) and (max-width: 1023px),
screen and (-ms-high-contrast: active) and (max-width: 1023px),
(-ms-high-contrast: none) and (max-width: 1023px) {
    header nav.main-nav ul li.hover a {
        color: #1D1D1F
    }
}

@media (hover: hover),
screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    header nav.main-nav ul li.hover a::before {
        width: 100%
    }

    header nav.main-nav ul li.hover .dropdown-menu {
        pointer-events: auto;
        opacity: 1
    }
}

@media (hover: hover) and (max-width: 1023px),
screen and (-ms-high-contrast: active) and (max-width: 1023px),
(-ms-high-contrast: none) and (max-width: 1023px) {
    header nav.main-nav ul li.hover .dropdown-menu {
        pointer-events: none;
        opacity: 0
    }
}

header nav.main-nav ul li:hover {
    cursor: pointer
}

header nav.main-nav ul li:hover .dropdown-menu {
    pointer-events: auto;
    opacity: 1
}

@media (max-width: 1023px) {
    header nav.main-nav ul li:hover .dropdown-menu {
        pointer-events: none;
        opacity: 0
    }
}

@media (hover: hover),
screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (pointer: fine) {
    header nav.main-nav ul li:hover a {
        color: #00B3AC
    }
}

@media (hover: hover) and (max-width: 1023px),
screen and (-ms-high-contrast: active) and (max-width: 1023px),
(-ms-high-contrast: none) and (pointer: fine) and (max-width: 1023px) {
    header nav.main-nav ul li:hover a {
        color: #1D1D1F
    }
}

@media (hover: hover),
screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (pointer: fine) {
    header nav.main-nav ul li:hover a::before {
        width: 100%
    }
}

header nav.main-nav ul li.active>a:first-of-type {
    color: #00B3AC
}

header nav.main-nav ul li.active>a:first-of-type::before {
    width: 100%
}

header nav.main-nav ul li a {
    font-size: 16px;
    color: #1D1D1F;
    position: relative;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out
}

@media (max-width: 1200px) {
    header nav.main-nav ul li a {
        font-size: 14px
    }
}

@media (max-width: 1023px) {
    header nav.main-nav ul li a {
        font-size: 16px;
        flex: 1 1 auto;
        display: block;
        padding-left: 36px;
        padding-top: 12px;
        padding-bottom: 12px
    }
}

header nav.main-nav ul li a.toggle-dropdown {
    display: none
}

@media (max-width: 1023px) {
    header nav.main-nav ul li a.toggle-dropdown {
        display: block;
        flex: 1 1 0%;
        max-width: 30px;
        width: 30px;
        height: 30px;
        margin-right: 13px;
        padding-left: 7px;
        padding-top: 3px;
        padding-bottom: 0
    }

    header nav.main-nav ul li a.toggle-dropdown:after {
        content: '';
        border: solid #707070;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 4.5px;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: border-color 0.3s ease-out;
        -moz-transition: border-color 0.3s ease-out;
        -o-transition: border-color 0.3s ease-out;
        -ms-transition: border-color 0.3s ease-out;
        transition: border-color 0.3s ease-out
    }
}

header nav.main-nav ul li a::before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 0;
    border-bottom: 1px solid #00B3AC;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

@media (max-width: 1023px) {
    header nav.main-nav ul li a::before {
        display: none !important
    }
}

header nav.main-nav ul li .dropdown-menu {
    pointer-events: none;
    opacity: 0;
    cursor: auto;
    background-color: #FFF;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 176px;
    display: flex;
    justify-content: center;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        flex-direction: column;
        justify-content: flex-start;
        position: fixed;
        height: 100%;
        top: 0;
        z-index: 1;
        pointer-events: auto !important;
        opacity: 1 !important;
        -webkit-transition: transform 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        -ms-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out
    }
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu.menu-in {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

header nav.main-nav ul li .dropdown-menu .mobile-back {
    display: none
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu .mobile-back {
        display: block;
        border: none;
        background-color: transparent;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 16px;
        left: 25px;
        padding: 0;
        outline: 0;
        border: none;
        -moz-outline-style: none
    }
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu .mobile-back .navbar-back-icon {
        display: block;
        max-width: 30px;
        width: 30px;
        height: 30px;
        padding-left: 6px;
        padding-top: 8px
    }

    header nav.main-nav ul li .dropdown-menu .mobile-back .navbar-back-icon:after {
        content: '';
        border: solid #1B1B1D;
        border-width: 1px 0 0 1px;
        display: inline-block;
        padding: 6px;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: border-color 0.3s ease-out;
        -moz-transition: border-color 0.3s ease-out;
        -o-transition: border-color 0.3s ease-out;
        -ms-transition: border-color 0.3s ease-out;
        transition: border-color 0.3s ease-out
    }
}

header nav.main-nav ul li .dropdown-menu .section-title {
    display: none
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu .section-title {
        display: flex;
        background-color: #FFF;
        min-height: 120px;
        align-items: flex-end;
        padding: 0 35px 15px 35px
    }
}

header nav.main-nav ul li .dropdown-menu .sub-menu {
    display: flex;
    width: 100%;
    justify-content: center
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu .sub-menu {
        padding: 0 35px 170px 35px;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        max-height: calc(100% - 120px);
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
}

header nav.main-nav ul li .dropdown-menu a {
    width: 159px;
    padding-left: 20px;
    padding-right: 20px;
    color: #1D1D1F;
    text-align: center;
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu a {
        width: 50%;
        flex: 0 1 auto;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (hover: hover) and (pointer: fine) {

    header nav.main-nav ul li .dropdown-menu a:hover,
    header nav.main-nav ul li .dropdown-menu a.active {
        color: #FFF;
        background-color: #00B3AC
    }
}

@media (hover: hover) and (pointer: fine) and (max-width: 1023px) {

    header nav.main-nav ul li .dropdown-menu a:hover,
    header nav.main-nav ul li .dropdown-menu a.active {
        background-color: transparent;
        color: #1D1D1F
    }
}

header nav.main-nav ul li .dropdown-menu a.air-conditioner {
    display: none
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu a.air-conditioner {
        display: flex
    }
}

header nav.main-nav ul li .dropdown-menu a::before {
    display: none
}

header nav.main-nav ul li .dropdown-menu a .thumbnail {
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu a .thumbnail {
        flex: 0 1 auto
    }
}

header nav.main-nav ul li .dropdown-menu a .thumbnail .img {
    width: 100%
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu a .thumbnail .img {
        height: 100%;
        justify-content: center
    }
}

header nav.main-nav ul li .dropdown-menu a .thumbnail img {
    display: block;
    max-height: 100%;
    margin: auto
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu a .thumbnail img {
        max-height: none
    }
}

header nav.main-nav ul li .dropdown-menu a .title {
    font-size: 12px;
    line-height: 1.2;
    height: 45px;
    max-height: 45px
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu a .title {
        font-size: 14px;
        height: auto;
        max-height: none;
        margin-top: 10px
    }
}

header nav.main-nav ul li .dropdown-menu .home,
header nav.main-nav ul li .dropdown-menu .air-conditioner-type,
header nav.main-nav ul li .dropdown-menu .kitchen {
    display: flex;
    width: 44.44444%;
    justify-content: flex-end
}

@media (max-width: 1023px) {

    header nav.main-nav ul li .dropdown-menu .home,
    header nav.main-nav ul li .dropdown-menu .air-conditioner-type,
    header nav.main-nav ul li .dropdown-menu .kitchen {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start
    }
}

header nav.main-nav ul li .dropdown-menu .home .sub-section-title,
header nav.main-nav ul li .dropdown-menu .air-conditioner-type .sub-section-title,
header nav.main-nav ul li .dropdown-menu .kitchen .sub-section-title {
    display: none
}

@media (max-width: 1023px) {

    header nav.main-nav ul li .dropdown-menu .home .sub-section-title,
    header nav.main-nav ul li .dropdown-menu .air-conditioner-type .sub-section-title,
    header nav.main-nav ul li .dropdown-menu .kitchen .sub-section-title {
        display: block;
        color: #969696;
        padding-top: 20px;
        width: 100%
    }
}

header nav.main-nav ul li .dropdown-menu .kitchen {
    width: 33.33333%;
    justify-content: flex-start;
    position: relative
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu .kitchen {
        width: 100%;
        margin-top: 20px
    }
}

header nav.main-nav ul li .dropdown-menu .air-conditioner-type {
    width: 11.11111%;
    justify-content: center;
    position: relative
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu .air-conditioner-type {
        display: none
    }
}

header nav.main-nav ul li .dropdown-menu .air-conditioner-type .air-conditioner {
    display: flex
}

header nav.main-nav ul li .dropdown-menu .air-conditioner-type:before,
header nav.main-nav ul li .dropdown-menu .kitchen:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 125px;
    background-color: #E8E8E8;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

@media (max-width: 1023px) {

    header nav.main-nav ul li .dropdown-menu .air-conditioner-type:before,
    header nav.main-nav ul li .dropdown-menu .kitchen:before {
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        height: 1px
    }
}

.searchbox {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: -200%;
    z-index: 101
}

.searchbox .searchBg {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.searchbox .searchbar {
    margin: 0 auto;
    width: 50%;
    height: 100%;
    position: relative;
    top: -100%;
    z-index: 2
}

.searchbox .searchbar .searchInput {
    padding: 10px 30px;
    background: #00B3AC;
    width: 100%;
    position: relative;
    z-index: 2
}

.searchbox .searchbar .searchInput input[type="search"] {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: 300;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: #fff url(../images/common/icon-search.svg) no-repeat 29px center;
    background-size: auto 50%;
    border-radius: 30px;
    padding-left: 75px
}

.searchbox .searchbar .searchInput input[type="search"]::-webkit-search-decoration,
.searchbox .searchbar .searchInput input[type="search"]::-webkit-search-cancel-button {
    display: none
}

.searchbox .searchbar .searchBg {
    background: none
}

.searchbox .search-down {
    display: none;
    background: #fff;
    width: 100%;
    max-height: calc(100% - 60px);
    overflow: auto;
    position: relative;
    z-index: 2
}

.searchbox .search-down.downOpen {
    display: block
}

.searchbox .related-list {
    position: relative
}

.searchbox .related-list:before {
    content: "";
    display: block;
    height: 1px;
    background: #D5D5D5;
    position: absolute;
    left: 55px;
    right: 55px;
    top: 0
}

.searchbox .text-list,
.searchbox .related-list {
    padding: 12px
}

.searchbox .text-list dt,
.searchbox .text-list .title,
.searchbox .related-list dt,
.searchbox .related-list .title {
    font-size: 12px;
    padding-left: 42px;
    font-weight: 300
}

.searchbox .text-list dd,
.searchbox .related-list dd {
    font-weight: 300
}

.searchbox .text-list dd a,
.searchbox .related-list dd a {
    display: block;
    line-height: 40px;
    padding-left: 42px;
    font-size: 16px;
    color: #1D1D1F
}

.searchbox .text-list dd a:hover,
.searchbox .related-list dd a:hover {
    background-color: #F0F0F0
}

.searchbox .text-list dd.arrow,
.searchbox .related-list dd.arrow {
    margin-top: 20px
}

.searchbox .text-list dd.arrow a,
.searchbox .related-list dd.arrow a {
    position: relative;
    padding-left: 42px;
    color: #686871;
    display: flex;
    align-items: self-start;
    margin-bottom: 25px
}

.searchbox .text-list dd.arrow a:hover,
.searchbox .related-list dd.arrow a:hover {
    background-color: #F0F0F0
}

.searchbox .text-list dd.arrow .icon-arrow,
.searchbox .related-list dd.arrow .icon-arrow {
    left: -30px;
    padding-top: 10px;
    position: relative
}

.searchbox .text-list dd.arrow .icon-arrow:before,
.searchbox .related-list dd.arrow .icon-arrow:before {
    color: #686871;
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 8px;
    background: url(../images/common/icon-arrow.svg);
    background-repeat: no-repeat
}

.searchbox .text-list dd .s,
.searchbox .related-list dd .s {
    color: #000;
    display: inline-block;
    line-height: 30px
}

.searchbox .text-list dd mode,
.searchbox .related-list dd mode {
    display: inline-block;
    line-height: 30px
}

.searchbox .pt-list {
    display: flex;
    padding-left: 40px;
    align-items: center;
    padding-bottom: 5px;
}

.searchbox .pt-list .image {
    max-width: 100px;
    display: flex;
    align-items: center;
    margin-right: 10px
}

.searchbox .pt-list .image img {
    width: 100%
}

.searchbox .pt-list .detail {
    align-self: center;
    width: calc(100% - 100px)
}

.searchbox .pt-list .detail h3 {
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0
}

.searchbox .pt-list .detail h4 {
    font-size: 14px;
    color: #686871;
    font-weight: 300
}

.searchbox .pt-list .detail h4 .item {
    margin-right: 20px
}

.searchbox .pt-list .detail h4 .s {
    color: #00B3AC
}

@media (max-width: 1023px) {
    .searchbox .searchbar {
        width: 100%
    }

    .searchbox .searchbar .searchInput {
        padding: 10px 16px;
        display: flex
    }

    .searchbox .searchbar a.close {
        display: block;
        width: 14px;
        height: 14px;
        background: url(../images/search/icon-close.svg) no-repeat;
        background-size: 100%;
        margin: 25px 0 0 15px
    }

    .searchbox .related-list:before {
        left: 12px;
        right: 12px
    }

    .searchbox .text-list dt,
    .searchbox .text-list .title,
    .searchbox .related-list dt,
    .searchbox .related-list .title {
        font-size: 16px;
        padding-left: 4px
    }

    .searchbox .text-list dd a,
    .searchbox .related-list dd a {
        padding-left: 32px;
        font-size: 18px
    }

    .searchbox .text-list dd.arrow a,
    .searchbox .related-list dd.arrow a {
        padding-left: 55px
    }

    .searchbox .text-list dd.arrow a:hover,
    .searchbox .related-list dd.arrow a:hover {
        background-color: #F0F0F0
    }

    .searchbox .pt-list {
        padding-left: 0
    }
}

.product-listing-banner .product-listing-banner-inner {
    width: 1920px;
    max-width: 100%;
    position: relative
}

.product-listing-banner .product-listing-banner-inner .product-listing-banner-holder {
    margin-bottom: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-gallery {
    display: block !important;
    position: relative
}

.product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-gallery.mode-right .product-listing-banner-content-inner {
    left: 60%;
    right: auto
}

.product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-gallery.mode-center .product-listing-banner-content-inner {
    text-align: center;
    align-items: center
}

@media screen and (min-width: 768px) {
    .product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-gallery.mode-center .product-listing-banner-content-inner {
        left: 50%;
        transform: translateX(-50%)
    }
}

.product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-gallery.mode-center img {
    width: 100%
}

.product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-gallery.theme-white {
    color: #fff
}

.product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-content-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 55%;
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-content-inner h1 {
    font-size: 3.6vw;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 120%;
    width: 100%
}

.product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-content-inner h1+* {
    margin-top: 0
}

@media screen and (min-width: 1440px) {
    .product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-content-inner h1 {
        font-size: 52px
    }
}

.product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-content-inner h3 {
    font-size: 1.9vw;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase
}

.product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-content-inner h3+* {
    margin-top: 32px
}

@media screen and (min-width: 1440px) {
    .product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-content-inner h3 {
        font-size: 26px
    }
}

.product-listing-banner .btn-hisense {
    min-width: 186px
}

.product-listing-banner .product-listing-dots {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0
}

.product-listing-banner .slick-dots {
    bottom: 30px;
    width: auto;
    left: 50%;
    padding: 10px 19px;
    display: flex;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.product-listing-banner .slick-dots li {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    display: block
}

.product-listing-banner .slick-dots li button {
    position: relative;
    width: 30px;
    height: 30px
}

.product-listing-banner .slick-dots li button:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 6px;
    height: 6px;
    background-color: #FFF;
    border: 1px solid #DDD;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.product-listing-banner .slick-dots li button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: solid 3px #E6E6E6;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.product-listing-banner .slick-dots li button:hover:before {
    opacity: 1;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.product-listing-banner .slick-dots li.slick-active button:before {
    opacity: 1
}

.product-listing-banner .slick-dots li.slick-active button:after {
    opacity: .5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.product-listing-banner a.btn-arrow,
.product-listing-banner .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #707070;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block;
    top: 50%;
    z-index: 50;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.product-listing-banner a.btn-arrow::before,
.product-listing-banner .slick-arrow::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border-top: 2px solid #DBDBDB;
    border-right: 2px solid #DBDBDB;
    top: 18px
}

.product-listing-banner a.btn-arrow.left,
.product-listing-banner a.btn-arrow.slick-prev,
.product-listing-banner .slick-arrow.left,
.product-listing-banner .slick-arrow.slick-prev {
    left: 20px
}

.product-listing-banner a.btn-arrow.left::before,
.product-listing-banner a.btn-arrow.slick-prev::before,
.product-listing-banner .slick-arrow.left::before,
.product-listing-banner .slick-arrow.slick-prev::before {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.product-listing-banner a.btn-arrow.right,
.product-listing-banner a.btn-arrow.slick-next,
.product-listing-banner .slick-arrow.right,
.product-listing-banner .slick-arrow.slick-next {
    right: 20px
}

.product-listing-banner a.btn-arrow.right::before,
.product-listing-banner a.btn-arrow.slick-next::before,
.product-listing-banner .slick-arrow.right::before,
.product-listing-banner .slick-arrow.slick-next::before {
    right: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product-listing-banner a.btn-arrow:hover,
.product-listing-banner .slick-arrow:hover {
    -webkit-transform: translateY(-50%) scale(1.1);
    -moz-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
    background: rgba(0, 0, 0, 0.9)
}

.product-listing-banner a.btn-arrow:focus,
.product-listing-banner .slick-arrow:focus {
    background: rgba(0, 0, 0, 0.5)
}

@media (max-width: 767px) {
    .product-listing-banner .slick-arrow {
        display: none !important
    }
}

@media screen and (max-width: 767px) {
    .product-listing-banner .product-listing-banner-inner .product-listing-banner-holder {
        padding-top: 0;
        background: none !important
    }

    .product-listing-banner .product-listing-banner-inner .product-listing-banner-holder>.mobile-only {
        width: 100%
    }

    .product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-content-inner {
        max-width: none;
        justify-content: flex-start;
        align-items: center;
        width: auto;
        left: 0 !important;
        top: 0;
        bottom: 0;
        right: 0 !important;
        padding: 20vw 15px;
        text-align: center
    }

    .product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-content-inner h1 {
        font-size: 8vw
    }

    .product-listing-banner .product-listing-banner-inner .product-listing-banner-holder .product-listing-banner-content-inner h3 {
        font-size: 6vw
    }

    .product-listing-banner a.btn-arrow,
    .product-listing-banner .slick-arrow {
        display: none
    }
}

.overview-full-col {
    padding-top: 79px
}

@media screen and (max-width: 1023px) {
    .overview-full-col {
        padding-top: 40px
    }
}

.overview-full-col h2 {
    font-size: 40px;
    line-height: 120%;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px
}

@media screen and (max-width: 1280px) {
    .overview-full-col h2 {
        font-size: 35px;
    }
}

@media screen and (max-width: 1024px) {
    .overview-full-col h2 {
        font-size: 30px;
     }
}

@media screen and (max-width: 768px) {
    .overview-full-col h2 {
        font-size: 24px;
        padding: 0 16px
    }
}
@media screen and (max-width: 700px) {
    .overview-full-col h2 {
        font-size: 22px;
     }
}

.overview-full-col .desc {
    font-size: 26px;
    line-height: 120%;
    font-weight: bold;
    text-align: left;
    margin-bottom: 27px
}

@media screen and (max-width: 767px) {
    .overview-full-col .desc {
        font-size: 18px;
        margin-bottom: 39px;
        padding: 0 16px
    }
}

.overview-full-col .overview-full-col-wrapper {
    width: 1440px;
    max-width: 100%;
    margin: auto;
    padding: 0 16px
}

@media screen and (max-width: 767px) {
    .overview-full-col .overview-full-col-wrapper {
        padding: 0
    }
}

.overview-full-col .overview-full-col-wrapper .overview-full-col-container {
    position: relative
}

.overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content {
    z-index: 10
}

@media screen and (min-width: 768px) {
    .overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content {
        position: absolute;
        bottom: 42px;
        left: 42px
    }
}

@media screen and (max-width: 767px) {
    .overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content {
        background: #000;
        padding: 21px 5px
    }
}

.overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content.theme-black .item .new,
.overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content.theme-black .item p {
    color: #000
}

.overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content.theme-black .btn-container a {
    color: #000
}

.overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content.theme-black .btn-container a.btn-more:after {
    border: 2px solid #000
}

@media screen and (max-width: 767px) {
    .overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content .item {
        padding: 0 16px
    }
}

.overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content .item .new {
    color: #00AAA6;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 11px
}

.overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content .item p {
    color: #fff;
    font-size: 24px;
    line-height: 120%;
    font-weight: 100;
    margin-bottom: 11px;
    width: 500px
}

@media (max-width: 767px) {
    .overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content .item p {
        width: 100%
    }
}

.overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content .btn-container {
    display: inline-flex
}

.overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content .btn-container a {
    display: block;
    font-size: 16px;
    color: #FFF;
    position: relative;
    white-space: nowrap;
    padding-top: 7px;
    -webkit-transition: color 0.4s ease-out;
    -moz-transition: color 0.4s ease-out;
    -o-transition: color 0.4s ease-out;
    -ms-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out
}

@media (max-width: 767px) {
    .overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content .btn-container a {
        padding-top: 12px
    }
}

.overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content .btn-container a:last-child {
    margin-right: 0
}

@media (hover: hover) and (pointer: fine) {
    .overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content .btn-container a:hover {
        color: #00B3AC
    }
}

.overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content .btn-container a.btn-more {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
    margin-right: 30px;
    padding: 6px 16px
}

@media (max-width: 767px) {
    .overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content .btn-container a.btn-more {
        margin-right: 20px;
        padding: 12px 25px;
        width: 90px
    }
}

.overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content .btn-container a.btn-more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #6DEBE6;
    background: -webkit-linear-gradient(0deg, #6DEBE6 0%, #18C4BF 30%, #007B8B 100%);
    background: linear-gradient(90deg, #6DEBE6 0%, #18C4BF 30%, #007B8B 100%);
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    z-index: -1
}

.overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content .btn-container a.btn-more:after {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 25px;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    z-index: 1;
    border: 2px solid #FFF
}

@media (hover: hover) and (pointer: fine) {
    .overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content .btn-container a.btn-more:hover {
        border: none;
        color: #FFF
    }

    .overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content .btn-container a.btn-more:hover:before {
        opacity: 1
    }

    .overview-full-col .overview-full-col-wrapper .overview-full-col-container .overview-content .btn-container a.btn-more:hover:after {
        opacity: 0
    }
}

.overview-full-col .overview-full-col-wrapper .overview-full-col-container .banner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 42.62%;
    overflow: hidden
}

.overview-full-col .overview-full-col-wrapper .overview-full-col-container .banner .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.overview-full-col .overview-full-col-wrapper .overview-full-col-container .banner .img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 10;
    pointer-events: none;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5))
}

.overview-full-col .overview-full-col-wrapper .overview-full-col-container .banner .img.active {
    z-index: 2
}

.overview-full-col .overview-full-col-wrapper .overview-full-col-container .banner .img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out
}

.overview-full-col .overview-full-col-wrapper .overview-full-col-container .banner .img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.overview-type-listing {
    padding-top: 75px
}

.overview-type-listing h2 {
    font-size: 40px;
    line-height: 120%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 33px
}

@media screen and (max-width: 1366px) {
    .overview-type-listing h2 {
        font-size: 35px;

    }
}

@media screen and (max-width: 1280px) {
    .overview-type-listing h2 {
        font-size: 30px;

    }
}

@media screen and (max-width: 768px) {
    .overview-type-listing h2 {
        font-size: 24px;
        margin-bottom: 25px
    }
}

.overview-type-listing .overview-type-wrapper {
    width: 1440px;
    max-width: 100%;
    margin: auto;
    padding: 0 16px;
    position: relative
}

@media screen and (max-width: 1023px) {
    .overview-type-listing .overview-type-wrapper {
        padding: 0 8px
    }
}

.overview-type-listing .overview-type-wrapper.noGradient .overview-type-container .img-container:before {
    background: none !important
}

.overview-type-listing .overview-type-wrapper.noGradient .overview-type-listing-dots .slick-dots li button:before {
    background-color: #DDD
}

.overview-type-listing .overview-type-wrapper .overview-type-container {
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width: 1023px) {
    .overview-type-listing .overview-type-wrapper .overview-type-container.overview-type-two-col.slick-initialized {
        max-width: 100%
    }
}

@media screen and (max-width: 1023px) {
    .overview-type-listing .overview-type-wrapper .overview-type-container.overview-type-two-col.slick-initialized .slick-list {
        max-width: 100%
    }
}

@media screen and (min-width: 1023px) {
    .overview-type-listing .overview-type-wrapper .overview-type-container.overview-type-two-col.slick-initialized .slick-list .slick-slide {
        margin-right: 0;
        margin-left: 0
    }
}

.overview-type-listing .overview-type-wrapper .overview-type-container.overview-type-two-col .overview-type {
    width: calc(100% - 10px) !important
}

@media screen and (max-width: 1023px) {
    .overview-type-listing .overview-type-wrapper .overview-type-container.overview-type-two-col .overview-type {
        width: 100% !important
    }
}

.overview-type-listing .overview-type-wrapper .overview-type-container.overview-type-two-col .overview-type .img {
    padding-top: 66.08% !important
}

.overview-type-listing .overview-type-wrapper .overview-type-container .overview-type {
    position: relative;
    width: calc(25% - 10px);
    height: 100%;
    margin: 5px
}

@media screen and (max-width: 1023px) {
    .overview-type-listing .overview-type-wrapper .overview-type-container .overview-type {
        width: calc(50% - 16px);
        margin: 8px
    }
}

@media screen and (max-width: 767px) {
    .overview-type-listing .overview-type-wrapper .overview-type-container .overview-type {
        width: 100%
    }
}

.overview-type-listing .overview-type-wrapper .overview-type-container .overview-type:hover .overview-content .viewmore {
    opacity: 1;
    height: auto;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.overview-type-listing .overview-type-wrapper .overview-type-container .overview-type .img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 157.4%;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .overview-type-listing .overview-type-wrapper .overview-type-container .overview-type .img {
        /* padding-top: 100% */
        padding-top: 60%
    }
}

@media screen and (max-width: 500px) {
    .overview-type-listing .overview-type-wrapper .overview-type-container .overview-type .img {
        padding-top: 70%
    }
}

.overview-type-listing .overview-type-wrapper .overview-type-container .overview-type .img .img-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1
}

.overview-type-listing .overview-type-wrapper .overview-type-container .overview-type .img .img-container:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 10;
    pointer-events: none;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5))
}

.overview-type-listing .overview-type-wrapper .overview-type-container .overview-type .img .img-container img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.overview-type-listing .overview-type-wrapper .overview-type-container .overview-type .img .img-container img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.overview-type-listing .overview-type-wrapper .overview-type-container .overview-type .overview-content {
    width: 65%;
    text-align: center;
    position: absolute;
    bottom: 44px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2
}

.overview-type-listing .overview-type-wrapper .overview-type-container .overview-type .overview-content.theme-black .type,
.overview-type-listing .overview-type-wrapper .overview-type-container .overview-type .overview-content.theme-black .style {
    color: #000
}

.overview-type-listing .overview-type-wrapper .overview-type-container .overview-type .overview-content .type {
    font-size: 24px;
    font-weight: 300;
    line-height: 120%;
    padding-bottom: 4px;
    color: #fff
}

.overview-type-listing .overview-type-wrapper .overview-type-container .overview-type .overview-content .style {
    font-size: 32px;
    line-height: 120%;
    font-weight: bold;
    color: #fff
}

@media (max-width: 1280px) {
    .overview-type-listing .overview-type-wrapper .overview-type-container .overview-type .overview-content .style {
        font-size: 25px
    }
}

@media (max-width: 1024px) {
    .overview-type-listing .overview-type-wrapper .overview-type-container .overview-type .overview-content .style {
        font-size: 22px
    }
}

@media (max-width: 700px) {
    .overview-type-listing .overview-type-wrapper .overview-type-container .overview-type .overview-content .style {
        font-size: 20px
    }
}

.overview-type-listing .overview-type-wrapper .overview-type-container .overview-type .overview-content .viewmore {
    padding-top: 22px;
    opacity: 0;
    height: 0
}

@media screen and (max-width: 768px) {
    .overview-type-listing .overview-type-wrapper .overview-type-container .overview-type .overview-content .viewmore {
        opacity: 1;
        height: auto;
        padding-top: 12px;
        padding-bottom: 12px
    }
}

.overview-type-listing .overview-type-wrapper .overview-type-container .overview-type .overview-content .viewmore .btn-hisense {
    min-width: 123px;
    line-height: 46px;
    height: 46px;
    padding: 0;
    display: inline-block
}

.overview-type-listing .overview-type-wrapper .overview-type-container.slick-initialized {
    width: 1440px;
    max-width: calc(100% - 2px)
}

@media screen and (max-width: 500px) {
    .overview-type-listing .overview-type-wrapper .overview-type-container.slick-initialized {
        max-width: 100%
    }
}

.overview-type-listing .overview-type-wrapper .overview-type-container.slick-initialized .slick-list {
    width: 1440px;
    max-width: calc(100% - 2px)
}

@media screen and (max-width: 500px) {
    .overview-type-listing .overview-type-wrapper .overview-type-container.slick-initialized .slick-list {
        max-width: 100%
    }
}

@media screen and (min-width: 501px) {
    .overview-type-listing .overview-type-wrapper .overview-type-container.slick-initialized .slick-list .slick-slide {
        margin-right: 3px;
        margin-left: 3px
    }
}

.overview-type-listing .overview-type-wrapper .overview-type-container.slick-initialized .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #707070;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block;
    top: 50%;
    z-index: 50;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.overview-type-listing .overview-type-wrapper .overview-type-container.slick-initialized .slick-arrow::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border-top: 2px solid #DBDBDB;
    border-right: 2px solid #DBDBDB;
    top: 18px
}

.overview-type-listing .overview-type-wrapper .overview-type-container.slick-initialized .slick-arrow.left,
.overview-type-listing .overview-type-wrapper .overview-type-container.slick-initialized .slick-arrow.slick-prev {
    left: 20px
}

.overview-type-listing .overview-type-wrapper .overview-type-container.slick-initialized .slick-arrow.left::before,
.overview-type-listing .overview-type-wrapper .overview-type-container.slick-initialized .slick-arrow.slick-prev::before {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.overview-type-listing .overview-type-wrapper .overview-type-container.slick-initialized .slick-arrow.right,
.overview-type-listing .overview-type-wrapper .overview-type-container.slick-initialized .slick-arrow.slick-next {
    right: 20px
}

.overview-type-listing .overview-type-wrapper .overview-type-container.slick-initialized .slick-arrow.right::before,
.overview-type-listing .overview-type-wrapper .overview-type-container.slick-initialized .slick-arrow.slick-next::before {
    right: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.overview-type-listing .overview-type-wrapper .overview-type-container.slick-initialized .slick-arrow:hover {
    -webkit-transform: translateY(-50%) scale(1.1);
    -moz-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
    background: rgba(0, 0, 0, 0.9)
}

.overview-type-listing .overview-type-wrapper .overview-type-container.slick-initialized .slick-arrow:focus {
    background: rgba(0, 0, 0, 0.5)
}

.overview-type-listing .overview-type-wrapper .overview-type-container.slick-initialized .overview-type {
    margin: 0
}

.overview-type-listing .overview-type-wrapper .overview-type-listing-dots .slick-dots {
    bottom: 5px;
    width: auto;
    left: 50%;
    padding: 10px 19px;
    display: flex;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.overview-type-listing .overview-type-wrapper .overview-type-listing-dots .slick-dots li {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    display: block
}

.overview-type-listing .overview-type-wrapper .overview-type-listing-dots .slick-dots li button {
    position: relative;
    width: 30px;
    height: 30px
}

.overview-type-listing .overview-type-wrapper .overview-type-listing-dots .slick-dots li button:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 6px;
    height: 6px;
    background-color: #FFF;
    border: 1px solid #DDD;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.overview-type-listing .overview-type-wrapper .overview-type-listing-dots .slick-dots li button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: solid 3px #E6E6E6;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.overview-type-listing .overview-type-wrapper .overview-type-listing-dots .slick-dots li button:hover:before {
    opacity: 1;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.overview-type-listing .overview-type-wrapper .overview-type-listing-dots .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #DDD
}

.overview-type-listing .overview-type-wrapper .overview-type-listing-dots .slick-dots li.slick-active button:after {
    opacity: .5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.overview-two-col {
    padding-top: 79px
}

@media screen and (max-width: 1023px) {
    .overview-two-col {
        padding-top: 40px
    }
}

.overview-two-col h2 {
    /* font-size: 40px; */
    font-size: 32px;
    line-height: 120%;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px
}

@media screen and (max-width: 1280px) {
    .overview-two-col h2 {
        font-size: 28px;
  
    }
}
@media screen and (max-width: 768px) {
    .overview-two-col h2 {
        font-size: 24px;
        padding: 0 16px
    }
}
@media screen and (max-width: 767px) {
    .overview-two-col h2 {
        font-size: 20px;
        padding: 0 16px
    }
}

.overview-two-col .desc {
    /* font-size: 26px; */
    font-size: 23px;
    line-height: 120%;
    font-weight: bold;
    text-align: left;
    margin-bottom: 27px
}

@media screen and (max-width: 767px) {
    .overview-two-col .desc {
        font-size: 18px;
        margin-bottom: 39px;
        padding: 0 16px
    }
}

.overview-two-col .overview-two-col-wrapper {
    width: 1440px;
    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: flex-end
}

@media screen and (max-width: 1100px) {
    .overview-two-col .overview-two-col-wrapper {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .overview-two-col .overview-two-col-wrapper {
        padding: 0
    }
}

.overview-two-col .overview-two-col-wrapper.align-top {
    align-items: flex-start
}

.overview-two-col .overview-two-col-wrapper.align-top h2 {
    margin-top: 20px
}

.overview-two-col .overview-two-col-wrapper>div {
    width: 50%;
    padding: 0 16px
}

@media screen and (max-width: 1100px) {
    .overview-two-col .overview-two-col-wrapper>div {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .overview-two-col .overview-two-col-wrapper>div {
        padding: 0
    }
}

@media screen and (max-width: 1100px) {
    .overview-two-col .overview-two-col-wrapper>div:last-child {
        margin-top: 30px
    }
}

.overview-two-col .overview-two-col-wrapper .overview-two-col-container {
    position: relative
}

.overview-two-col .overview-two-col-wrapper .overview-two-col-container.noLink .banner .img {
    cursor: auto
}

.overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content {
    z-index: 10
}

@media screen and (min-width: 768px) {
    .overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content {
        position: absolute;
        bottom: 42px;
        left: 42px
    }
}

@media screen and (max-width: 767px) {
    .overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content {
        background: #000;
        padding: 21px 5px
    }
}

.overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content.theme-black .item .new,
.overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content.theme-black .item p {
    color: #000
}

.overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content.theme-black .btn-container a {
    color: #000
}

.overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content.theme-black .btn-container a.btn-more:after {
    border: 2px solid #000
}

@media screen and (max-width: 767px) {
    .overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content .item {
        padding: 0 16px
    }
}

.overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content .item .new {
    color: #00AAA6;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 11px
}

.overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content .item p {
    color: #fff;
    font-size: 24px;
    line-height: 120%;
    font-weight: 100;
    margin-bottom: 11px;
    width: 500px
}

@media (max-width: 767px) {
    .overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content .item p {
        width: 100%
    }
}

.overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content .btn-container {
    display: inline-flex
}

.overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content .btn-container a {
    display: block;
    font-size: 16px;
    color: #FFF;
    position: relative;
    white-space: nowrap;
    padding-top: 7px;
    -webkit-transition: color 0.4s ease-out;
    -moz-transition: color 0.4s ease-out;
    -o-transition: color 0.4s ease-out;
    -ms-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out
}

@media (max-width: 767px) {
    .overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content .btn-container a {
        padding-top: 12px
    }
}

.overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content .btn-container a:last-child {
    margin-right: 0
}

@media (hover: hover) and (pointer: fine) {
    .overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content .btn-container a:hover {
        color: #00B3AC
    }
}

.overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content .btn-container a.btn-more {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
    margin-right: 30px;
    padding: 6px 16px
}

@media (max-width: 767px) {
    .overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content .btn-container a.btn-more {
        margin-right: 20px;
        padding: 12px 25px;
        width: 90px
    }
}

.overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content .btn-container a.btn-more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #6DEBE6;
    background: -webkit-linear-gradient(0deg, #6DEBE6 0%, #18C4BF 30%, #007B8B 100%);
    background: linear-gradient(90deg, #6DEBE6 0%, #18C4BF 30%, #007B8B 100%);
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    z-index: -1
}

.overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content .btn-container a.btn-more:after {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 25px;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    z-index: 1;
    border: 2px solid #FFF
}

@media (hover: hover) and (pointer: fine) {
    .overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content .btn-container a.btn-more:hover {
        border: none;
        color: #FFF
    }

    .overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content .btn-container a.btn-more:hover:before {
        opacity: 1
    }

    .overview-two-col .overview-two-col-wrapper .overview-two-col-container .overview-content .btn-container a.btn-more:hover:after {
        opacity: 0
    }
}

.overview-two-col .overview-two-col-wrapper .overview-two-col-container .banner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.08%;
    overflow: hidden
}

.overview-two-col .overview-two-col-wrapper .overview-two-col-container .banner .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.overview-two-col .overview-two-col-wrapper .overview-two-col-container .banner .img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 10;
    pointer-events: none;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5))
}

.overview-two-col .overview-two-col-wrapper .overview-two-col-container .banner .img.active {
    z-index: 2
}

.overview-two-col .overview-two-col-wrapper .overview-two-col-container .banner .img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out
}

.overview-two-col .overview-two-col-wrapper .overview-two-col-container .banner .img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.product-listing {
    background-color: #F5F5F5;
    padding-bottom: 45px
}

.product-listing.product-listing-column {
    flex-direction: column !important;
}


.product-listing h2 {
    margin-top: 60px;
    padding-top: 52px;
    padding-bottom: 30px;
    font-size: 40px;
    line-height: 120%;
    font-weight: bold;
    text-align: center
}

@media screen and (max-width: 1366px) {
    .product-listing h2 {
        font-size: 35px;

    }
}

@media screen and (max-width: 1280px) {
    .product-listing h2 {
        font-size: 30px;

    }
}

@media screen and (max-width: 768px) {
    .product-listing h2 {
        font-size: 24px;
        padding-top: 37px;
        padding-bottom: 27px
    }
}


.product-listing .product-listing-inner {
    padding: 13px;
    width: 1440px;
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap
}

.product-listing .product-listing-inner .product-listing-tab {
    position: relative;
    text-align: center;
    width: 33.3333333333333333333333333333%;
    padding: 50px 37px 60px 37px;
    display: flex;
    flex-direction: column
}

.product-listing .product-listing-inner .product-listing-tab::before {
    display: block;
    content: '';
    position: absolute;
    background-color: #fff;
    top: 13px;
    bottom: 13px;
    left: 13px;
    right: 13px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px
}

.product-listing .product-listing-inner .product-listing-tab>* {
    position: relative;
    overflow: hidden
}

.product-listing .product-listing-inner .product-listing-tab .product-listing-img+* {
    margin-top: 18px
}

.product-listing .product-listing-inner .product-listing-tab h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 135%;
    text-transform: uppercase
}

.product-listing .product-listing-inner .product-listing-tab h3+* {
    margin-top: 14px
}

.product-listing .product-listing-inner .product-listing-tab img {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.product-listing .product-listing-inner .product-listing-tab h4 {
    font-size: 18px
}

.product-listing .product-listing-inner .product-listing-tab h4+* {
    margin-top: 14px
}

.product-listing .product-listing-inner .product-listing-tab .product-listing-description {
    font-size: 18px;
    font-weight: 300;
    padding: 10px 0 15px
}

.product-listing .product-listing-inner .product-listing-tab .product-listing-description+* {
    margin-top: 14px
}

.product-listing .product-listing-inner .product-listing-tab .product-listing-tab-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    word-wrap: break-word
}

.product-listing .product-listing-inner .product-listing-tab .product-listing-tab-content h3 {
    flex-grow: 1
}

.product-listing .product-listing-inner .product-listing-tab .product-listing-tab-content+* {
    margin-top: 24px
}

.product-listing .product-listing-inner .product-listing-tab .product-colors {
    display: flex;
    justify-content: center
}

.product-listing .product-listing-inner .product-listing-tab .product-colors .product-color {
    width: 37px;
    height: 37px;
    margin-left: 3px;
    margin-right: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.product-listing .product-listing-inner .product-listing-tab .product-colors+* {
    margin-top: 24px
}

.product-listing .product-listing-inner .product-listing-tab .product-highlights {
    display: flex;
    justify-content: center;
    position: relative
}

.product-listing .product-listing-inner .product-listing-tab .product-highlights .product-highlights-cursor {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #4AA7A5;
    opacity: 0;
    left: 0
}

.product-listing .product-listing-inner .product-listing-tab .product-highlights .product-highlight {
    min-width: 50px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 7px;
    margin-right: 7px;
    display: flex;
    align-items: center
}

.product-listing .product-listing-inner .product-listing-tab .product-highlights .product-highlight img {
    max-width: 47px;
    height: auto;
    pointer-events: none
}



.product-listing .product-listing-inner .product-listing-tab .product-highlights .product-highlight .product-highlight-text {
    display: none
}

.product-listing .product-listing-inner .product-listing-tab .product-highlights+* {
    margin-top: 24px
}

.product-listing .product-listing-inner .product-listing-tab .product-highlights-description {
    color: #4A4A4A;
    font-weight: 300;
    font-size: 18px;
    min-height: 30px
}

.product-listing .product-listing-inner .product-listing-tab .product-listing-tab-buttons {
    display: flex;
    justify-content: center
}

.product-listing .product-listing-inner .product-listing-tab .product-listing-tab-buttons>* {
    flex-grow: 1;
    width: 50%;
    max-width: 50%;
    padding: 0 13px
}

.product-listing .product-listing-inner .product-listing-tab .product-listing-tab-buttons>* a {
    white-space: nowrap;
    width: 100%;
    height: 60px;
    min-width: 0;
    padding: 23px 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    pointer-events: none;
    opacity: 0
}

.product-listing .product-listing-inner .product-listing-tab .product-listing-tab-buttons>* a.btn-hisense {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.product-listing .product-listing-inner .product-listing-tab .product-listing-tab-buttons>* a.btn-detail {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border: 1px solid #717172;
    color: #717172;
    background-color: #fff !important
}

.product-listing .product-listing-inner .product-listing-tab .product-listing-tab-buttons>* a.btn-detail:hover {
    background-color: #717172 !important;
    border: 1px solid #fff;
    color: #fff
}

@media screen and (min-width: 768px) {
    .product-listing .product-listing-inner .product-listing-tab:hover .product-listing-tab-buttons>* a {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        pointer-events: all;
        opacity: 1;
        background-color: #00AAA6
    }

    .product-listing .product-listing-inner .product-listing-tab:hover .product-listing-img img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.product-listing .view-more {
    text-align: center;
    margin-top: 20px
}

.product-listing .view-more a {
    text-align: center;
    min-width: 238px;
    line-height: 100%;
    font-weight: 400;
    display: inline-block;
    padding: 30px;
    height: 72px;
    text-transform: none !important;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    border-radius: 36px;
    color: #fff;
    background-color: #707070;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease
}

@media screen and (min-width: 1025px) {
    .product-listing .view-more a:hover {
        background-color: #00AAA6
    }
}

@media screen and (max-width: 1024px) {
    .product-listing .product-listing-inner .product-listing-tab h3 {
        font-size: 20px
    }

    .product-listing .product-listing-inner .product-listing-tab .product-listing-tab-buttons {
        display: block;
        text-align: center
    }

    .product-listing .product-listing-inner .product-listing-tab .product-listing-tab-buttons>* {
        width: auto;
        text-align: center;
        max-width: none;
        padding: 5px;
        display: inline-block
    }

    .product-listing .product-listing-inner .product-listing-tab .product-listing-tab-buttons>* a {
        min-width: 0;
        width: 140px !important;
        opacity: 1 !important;
        pointer-events: all !important;
        background-color: #00AAA6 !important;
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important
    }
}

@media screen and (max-width: 767px) {
    .product-listing .product-listing-inner {
        display: block
    }

    .product-listing .product-listing-inner .product-listing-tab {
        width: 100%
    }

    .product-listing .product-listing-inner .product-listing-tab .product-highlights+* {
        margin-top: 14px
    }

    .product-listing .product-listing-inner .product-listing-tab .product-listing-tab-content+* {
        margin-top: 14px
    }

    .product-listing .product-listing-inner .product-listing-tab .product-highlights-description {
        min-height: 0
    }

    .rtl .overview-type-listing .overview-type-wrapper .overview-type-container .overview-type .overview-content .viewmore {
        display: none;
    }

    .rtl .overview-type-listing .overview-type-wrapper .overview-type-container .overview-type .overview-content {
        bottom: 60px;
    }
}

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

    .shop_table_image.shop_table_image_new {
        width: 35px;
        height: auto;
        aspect-ratio: 1/1;
    }
}

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

    .shop_table_image.shop_table_image_new {
        top: 24px;
    }
}


.custom_select_class {
    position: relative;

}

.custom_select_class select {


    width: 100%;
    border: 1px solid #e3e3e3;
    height: 51px;
    font-size: 16px;
    border-radius: 30px;
    padding: 10px 23px;
    transition: 0.4s all ease;
    color: #b3b3b3;
    -webkit-appearance: none;
    /* Chrome, Safari, Edge */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
    position: relative;

    background: transparent;
    background-image: none;


}

.custom_select_class::after {
    position: absolute;
    content: "";
    top: 48%;
    right: 22px;
    height: 9px;
    transform: rotate(45deg) translateY(-50%);
    width: 9px;
    border-bottom: 1px solid #ababab;

}

.woocommerce-myaccount-content-new .woocommerce-info {
    gap: 0;
}

.woocommerce-myaccount-content-new .woocommerce-info::before {
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-myaccount-content-new .product_remove .ftinvwl-times::before {
    content: '' !important;
}

.tinvwl_added_to_wishlist .icon_big_heart_check::before {
    display: none !important;
}

.review_order_total.review_order_total_new_sec .review_order_wrap {
    width: unset !important;
}

.review_order_total.review_order_total_new_sec>* {
    width: unset !important;
}

.bg_unset {
    background-color: unset !important;

}

.custom-select-class select {

    -webkit-appearance: none;
    /* Chrome, Safari, Edge */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
    position: relative;

    background: transparent;
    background-image: none;
}



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

    .mob_hidden {
        display: none !important;
    }

}