
@font-face {
    font-family: 'Futura';
    src: url(~/fonts/svn-futura.otf) format("opentype");
}

:root {
    --color-green: #063720;
    --color-green-light: #00562d;
    --color-yellow: #f9d780;
    --color-primary: #5e0808;
    --color-primary-hover: #a30303;
    --color-primary-yellow: #9f712d;
}

body {
    font-family: Futura !important;
}

a {
    text-decoration: none !important;
    color: var(--color-primary);
}

    a:hover {
        color: var(--color-primary-hover);
    }

body {
    font-family: "Futura", sans-serif !important;
}

.text-primary-red {
    color: #5e0808;
}

.link-dark {
    text-decoration: none !important;
    color: var(--color-primary) !important;
    font-weight: bold;
}

    .link-dark:hover {
        text-decoration: none !important;
        color: var(--color-primary-hover) !important;
        font-weight: bold;
    }

.navbar-customer {
    background-color: #063720 !important;
    height: 80px;
}

.header-icon {
    height: 40px;
    margin-left: 10px;
    cursor: pointer;
}

.hotline a {
    margin-left: 15px;
    font-size: 20px;
    color: #ff6a00 !important;
    font-weight: bold;
    text-decoration: none;
}

.member-card {
    width: 600px;
    height: 366px;
    background-size: cover;
    position: relative;
}

    .member-card .customer-info {
        position: absolute;
        top: 80px;
        left: 50px;
        text-align: center;
        color: white;
    }

.language-link {
    color: #000 !important;
    text-decoration: none;
    background-color: transparent;
    border: none;
    font-size: 15px;
}

    .language-link:hover {
        color: #6c757d !important;
        text-decoration: none;
    }

.card-bg {
    border-radius: 1em;
    border: none;
}

.login-bg {
    /*    background-image: url('/img/bg-login.jpg');
    background-size: cover;
    background-position: center;*/
    background-color: #e4e7ec;
}

.login-form-left {
    border-right: solid 1px lightgray;
}

.btn-submit {
    background-color: var(--color-primary);
    color: #fff;
    padding: 0.6em 3em;
}

    .btn-submit:hover {
        background-color: var(--color-primary-hover);
        color: white;
    }

.btn-signup {
    background-color: #858184;
    color: white;
    padding: 0.6em 3em;
}

    .btn-signup:hover {
        background-color: #5a585a;
        color: white;
        padding: 0.6em 3em;
    }

.btn-exchange {
    background-color: #063720;
    color: #fff;
    padding: 0.4em 1em;
}

    .btn-exchange:hover {
        background-color: #00562d;
        color: #fff;
    }

.form-control {
    height: 45px;
}

.form-control,
.btn {
    border-radius: initial !important;
}

.form-check-input {
    /*    margin-top: 1em !important;*/
    margin-left: -2.5em !important;
}

.form-check .form-check-input {
    margin: 10px 0 0 0;
}

.other-login {
    text-align: center;
    position: relative;
    border-bottom: 1px solid #ccc;
    width: 50%;
    margin: auto;
}

    .other-login span {
        font-size: 1em;
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0px 10px;
        background-color: #f8f9fa;
    }

input, .btn-social {
    width: 100%;
    padding: 1em;
    border: none;
    border-radius: 0.2em;
    display: inline-block;
    font-size: 0.5em;
    line-height: 1.2em;
    text-decoration: none;
}

.btn-social {
    text-align: center;
}

.fb {
    background-color: #3B5998;
    color: white;
}

.google {
    background-color: #dd4b39;
    color: white;
}

.fb:hover {
    background-color: #3490dc;
}

input:hover, .btn-social:hover {
    opacity: 1;
    color: black;
}

a:hover {
    text-decoration: none;
}

.text-right {
    text-align: right;
}

.last-form-group {
    margin-bottom: 0.5em !important;
}

.text-desc {
    font-size: 0.8em;
    color: #063720;
}

    .text-desc:hover {
        font-size: 0.8em;
        color: #063720;
        font-weight: bold;
    }

.circle {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #ccc;
    color: #063720;
    font-weight: bold;
    font-size: 20px;
}

.modal-levelup {
    background-color: rgba(0,0,0,0) !important;
    border: 0px;
}

#change-language .my-3 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

#change-language .language-link {
    padding: 5px !important
}

.form-check-input {
    width: 2em !important;
    height: 2em !important;
}

.modal-dialog {
    max-width: 700px !important;
}

.modal-dialog-xl {
    max-width: 1140px !important;
}

.banner-tc-pc {
    display: block;
    margin: auto;
}

.banner-tc-mobile {
    display: none;
}

.banner-th-pc {
    display: block;
    margin: auto;
}

.banner-th-mobile {
    display: none;
}

@media (max-width: 768px) {
    .member-info-text {
        font-size: 0.8em;
    }

    .login-form-left {
        border: none;
    }

    .modal-dialog {
        max-width: 700px !important;
    }

    .modal-dialog-xl {
        max-width: 700px !important;
    }

    .banner-tc-pc {
        display: none;
    }

    .banner-tc-mobile {
        display: block;
        margin: auto;
    }

    .banner-th-pc {
        display: none;
    }

    .banner-th-mobile {
        display: block;
        margin: auto;
    }
}

@media (max-width: 576px) {
    .member-info-text {
        font-size: 0.8em;
    }

    .login-form-left {
        border: none;
    }

    .img-responsive {
        width: 100% !important;
    }

    .modal-dialog {
        max-width: 700px;
    }

    .modal-dialog-xl {
        max-width: 500px !important;
    }

    .banner-tc-pc {
        display: none;
    }

    .banner-tc-mobile {
        display: block;
        margin: auto;
    }

    .banner-th-pc {
        display: none;
    }

    .banner-th-mobile {
        display: block;
        margin: auto;
    }
}

/* START FOOTER */
.line-title {
    color: #5e0808;
    font-size: 1.2rem;
    text-transform: uppercase;
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
}

#location-contact-phone {
    background-color: #f2f3f8;
}

    #location-contact-phone .branch-info {
        font-size: 0.8rem;
        margin-top: 2rem;
        text-align: center;
    }

    #location-contact-phone .container {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

        #location-contact-phone .container .no-gutters {
            margin-right: 0 !important;
            margin-left: 0 !important;
        }

    #location-contact-phone .h-l-info {
        padding-top: 0;
    }

    #location-contact-phone .h-l-info {
        padding-top: 0;
    }

.follow-us .fa-wrapper {
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.25rem;
    text-align: center;
    border-radius: 50%;
    background-color: black;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px black;
}

.follow-us .fa {
    width: 20px;
    height: 20px;
    fill: white;
}

.fa-wrapper-custom {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: transparent url("../img/m-3.svg") no-repeat scroll 0px 0px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #c72127;
}

#location-contact-phone .nav-item {
    margin: 0;
    padding: 2px 0;
}

#location-contact-phone .copy-right {
    margin-bottom: 2.5rem;
    margin-top: 0;
}

@media (min-width: 768px) {
    #location-contact-phone .branch-info {
        text-align: left;
    }

    #location-contact-phone .h-info {
        margin-top: unset;
    }

    #location-contact-phone .dtt-border-left {
        border-left: 1px solid #ccc;
    }

    #location-contact-phone .h-l-separator {
        border-bottom: none;
        width: 0;
        margin: 0;
    }

    #location-contact-phone .hour-location {
        padding-top: 3rem;
    }

    #location-contact-phone .copy-right {
        margin-bottom: 0;
        margin-top: 2rem;
    }
}

#location-contact-phone #main-menu-tabs {
    margin-left: 2rem;
}

#location-contact-phone .nav-item {
    margin: 0;
    padding: 2px 0;
}

#location-contact-phone .nav-link {
    padding: 0;
    color: #212529;
}

    #location-contact-phone .nav-link:hover {
        background-color: #dddddd;
    }

#location-contact-phone .follow-us-label {
    margin-left: 2rem;
    font-weight: bold;
}

.follow-us .nav-link {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
/* END FOOTER */

#main-menu #navbarToggleExternalContent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 2;
    height: 100%;
    overflow: auto;
}

    #main-menu #navbarToggleExternalContent .menu-close {
        cursor: pointer;
        position: fixed;
        right: 0;
        top: 0;
        padding: 1rem;
    }

@media (min-width: 1200px) {
    #main-menu #navbarToggleExternalContent {
        position: unset;
        top: unset;
        left: unset;
        width: unset;
        background-color: unset;
        z-index: unset;
        overflow: visible;
    }

        #main-menu #navbarToggleExternalContent .menu-close {
            display: none;
        }
}

#upgrade-vip {
    cursor: pointer;
    color: red;
    font-size: 16px;
}
