/**
 * Lĩnh vực hoạt động (services-list) – webvnn-agt / nghiatrung.vn
 */

#services-list.services-list {
    overflow: hidden;
    padding: 50px 0;
}

#services-list .section-header {
    margin-bottom: 70px;
    position: relative;
}

#services-list .section-header h2,
#services-list .section-header .section-title {
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    color: #073b60;
    padding-top: 15px;
    margin: 0;
}

#services-list .section-title {
    padding-left: 50px;
}

#services-list .section-title::before {
    content: "";
    position: absolute;
    left: 0;
    transform: translateY(-40%);
    width: 40px;
    height: 40px;
    background-image: url(../images/agt-logo.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#services-list .section-header a {
    right: 0;
    position: absolute;
}

#services-list .btn-secondary {
    padding: 12px 25px !important;
    background-color: #063a61;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}

#services-list .btn-secondary:hover {
    background-color: #07548e;
    color: #fff;
}

#services-list .btn-secondary:after {
    content: '➔';
    color: #fff !important;
    border-left: 1px solid #fff;
    padding-left: 30px;
    margin: 0px 0px 0px 30px;
}

@media (max-width: 992px) {
    #services-list .section-header h2,
    #services-list .section-header .section-title {
        font-size: 20px !important;
    }
}

@media (max-width: 640px) {
    #services-list .section-header a {
        display: none;
    }
}

#services-list .box-logo {
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 10px;
}

#services-list .box-number {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 30px;
    margin-right: 40px;
    border-bottom: 4px solid #fff;
    z-index: 2;
}

#services-list .box-number h1 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

#services-list .box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 10px;
    margin-left: 20px;
    z-index: 2;
}

#services-list .box-text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 25px;
    margin: 0;
}

#services-list .lv-box-bg {
    position: absolute;
    inset: 0;
    background: rgba(6, 58, 95, 0.25);
    z-index: 1;
}

#services-list .lv-box {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#services-list .lv-box-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

#services-list .box-text h3 a {
    color: #fff;
    text-decoration: none;
}

#services-list .box-text h3 a:hover {
    color: var(--color-secondary, #fec20e);
}

#services-list #box-1 {
    background-color: #063a5f;
}

#services-list #box-1 .triangle {
    position: absolute;
    right: 20px;
    bottom: -35px;
    border-right: 50px solid transparent;
    border-top: 40px solid #063a5f;
    border-left: 50px solid transparent;
    z-index: 3;
}

#services-list #box-2 {
    background-color: #178642;
}

#services-list #box-2 .triangle {
    position: absolute;
    right: -35px;
    bottom: 20px;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 40px solid #178642;
    z-index: 3;
}

#services-list #box-3 {
    background-color: #5d9ddb;
}

#services-list #box-3 .triangle {
    position: absolute;
    right: -35px;
    bottom: 20px;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 40px solid #5d9ddb;
    z-index: 3;
}

#services-list #box-4 {
    background-color: #fcc101;
}

#services-list #box-4 .triangle {
    position: absolute;
    right: -35px;
    bottom: 20px;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 40px solid #fcc101;
    z-index: 3;
}

#services-list #box-5 {
    background-color: #1e6cbe;
}

#services-list #box-5 .triangle {
    position: absolute;
    right: -35px;
    bottom: 20px;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 40px solid #1e6cbe;
    z-index: 3;
}

#services-list #box-6,
#services-list #box-7,
#services-list #box-8 {
    background-color: #063a5f;
}

#services-list.services-list-page {
    padding: 20px 0 40px;
}

#services-list.services-list-page .pagination-home {
    margin-top: 40px;
}

#services-list .services-list-row-2 {
    margin-top: 20px;
}

@media (max-width: 640px) {
    #services-list .box-text h3 {
        font-size: 16px;
        line-height: 20px;
    }

    #services-list .box-number h1 {
        font-size: 36px;
    }

    #services-list .box-number {
        margin-right: 20px;
    }
}
