:root {
    scroll-behavior: smooth;
}

body {
    font-family: 'Prompt', sans-serif;
    background: #f6f9ff;
    color: #444444;
    font-size: 14px;
}

.form-select {
    font-size: 14px;
}

.br-0 {
    border-radius: 0 !important;
}

#logo {
    height: 60px;
}

/* Background */
.bg-main {
    background-color: #951E21;
}

.btn-booking-main {
    background-color: #fff;
}

.btn-booking-main:hover {
    background-color: #fff;
    color: #951E21;
}

/* Text */
.text-main {
    color: #951E21;
}

/* Button */
.btn-booking {
    display: block;
}

.btn-booking-mb {
    display: none;
}

.btn-main {
    color: #fff;
    background-color: #951E21;
    border-color: #951E21;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-main:hover {
    color: #fff;
    background-color: #6c1e20;
    border-color: #951E21;
    box-shadow: none;
}

.btn-back {
    color: #951E21;
    background-color: #ffffff;
    border-color: #951E21;
    /* box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); */
}

.btn-back:hover {
    color: #6c1e20;
    background-color: #ffffff;
    border-color: #6c1e20;
}

/* Navbar */
header nav {
    box-shadow: 1px 11px 5px -3px rgba(161, 161, 161, 0.49);
    -webkit-box-shadow: 1px 11px 5px -3px rgba(161, 161, 161, 0.49);
    -moz-box-shadow: 1px 11px 5px -3px rgba(161, 161, 161, 0.49);
}

.navbar-nav {
    font-size: 18px;
}

.navbar-nav .nav-item {
    width: 180px;
}

.navbar-nav .nav-link {
    color: #951E21;
}

.navbar-nav .nav-link:hover {
    /* text-decoration: underline; */
    font-weight: bold;
}

.navbar-nav .nav-link.active {
    font-weight: bold;
    color: #951E21;
}

.title-header {
    color: #951e21;
    font-weight: bold;
    font-size: 41px;
    text-shadow: 2px 2px 0px #FFFFFF, 5px 4px 0px rgba(0, 0, 0, 0.15), 2px 2px 2px rgba(62, 206, 171, 0);
}

/* Main */
#main {
    padding-top: 88px;
}

/* Footer */
footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.social a:hover {
    text-decoration: none;
}

/* Other */
.div-step {
    border: 2px solid;
    border-radius: 10px;
    padding: 10px 15px;
    height: 300px;
    box-shadow: 1px 11px 5px -3px rgba(161, 161, 161, 0.49);
    -webkit-box-shadow: 1px 11px 5px -3px rgba(161, 161, 161, 0.49);
    -moz-box-shadow: 1px 11px 5px -3px rgba(161, 161, 161, 0.49);
}

.icon-step-book {
    font-size: 100px;
    font-weight: 700;
}

.div-info {
    border: 2px solid;
    padding: 15px;
    height: 230px;
    box-shadow: 1px 11px 5px -3px rgba(161, 161, 161, 0.49);
    -webkit-box-shadow: 1px 11px 5px -3px rgba(161, 161, 161, 0.49);
    -moz-box-shadow: 1px 11px 5px -3px rgba(161, 161, 161, 0.49);
}

.div-info i {
    font-size: 25px;
    vertical-align: middle;
}

.article a {
    color: #951E21;
    text-decoration: none;
}

.article a .card-title:hover,
.article a .read-more:hover {
    text-decoration: underline;
}

.short-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.step-block {
    background-color: #951E21;
    color: #fff;
    border: 1px solid #951E21;
    border-right: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.step-booking {
    border: 1px solid #951E21;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #F3F3F3;
}

.step-title {
    font-weight: 700;
    font-size: 16px;
}

.step-circle {
    border: 2px solid #ffffff;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}

.step-circle-active {
    border: 2px solid #ffffff;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background-color: #ffffff;
    color: #951E21;
}

.site-logo {
    max-width: 100%;
}

.site-information {
    padding: 10px;
    border: 2px solid #951e21;
    background-color: #ffffff;
}

.site-title {
    font-weight: 900;
    font-size: 18px;
}

.title-test-list {}

.title-test-item {
    border: 1px solid #951E21;
    padding: 10px;
    border-radius: 10px;
    background-color: #ffffff;
}

.chk-title-test {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

.form-check-input:checked {
    background-color: #951e21;
    border-color: #951e21;
}

.label-title-test {
    font-size: 16px;
    font-weight: 700;
    vertical-align: -webkit-baseline-middle;
}

.radio-test-time {
    padding: 3px 10px;
    background-color: #ffffff;
    width: 112px;
    margin: 5px 7px;
    border: 1px solid #951e21;
    float: left;
    display: flex;
    justify-content: center;
}

/* Mobile */
@media (max-width: 575.98px) {
    .navbar-nav .nav-item {
        width: 100%;
    }

    .btn-booking {
        display: none;
    }

    .btn-booking-mb {
        display: block;
    }

    .div-step {
        margin: 10px 0;
    }

    .div-info {
        margin: 15px 0;
    }

    .step-block {
        display: none;
    }

    .step-booking {
        border: 1px solid #951E21;
        border-radius: 10px;
    }

    .site-logo {
        max-width: 150px;
    }
}

/* Small devices (tablets) 
@media (min-width: 576px) and (max-width: 767.98px) {  }
*/

/* Medium devices (desktops) 
@media (min-width: 768px) and (max-width: 991.98px) { }
*/

/* Large devices (large desktops) 
@media (min-width: 992px) and (max-width: 1199.98px) { }
*/

/* Extra large devices (larger desktops) 
@media (min-width: 1200px) {  }
*/

.cookie-popup {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 10px;
    background-color: #fff;
    color: #951E21;
    text-align: center;
    z-index: 999;
    border: 1px solid;
    box-shadow: 5px 10px 8px 10px #951E21;
}

#accept-cookies {
    background-color: #951E21;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

#accept-cookies:hover {
    background-color: #6c1e20;
}

#close-popup-cookies {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
}

.contact .info-box {
    padding: 28px 30px;
}

.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.contact .info-box i {
    font-size: 38px;
    line-height: 0;
}

.contact .info-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

.contact label {
    font-weight: bold;
    font-size: 16px;
}

.contact .ic-small {
    font-size: 14px !important;
}