@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Revue_Std';
    src: url('../fonts/revue-std/RevueStd.woff2') format('woff2'),
        url('../fonts/revue-std/RevueStd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    max-width: 100%;
}

header {
    padding: 10px 0;
}

.logo h1 {
    font-weight: 600;
    font-size: 1rem;
    color: #212121;

}

.logo h1 a {
    text-decoration: none;
    color: #212121;
}

.fa-2x {
    color: #066ABE;
}

.container-link {
    width: 1199px;
    margin: 20px auto;
}

    .container-link .link-btn {
        background-color: #F0F7FF;
        width: 24%;
        margin: 20px auto;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 1px 1px 5px #7f8387, -1px -1px 5px #ffffff;
    }

.container-link .link-btn .right_text {
    text-align: end;
}

.container-link .link-btn .right_text a {
    color: #212121;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
}

.container-link .link-btn a .fas{
    rotate: 45deg;
}

.container-link .link-btn .left_text .fas{
    font-size: 2.2rem;
    color: #212121;
    margin-bottom: 10px;
}
.container-link .link-btn .left_text p{
    font-size: 1rem;
    font-weight: 600;
    color: #212121;
}

footer {
    background-color: #F0F7FF;
}

.footer_nav h5 {
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: 700;
    color: #212121;
}

.footer_nav p,
.footer_nav a {
    color: #212121;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.footer_nav a .fa {
    color: rgba(33, 33, 33, 0.4);
}

.footer_nav .sub-title {
    color: rgba(33, 33, 33, 0.5);
}

.btn-outline-dark {
    color: #066ABE;
    border-color: #066ABE;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
    background-color: #066ABE;
    color: #f6f7ff;
    box-shadow: none;
}

.copyRight {
    background-color: #066ABE;
    color: #f6f7ff;
}

.copyRight .footer_bottom {
    text-align: center;
    width: 1199px;
    margin: 0px auto;
    padding: 5px 0;
}

.copyRight .footer_bottom p {
    font-size: 1rem;
    font-weight: 400;
    margin: 5px 0;
}

.copyRight .footer_bottom p a {
    text-decoration: none;
    color: #f6f7ff;
}