.grid-col>.col-inner>.img .img-inner>img {
    left: 0;
}


html button {
    margin-bottom: 0px;
    margin-right: 0px;
    min-height: auto;
}

body .container,
html .container {
    max-width: 1200px;
}



/** RESET AND LAYOUT
===================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

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

nav ul {
    list-style: none;
}

li {
    list-style-type: none;
}

.product-item-layout .short-desc li,
.text li {
    list-style-type: disc;
    font-weight: 400;

}

.page-breadcrumbs li,
.feature-list li,
.variation-selection li {
    font-family: var(--font-hisense-light);
}

.product-item-layout .short-desc li {
    padding: 3px 0px;
    margin-left: 20px;
    font-family: var(--font-hisense-light);
}

blockquote,
q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}



a {
    text-decoration: none;
}

textarea {
    resize: none;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0;
    background: transparent;

}

*:focus {
    outline: none;
}

input[type="color"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
input[type="submit"],
input[type="search"],
button[type="submit"],
textarea {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-wrap {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

button[type="submit"],
input[type="submit"] {
    border: 0;
    cursor: pointer;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;

}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*for IE10*/
select::-ms-expand {
    display: none;
}

/** Default Text
===================================*/
html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0 0 0 0;
    line-height: 1;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    font-family: var(--font-hisense-light);
    background: #10152b;
}

b em,
b i,
strong em,
strong i,
em b,
i b,
em strong,
i strong {
    font-family: var(--font-hisense-light);
}

ul,
li {
    margin: 0;
    padding: 0;
}

input[type="radio"] {
    margin: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto !important;
    border: 0;
}

/* all */
::-webkit-input-placeholder {
    color: #000;

}

::-moz-placeholder {
    color: #000;

}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #000;

}

/* ie */
input:-moz-placeholder {
    color: #000;

}

.container.clr {
    padding: 0px;
}

/* clearfix */
.clr:before,
.clr:after {
    content: " ";
    display: table;
}

.clr:after {
    clear: both;
}

/* For IE 6/7 only */
.clr {
    zoom: 1;
}

/** CSS3 Transition
===================================*/
@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#wrapper {
    overflow: hidden;
    font-size: 14px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.container.header-layout {
    padding: 0;
}

.header-mb-actions.row {
    margin-right: 0;
}

.topbar {
    font-size: 13px;
    background: #fff;
    color: #3E3E3E;
    padding: 8px 0;
}

.topbar a {
    color: #3E3E3E;
}

.topbar .top-left {
    float: left;
    max-width: 50%;
    line-height: 15px;
}

.topbar .top-right {
    float: right;
    max-width: 50%;
}

.topbar .top-right a {
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

@media (min-width: 1024px) {
    .topbar .top-right a {
        margin-left: 10px;
    }
}

.header-main {
    background: #0841A3;
    padding: 23px 0;
}

.header-main .logo img {
    width: 133px;
}

.header-main .logo {
    text-align: center;
    margin: 0 100px;
}

.header-main .container {
    position: relative;
}

.header-main .search-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.search-button .btn-search {
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    background: transparent;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 30px;
    color: #fff;
}

.search-button .icon-close,
.search-open .search-button .icon-search {
    display: none;
}

.search-open .search-button .icon-close {
    display: inline-block;
}

.search-wrapper {
    position: fixed;
    top: 111px;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.search-open .search-wrapper {
    display: block;
    background: rgba(0, 0, 0, .8);
}

.search-wrapper .searchform {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.search-wrapper h4 {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 24px;
}

.search-wrapper .input-holder {
    max-width: 320px;
    margin: 0 auto;
}

.search-wrapper .search-input {
    background: transparent;
    border: 0;
    border-bottom: #fff solid 2px;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    color: #fff;
}

.main {
    min-height: 50vh;
    background: #12162d;
    /* margin-top: 88px; */
    padding-bottom: 30px;
}

.footer {
    background: #0e2158;
    padding-top: 30px;
}

.ft-logo {
    width: 138px;
}

.ft-middle {
    color: #fff;
    margin-top: 22px;
}

.ft-middle p {
    line-height: 20px;
}

.ft-right {
    margin-top: 30px;
}

.ft-bottom {
    margin-top: 15px;
    padding: 26px 0;
    border-top: 1px solid #224073;
    color: #fff;
}

.ft-bottom a {
    color: #fff;
}

.ft-right img {
    max-height: 154px;
}

.ft-links li {
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .ft-left {
        max-width: 50%;
        float: left;
    }

    .ft-right {
        float: right;
        margin-top: 0;
    }

    .footer {
        padding-top: 50px;
    }

    .ft-bottom {
        margin-top: 50px;
        padding: 10 p
    }

    .ft-links li {
        margin-bottom: 0;
        float: left;
        padding: 0 5px;
        border-left: #fff solid 1px;
    }

    .ft-links li:first-child {
        padding-left: 0;
        border-left: 0;
    }

    .copyright {
        float: right;
    }
}

@media (min-width: 1200px) {
    .ft-left {
        max-width: 670px;
    }

    .ft-links li {
        padding: 0 10px;
    }

    .ft-links li:first-child {
        padding-left: 0;
    }
}

.section {
    padding: 0px;
}

.home-articles.section {
    padding: 30px 0 0;
}

.section-banner {
    padding-bottom: 0;
}

.section-banner+.section {
    min-height: 20vh;
}

.section-banner img {
    width: 100%;
}

.section-header {
    color: #fff;
    text-align: center;
    position: relative;
}

.section-header h3 {
    font-size: 20px;
    line-height: 1.4em;
    text-transform: uppercase;
}

.section-header h3 a {
    color: #fff;
}

.section-header p {
    font-size: 15px;
    line-height: 21px;
    margin-top: 5px;
}

.section.article-featured,
.section.cate-list {
    margin-top: -30px;
}

.article-list {
    position: relative;
    margin: 15px -10px 0 -10px;
}

.article-list .item-list:not(.swiper-list) {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    align-items: stretch;
}

.cate-list .item-list {
    flex-wrap: wrap;
}

.cate-list .item {
    margin-bottom: 20px;
}

.article-slider .article-list>.item-list>.item {
    flex: 0 0 277px;
}

.article-featured .article-list>.item-list>.item {
    flex: 0 0 100%;
}

.article-list .item-list .item-wrap {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 10px;
    height: 100%;
    position: relative;
    min-height: 315px;
}

.article-list .item-list .item-wrap .btn-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.article-list .img img {
    width: 100%;
}

.article-list .cont {
    padding: 15px 10px;
}

.article-list .cont h4 {
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}

.article-list .cont h4 a {
    color: #000;
}

.article-list .cont h2 {
    font-size: 15px;
    line-height: 22px;
    color: #0841A3;
    margin-top: 6px;
}

.article-list .cont h2 a {
    color: #0841A3;
    text-transform: uppercase;
}

.home-articles .article-list .tags {
    display: none;
}

.article-list .tags a {
    display: inline-block;
    background: #E5E5E5;
    border-radius: 15px;
    padding: 8px 12px;
    font-size: 10px;
    color: #3E3E3E;
    margin-right: 8px;
    margin-top: 10px;
    vertical-align: top;
}

@media (max-width: 1023px) {
    .article-list .bx-viewport {
        overflow: visible !important;
    }

    .article-list .btn-more {
        display: inline-block;
        align-self: center;
        background: #fff;
        flex: 0 0 60px;
        width: 60px;
        height: 60px;
        line-height: 64px;
        text-align: center;
        font-size: 16px;
        border-radius: 100%;
    }

    .article-list>.item-list {
        position: relative;
    }

    .article-featured .article-list>.item-list {
        flex-wrap: wrap;
    }

    .article-featured .article-list>.item-list>.item {
        margin-top: 20px;
    }

    .article-featured .article-list>.item-list>.item:first-child {
        margin-top: 0;
    }

    .article-list .bx-controls {
        display: none;
    }
}

@media (min-width: 1024px) {
    .article-list {
        overflow: visible;
    }

    .article-list>.item-list>.item,
    .article-featured .article-list>.item-list>.item {
        flex: 0 0 25%;
    }

    .article-featured .article-list>.item-list>.item:first-child {
        flex: 0 0 50%;
    }

    .article-list .btn-more {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
        width: 60px;
        height: 60px;
        line-height: 64px;
        text-align: center;
        font-size: 16px;
        border-radius: 100%;
        margin-left: 10px;
        left: 100%;
    }

    .article-featured .article-list .item {
        position: relative;
    }

    .article-featured .article-list .item:first-child .cont {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 5;
        background: #fff;
    }

    .article-featured .article-list .item-list .item:first-child .item-wrap {
        min-height: 320px;
    }
}



.section-button {
    text-align: center;
}

.section-button .btn-loadmore {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 12px 40px;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    transition: all .3s ease-out;
}

.section-button .btn-loadmore:hover {
    background: #fff;
    color: #000;
}

.selectric {
    border: #fff solid 1px;
    border-radius: 25px;
    background: transparent;
}

.selectric .label {
    background: transparent;
    color: #fff;
    margin-left: 16px;
}

.selectric .button {
    background: transparent;
    color: #fff;
}

.section-header .section-tags a,
.article-tags a {
    display: inline-block;
    background: #E5E5E5;
    border-radius: 15px;
    padding: 8px 12px;
    font-size: 13px;
    color: #3E3E3E;
    margin-right: 8px;
    margin-top: 10px;
    vertical-align: top;
}

.article-tags a {
    margin-top: 0;
    margin-bottom: 10px;
}

.tags-list .article-list {
    margin-top: 40px;
}

.article-detail .article-header,
.article-detail .entry,
.fb-share,
.article-tags {
    max-width: 689px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: justify;
}

.article-detail {
    padding: 20px 0;
}

.fb-share {
    margin-top: 30px;
}

.article-tags {
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .article-detail {
        margin-top: 64px;
        padding: 0 0 54px 0;
    }

    .section-header {
        padding-left: 140px;
        padding-right: 140px;
    }

    .section-header .filter {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

.cate-related .section-header {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    border-bottom: #fff solid 1px;
}

.cate-related .section-header h3 {
    text-transform: none;
    font-size: 18px;
    color: white;
}

.cate-related .article-list>.item-list {
    margin-top: 20px;
}

.article-header {
    margin-bottom: 20px;
}

.article-header h4 {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 20px;
}

.article-header h1 {
    color: #1681D2;
    font-size: 24px;
}

.article-header p {
    color: #c4c4c4;
    font-size: 12px;
    margin-top: 20px;
}

@media (min-width: 1024px) {
    .article-header {
        margin-bottom: 40px;
    }

    .article-header h1 {
        font-size: 32px;
        line-height: 38px;
    }
}

.entry hr {
    background: #e5e5e5;
    height: 1px;
    border: 0;
}

.entry del {
    text-decoration: line-through;
}

.entry b,
.entry strong {
    font-weight: bold;
}

.entry i,
.entry em {
    font-style: italic;
}

.entry iframe {
    width: 100% !important;
}

.entry p {
    line-height: 1.4em;
}

.entry img {
    width: auto !important;
    height: auto !important;
}

.entry * {
    margin-top: 1em;
}

.entry *:first-child {
    margin-top: 0;
}

.entry blockquote p {
    margin-bottom: 0;
}

.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    font-weight: normal;
}

.entry h2,
.entry h3,
.entry h4 {
    margin-bottom: .75em;
    line-height: 1.4em;
}

.entry h2 {
    font-size: 1.5em;
    letter-spacing: 1px;
    font-weight: bold;
}

.entry h3 {
    font-size: 1.3em;
    font-weight: bold;
}

.entry h4 {
    font-size: 1.1em;
    font-weight: bold;
}

.entry blockquote {
    padding: 20px;
    line-height: 1.4em;
    border: #efefef solid 1px;
    background: #fff;
}

.entry ul li,
.entry ol li {
    list-style-type: inherit;
    margin-bottom: .5em;
    line-height: 1.4em;
}

.entry ul,
.entry ol {
    margin: 1em;
    padding: 0 1em;
}

.entry ul {
    list-style-type: disc;
}

.entry ol {
    list-style-type: decimal;
}

.entry a:not(.btn) {
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: underline;
}

.entry a:not(.btn):hover {
    color: #fff;
}

.entry .aligncenter {
    display: block;
    margin: 0 auto;
    width: 100% !important;
    text-align: center;
}

.wp-caption-text {
    font-style: italic;
    font-size: 0.9em;
}

.entry .iframe-wrapper {
    padding-bottom: 56.25%;
    position: relative;
}

.entry .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (min-width: 1024px) {
    .entry .alignleft {
        float: left;
        max-width: 50%;
        margin: 0 32px 32px 0;
    }

    .entry .alignright {
        float: right;
        max-width: 50%;
        margin: 0 0 32px 32px;
    }

    .content-block.image-text .row {
        align-items: center;
    }

    .content-block.image-text .row.right {
        flex-direction: row-reverse;
    }
}

@media (max-width: 1199px) {
    .article-product {
        border-radius: 10px;
        position: fixed;
        left: 15px;
        right: 15px;
        bottom: 20px;
        z-index: 100;
    }

    .article-product.hide {
        display: none;
    }

    .article-product:before {
        content: "";
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 10px;
        background: #fff;
    }

    .article-product .product-img {
        position: relative;
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        max-width: 95px;
    }

    .article-product .product-info {
        position: relative;
        overflow: hidden;
        margin-top: 40px;
        padding: 12px 50px 12px 0;
    }

    .article-product .product-info h2 {
        font-size: 16px;
    }

    .article-product .product-info h2 a {
        color: #0841A3;
    }

    .article-product .product-info .sku {
        font-size: 12px;
        margin-top: 10px;
    }

    .article-product .btn-hideproduct {
        width: 36px;
        height: 36px;
        background: #0841A3;
        position: absolute;
        top: 40px;
        right: 12px;
        margin-top: 10px;
        color: #fff;
        border-radius: 100%;
        text-align: center;
        font-size: 24px;
        line-height: 42px;
    }

    .article-product .btn-viewproduct {
        display: none;
    }

    .single-post .footer {
        padding-bottom: 120px;
    }

    .social-share {
        display: none;
    }
}

@media (min-width: 1200px) {
    body.single-post {
        overflow: visible;
    }

    .single-post #wrapper {
        overflow: visible;
    }

    .article-product .btn-hideproduct {
        display: none;
    }

    .article-product .btn-viewproduct {
        display: block;
        background: #0841A3;
        border-radius: 25px;
        max-width: 140px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        color: #fff;
        padding: 10px 0;
        margin-top: 30px;
    }

    .article-detail {
        position: relative;
    }

    .article-product {
        background: #fff;
        border-radius: 10px;
        padding: 20px 12px;
        width: 180px;
    }

    .article-product .product-info h2 {
        font-size: 15px;
    }

    .article-product .product-info .sku {
        font-size: 12px;
        margin-top: 10px;
    }

    .article-product .product-info h2 a {
        color: #0841A3;
    }

    .product-img {
        text-align: center;
        margin-bottom: 20px;
    }

    .article-product-wrapper {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: 384px;
        z-index: 50;
    }

    .social-share {
        position: absolute;
        top: 0;
        right: 50%;
        margin-right: 434px;
    }

    .fixed .article-product-wrapper,
    .fixed .social-share {
        position: fixed;
        top: 130px;
    }

    .absolute .article-product-wrapper,
    .absolute .social-share {
        position: absolute;
        top: auto;
        bottom: 54px;
    }

    .social-share {
        display: block;
    }
}

.bx-controls a {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 64px;
    text-align: center;
    font-size: 16px;
    border-radius: 100%;
}

.bx-controls a.disabled {
    display: none;
}

.bx-controls .bx-prev {
    left: -70px;
    /* transform: rotate(180deg); */
}

.bx-controls .bx-next {
    right: -70px;
}

.empty-row {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    color: #fff;
    flex: 0 0 100%;
}

/* Update Css  */
.article-detail table {
    width: 100%;
}

.article-detail table td,
.article-detail table th {
    padding: 5px;
    border: 1px solid #fff;
}

.article-detail table p {
    margin: 0;
}

.article-detail .fig-picture {
    margin: 30px 0;
}

.article-detail .fig-picture .wp-caption-text {
    font-style: italic;
}

.container.clr {
    max-width: 1200px;
}

.d-none {
    display: none !important;
}

.container:after,
.row:after {
    content: unset;
}

.tech .section-header h3 {
    color: white;
}

.specs-list-layout p.tab-name {
    margin-bottom: 0.8rem;
}

.single-product .tab {
    padding: 0;
}

.single-product .tab.active {
    color: #000;
}




.slick-prev:before,
.slick-next:before {
    content: unset;
}

#search-page-main-content .result-product-list {
    margin-top: 30px !important;
}

.store-box {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 15px;
    width: 100%;
    font-family: var(--font-hisense-light);
    background: #fff;
    position: relative;
}





.store-box h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.store-box p {
    margin: 8px 0;
    color: #555;
    font-size: 14px;
    line-height: 1.4;

}

.store-box i {
    margin-right: 8px;
    color: #555;
}

.store-box .note {
    color: #999;
    font-size: 13px;
}

.store-guide {
    display: flex;
    align-items: center;
    background: #f6f6f6;
    padding: 8px;
    margin-top: 15px;
    border-radius: 5px;
}

.store-label {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    margin-right: 8px;
    border-radius: 4px;
    font-size: 13px;
}

#resultTablebh {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-items: start;
}

#resultTablebh:has(.bh-empty-message) {
    grid-template-columns: repeat(1, 1fr) !important;
    justify-items: center !important;
}

.store-text {
    font-size: 14px;
    color: #333;



    line-height: 1.2;
}



