/**
 * About section – đồng bộ theme webvnn-agt (nghiatrung.vn)
 */

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about.about {
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 90px 0 40px 0;
    z-index: 3;
}

@media (max-width: 1034px) {
    #about.about:before {
        background: rgba(27, 47, 69, 0.7);
    }
}

#about.about .container {
    z-index: 1;
    position: relative;
    height: 100vh;
}

#about.about .about-us {
    position: absolute;
    bottom: 15%;
}

#about.about h2 {
    margin: 0;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5;
    color: #063a5f;
    font-family: var(--font-primary);
}

#about .about-box .about-button {
    text-align: right;
    margin: 10px 0 0;
}

#about .about-box {
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    padding: 35px 35px 25px 35px;
    border-radius: 50px;
    margin-top: 150px;
    border: 3px solid #fff;
}

#about .about-box p {
    line-height: 1.2;
    color: #063a5f;
    text-align: justify;
}

#about .about-box .img-inner img {
    width: 150px;
    height: auto;
    position: absolute;
    right: 3%;
    top: -33%;
}

.about-mobile-bg {
    overflow: hidden;
}

.about-mobile-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 640px) {
    #about.about h2 {
        font-size: 25px;
        text-align: center;
        line-height: 3;
    }

    #about.about .container {
        height: auto;
    }

    #about.about {
        width: 100%;
        min-height: unset;
        position: relative;
        padding: 0;
    }

    .about-mobile-bg {
        height: 230px;
    }

    .about-mobile-bg::before,
    .about-mobile-bg::after {
        content: "";
        display: block;
        background: url(../images/line-mau.png) top;
        background-repeat: no-repeat;
        background-size: cover;
        height: 5px;
    }

    #about.about .about-us {
        position: relative !important;
    }

    #about .about-box .img-inner img {
        width: 110px !important;
    }
}

.btn-tetiary {
    padding: 10px 15px !important;
    background: rgb(249, 249, 249);
    background: radial-gradient(circle, rgba(249, 249, 249, 1) 0%, rgba(238, 238, 240, 1) 50%, rgba(248, 247, 245, 1) 100%);
    color: #0a3653;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

.btn-tetiary:hover {
    background-color: #07548e;
    color: #0a3653;
}

.btn-tetiary:after {
    content: '➔';
    color: #0a3653 !important;
    border-left: 1px solid #0a3653;
    padding-left: 10px;
    margin: 0px 0px 0px 10px;
}


