﻿.home-about {
    padding: 45px 0;
}

.home-about-right .img-2 a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 20px;
}

.home-about-right .img-1 a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.btn-read-more .decor-book-icon {
    width: 25px;
}

.home-about-left span.title-decor {
    display: block;
    font-size: 23px;
    font-family: 'MonM';
    color: #dfb966;
}

.home-about-top {
    display: flex;
    align-items: center;
}

.home-about-left {
    flex: 1;
    position: relative;
    z-index: 2;
    padding-top: 0;
    margin-top: -42px;
}

    .home-about-left h1.title {
        margin: 0;
        font-size: 40px;
        color: #3275b6;
        font-family: 'MonEB';
        text-transform: uppercase;
        font-weight: normal;
        margin-top: 3px;
    }

    .home-about-left .title span {
        display: block;
        position: relative;
        z-index: 2;
        color: #dfb966;
    }

        .home-about-left .title span strong {
            color: var(--default-color-1);
        }

.home-about-right {
    width: 406px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 52px;
}

    .home-about-right .img-1 a:before, .home-about-right .img-2 a:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        background: #ffffff1a;
        opacity: 0;
        z-index: 1;
        transition: all .5s ease-out 0s;
    }

    .home-about-right .img-1 a:after, .home-about-right .img-2 a:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        background: #ffffff1a;
        opacity: 0;
        z-index: 1;
        transition: all .5s ease-out 0s;
    }

    .home-about-right .img-1 a:hover:before, .home-about-right .img-2 a:hover:before {
        opacity: 1;
        top: 50%;
        bottom: 50%;
    }

    .home-about-right .img-1 a:hover:after, .home-about-right .img-2 a:hover:after {
        opacity: 1;
        left: 50%;
        right: 50%;
    }

.home-about .p-btn-more {
    margin-top: 20px;
}

.home-about-right .img-1 {
    left: 23px;
    position: relative;
    width: 415px;
    height: 317px;
    top: -40px;
    z-index: 1;
    pointer-events: all;
}

    .home-about-right .img-1 img {
    }

.home-about-right .img-2 img {
    border-radius: 20px;
}

.home-about-right .img-2 {
    position: relative;
    z-index: 0;
    width: 461px;
    height: 620px;
    pointer-events: all;
}

.home-about-bottom {
    max-width: 759px;
    margin: 0 auto;
    padding-top: 69px;
}

.home-about-detail {
    padding-top: 0;
}

    .home-about-detail section {
        font-size: 16px;
        color: #292929;
        font-family: 'monM';
        line-height: 150%;
    }

.home-about-slogan {
    color: var(--default-color-1);
    font-family: 'monM';
    font-size: 15px;
    margin-top: 13px;
    display: block;
}

a.p-btn-more-about {
    display: inline-flex;
    background: #dfb966;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    margin-right: 15px;
    width: 284px;
    height: 54px;
    align-items: center;
    justify-content: center;
}

    a.p-btn-more-about:hover {
        background: linear-gradient(270deg, #1065b8 0%, #3388da 43.36%, #3275b6 100%);
    }

.btn-read-more span {
    display: flex;
    align-items: center;
}

.btn-read-more:hover .decor-book-icon img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.btn-full-about {
    display: flex;
    align-items: center;
}

.btn-read-more {
    display: inline-flex;
    background: #fff;
    width: 284px;
    height: 54px;
    color: #dfb966;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #dfb966;
}

    .btn-read-more:hover {
        background: #dfb966;
        color: #fff;
    }

@media(max-width:1023px) {
    .home-about-top {
        display: flex;
        flex-direction: column;
    }

    .home-about-left h1.title {
        font-size: 24px;
    }

    .home-about-decor {
        display: none;
    }

    .home-about-container {
        padding-top: 100px;
        padding-bottom: 30px;
    }

    .home-about-left .title::before {
        display: none;
    }

    .home-about-left .title span {
        transform: translateY(0);
    }

    .home-about-left .title {
        margin-top: 24px;
        font-size: 28px;
    }

    .home-about-left {
        width: 100%;
        margin-top: 3px;
        margin-bottom: 20px;
    }

    .home-about-right {
        width: 100%;
        margin: 0;
    }

    .home-about-left .title {
        max-width: 100%;
        text-align: unset;
        display: block;
    }

    .home-about-right .img-2 {
        width: 100%;
        height: 400px;
        transform: unset;
    }

    .home-about-right .img-1 {
        transform: translateX(-166px) translateY(-40px);
    }

    .home-about-bottom {
        max-width: 100%;
        padding-top: 10px;
    }

    .home-about-detail section {
        font-size: 14px;
        text-align: justify;
    }

    a.p-btn-more-about {
        width: max-content;
        font-size: 14px;
        padding: 0 15px;
        height: 40px;
    }

    .btn-read-more {
        width: max-content;
        font-size: 14px;
        padding: 0 15px;
        height: 40px;
    }

    .home-about .p-btn-more {
        margin-top: 28px;
    }
}

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

@media(max-width: 739px) {
    .home-about-right .img-1 {
        display: none;
    }

    .btn-read-more .decor-book-icon {
        width: 22px;
    }

    .home-about-container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .home-about {
        padding-bottom: 15px;
    }

    .home-about-right .img-2 {
        width: 100%;
        height: 100%;
    }

    .home-about-slogan {
        font-size: 14px;
        line-height: 168%;
    }

    .home-about-detail {
        padding-top: 5px;
    }

    .home-about-left .title {
        margin-top: 15px;
        font-size: 20px;
    }
}