/* vietnamese */
@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/asap-400-vietnamese.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/asap-400-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/asap-400-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/asap-700-vietnamese.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/asap-700-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Asap';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/asap-700-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* 404 */
#errorpage {
    background: url('../img/bg-404.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.section-404 {
    color: #fff;
    text-align: center;
    padding: 0;
}
.section-404 h1 {
    font-size: 6rem;
    letter-spacing: 5px;
}
/* General */
body {
    font-size: 16px;
    color: #212121;
    font-family: 'Asap', sans-serif;
}
header {
    padding: 130px 0 75px;
}
section {
    padding: 75px 0;
}
.container {
    padding-right: 30px;
    padding-left: 30px;
}
.bg-white {
    border-bottom: 1px solid #DDD;
}
footer {
    border-top: 1px solid #DDD;
}
a {
    color: #1C4360;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.alert a {
    color: inherit;
    text-decoration: underline;
}
.alert a:hover {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
}
a:hover {
    color: #77B3DF;
    text-decoration: none;
}
.btn {
    border-radius: .5rem;
    padding: 1rem 1.25rem;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-primary {
    color: #fff;
    background-color: #1C4360;
    border-color: #1C4360;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #77B3DF !important;
    border-color: #77B3DF !important;
}
.btn-secondary {
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    border-color: transparent;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    color: #212121;
    background-color: rgba(255,255,255,0.4);
    border-color: transparent;
}
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}
.user-data {
    font-size: 32px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 14px;
    font-weight: 700;
}
#login-section {
    margin-top: -1.5rem;
}
#mainNav {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}
#mainNav .navbar-toggler {
    font-size: 14px;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1C4360 !important;
    padding: .25rem;
}
.navbar-expand-lg .navbar-nav {
    margin: .75rem 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    text-align: center;
    font-size: 14px;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
}
.nav-link, .nav-link a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1C4360 !important;
}
a.nav-link:hover, a.nav-link.active, .nav-link a:hover {
    color: #77B3DF !important;
}
.language {
    cursor: default;
    color: #1C4360 !important;
}
.language .active {
    cursor: default;
    color: #77B3DF !important;
}
.intro-text {
    font-size: 16px;
}
a.anchor {
    display: block;
    position: relative;
    top: -116px;
    visibility: hidden;
}
@media (min-width: 576px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 42px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 16px;
    }
    header {
        padding: 150px 0 75px;
    }
}
.list-group-item {
    background-color: transparent;
    padding: .75rem 0;
}
.alert-info {
    color: #1C4360;
    background-color: rgba(174,208,235,0.3);
    border-color: rgba(174,208,235,1);
}
.step {
    display: inline-block;
    background: rgba(174,208,235,0.5);
    border-radius: 2rem;
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    white-space: nowrap;
    color: #1C4360;
    font-size: 32px;
    font-weight: 700;
    line-height: 4rem;
    text-align: center;
    width: 4rem;
    margin-bottom: .5rem;
    margin-top: -60px;
    border: 1px solid rgba(174,208,235,1);
}
#accordion {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}
#accordion .card {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
}
#accordion .card-body {
    padding: 3rem;
}
.card {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    margin-top: 50px;
}
.card-body p:last-child {
    margin-bottom: 0;
}
.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: .5rem;
    display: block;
    transition: all 0.3s;
}
.collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(.5rem + 6px);
    display: block;
    transition: all 0.3s;
}
.collapsible-link[aria-expanded='true']::after {
    transform: rotate(90deg) translateX(1px);
}
.collapsible-link[aria-expanded='true']::before {
    transform: rotate(180deg);
}
.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #FFF;
    background: rgba(28, 67, 96, 0.8);
    line-height: 50px;
}
.scroll-to-top:focus, .scroll-to-top:hover {
    color: #FFF;
}
.scroll-to-top:hover {
    background: rgba(28, 67, 96, 1);
}
.scroll-to-top i {
    font-weight: 700;
    font-size: 18px;
}
.app-credentials {
    width: 300px;
}