:root {
    --color-1: #141414;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #f5f5f5;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

.col_banner_right p {
    font-size: 16px;
    line-height: 21px;
}

.entry-content h3 {
    margin-bottom: 27px;
    font-size: 26px;
    line-height: 34px;
}

h5, .h5, .entry-content #cmplz-document .cmplz-subtitle {
    font-size: 18px;
    line-height: 23px;
}

.entry-content li, .entry-content #cmplz-document li {
    position: relative;
    padding-left: 23px;
}

.entry-content li::before, .entry-content #cmplz-document li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
}

img {
    max-width: 100%;
    height: auto;
}

button,
input {
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.btn {
    position: relative;
    min-width: 170px;
    display: inline-block;
    padding: 20px 20px 18px;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    border-radius: 40px;
    background: transparent;
    overflow: hidden;
    transition: 0.3s all;
    cursor: pointer;
    z-index: 1;
}

.btn:hover {
    color: #fff;
}

.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 40px;
    background: #000;
    transition: 0.3s all;
    z-index: -1;
}

.btn:hover::before {
    width: 100%;
}

.header_site {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 4;
}

.banner_page {
    position: relative;
    color: #fff;
    background: #000;
}

.banner_page > .container {
    padding: 145px 15px 40px;
}

.banner_page .title_banner {
    margin-bottom: 22px;
    font-size: 35px;
    line-height: 39px;
    letter-spacing: 0;
}

.banner_page .description_banner {
    max-width: 486px;
    margin: 0 auto;
}

.banner_footer_col_left {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 0 15px 0;
    z-index: 1;
}

.anim-title:not(.animText) {
    opacity: 0;
}

@media (min-width: 992px) {
    .entry-content p {
        margin-bottom: 37px;
    }

    p, .entry-content #cmplz-document p {
        line-height: 22px;
    }

    .entry-content li, .entry-content #cmplz-document li {
        position: relative;
        padding-left: 24px;
        line-height: 29px;
    }

    .entry-content li::before, .entry-content #cmplz-document li::before {
        top: 10px;
    }

    .entry-content h3 {
        margin-bottom: 23px;
        font-size: 25px;
        line-height: 38px;
    }

    h5, .h5, .entry-content #cmplz-document .cmplz-subtitle {
        font-size: 25px;
        line-height: 33px;
    }

    .entry-content ul, .entry-content #cmplz-document ul {
        margin-bottom: 38px;
    }

    .btn {
        padding: 17px;
        font-size: 14px;
    }

    .banner_page > .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: auto;
        min-height: 500px;
        padding: 140px 15px 130px;
    }

    .col_banner_left {
        width: 50%;
    }

    .banner_page .title_banner {
        margin-bottom: 0;
        font-size: 90px;
        line-height: 89px;
    }

    .col_banner_right {
        width: 41%;
    }

    .title_description_banner {
        margin-bottom: 25px;
    }

    .col_banner_right p {
        font-size: 16px;
        line-height: 22px;
    }

    .banner_page_bottom {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        overflow: hidden;
    }

    .banner_page_bottom .container {
        display: flex;
    }

    .banner_page_bottom .container > div {
        width: 50%;
        min-height: 115px;
    }
}

@media (max-width: 991px) {
    p,
    .entry-content li,
    .entry-content #cmplz-document p,
    .entry-content #cmplz-document li {
        font-size: 14px;
        line-height: 19px;
    }

    .entry-content li:not(:nth-last-child(1)) {
        margin-bottom: 10px;
    }

    .entry-content p {
        margin-bottom: 29px;
    }

    .title_description_banner {
        margin-bottom: 21px;
    }

    .banner_page_bottom {
        position: relative;
        margin-top: 49px;
        z-index: 1;
    }

    .banner_page_bottom::before {
        content: "";
        position: absolute;
        top: 0;
        left: -15px;
        width: 82%;
        height: 100%;
        background: #1A1A1C;
        z-index: -1;
    }

    .entry-content ul {
        margin-bottom: 28px;
    }

}