body{
    font-family: "Inter", sans-serif;
}
p,ul,li,h1,h2,h3,h4,h5,h6{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 26px;
}
p{
    margin-bottom: 10px;
}
.img-responsive{
    width: 100%;
    height: auto;
}
.content_info_book {
    background: #fff;
    padding: 40px 30px;
    margin-bottom: 60px;
}
.list_two_booking .col-6 {
    width: calc(50% - 30px);
    margin: 0 15px;
    background: #fff;
    border-radius: 10px;
}
.list_two_booking .col-12 {
    margin: 0 15px;
}
.list_two_booking {
    margin: 30px -15px;
}
.input_book {
    border: 1px solid #ddd;
    padding: 15px;
    width: 100%;
    color: #999;
    background: #f9f9f9;
}
.style_check {
    border: 1px solid #ddd;
}
.item_date {
    background: #f2f2f2;
    padding: 10px 5px;
    border-radius: 7px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    width: 70px;
    margin-bottom: 10px;
}
.item_date:hover .cl99,
.item_date.active .cl99 {
    color: #333;
    font-weight: bold;
}
.item_time {
    background: #f2f2f2;
    padding: 5px;
    border-radius: 7px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    width: 70px;
    margin-bottom: 10px;
}
.item_time.disable {
    cursor: not-allowed;
    opacity: 0.4;
}
.item_time.disable:hover {
    background: #f2f2f2;
    color: #333;
}
.item_time:hover,
.item_time.active {
    background: #004dc1;
    color: #fff;
}
.input_gender {
    margin-left: 15px;
}
.input_gender label {
    margin-left: 15px;
    color: #999;
}
.input_gender label input {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.btn_send_book {
    background: #004dc1;
    border: 1px solid #004dc1;
    padding: 15px 40px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}
.btn_send_book:hover {
    background: #fff;
    color: #004dc1;
    text-decoration: none;
}
.date_other {
    width: 18px;
    background: 0 0;
}
.reload_code {
    cursor: pointer;
}
.input_code {
    margin: 0 0 30px;
}
.item_otp {
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 22px;
}
.btn_OTP {
    background: #51be9d;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}
.btn_OTP:hover {
    background: #0076c0;
}
.title_check {
    color: #0076c0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.title_check img {
    width: 31px;
    margin-right: 13px;
}
.bg_gray {
    background: #f2f7fb;
    padding: 15px 25px;
    border-radius: 10px;
}
.tbl_check {
    width: 100%;
}
.tbl_check td {
    padding: 10px 0;
}
.w550 {
    width: 550px;
    margin: 0 auto;
}
.item_otp {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 7px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .content_info_book {
        padding: 30px 20px;
    }
    .list_two_booking .col-6 {
        width: 100%;
    }
    .item_otp {
        width: 45px;
        height: 45px;
    }
    .w550 {
        max-width: 100%;
    }
}
#loading-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
#loading-screen::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    right: 50%;
    top: 50%;
    border: 5px solid #eee;
    border-top: 5px solid #555;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.f14{
    margin-bottom: 5px;
}
.f12 {
    font-size: 11px;
    line-height: 1;
    margin-bottom: 0;
}
.item_time p{
    margin-bottom: 0;
}
.title_cate_news:after{
    background: #0078c5;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.hide-otp {
    display: none;
}
main{
    background: #f7f7f7;
}
.content_info_book{
    margin: 20px auto;
}
.content_info_book .input_gender{
    margin-top: 25px;
    margin-left: 0;
}
.content_info_book .input_gender label {
    margin-left: 0;
    color: #999;
    margin-right: 15px;
}
.bgvietmy {
    background: #004dc1;
    color: #fff;
}
.menu-item a, .menu-item .single-item-url{
    color: #004dc1;
    font-weight: 700;
    text-transform: uppercase;
}
#footer_1{
    padding: 30px 0;
}
.bgvietmy .slogan{
    color: #fff;
    font-weight: bold;
}
.bgvietmy .social ul{
    list-style-type: none;
}
.bgvietmy .social ul li{
    display: inline-block;
    margin-left: 10px;
}
.bgvietmy .social ul li img{
    max-height: 50px;
    width: auto;
}
.bgvietmy .title-footer{
    margin: 30px 0;
}
.bgvietmy .title-footer h3{
    font-weight: 700;
}
.bgvietmy .information .hour_working{
    list-style-type: circle;
    font-size: 16px;
    padding-left: 15px;
}
.bgvietmy .information .hour_working li{
    line-height: 30px;
}
.bgvietmy .list-footer{
    list-style-type: none;
}
.bgvietmy .list-footer li{
    line-height: 30px;
}
.bgvietmy .list-footer li a{
    color: #fff;
}
#appointmentform-date-datetime{
    height: 50.5px;
}
#appointmentform-date-datetime input[type=text]{
    height: 50.5px;
    padding: 15px;
}
#footer_copy_right{
    padding: 15px 0;
}
#footer_copy_right p{
    margin-bottom: 0;
    line-height: 30px;
}
#search{
    max-width: 60%;
}
#modal-input-error .modal-content{
    background-color:#fff !important;
    position:relative;
    border-radius:10px;
    padding:20px;
}
#modal-input-error .modal-close{
    width:30px;
    height:30px;
    background-color:var(--bg-white);
    border:none;
    padding:5px;
    position:absolute;
    top:10px;
    z-index:1000;
    right:20px;
    cursor:pointer
}
#modal-input-error .modal-small {
    width: 100%;
    text-align: center;
}
#modal-input-error .modal-body .title{
    font-size: 20px;
}
@media (max-width: 767px) {
    #search{
        max-width: 100%;
    }
    #footer_1 {
        padding: 30px 15px;
    }
    .main-nav{
        padding: 0 !important;
    }
    p{
        font-size: 14px;
        line-height: 24px;
    }
    .bgvietmy .title-footer h3 {
        font-weight: 700;
        font-size: 18px;
    }
    .bgvietmy .title-footer {
        margin: 20px 0;
    }
    .bgvietmy .information .hour_working li {
        line-height: 26px;
        font-size: 14px;
    }
    #footer_copy_right {
        padding: 5px 0;
    }
    #footer_copy_right p {
        margin-bottom: 0;
        line-height: 20px;
        font-size: 10px;
    }
    .item_date{
        width: 64px;
    }
    #time_table{
        margin: 0 -10px 0 0;
    }
    .item_time {
        width: 64px;
    }
    .btn_send_book {
        background: #004dc1;
        padding: 10px 30px;
        border-radius: 40px;
        font-size: 16px;
    }
    .modal .button-group button {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 10px;
        padding: 10px;
        cursor: pointer;
        border-radius: 7px;
        width: 120px;
        justify-content: space-around;
        margin: 0 auto;
    }
}