html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
}

html, body {
    min-height: 100%;
    padding: 0;
    background: rgba(0,0,0,0.02) !important;
}

.vertical-card .card-header {
    background-image: url('/imgs/header-bg.jpg') !important;
    padding: 0 !important;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65px;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
}

.vertical-card .card {
    overflow: hidden;
    border: 0 !important;
    width: 420px;
    max-width: 100%;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.vertical-card .profile_pic {
    position: absolute;
    bottom: -60px;
    height: 150px;
    width: 150px;
    padding: 5px;
    border: 2px solid #f39c12;
    border-radius: 50%;
}

.vertical-card .card-body {
    padding-top: 15px !important;
    background: url(/imgs/10nam-cam.jpg);
    background-size: cover;
}

.vertical-card .profile_pic img {
    height: 136px;
    width: 136px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

.vertical-card .name_container {
    display: flex;
    justify-content: center;
}

.vertical-card .name {
    font-size: 20px;
    font-weight: 700;
    color: #4f4f4f;
    position: relative;
}

.vertical-card .address {
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: gray;
}

.vertical-card .info_container {
    padding-top: 10px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

.vertical-card .info {
    display: flex;
    flex-direction: column;
}

    .vertical-card .info p {
        margin-bottom: 0;
        font-size: 16px;
        color: gray;
        text-align: center;
    }

.vertical-card .card-footer {
    padding: 0 !important;
    background: #fff !important;
    display: flex;
    border-top: 0 !important;
}

.vertical-card .message {
    display: flex;
    justify-content: center;
    padding: 10px;
    width: 50%;
    text-transform: uppercase;
    background: #2979FF;
    color: #fff;
    cursor: pointer;
    border-bottom-right-radius: calc(0.25rem - 1px);
}

    .vertical-card .message::before {
        font-weight: 600;
        margin-right: 5px;
    }
.vertical-card .checkedin {
    display: flex;
    justify-content: center;
    padding: 10px;
    width: 50%;
    text-transform: uppercase;
    background: #198754;
    color: #fff;
    cursor: pointer;
    border-bottom-right-radius: calc(0.25rem - 1px);
}

    .vertical-card .checkedin::before {
        font-weight: 600;
        margin-right: 5px;
    }

.vertical-card .view_profile {
    display: flex;
    justify-content: center;
    padding: 10px;
    width: 50%;
    text-transform: uppercase;
    background: #42A5F5;
    color: #fff;
    cursor: pointer;
    border-bottom-left-radius: calc(0.25rem - 1px);
}

    .vertical-card .view_profile::before {
        margin-right: 5px;
        font-weight: 600;
    }
.vertical-card .card-subtitle {
    font-size: 14px;
}
.logo-1 {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 10px;
    left: 10px;
}

#qrcode-1 {
    position: absolute;
    top: 10px;
    right: 10px;
}
    #qrcode-1 svg {
        width: 48px;
        height: 48px;
    }

.sologan-vi .sologan-1 {
    color: #fff;
    position: absolute;
    font-weight: bold;
    font-size: 28px;
    left: 73px;
    top: -3px;
}

.sologan-vi .sologan-2 {
    color: #fff;
    position: absolute;
    font-weight: bold;
    font-size: 18px;
    left: 230px;
    top: 12px;
}

.sologan-vi .sologan-3 {
    color: #fff;
    position: absolute;
    font-weight: bold;
    font-size: 18px;
    left: 105px;
    top: 32px;
}

.sologan-vi .sologan-4 {
    color: #fff;
    position: absolute;
    font-weight: bold;
    font-size: 28px;
    left: 195px;
    top: 25px;
}

.sologan-en .sologan-1 {
    color: #282665;
    position: absolute;
    font-weight: bold;
    font-size: 34px;
    left: 70px;
    top: -3px;
}

.sologan-en .sologan-2 {
    color: #282665;
    position: absolute;
    font-weight: bold;
    font-size: 18px;
    left: 200px;
    top: 7px;
}

.sologan-en .sologan-3 {
    color: #282665;
    position: absolute;
    font-weight: bold;
    font-size: 18px;
    left: 207px;
    top: 23px;
}

.sologan-en .sologan-4 {
    color: #282665;
    position: absolute;
    font-weight: bold;
    font-size: 34px;
    left: 240px;
    top: 6px;
}

.animate__delay-8s {
    animation-delay: 8s;
}

.animate__delay-0-5s {
    animation-delay: 0.3s;
}

@media (min-width: 992px) {
    .aspect-ratio-3-2 {
        padding-top: 66.66%;
        position:relative;
    }

        .aspect-ratio-3-2 img {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

    .aspect-ratio-16-9 {
        padding-top: 48%;
        position: relative;
    }

        .aspect-ratio-16-9 img {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }

    .aspect-ratio-7-2 {
        padding-top: 28.57%;
        height: auto !important;
    }

        .aspect-ratio-7-2 img {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }
}
.view img, .view video {
    max-width: 100%;
}

.overlay img, .overlay video {
    transition: all 0.2s linear;
}
.section .view, .section img {
    border-radius: 10px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.img-fluid, .section img, .section .view, .card img {
    display: block;
    max-width: 100%;
}
.section .single-news a {
    color: #424242;
    font-weight: 400;
    margin-bottom: 1rem;
    text-decoration: none;
}

.article-title {
    font-family: 'SFD-Heavy',Arial;
    font-weight: bold !important;
}
.section .single-news a:hover {
    color: #616161;
}
.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 20px;
    z-index: 10;
}
.text-darkblue {
    color: #1616FF;
}