section.case-banner {
    height: 580px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.case-banner .content {
    width: 100%;
}

section.case-banner span {
    font-size: 19px;
}

section.case-banner h1 {
    font-size: 56px;
    color: #fff;
    width: 70%;
    margin-bottom: 60px;
}

.single_news_main {
    padding-top: 140px;
    padding-bottom: 8.75rem;
}

.single_news_main .content {
    display: flex;
    justify-content: space-between;
}

.single_news_main .single_news_main-inner {
    width: 67%;
}

/* .single_news_main .single_news_main-aside {
    width: 30%;
} */

.single_news_main-inner p,
.single_news_main-inner ul>li {
    word-break: break-all;
    margin-bottom: 1.875rem;
    color: #5b5f63;
    font-size: 1.15rem;
    line-height: 30px;
}

.single_news_main-inner p {
    word-break: keep-all;
}

.single_news_main-inner h2 {
    margin-bottom: 27px;
    margin-top: 4.375rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
    color: var(--hover-color);
    text-align: left;
}

.single_news_main-inner h2:first-child {
    margin-top: 0;
}

.single_news_main-inner h2 {
    font-size: 1.9rem;
    color: var(--blod-color);
    border-radius: 5px;
}

.single_news_main-inner h3 {
    color: var(--hover-color);
    line-height: 2rem;
    font-size: 1.2rem;
    margin-bottom: 27px;
    margin-top: 2rem;
    font-weight: 500;
}

.single_news_main-inner h2:first-of-type {
    margin-top: 0;
}

.single_news_main-inner ul {
    padding-left: 1rem;
    margin-bottom: 30px;
}

.single_news_main-inner ul li {
    margin-bottom: 1.5rem;
    list-style: disc;
}

.single_news_main-inner ul li::marker {
    color: var(--hover-color);
}

.single_news_main-inner .main__share {
    margin-top: 8rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

.single_news_main-inner .main__share ul {
    display: flex;
}

.single_news_main-inner .main__share ul li {
    list-style-type: none;
    margin-right: 1.56rem;
    width: 25px;
    overflow: hidden;
}

.single_news_main-inner .main__share ul li img {
    width: 1.625rem;
    height: 1.375rem;
    filter: drop-shadow(var(--hover-color) 50px 0);
    transform: translateX(-50px);
}

.single_news_main-aside .product-related {
    padding: 35px 30px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    border-radius: 8px;
    cursor: pointer;
}

.single_news_main-aside .product-related:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.103);
}


div.basic-infor h2 {
    font-size: 1.5rem;
    text-align: left;
    font-weight: bold;
    padding-bottom: 1rem;
    border-bottom: 2px solid #EAEAEA;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

div.basic-infor h2::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40%;
    height: 2px;
    content: "";
    background-color: var(--hover-color);
}

div.basic-infor li {
    display: flex;
    align-items: center;
    margin: 40px 0 65px;
}

div.basic-infor li img {
    width: 50px;
    margin-right: 20px;
}

div.basic-infor li h3 {
    font-size: 1.32rem;
    margin-bottom: 10px;
}

div.basic-infor li p {
    margin-bottom: 0;
}

.product-related {
    margin-top: 30px;
}

.product-related span {
    font-size: 13px;
    color: var(--font-color);
    margin-bottom: 10px;
}

.product-related h3 {
    font-size: 20px;
}

.product-related .img-box {
    height: 265px;
    width: 100%;
}

.product-related a {
    font-size: 17px;
    font-weight: 450;
    margin-top: 25px;
    display: inline-block;
    color: var(--hover-color);
}

.product-related a::after {
    background-image: url(../img/icon-arrow-blue.svg);
}

.product-related a:hover::after {
    background-image: url(../img/icon-arrow-blue.svg);
}

div.keda-product {
    padding-top: 60px;
}

div.keda-product h2 {
    font-size: 1.5rem;
    text-align: left;
    font-weight: bold;
    padding-bottom: 1rem;
    border-bottom: 2px solid #EAEAEA;
    position: relative;
}

div.keda-product h2::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40%;
    height: 2px;
    content: "";
    background-color: var(--hover-color);
}


section.case-banner .btn-form {
    width: 240px;
    font-size: 18px;
}

.case-form h2 {
    text-align: left;
    font-size: 3.2rem;
    font-weight: 500;
}

.case-form {
    padding: 6rem 0 0;
    background-color: #F8F8F8;
}

section.more-cases {
    padding: 140px 0;
}
section.more-cases h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 3.1rem;
    text-transform: uppercase;
}
section.more-cases .title-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

section.more-cases .title-box a.search-more {
    margin: 0;
    width: 190px;
}

section.more-cases div.swiper-box {
    position: relative;
    margin-top: 80px;
}

section.more-cases .cases-swiper {
    padding: 10px;
}

section.more-cases div.case-item {
    height: 415px;
    background-color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.103);
    margin-bottom: 50px;
    border-bottom: 3px solid var(--hover-color);
}

section.more-cases div.case-item .img-box {
    width: 100%;
    height: 70%;
    transition: all 0.3s ease;
}

section.more-cases div.case-item:hover .img-box {
    height: 0;
}

section.more-cases div.case-item span {
    margin-bottom: 0;
    font-size: 14px;
    color: #787878;
}

section.more-cases div.case-item .content-box {
    width: 100%;
    height: 30%;
    padding: 30px 35px;
    overflow: hidden;
    transition: all 0.3s ease;
}

section.more-cases div.case-item:hover .content-box {
    height: 100%;
    padding: 50px 35px;
    background: var(--hover-color) url('../img/pro-case-pic-bg.png') no-repeat center /cover;
}

section.more-cases div.case-item .content-box h3 {
    font-size: 21px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    margin-top: 20px;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.more-cases div.case-item:hover .content-box h3 {
    color: #fff;
}

div.case-list-box div.case-item:hover .content-box span.cat {
    display: none;
}


section.more-cases div.case-item:hover .content-box h3::after {
    background-color: #fff;
}

section.more-cases div.case-item .content-box>p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
    width: 100%;
    color: #C2DDEB;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.more-cases div.case-item .content-box ul li {
    display: flex;
    font-size: 16px;
    line-height: 30px;
}

section.more-cases div.case-item li strong {
    display: block;
    width: 35%;
    color: #fff;
}

section.more-cases div.case-item li p {
    color: #C2DDEB;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.more-cases div.case-item .content-box a {
    color: #fff;
    position: relative;
    color: #fff;
    border-radius: 5px;
    margin-top: 25px;
    display: inline-block;
}

section.more-cases div.case-item .content-box a::after {
    background-image: url(../img/arrow.svg);
}


.more-cases .swiper-button-prev,
.more-cases .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    left: -100px;
    right: auto;
    background-size: 18px 44px;
}

.more-cases .swiper-button-next,
.more-cases .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    right: -100px;
    left: auto;
    background-size: 18px 44px;
}

@media screen and (max-width: 768px) {
    div.keda-product h2,
    div.basic-infor h2 {
        font-size: 18px;
        font-weight: 500;
        line-height: unset;
    }

    div.basic-infor li img {
        width: 32px;
    }

    div.basic-infor li h3 {
        font-size: 16px;
    }

    div.basic-infor li {
        margin-bottom: 40px;
    }

    .single_news_main-aside {
        margin-top: 3rem;
    }

    div.keda-product {
        margin-top: 1.5rem;
        padding-top: 0;
        margin-bottom: 3rem;
    }

    .product-related .img-box {
        height: 200px;
    }

    .single_news_main-aside .product-related {
        padding: 24px;
    }

    .case-form {
        padding: 3rem 0 0;
    }

    section.more-cases {
        padding: 4rem 0;
    }

    section.more-cases .title-box {
        display: block;
    }

    section.more-cases .title-box h2 {
        text-align: left;
    }


    section.more-cases .title-box a.search-more {
        width: 170px;
        padding: 10px 0;
    }

    section.more-cases div.swiper-box {
        margin-top: 40px;
    }

    .more-cases .swiper-button-prev, .more-cases .swiper-container-rtl .swiper-button-next,
    .more-cases .swiper-button-next, .more-cases .swiper-container-rtl .swiper-button-prev {
        display: none;
    }

    section.more-cases .cases-swiper {
        margin: -10px;
    }
    section.more-cases div.case-item {
        height: 350px;
        margin-bottom: 0;
    }
    

    section.more-cases div.case-item .content-box {
        padding: 20px;
    }

    section.more-cases div.case-item:hover .content-box {
        padding: 24px;
    }

    section.more-cases div.case-item .content-box h3 {
        font-size: 18px;
        margin-bottom: 2rem;
        margin-top: 0.5rem;
    }

    section.more-cases div.case-item .content-box > p {
        font-size: 14px;
        line-height: 24px;
    }

    section.more-cases div.case-item .content-box ul li {
        font-size: 14px;
    }

    section.more-cases div.case-item .content-box a {
        font-size: 14px;
    }

    .product-related h3 {
        font-size: 16px;
    }
}