﻿.jx-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #061427;
}

.jx-banner-carousel,
.jx-banner-carousel .owl-stage-outer,
.jx-banner-carousel .owl-stage,
.jx-banner-carousel .owl-item {
    width: 100%;
}

.jx-banner-item {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.jx-banner-item picture {
    display: block;
    width: 100%;
}

.jx-banner-item picture img {
    display: block;
    width: 100%;
    height: auto;
}

.jx-banner-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.jx-banner-content .container {
    height: 100%;
}

.jx-banner-info {
    width: 48%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 20px;
}

.jx-banner-label {
    display: inline-block;
    margin-bottom: 42px;
    padding: 12px 22px;
    border-radius: 30px;
    background: #0a5ef3;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
}

.jx-banner-info h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 1.32;
    font-weight: 600;
}

.jx-banner-info p {
    max-width: 720px;
    margin: 42px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 28px;
}

.jx-banner-more {
    min-width: 200px;
    height: 54px;
    margin-top: 38px;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0a5ef3;
    border: 1px solid #0a5ef3;
    border-radius: 3px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.jx-banner-more:hover {
    background: #084bc4;
    border-color: #084bc4;
    color: #fff !important;
}

.jx-banner-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.jx-banner-carousel .owl-dot {
    width: 30px;
    height: 8px;
    margin: 0 5px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .45) !important;
}

.jx-banner-carousel .owl-dot.active {
    width: 48px;
    background: #fff !important;
}

.jx-banner-carousel .owl-dot span {
    display: none !important;
}

.jx-process {
    width: 100%;
    padding: 28px 0 30px;
    background: #fff;
}

.jx-process-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jx-process-item {
    flex: 1;
    min-width: 0;
    text-align: center;
}

.jx-process-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.jx-process-title img {
    width: 28px;
    height: 28px;
    margin-right: 9px;
    flex-shrink: 0;
    object-fit: contain;
}

.jx-process-title strong {
    color: #111;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    white-space: nowrap;
}

.jx-process-item p {
    margin: 13px 0 0;
    color: #666;
    font-size: 12px;
    line-height: 18px;
}

.jx-process-arrow {
    width: 46px;
    flex-shrink: 0;
    text-align: center;
}

.jx-process-arrow i {
    color: #aeb9c8;
    font-size: 26px;
}

.jx-best-products {
    width: 100%;
    padding: 38px 0 42px;
}

.jx-best-head {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jx-best-head h2 {
    margin: 0;
    color: #111827;
    font-size: 32px;
    line-height: 40px;
}

.jx-best-view {
    height: 34px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #0a5ef3;
    border-radius: 6px;
    color: #0a5ef3;
    font-size: 14px;
    text-decoration: none;
}

.jx-best-view i {
    margin-left: 10px;
    font-size: 17px;
}

.jx-best-view:hover {
    background: #0a5ef3;
    color: #fff;
}

.jx-best-main {
    display: flex;
    gap: 12px;
}

.jx-best-feature {
    position: relative;
    width: 33%;
    flex-shrink: 0;
    border-radius: 9px;
    overflow: hidden;
}

.jx-best-feature > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jx-best-feature-info {
    position: absolute;
    left: 32px;
    top: 38px;
    right: 25px;
    color: #fff;
}

.jx-best-feature-info h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 31px;
    font-weight: 600;
}

.jx-best-tags {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.jx-best-tags span {
    min-width: 58px;
    height: 27px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
}

.jx-best-feature-info p {
    margin: 20px 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.jx-best-feature-more {
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    color: #fff !important;
    font-size: 15px;
    text-decoration: none;
}

.jx-best-feature-more i {
    width: 22px;
    height: 22px;
    margin-left: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #0a5ef3;
}

.jx-best-list {
    flex: 1;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.jx-best-item {
    min-width: 0;
    background: #fff;
    border-radius: 9px;
    overflow: hidden;
    transition: all .25s ease;
}

.jx-best-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(10,94,243,.10);
}

.jx-best-pic {
    position: relative;
    height: 185px;
    padding: 28px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jx-best-hot {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 49px;
    height: 32px;
    object-fit: contain;
    z-index: 2;
}

.jx-best-pic > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jx-best-product-img {
    display: block;
    max-width: 88%;
    max-height: 125px;
    object-fit: contain;
}

.jx-best-info {
    padding: 0 18px 12px;
}

.jx-best-info h3 {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
}

.jx-best-info h3 a {
    display: block;
    overflow: hidden;
    color: #111;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jx-best-info h3 a:hover {
    color: #0a5ef3;
}

.jx-best-info p {
    margin: 7px 0 0;
    overflow: hidden;
    color: #777;
    font-size: 13px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jx-best-cart {
    border-top: 1px solid #e8edf4;
}

.jx-best-cart > a {
    height: 36px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666;
    font-size: 13px;
    text-decoration: none;
}

.jx-best-cart > a:hover {
    color: #0a5ef3;
}

.jx-best-cart img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}


/* BOM */
.jx-home-bom {
    position: relative;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.jx-home-bom > img {
    display: block;
    width: 100%;
    height: auto;
}

.jx-home-bom-left {
    position: absolute;
    left: 55px;
    top: 50%;
    transform: translateY(-50%);
}

.jx-home-bom-left h2 {
    margin: 0 0 20px;
    color: #111827;
    font-size: 23px;
    line-height: 30px;
    font-weight: 600;
}

.jx-home-bom-left p {
    margin: 8px 0;
    color: #172033;
    font-size: 13px;
    line-height: 20px;
}

.jx-home-bom-left p i {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #ff704f;
    font-size: 10px;
}

.jx-home-bom-right {
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
}

.jx-home-bom-box {
    min-width: 320px;
    padding: 24px 30px;
    border: 1px dashed rgba(10,94,243,.30);
    border-radius: 8px;
    background: rgba(255,255,255,.62);
    text-align: center;
}

.jx-home-bom-box p {
    margin: 0 0 16px;
    color: #172033;
    font-size: 14px;
    line-height: 20px;
}

/* UPLOAD BOM is only an A link */
.jx-home-bom-btn {
    height: 40px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #0a5ef3;
    color: #fff !important;
    font-size: 13px;
    text-decoration: none;
}

.jx-home-bom-btn i {
    margin-right: 9px;
    font-size: 15px;
}

.jx-home-bom-btn:hover {
    background: #084bc4;
    color: #fff !important;
}


.jx-home-categories {
    width: 100%;
    padding: 42px 0 40px;
}

.jx-home-categories-head {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.jx-home-categories-head h2 {
    margin: 0;
    color: #111827;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}

.jx-home-categories-more {
    height: 34px;
    padding: 0 14px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0a5ef3;
    border-radius: 6px;
    color: #0a5ef3;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
}

.jx-home-categories-more i {
    margin-left: 10px;
    font-size: 16px;
}

.jx-home-categories-more:hover {
    background: #0a5ef3;
    color: #fff;
}

.jx-home-categories-list {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 12px;
}

.jx-home-category-item {
    min-width: 0;
    padding: 26px 16px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    background: #dcecf7;
    text-decoration: none;
    transition: all .25s ease;
}

.jx-home-category-item:nth-child(2n) {
    background: #e2efe9;
}

.jx-home-category-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(10, 94, 243, .10);
}

.jx-home-category-item h3 {
    min-height: 50px;
    margin: 0 0 18px;
    overflow: hidden;
    color: #172033;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
}

.jx-home-category-pic {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.jx-home-category-pic img {
    display: block;
    max-width: 100%;
    max-height: 112px;
    object-fit: contain;
}

.jx-home-brands {
    width: 100%;
    padding: 42px 0 46px;
    background: #f7f9fc url(../images/homebrandbg.jpg) center bottom no-repeat;
    background-size: cover;
}

.jx-home-brands-head {
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.jx-home-brands-head h2 {
    margin: 0;
    color: #111827;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.jx-home-brands-more {
    height: 34px;
    padding: 0 14px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0a5ef3;
    border-radius: 6px;
    color: #0a5ef3;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.jx-home-brands-more i {
    margin-left: 10px;
    font-size: 16px;
}

.jx-home-brands-more:hover {
    background: #0a5ef3;
    color: #fff;
}

.jx-home-brands-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px 24px;
}

.jx-home-brand-item {
    min-width: 0;
    padding: 15px 20px 14px;
    background: #fff;
    border-radius: 8px 8px 20px 8px;
    text-align: center;
    text-decoration: none;
    transition: all .25s ease;
}

.jx-home-brand-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(10, 94, 243, .10);
}

.jx-home-brand-pic {
    width: 100%;
    aspect-ratio: 2 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; padding:15px;
}

.jx-home-brand-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.jx-home-brand-item > span {
    display: inline-flex;
    min-height: 28px;
    margin-top: 6px;
    padding: 4px 16px;
    align-items: center;
    justify-content: center;
    background: #f4f7fd;
    color: #0a5ef3;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.jx-home-brand-item:hover > span {
    background: #0a5ef3;
    color: #fff;
}


.jx-latest-stock {
    width: 100%;
    padding: 42px 0 46px;

}

.jx-latest-head {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.jx-latest-head h2 {
    margin: 0;
    color: #111827;
    font-size: 32px;
    line-height: 40px;
}

.jx-latest-more {
    height: 34px;
    padding: 0 14px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0a5ef3;
    border-radius: 6px;
    color: #0a5ef3;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.jx-latest-more i {
    margin-left: 10px;
    font-size: 16px;
}

.jx-latest-more:hover {
    background: #0a5ef3;
    color: #fff;
}

.jx-latest-banner {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 9px;
}

.jx-latest-banner > img {
    display: block;
    width: 100%;
    height: auto;
}

.jx-latest-banner-text {
    position: absolute;
    right: 4%;
    top: 50%;
    width: 38%;
    text-align: center;
    transform: translateY(-50%);
}

.jx-latest-banner-text h3 {
    margin: 0;
    color: #fff;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 600;
}

.jx-latest-banner-text p {
    margin: 24px 0 0;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
}


.jx-latest-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px 10px;
}

.jx-latest-item {
    min-width: 0;
    min-height: 120px;
    padding: 14px 12px 10px;
    display: flex;
    background: #fff;
    border-radius: 9px;
    transition: all .25s ease;
}

.jx-latest-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(10, 94, 243, .10);
}

.jx-latest-pic {
    width: 95px;
    height: 95px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jx-latest-pic img {
    display: block;
    max-width: 90px;
    max-height: 90px;
    object-fit: contain;
}

.jx-latest-info {
    min-width: 0;
    flex: 1;
    padding-left: 12px;
    display: flex;
    flex-direction: column;
}

.jx-latest-info h3 {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}

.jx-latest-info h3 a {
    display: block;
    overflow: hidden;
    color: #111;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jx-latest-info h3 a:hover {
    color: #0a5ef3;
}

.jx-latest-info p {
    margin: 6px 0 0;
    overflow: hidden;
    color: #777;
    font-size: 12px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jx-latest-cart {
    height: 28px;
    margin-top: auto;
    padding: 0 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f7fa;
    border-radius: 4px;
    color: #666;
    font-size: 12px;
    line-height: 28px;
    text-decoration: none;
}

.jx-latest-cart i {
    margin-left: 8px;
    color: #64748b;
    font-size: 15px;
}

.jx-latest-cart:hover {
    background: #edf4ff;
    color: #0a5ef3;
}

.jx-latest-cart:hover i {
    color: #0a5ef3;
}

.jx-home-about {
    width: 100%;
    padding: 68px 0;
    background: #fff;
}

.jx-home-about-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 75px;
}

.jx-home-about-left {
    width: 54%;
}

.jx-home-about-label {
    display: inline-flex;
    min-height: 44px;
    padding: 0 30px;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: #f4f7fd;
    color: #0a5ef3;
    font-size: 13px;
    line-height: 20px;
}

.jx-home-about-left h2 {
    margin: 14px 0 0;
    color: #111;
    font-size: 22px;
    line-height: 32px;
}

.jx-home-about-desc {
    margin: 15px 0 0;
    color: #3f4652;
    font-size: 15px;
    line-height: 26px;
}

.jx-home-about-points {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}

.jx-home-about-point-title {
    display: flex;
    align-items: center;
}

.jx-home-about-point-title img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    flex-shrink: 0;
    object-fit: contain;
}

.jx-home-about-point-title h3 {
    margin: 0;
    color: #172033;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.jx-home-about-point > p {
    margin: 10px 0 0;
    color: #666;
    font-size: 12px;
    line-height: 18px;
}

.jx-home-about-more {
    min-width: 174px;
    height: 50px;
    margin-top:15px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: #0a5ef3;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
}

.jx-home-about-more:hover {
    background: #084bc4;
    color: #fff !important;
}


/* Right image */
.jx-home-about-right {
    position: relative;
    width: 46%;
}

.jx-home-about-picture {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.jx-home-about-picture img {
    display: block;
    width: 100%;
    height: auto;
}

.jx-home-about-line {
    position: absolute;
    right: 74px;
    top: 0;
    width: 6px;
    height: 100%;
    background: #ffd7cd;
}

.jx-home-about-badge {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff5a35;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 4px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}


.jx-industry-focus {
    width: 100%;
    padding: 42px 0 0;
}

.jx-industry-head {
    margin-bottom: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.jx-industry-head h2 {
    margin: 0;
    color: #111827;
    font-size: 32px;
    line-height: 40px;
}

.jx-industry-more {
    height: 34px;
    padding: 0 14px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0a5ef3;
    border-radius: 6px;
    color: #0a5ef3;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.jx-industry-more i {
    margin-left: 10px;
    font-size: 16px;
}

.jx-industry-more:hover {
    background: #0a5ef3;
    color: #fff;
}

.jx-industry-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.jx-industry-column {
    min-width: 0;
}

.jx-industry-column-head {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jx-industry-column-head h3 {
    margin: 0;
    color: #172033;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.jx-industry-column-head > a {
    display: inline-flex;
    align-items: center;
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.jx-industry-column-head > a i {
    margin-left: 10px;
    font-size: 16px;
}

.jx-industry-column-head > a:hover {
    color: #0a5ef3;
}

.jx-industry-list {
    display: grid;
    gap: 18px;
}

.jx-industry-item {
    min-height: 180px;
    padding: 15px 15px 15px 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 9px;
    transition: all .25s ease;
}

.jx-industry-item.current,
.jx-industry-item:hover {
    border-color: #0a5ef3;
}

.jx-industry-content {
    flex: 1;
    min-width: 0;
}

.jx-industry-content h4 {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    height:48px; overflow:hidden;
}

.jx-industry-content h4 a {
    display: block;
    color: #333;
    text-decoration: none;
}

.jx-industry-content h4 a:hover {
    color: #0a5ef3;
}

.jx-industry-content p {
    margin: 16px 0 0;
    overflow: hidden;
    color: #555;
    font-size: 13px;
    line-height: 22px;
height:22px; overflow:hidden;
}

.jx-industry-item-more {
    margin-top: 17px;
    display: inline-flex;
    align-items: center;
    color: #333;
    font-size: 13px;
    text-decoration: none;
}

.jx-industry-item-more i {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0a5ef3;
    color: #fff;
    font-size: 9px;
}

.jx-industry-item-more:hover {
    color: #0a5ef3;
}

.jx-industry-pic {
    width: 240px;
    aspect-ratio: 240 / 150;
    flex-shrink: 0;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.jx-industry-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.jx-industry-item:hover .jx-industry-pic img {
    transform: scale(1.04);
}

.jx-part-number {
    width: 100%;
    padding: 42px 0 48px;
}

.jx-part-head {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.jx-part-head h2 {
    margin: 0;
    color: #111827;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.jx-part-more {
    height: 34px;
    padding: 0 14px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0a5ef3;
    border-radius: 6px;
    color: #0a5ef3;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.jx-part-more i {
    margin-left: 10px;
    font-size: 16px;
}

.jx-part-more:hover {
    background: #0a5ef3;
    color: #fff;
}


/* Tabs */
.jx-part-tabs {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
}

.jx-part-tab {
    min-width: 210px;
    height: 66px;
    margin-right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe4eb;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    background: #fff;
    color: #333;
    font-size: 19px;
    text-decoration: none;
}

.jx-part-tab:hover {
    color: #0a5ef3;
}

.jx-part-tab.active {
    position: relative;
    color: #0a5ef3;
}

.jx-part-tab.active:after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    height: 2px;
    background: #0a5ef3;
}


/* Content */
.jx-part-box {
    position: relative;
    margin-top: -1px;
    background: #fff;
    border: 1px solid #dfe4eb;
    border-radius: 0 10px 10px 10px;
    overflow: hidden;
}

.jx-part-panel {
    display: none;
}

.jx-part-panel.active {
    display: block;
}


/* Part list */
.jx-part-list {
    min-height: 215px;
    padding: 28px 0 30px;
    column-count: 5;
    column-gap: 0;
    column-rule: 1px solid #edf0f4;
}

.jx-part-list > a {
    position: relative;
    display: block;
    margin: 0 28px;
    padding: 3px 0 3px 15px;
    overflow: hidden;
    break-inside: avoid;
    color: #444;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jx-part-list > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #0a5ef3;
}

.jx-part-list > a:hover {
    color: #0a5ef3;
}


/* Index */
.jx-part-index {
    min-height: 66px;
    padding: 15px 28px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 20px;
    border-top: 1px solid #dfe4eb;
}

.jx-part-index span {
    margin-right: 6px;
    color: #444;
    font-size: 14px;
    line-height: 24px;
}

.jx-part-index a {
    min-width: 14px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}

.jx-part-index a:hover {
    color: #0a5ef3;
}

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

    .jx-banner-item picture img {
        width: 100%;
        height: auto;
    }

    .jx-banner-info {
        width: 72%;
        padding-bottom: 25px;
        justify-content: center;
    }

    .jx-banner-label {
        margin-bottom: 16px;
        padding: 7px 13px;
        font-size: 12px;
        line-height: 20px;
    }

    .jx-banner-info h2 {
        font-size: 26px;
        line-height: 1.3;
    }

    .jx-banner-info p {
        margin-top: 16px;
        font-size: 14px;
        line-height: 21px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .jx-banner-more {
        min-width: 140px;
        height: 42px;
        margin-top: 20px;
        padding: 0 20px;
        font-size: 13px;
    }

    .jx-banner-carousel .owl-dots {
        bottom: 12px;
    }

    .jx-banner-carousel .owl-dot {
        width: 20px;
        height: 5px;
        margin: 0 4px;
    }

    .jx-banner-carousel .owl-dot.active {
        width: 34px;
    }
	.jx-process {
	        padding: 25px 0;
	        background: #fff;
	    }
	
	    .jx-process-list {
	        display: block;
	    }
	
	    .jx-process-item {
	        width: 100%;
	        padding: 18px 15px;
	        border: 1px solid #e5eaf2;
	        border-radius: 6px;
	        background: #fff;
	        text-align: left;
	    }
	
	    .jx-process-title {
	        justify-content: flex-start;
	    }
	
	    .jx-process-title img {
	        width: 28px;
	        height: 28px;
	        margin-right: 10px;
	    }
	
	    .jx-process-title strong {
	        font-size: 16px;
	        white-space: normal;
	    }
	
	    .jx-process-item p {
	        margin: 10px 0 0 38px;
	        font-size: 14px;
	        line-height: 21px;
	    }
	
	    .jx-process-item p br {
	        display: none;
	    }
	
	    .jx-process-arrow {
	        width: 100%;
	        height: 32px;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	    }
	
	    .jx-process-arrow i {
	        font-size: 24px;
	        transform: rotate(90deg);
	    }

.jx-best-products {
        padding: 25px 0;
    }

    .jx-best-head {
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 15px;
        }
    
        .jx-best-head h2 {
            flex: 1;
            min-width: 0;
            margin: 0;
            color: #111827;
            font-size: 21px;
            line-height: 30px;
            font-weight: 600;
        }
    
        .jx-best-view {
            width: 96px;
            height: 32px;
            padding: 0 10px;
            flex-shrink: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #0a5ef3;
            border-radius: 6px;
            color: #0a5ef3;
            font-size: 13px;
            line-height: 1;
            white-space: nowrap;
        }
    
        .jx-best-view i {
            margin-left: 10px;
            font-size: 16px;
        }

    .jx-best-main {
        display: block;
    }

    .jx-best-feature {
        width: 100%;
        height: 360px;
        margin-bottom: 12px;
    }

    .jx-best-feature-info {
        left: 22px;
        top: 28px;
    }

    .jx-best-feature-info h3 {
        font-size: 21px;
        line-height: 28px;
    }

    .jx-best-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .jx-best-pic {
        height: 145px;
        padding: 12px;
    }

    .jx-best-product-img {
        max-height: 110px;
    }

    .jx-best-hot {
        left: 7px;
        top: 7px;
        width: 42px;
        height: auto;
    }

    .jx-best-info {
        padding: 0 10px 10px;
    }

    .jx-best-info h3 {
        font-size: 14px;
    }

    .jx-best-info p {
        font-size: 12px;
    }

    .jx-best-cart > a {
        padding: 0 10px;
        font-size: 12px;
    }

    .jx-home-bom {
        min-height: 330px;
    }

    .jx-home-bom > img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .jx-home-bom-left {
        position: relative;
        left: auto;
        top: auto;
        padding: 30px 20px 15px;
        transform: none;
        z-index: 2;
    }

    .jx-home-bom-left h2 {
        margin-bottom: 15px;
        font-size: 21px;
    }

    .jx-home-bom-right {
        position: relative;
        right: auto;
        top: auto;
        padding: 10px 20px 25px;
        transform: none;
        z-index: 2;
    }

    .jx-home-bom-box {
        min-width: 0;
        width: 100%;
        padding: 20px 15px;
    }

.jx-home-categories {
        padding: 25px 0;
    }

    .jx-home-categories-head {
        margin-bottom: 16px;
    }

    .jx-home-categories-head h2 {
        flex: 1;
        min-width: 0;
        font-size: 22px;
        line-height: 30px;
    }

    .jx-home-categories-more {
        width: 96px;
        height: 32px;
        padding: 0 10px;
        font-size: 13px;
    }

    .jx-home-categories-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .jx-home-category-item {
        padding: 18px 12px 16px;
        border-radius: 8px;
    }

    .jx-home-category-item h3 {
        min-height: 44px;
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 22px;
    }

    .jx-home-category-pic {
        height: 90px;
    }

    .jx-home-category-pic img {
        max-height: 82px;
    }
	
	.jx-home-brands {
	        padding: 25px 0 30px;
	        background-position: center bottom;
	    }
	
	    .jx-home-brands-head {
	        margin-bottom: 16px;
	    }
	
	    .jx-home-brands-head h2 {
	        flex: 1;
	        min-width: 0;
	        font-size: 22px;
	        line-height: 30px;
	    }
	
	    .jx-home-brands-more {
	        width: 96px;
	        height: 32px;
	        padding: 0 10px;
	        font-size: 13px;
	    }
	
	    .jx-home-brands-list {
	        grid-template-columns: repeat(2, 1fr);
	        gap: 10px;
	    }
	
	    .jx-home-brand-item {
	        padding: 12px 12px 13px;
	        border-radius: 7px 7px 15px 7px;
	    }
	
	    .jx-home-brand-pic {
	        aspect-ratio: 2 / 1;
	    }
	
	    .jx-home-brand-item > span {
	        width: 100%;
	        min-height: 28px;
	        margin-top: 6px;
	        padding: 4px 6px;
	        font-size: 13px;
	    }
	.jx-latest-stock {
	        padding: 25px 0;
	    }
	
	    .jx-latest-head {
	        margin-bottom: 16px;
	    }
	
	    .jx-latest-head h2 {
	        flex: 1;
	        min-width: 0;
	        font-size: 22px;
	        line-height: 30px;
	    }
	
	    .jx-latest-more {
	        width: 96px;
	        height: 32px;
	        padding: 0 10px;
	        font-size: 13px;
	    }
	
	   .jx-latest-banner {
	display: none;
	       }

	    .jx-latest-list {
	        grid-template-columns: repeat(2, 1fr);
	        gap: 10px;
	    }
	
	    .jx-latest-item {
	        min-height: 0;
	        padding: 10px;
	        display: block;
	    }
	
	    .jx-latest-pic {
	        width: 100%;
	        height: 115px;
	    }
	
	    .jx-latest-pic img {
	        max-width: 100px;
	        max-height: 100px;
	    }
	
	    .jx-latest-info {
	        padding: 8px 0 0;
	    }
	
	    .jx-latest-info h3 {
	        font-size: 13px;
	        line-height: 20px;
	    }
	
	    .jx-latest-info p {
	        margin-top: 3px;
	        font-size: 12px;
	    }
	
	    .jx-latest-cart {
	        height: 32px;
	        margin-top: 8px;
	        line-height: 32px;
	    }


 .jx-home-about {
        padding: 35px 0;
        background: #fff;
    }

    .jx-home-about-inner {
        display: block;
    }

    .jx-home-about-left {
        width: 100%;
    }

    .jx-home-about-label {
        min-height: 36px;
        padding: 0 18px;
        font-size: 12px;
    }

    .jx-home-about-left h2 {
        margin-top: 14px;
        font-size: 23px;
        line-height: 1.4;
    }

    .jx-home-about-left h2 br {
        display: none;
    }

    .jx-home-about-desc {
        margin-top: 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .jx-home-about-points {
        margin-top: 22px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .jx-home-about-point-title h3 {
        font-size: 15px;
    }

    .jx-home-about-point > p {
        font-size: 13px;
        line-height: 21px;
    }

    .jx-home-about-more {
        min-width: 155px;
        height: 44px;
        margin-top: 25px;
        font-size: 13px;
    }

    .jx-home-about-right {
        width: 100%;
        margin-top: 35px;
 
    }

    .jx-home-about-line {
        right: 36px;
        width: 4px;
    }

    .jx-home-about-badge {
        width: 34px;
        height: 220px;
        font-size: 11px;
        letter-spacing: 2px;
    }
 .jx-industry-focus {
        padding: 25px 0 30px;
    }

    .jx-industry-head {
        margin-bottom: 22px;
    }

    .jx-industry-head h2 {
        flex: 1;
        min-width: 0;
        font-size: 22px;
        line-height: 30px;
    }

    .jx-industry-more {
        width: 96px;
        height: 32px;
        padding: 0 10px;
        font-size: 13px;
    }

    .jx-industry-main {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .jx-industry-column-head {
        margin-bottom: 12px;
    }

    .jx-industry-column-head h3 {
        font-size: 18px;
    }

    .jx-industry-item {
        min-height: 0;
        padding: 12px;
        gap: 12px;
    }

    .jx-industry-content h4 {
        font-size: 14px;
        line-height: 21px;
    }

    .jx-industry-content h4 a {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .jx-industry-content p {
        margin-top: 8px;
        font-size: 12px;
        line-height: 19px;
    }

    .jx-industry-item-more {
        margin-top: 10px;
        font-size: 12px;
    }

    .jx-industry-pic {
        width: 115px;
        aspect-ratio: 240 / 150;
    }

.jx-part-number {
        padding: 25px 0 30px;
    }

    .jx-part-head {
        margin-bottom: 16px;
    }

    .jx-part-head h2 {
        flex: 1;
        min-width: 0;
        font-size: 22px;
        line-height: 30px;
    }

    .jx-part-more {
        width: 96px;
        height: 32px;
        padding: 0 10px;
        font-size: 13px;
    }

    .jx-part-tabs {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .jx-part-tab {
        min-width: 135px;
        height: 52px;
        margin-right: 6px;
        flex-shrink: 0;
        font-size: 14px;
    }

    .jx-part-box {
        border-radius: 0 7px 7px 7px;
    }

    .jx-part-list {
        min-height: 0;
        padding: 18px 0 20px;
        column-count: 2;
        column-gap: 0;
        column-rule: 1px solid #edf0f4;
    }

    .jx-part-list > a {
        margin: 0 12px;
        padding: 3px 0 3px 12px;
        font-size: 13px;
        line-height: 21px;
    }

    .jx-part-list > a:before {
        top: 12px;
        width: 3px;
        height: 3px;
    }

    .jx-part-index {
        min-height: 0;
        padding: 15px;
        gap: 6px 16px;
    }

    .jx-part-index span {
        width: 100%;
        margin: 0 0 3px;
    }

    .jx-part-index a {
        font-size: 13px;
    }


}

/* Responsive enhancements */
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .jx-banner-label {
        margin-bottom: 24px;
    }

    .jx-banner-info h2 {
        font-size: 34px;
    }

    .jx-banner-info p {
        margin-top: 26px;
        font-size: 15px;
        line-height: 25px;
    }

    .jx-banner-more {
        height: 48px;
        margin-top: 26px;
    }

    .jx-process-arrow {
        width: 28px;
    }

    .jx-process-title strong {
        font-size: 14px;
        white-space: normal;
    }

    .jx-process-item p {
        font-size: 12px;
    }

    .jx-best-feature {
        width: 31%;
    }

    .jx-best-feature-info {
        left: 22px;
        top: 28px;
    }

    .jx-best-feature-info h3 {
        font-size: 21px;
        line-height: 28px;
    }

    .jx-best-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .jx-best-pic {
        height: 155px;
        padding: 20px 14px;
    }

    .jx-home-bom-left {
        left: 32px;
    }

    .jx-home-bom-right {
        right: 32px;
    }

    .jx-home-bom-box {
        min-width: 280px;
        padding: 20px 22px;
    }

    .jx-home-categories-list {
        grid-template-columns: repeat(6, 1fr);
    }

    .jx-home-brands-list {
        grid-template-columns: repeat(5, 1fr);
        gap: 16px;
    }

    .jx-latest-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .jx-home-about-inner {
        gap: 42px;
    }

    .jx-home-about-left {
        width: 52%;
    }

    .jx-home-about-right {
        width: 48%;
        padding-right: 65px;
    }

    .jx-home-about-line {
        right: 56px;
    }

    .jx-home-about-badge {
        width: 42px;
    }

    .jx-industry-main {
        gap: 18px;
    }

    .jx-industry-item {
        gap: 14px;
        padding: 14px;
    }

    .jx-industry-pic {
        width: 180px;
    }

    .jx-part-list {
        column-count: 4;
    }

    .jx-part-tab {
        min-width: 190px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .jx-banner-info {
        width: 55%;
    }

    .jx-banner-label {
        margin-bottom: 18px;
        padding: 8px 16px;
        font-size: 12px;
    }

    .jx-banner-info h2 {
        font-size: 30px;
    }

    .jx-banner-info p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 22px;
    }

    .jx-banner-more {
        min-width: 150px;
        height: 44px;
        margin-top: 22px;
    }

    .jx-process {
        padding: 24px 0;
    }

    .jx-process-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .jx-process-item {
        padding: 16px;
        border: 1px solid #e5eaf2;
        border-radius: 6px;
        background: #fff;
        text-align: left;
    }

    .jx-process-title {
        justify-content: flex-start;
    }

    .jx-process-title strong {
        white-space: normal;
    }

    .jx-process-item p {
        margin-left: 37px;
    }

    .jx-process-item p br {
        display: none;
    }

    .jx-process-arrow {
        display: none;
    }

    .jx-best-main {
        display: block;
    }

    .jx-best-feature {
        width: 100%;
        height: 360px;
        margin-bottom: 12px;
    }

    .jx-best-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .jx-best-pic {
        height: 150px;
        padding: 16px;
    }

    .jx-home-bom-left {
        left: 26px;
    }

    .jx-home-bom-right {
        right: 26px;
    }

    .jx-home-bom-box {
        min-width: 250px;
        padding: 18px;
    }

    .jx-home-categories-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .jx-home-brands-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }

    .jx-latest-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .jx-latest-item {
        min-height: 112px;
    }

    .jx-latest-pic {
        width: 82px;
        height: 82px;
    }

    .jx-latest-pic img {
        max-width: 78px;
        max-height: 78px;
    }

    .jx-home-about-inner {
        display: block;
    }

    .jx-home-about-left,
    .jx-home-about-right {
        width: 100%;
    }

    .jx-home-about-right {
        margin-top: 38px;
    }

    .jx-industry-main {
        grid-template-columns: 1fr;
    }

    .jx-industry-item {
        min-height: 160px;
    }

    .jx-industry-pic {
        width: 220px;
    }

    .jx-part-tab {
        min-width: 180px;
        height: 58px;
        font-size: 17px;
    }

    .jx-part-list {
        column-count: 3;
    }
}

@media screen and (max-width: 480px) {
    .jx-banner-info {
        width: 78%;
    }

    .jx-banner-label {
        margin-bottom: 10px;
        padding: 5px 10px;
        font-size: 10px;
        line-height: 18px;
    }

    .jx-banner-info h2 {
        font-size: 21px;
    }

    .jx-banner-info p {
        margin-top: 10px;
        font-size: 12px;
        line-height: 18px;
        -webkit-line-clamp: 2;
    }

    .jx-banner-more {
        min-width: 118px;
        height: 36px;
        margin-top: 12px;
        padding: 0 14px;
        font-size: 12px;
    }

    .jx-banner-carousel .owl-dots {
        bottom: 7px;
    }

    .jx-process-item {
        padding: 14px 12px;
    }

    .jx-best-head h2,
    .jx-home-categories-head h2,
    .jx-home-brands-head h2,
    .jx-latest-head h2,
    .jx-industry-head h2,
    .jx-part-head h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .jx-best-view,
    .jx-home-categories-more,
    .jx-home-brands-more,
    .jx-latest-more,
    .jx-industry-more,
    .jx-part-more {
        width: 90px;
        padding: 0 8px;
        font-size: 12px;
    }

    .jx-best-feature {
        height: 320px;
    }

    .jx-best-feature-info {
        left: 18px;
        top: 22px;
        right: 18px;
    }

    .jx-best-feature-info h3 {
        font-size: 19px;
        line-height: 25px;
    }

    .jx-best-tags {
        margin-top: 14px;
    }

    .jx-best-feature-info p {
        margin-top: 14px;
        font-size: 12px;
        line-height: 19px;
    }

    .jx-best-feature-more {
        margin-top: 18px;
    }

    .jx-best-list,
    .jx-home-categories-list,
    .jx-home-brands-list,
    .jx-latest-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jx-best-pic {
        height: 125px;
    }

    .jx-home-bom {
        min-height: 300px;
    }

    .jx-home-bom-left {
        padding: 24px 15px 10px;
    }

    .jx-home-bom-right {
        padding: 8px 15px 20px;
    }

    .jx-home-category-item {
        padding-left: 8px;
        padding-right: 8px;
    }

    .jx-home-category-item h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .jx-home-about-label {
        padding: 0 14px;
    }

    .jx-home-about-left h2 {
        font-size: 21px;
    }

    .jx-home-about-right {
        padding-right: 34px;
    }

    .jx-home-about-line {
        right: 29px;
    }

    .jx-home-about-badge {
        width: 30px;
        height: 190px;
        font-size: 10px;
    }

    .jx-industry-item {
        align-items: flex-start;
    }

    .jx-industry-pic {
        width: 100px;
    }

    .jx-industry-column-head > a {
        font-size: 13px;
    }

    .jx-part-tab {
        min-width: 120px;
        height: 48px;
        font-size: 13px;
    }

    .jx-part-list {
        column-count: 2;
    }

    .jx-part-list > a {
        margin-left: 9px;
        margin-right: 9px;
        font-size: 12px;
    }

    .jx-part-index {
        gap: 5px 13px;
    }
}

/* =========================================================
   HOME HERO: left categories + right banner
   Layout only follows the reference idea; colors/typography
   continue to use the current JIEXIN site design system.
   ========================================================= */
@media screen and (min-width: 1025px) {
    body#home .jx-home-hero {
        width: 100%;
        background: #f5f7fa;
    }

    body#home .jx-home-hero-inner {
        position: relative;
        padding-left: 340px;
        box-sizing: border-box;
    }

    body#home .jx-home-hero .jx-banner {
        width: 100%;
        height: 440px;
        min-height: 440px;
        border-radius: 0;
        background: #061427;
    }

    body#home .jx-home-hero .jx-banner-carousel,
    body#home .jx-home-hero .jx-banner-carousel .owl-stage-outer,
    body#home .jx-home-hero .jx-banner-carousel .owl-stage,
    body#home .jx-home-hero .jx-banner-carousel .owl-item,
    body#home .jx-home-hero .jx-banner-item,
    body#home .jx-home-hero .jx-banner-item picture {
        height: 440px;
    }

    body#home .jx-home-hero .jx-banner-item picture img {
        width: 100%;
        height: 440px;
        object-fit: cover;
        object-position: center;
    }

    body#home .jx-home-hero .jx-banner-content .container {
        width: 100%;
        max-width: none;
        height: 100%;
        padding-left: 46px;
        padding-right: 46px;
        box-sizing: border-box;
    }

    body#home .jx-home-hero .jx-banner-info {
        width: 58%;
        padding-bottom: 0;
    }

    body#home .jx-home-hero .jx-banner-label {
        margin-bottom: 22px;
        padding: 8px 17px;
        font-size: 13px;
        line-height: 22px;
    }

    body#home .jx-home-hero .jx-banner-info h2 {
        font-size: 34px;
        line-height: 1.28;
    }

    body#home .jx-home-hero .jx-banner-info p {
        margin-top: 22px;
        font-size: 15px;
        line-height: 25px;
    }

    body#home .jx-home-hero .jx-banner-more {
        min-width: 165px;
        height: 46px;
        margin-top: 26px;
        padding: 0 24px;
        font-size: 14px;
    }

    body#home .jx-home-hero .jx-banner-carousel .owl-dots {
        bottom: 15px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    body#home .jx-home-hero-inner {
        padding-left: 280px;
    }

    body#home .jx-home-hero .jx-banner-content .container {
        padding-left: 32px;
        padding-right: 32px;
    }

    body#home .jx-home-hero .jx-banner-info {
        width: 64%;
    }

    body#home .jx-home-hero .jx-banner-info h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 1024px) {
    body#home .jx-home-hero-inner {
        padding-left: 0;
    }
}

