:root {
    --text-color: #054f9a;
    --background-color: #ffb423
}
header ul li a {
    color: #000;
}
footer ul li a {
    color: #fff;
}
footer ul li a:hover, footer ul li a:focus {
    color: #EE192C
}
.navbar {
    padding: 0px;
}
.about .pt-100 {
    padding-top: 100px;
}
.about .pb-100 {
    padding-bottom: 100px;
}
.about .box-content p {
    font-size: 18px;
    margin-bottom: 5px;
}
.contact .box-form {
    background: url(../images/hinhcogaie.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.contact .pt-100 {
    padding-top: 100px;
}
.contact .pb-100 {
    padding-bottom: 100px;
}
.contact h2 {
    color: var(--text-color);
    font-weight: bold;
    font-size: 36px;
}
.contact .form-control {
    margin-bottom: 10px;
    border-radius: 0;
    box-shadow: 0 7px 10px rgb(0 0 0 / 30%);
    padding: 15px 10px;
    height: auto;
}
.contact input[type=submit] {
    background-color: var(--text-color);
    border-color: var(--text-color);
}
.client .box-form {
    background: url(../images/client_03.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.client .pt-100 {
    padding-top: 100px;
}
.client .pb-100 {
    padding-bottom: 100px;
}
.client h2 {
    color: var(--text-color);
    font-weight: bold;
    font-size: 36px;
}
.client p {
    font-size: 18px;
}
.client h4.button {
    color: var(--text-color);
    background-color: var(--background-color);
    font-weight: bold;
    width: 90%;
}
.client-say .pt-100 {
    padding-top: 100px;
}
.client-say .pb-100 {
    padding-bottom: 100px;
}
.client-say h2 {
    color: #00aad8;
    font-size: 27px;
    font-weight: bold;
}
@media (max-width: 768px) {
    .about .pt-100 {
        padding-top: 50px;
    }
    .about .pb-100 {
        padding-bottom: 50px;
    }
    .about .box-img {
        padding-bottom:  30px;
    }
    .contact .pt-100 {
        padding-top: 50px;
    }
    .contact .pb-100 {
        padding-bottom: 50px;
    }
    .client .pt-100 {
        padding-top: 50px;
    }
    .client .pb-100 {
        padding-bottom: 50px;
    }
    .client-say .pt-100 {
        padding-top: 50px;
    }
    .client-say .pb-100 {
        padding-bottom: 50px;
    }
    .page-footer ul.menu-footer li {
        padding: 0px;
    }
}
@media (min-width: 1440px) {
    .container {
        max-width: 1140px; 
    }
}