.about {
    padding: 45px 0;
    background-image: url(/Design/img/home-bg-2.png);
    background-size: cover;
}


.about-container {
}

.about-banner {
    height: 340px;
    position: relative;
}

    .about-banner::before {
        content: '';
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: transparent;
        background-image: linear-gradient(180deg, #02010100 0%, #2D3540 85%);
        position: absolute;
    }

    .about-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        z-index: -1;
    }

    .about-banner .grid.wide {
        width: 100%;
        display: flex;
        z-index: 2;
        position: relative;
    }

.about-banner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-banner-title {
    color: #fff;
    text-transform: uppercase;
    font-family: 'interSB';
    font-size: 38px;
    margin-bottom: 16px;
    text-align: center;
}

.about-banner-content {
    display: flex;
    align-items: center;
}

    .about-banner-content a {
        color: #fff;
        transition: all .3s;
    }

        .about-banner-content a:hover {
            color: var(--default-color-1);
        }

    .about-banner-content p {
        margin: 0 8px;
        color: #fff;
        font-size: 13px;
    }

    .about-banner-content span {
        color: #fff;
    }

.about-wrap {
}

.about-detail h3 {
    font-weight: 100;
    color: var(--default-color-2);
    font-size: 25px;
    overflow: hidden;
    width: fit-content;
    font-family: 'robotoSeSBI';
    line-height: 154%;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}

.about-detail h4 {
    color: var(--default-color-2);
    font-family: interSB;
    margin: 10px 0;
    font-size: 20px;
}

.about-detail ul li:last-child {
    border-bottom: 0;
}

.about-detail ul li {
    padding: 8px 18px;
    border-bottom: 1px solid #f9fafb29;
}

.about-detail ul {
    padding: 0;
    border-radius: 4px;
    list-style: none;
}

.about-detail {
    line-height: 166%;
    color: #333;
    font-size: 15px;
}

    .about-detail p:last-child {
        margin-bottom: 0;
    }

.about-ser {
    overflow: hidden;
    margin-top: 30px;
}

.about-ser-img {
    height: 218px;
    overflow: hidden;
}

    .about-ser-img:hover img {
        transform: scale(1.03);
    }

    .about-ser-img img {
        transition: all .3s;
    }

.about-ser-content {
    position: relative;
    width: 85%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #3333;
    padding: 15px;
    transform: translateY(-38px);
    overflow: hidden;
}

.about-ser-decor {
    position: absolute;
    right: 0;
    top: 0;
    opacity: .1;
    animation: fordecor2 linear 5s infinite;
}

.about-ser-title:hover {
    color: var(--default-color-2);
}

.about-ser-title {
    margin: 0;
    font-family: 'interSB';
    font-weight: 100;
    font-size: 18px;
    text-transform: capitalize;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all .3s;
}

.about-ser .swiper-button-next::before,
.about-ser .swiper-button-prev::before {
    font-size: 20px;
}

.about-ser .swiper-button-prev:hover,
.about-ser .swiper-button-next:hover {
    background-color: #fff;
    color: var(--default-color-1);
}

.about-ser .swiper-button-next {
    right: 40px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--default-color-1);
    border-radius: 50%;
    border: 2px solid var(--default-color-1);
}

.about-ser .swiper-button-prev {
    left: 40px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--default-color-1);
    border-radius: 50%;
    border: 2px solid var(--default-color-1);
    transition: all .3s;
}

.about-ser-descript {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 154%;
    font-size: 15px;
    color: #333;
    margin-top: 7px;
}

.about-text {
    background-color: #fff;
    background-image: url(/Design/img/home-bg-1.png);
    background-size: cover;
}

    .about-text .grid.wide {
    }

.about-text-container {
    display: flex;
    padding: 55px 0;
    align-items: center;
    padding-top: 106px;
    padding-bottom: 45px;
}

.about-text-left {
    flex: 1;
    padding-right: 65px;
}

    .about-text-left .sub-title {
        margin: 0;
        text-transform: uppercase;
        color: #743E06;
        font-family: 'interSB';
        font-size: 35px;
    }

    .about-text-left .title {
        margin: 0;
        color: #333;
        font-size: 19px;
        margin-top: 8px;
        font-family: interM;
        margin-bottom: 9px;
        font-weight: 100;
        line-height: 156%;
        text-align: justify;
    }

    .about-text-left .descript {
        margin: 0;
        color: #333;
        line-height: 153%;
        font-weight: 100;
        font-size: 18px;
        text-align: justify;
    }

    .about-text-left .wrap {
        display: flex;
        padding-top: 34px;
    }

    .about-text-left .wrap-item {
        width: 100%;
        padding: 0 10px;
    }

        .about-text-left .wrap-item h3 {
            margin: 0;
            color: #333;
            font-size: 20px;
            font-family: 'interSB';
            font-weight: 100;
            margin-bottom: 15px;
            position: relative;
            padding-bottom: 3px;
        }

            .about-text-left .wrap-item h3::before {
                content: '';
                position: absolute;
                width: 35px;
                height: 2px;
                background-color: #333;
                bottom: 0;
            }

        .about-text-left .wrap-item section {
        }

            .about-text-left .wrap-item section p {
                margin: 0;
                position: relative;
                display: flex;
                align-items: center;
                padding-left: 23px;
                line-height: 153%;
                font-size: 15px;
                color: #333;
                margin: 6px 0;
            }

                .about-text-left .wrap-item section p::before {
                    content: '';
                    position: absolute;
                    width: 12px;
                    height: 12px;
                    border-radius: 50%;
                    border: 2px solid var(--default-color-2);
                    background-color: #fff;
                    left: 0;
                    top: 4px;
                }

                .about-text-left .wrap-item section p::after {
                    content: '';
                    position: absolute;
                    width: 6px;
                    height: 6px;
                    border-radius: 50%;
                    background-color: var(--default-color-2);
                    left: 5px;
                    top: 9px;
                }

    .about-text-left .slogan {
        background-color: #F4F4F4;
        border-left: 5px solid var(--default-color-2);
        box-shadow: 0 0 10px 0 #33333330;
        border-radius: 10px;
        overflow: hidden;
        line-height: 155%;
        padding: 14px 20px;
        color: #333;
        font-size: 17px;
        margin-top: 24px;
        background-image: url(/Design/img/bg-footer.png);
        background-size: cover;
    }

.about-text-right {
    width: 590px;
    position: relative;
}

    .about-text-right .slogan {
        position: absolute;
        right: -50px;
        top: -80px;
        background: url(/Design/img/home-book-bg.png) no-repeat;
        color: var(--default-color-4);
        padding: 40px;
        font-size: 24px;
        font-family: 'interSB';
        font-weight: 100;
        line-height: 156%;
        border-radius: 10px;
        max-width: 74%;
        z-index: 2;
    }

    .about-text-right .img {
        width: 100%;
        height: 628px;
        border-radius: 10px;
        overflow: hidden;
    }

        .about-text-right .img img {
        }
/*RS*/
@media(max-width:1023px) {
    .about-container {
        padding: 35px 0;
    }

    .about-text-container {
        padding: 35px 0;
        flex-direction: column-reverse;
    }

    .about-text-right .slogan {
        right: 10px;
        top: unset;
        bottom: 10px;
    }

    .about-text-right .img {
        height: 535px;
    }

    .about-text-right {
        width: 100%;
    }

    .about-text-left {
        padding: 35px 0;
        padding-bottom: 0;
    }

    .about {
        padding: 0;
        background-image: unset;
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
    .about-container {
        padding: 25px 0;
    }

    .about-wrap {
        padding: 15px;
    }

    .about-wrap {
        padding: 0;
    }

    .about-detail h3 {
        font-size: 16px;
        border-radius: 10px;
    }


    .about-text-right .slogan {
        max-width: 100%;
        right: 0;
        top: unset;
        bottom: 0;
        width: 100%;
        padding: 12px;
        font-size: 15px;
    }

    .about-text-right .img {
        height: 280px;
    }

        .about-text-right .img img {
            object-position: bottom;
        }

    .about-text-container {
        padding: 25px 0;
    }

    .about-text-left .sub-title {
        font-size: 29px;
    }

    .about-text-left .title {
        font-size: 17px;
    }

    .about-text-left .descript {
        font-size: 16px;
        text-align: justify;
    }

    .about-text-left .wrap {
        flex-direction: column;
        padding-top: 15px;
    }

    .about-text-left .wrap-item {
        width: 100%;
        padding: 0;
    }

        .about-text-left .wrap-item:first-child {
            margin-bottom: 12px;
        }

    .about-text-left .slogan {
        line-height: 155%;
        padding: 10px 14px;
        font-size: 14px;
        margin-top: 14px;
    }

    .about-banner {
        height: 250px;
    }

    .about-banner-title {
        font-size: 29px;
    }
}
