.spacing {
    margin-top: 130px;
}

.process-container,
.content-container {
    max-width: 1086px;
}
@media only screen and (max-width: 767px) {
    .content__left ul li em,.content__left ol li {
        font-size:15px
    }
}
.breadcrumb-item {
    padding-left: 20px;
    color: var(--black-222);
    font-weight: 600;
}

.breadcrumb-item:first-child {
    padding-left: 0;
}
/* .content__right.right-has-mt {
    margin-top: 22%;
} */
.breadcrumb-item.symbol::before {
    content: "";
    float: unset;
    font-size: 14px;
    padding-right: 20px;
    color: var(--black-222);
}

.post .breadcrumb li a {
    color: var(--black-222);
}

.post .breadcrumb li a:hover {
    color: var(--black-222);
}

.post .breadcrumb li:not(.active):hover a {
    text-decoration: underline;
}
.wp-caption.aligncenter {
    width: auto !important;
}
.post .post-title {
    font-size: 34px;
    line-height: 51px;
    font-weight: 600;
    position: relative;
    text-align: center;
}

.post .article {
    margin-bottom: 10px;
    display: flex;
  align-items: flex-start;
}

.post .post-title::before {
    content: "";
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 30%;
    background-color: #d1cbcb;
}

.content__left {
    width: 70%;
    padding-right: 15px;
}
.content__left .target-class{
    width: 100%;
}

.content__right {
    width: 30%;
    position: sticky;
    top: 100px;        
    align-self: flex-start;
    z-index: 10; 
}

.post .article .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.post .article .info .size .resetText,
.post .article .info time {
    font-weight: 500;
    color: var(--black-222);
}

.post .article .info .size {
    gap: 10px;
}

.post .article .info .size .resetText {
    cursor: pointer;
}

.post .article .info .size .control {
    cursor: pointer;
}

.post .article .info .size .social {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.post .article .info .size .wrap-icon {
    display: flex;
    gap: 4px;
}

.post .article .info .size .social i {
    font-size: 15px;
    line-height: 30px;
    color: white;
    background: #028fe3;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.post .article .preview .img img {
    cursor: pointer;
    width: 100%;
}

.content__right .img {
    position: relative;
    width: 100%;
    height: 167px;
}

.content__right .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content__right .img .content {
    position: absolute;
    width: 95%;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: var(--white-color);
}

.content__right .img .btn {
    position: absolute;
    bottom: 10px;
    width: 177px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    background-color: var(--white-color);
    color: var(--black-color);
    font-weight: 700;
    border-radius: 0;
    font-size: 15px;
    line-height: 24px;
}

.content__right.mobile {
    display: none;
}

/* content */
.post .article .content .content__box {
    padding: 20px;
    border: 1px solid #aaa;
    background: #f9f9f9 none repeat scroll 0 0;
    width: max-content;
    display: none;
}

.post .article .content .content__box.active {
    display: block;
}

.post .article .content button {
    background-color: #d3d3d3;
    padding: 10px;
    margin: 10px 0 10px 0;
    font-weight: 500;
    line-height: 26px;
    font-weight: 500;
}

.post .article .content button:focus {
    outline: 5px auto -webkit-focus-ring-color;
}

.post .article .content .title {
    font-size: 16px;
    font-weight: 700;
    color: var(--black-222);
    text-align: center;
    margin-bottom: 24.225px;
}

.post .article .content .content__box .catalogue {
    display: flex;
    flex-direction: column;
}

.post .article .content .content__box .catalogue li {
    margin-left: 15px;
    padding: 3px 0;
}

.post .article .content .content__box .catalogue a {
    font-weight: 500;
    color: var(--black-color);
}

.post .article .content .content__box .catalogue a:hover {
    text-decoration: underline;
}

/* content */
.content .content__left p {
    margin-bottom: 10px;
    margin-top: 10px;
}


/* .content .content__left p span>img {
    padding: 10px 0;
    margin: 10px 0;
} */

.content .content__left ul li {
    list-style: disc;
    margin-left: 15px;
}

.content .content__left p a:hover {
    text-decoration: underline;
}

/* establish */
.establish {
    margin-top: 100px;
}

.establish .content {
    background: #f0f0f0;
    border: 1px solid #d2d2d2;
    padding: 10px;
}

.establish .content .right>img {
    margin-right: 15px;
    float: left;
    width: 190px;
    height: 190px;
    object-fit: cover;
}

.establish .content .right h3 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
}

.establish .content .right .desc {
    color: var(--black-333);
}

.establish .content .right .icon {
    display: flex;
    gap: 5px;
}

.establish .content .right .left-mobile {
    display: none;
}

.establish .content .right .icon a i {
    width: 30px;
    height: 30px;
    color: #fff;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 17px;
    line-height: 34px;
}

/* related */
.process-container.padding {
    padding: 0 30px;
}

.related {
    margin-bottom: 160px;
}

.related__list .slick-slide {
    margin: 0 20px;
}

.related-title {
    background-color: var(--black-color);
    color: var(--white-color);
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 20px;
    width: 27%;
    text-align: center;
}

.related__list .slick-list {
    margin: 0 -20px;
}

.related__list .top {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 83%;
}

.related__list .time {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin: 10px 0 15px 10px;
    border-bottom: 1px solid #d1cbcb;
    color: #666;
}

.related__list li {
    box-shadow: 0 14px 22px -9px #bbcbd8;
    margin: 20px 10px 10px 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}

.related__list .top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.related__list .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    color: var(--black-222);
    margin: 10px 0 15px 10px;
}

.related__list .desc {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

/* popup */
.popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s linear;
}

.popup.active {
    opacity: 1;
    visibility: visible;
}

.popup .content .close {
    color: #b8b8b8;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 38px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: auto;
    border-radius: 50%;
    transition: all 0.5s ease-out;
    border: 2px solid transparent;
    cursor: zoom-out;
}

.popup .content .close:hover {
    border: 2px solid var(--white-color);
    color: var(--white-color);
    transform: rotate(180deg) scale(0.8);
}

.popup.active .content .img img {
    transform: scale(1);
}

.popup .content .img img {
    transform: scale(0.95);
    transition: 0.2s;
}

.popup .content .img {
    padding: 0 10px;
}

.popup .content .desc {
    color: var(--white-color);
    font-size: 13px;
    line-height: 18px;
    display: block;
}

@media only screen and (max-width: 979px) {
    .content__left {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .cta-mobile-top {
    position: static !important;
    top: auto !important;
    /* z-index: auto;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px; */
  }
  .cta-mobile-bottom{
    position: static !important;
    top: auto !important;
  }



    p,
    ul li span {
        font-size: 15px;
    }

    .spacing {
        margin-top: 80px;
    }

    .container {
        padding: 0 20px;
    }

    .post .breadcrumb li a {
        font-size: 15px;
        line-height: 24px;
    }

    .post .breadcrumb {
        margin-bottom: 0;
    }

    .post .post-title {
        font-size: 20px;
        line-height: 28px;
    }

    .post .article .content button {
        font-size: 15px;
    }

    .post .post-title::before {
        top: calc(100% + 20px);
    }

    .post .article .info {
        margin-top: 10%;
        font-size: 15px;
    }

    .content__right {
        display: none;
    }

    .content__right.mobile {
        display: block;
        width: 100%;
        height: 130px;
    }

    .content__right.mobile .process-container {
        margin-top: 12px;
        height: 100%;
    }

    .content__right.mobile .img {
        height: 100%;
    }

    .content__left {
        width: 100%;
    }

    .establish .content .right .desc {
        font-size: 15px;
    }

    .entry-content {
        flex-wrap: wrap;
    }

    .entry-item {
        width: 100%;
    }

    .entry-item+.entry-item {
        margin-top: 55px;
    }

    .warranty-zone {
        border-bottom: unset;
    }

    .warranty-zone .accordion-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .warranty-zone .accordion-header {
        padding: 15px;
        border-bottom: 1px solid var(--border-color);
    }

    .warranty-zone .accordion-body {
        padding: 15px;
    }

    .related-title {
        width: 65%;
    }

    .related__list .slick-slide {
        font-size: 15px;
    }

    .acc-item {
        padding-bottom: 20px;
        border-bottom: 1px solid var(--border-color);
    }

    .acc-body p,
    .acc-body ol li {
        font-size: 15px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 576px) {


    .content__right.mobile {
        height: 154px;
    }

    .establish .content .right .left-mobile {
        display: block;
    }

    .establish .content .right .icon {
        display: none;
    }

    .establish .content .right .icon.mobile {
        display: flex;
    }

    .establish .content .right {
        display: flex;
    }

    .establish .content .right>img {
        display: none;
    }

    .establish .content .right .left-mobile {
        width: 40%;
        padding-right: 12px;
    }

    .establish .content .right .right-mobile {
        width: 60%;
    }
}

.container .slide-link {
    font-weight: 600;
    color: #002B59;
    margin-bottom: 20px;
    margin: 10px 0 15px 10px;
    align-items: center;
    display: flex;
    justify-content: center;
  }