﻿.input span.title {
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
}

.TitleFormChild h5 {
    color: #DC1F27;
    font-family: 'RobotoB';
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 117.2%;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

.input .erolh {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
}

.Widget-question-respond {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0;
    row-gap: 0;
}

.widget-dongxe span.title {
    display: block;
    font-size: 16px;
    font-family: 'InterR';
}

.widget-NgayDangKi span.title {
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
}

.right span.title {
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
    display: none;
}

.widget-form .right .erolh {
    position: absolute;
    right: 11px;
    top: 13px;
    font-size: 14px;
}

span.ContentQuesCus {
    display: block;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.5;
    color: #444b52;
    position: relative;
    padding-right: 31px;
    font-style: italic;
    font-family: 'InterR';
}

section.ContentRespondCus {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    padding: 8px 12px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    background: rgb(241 241 241);
    line-height: 1.4;
    font-family: 'InterR';
}

.btn-giaidap svg {
    width: 17px;
    height: auto;
    margin-left: 6px;
}

    .btn-giaidap svg path {
        fill: #fff;
    }

.btn-giaidap:hover svg path {
    fill: #ff1c15;
}

h3.TitleQuesRes {
    font-size: 18px;
    line-height: 24px;
    color: #ff1c15;
    font-weight: 500;
    font-family: 'InterSBI';
    margin-bottom: 15px;
}

section.widget-question-cus {
}

h3.TitleQuesRes svg {
    width: 20px;
    height: auto;
}

    h3.TitleQuesRes svg path {
        fill: #ff1c15;
    }

span.NameAdminRespond {
    display: block;
    background: var(--default-color-1);
    color: #fff;
    width: max-content;
    padding: 3px 8px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.WRespondCusContentChild span:nth-child(1) {
    color: var(--default-color-1);
}

span.ContentQuesCus i.fa-chevron-down {
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 14px;
    margin-right: 0;
    display: none;
}

    span.ContentQuesCus i.fa-chevron-down.iac, span.ContentQuesCus i.fa-chevron-up.iac {
        display: block;
        cursor: pointer;
    }

        span.ContentQuesCus i.fa-chevron-down.iac:hover, span.ContentQuesCus i.fa-chevron-up.iac:hover {
            color: #ff1c15;
        }

span.ContentQuesCus i.fa-chevron-up {
    position: absolute;
    right: 12px;
    top: 4px;
    font-size: 14px;
    margin-right: 0;
    display: none;
}

span.btnViewRespondCus.active {
    height: 30px;
    background: #fff;
}

span.btnViewRespondCus svg {
    width: 18px;
    height: auto;
    margin-left: 5px;
}

    span.btnViewRespondCus svg path {
        fill: #ff1c15;
    }

span.btnViewRespondCus {
    position: absolute;
    bottom: 0;
    width: max-content;
    right: 0;
    height: 40px;
    display: flex;
    align-items: center;
    color: #ff1c15;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 15px;
    border: 1px dashed transparent;
}

    span.btnViewRespondCus.btnViewRespondCus1 {
        display: none;
    }

    span.btnViewRespondCus.show {
        display: none;
    }

    span.btnViewRespondCus.btnViewRespondCus1.show {
        display: flex;
    }

    span.btnViewRespondCus:hover {
        color: var(--default-color-1);
        border: 1px dashed var(--default-color-1);
    }

section.widget-question-cus {
    position: relative;
    padding: 8px 12px;
    border-radius: 6px;
    background: #f8f9fa;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0px 1px 5px 5px #bbbbbb7d;
}

.widget-form .right {
    position: relative;
}

.right {
    margin-top: 10px;
}

.widget-NgayDangKi {
    margin-top: 10px;
}

span#ctl00_main_RequiredFieldValidator3, span#ctl00_main_RequiredFieldValidator1 {
    position: absolute;
    top: 0;
    right: 0;
}

.input {
    position: relative;
    margin-top: 10px;
}

span#ctl00_main_RequiredFieldValidator2 {
    position: absolute;
    top: 0;
    right: 0;
}

.widget-dongxe {
    margin-top: 10px;
}

.right input {
    border: none;
    outline: none;
    color: #fff;
    background: #d8232a;
    padding: 10px 34px;
    font-size: 18px;
    font-family: 'RobotoR';
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}

.input input {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: 18px;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    -webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
    -o-transition: color .3s, border .3s, background .3s, opacity .3s;
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

    .input input:focus {
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc;
        opacity: 1 !important;
        outline: 0;
        color: #333;
        background-color: #fff;
    }

.widget-dongxe select, .widget-NgayDangKi input {
    webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: 16px;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    -webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
    -o-transition: color .3s, border .3s, background .3s, opacity .3s;
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

input[type='email']:focus, input[type='search']:focus, input[type='number']:focus, input[type='tel']:focus, input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus {
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    opacity: 1 !important;
    outline: 0;
    color: #333;
    background-color: #fff;
}

textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0.75em;
    font-size: 14px;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    font-family: RobotoR;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    -webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
    -o-transition: color .3s, border .3s, background .3s, opacity .3s;
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

span#ctl00_main_RequiredFieldValidator5 {
    position: absolute;
    top: 0;
    right: 0;
}

.banner-child-hotel img {
    display: block;
    width: 100%;
    height: auto;
}

.WidgetAboutLeftChild {
    background: #f2f2f2;
}

.TitleFormChild {
    padding-top: 15px;
}

    .TitleFormChild span {
        display: block;
        font-size: 20px;
        color: #777575;
    }

.widget-respond-question h5 {
    display: block;
    font-size: 20px;
    color: #777575;
    font-family: 'RobotoR';
    margin: 30px 0;
}

section.WRespondCusChild.show {
    height: 126px;
    overflow: auto;
    padding-bottom: 10px;
}

section.WRespondCusChild {
    font-size: 15px;
    padding-bottom: 0;
    height: 126px;
    overflow: hidden;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

    section.WRespondCusChild:after {
        content: "";
        position: absolute;
        background: #fff;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 13%;
    }

    section.WRespondCusChild.show:after {
        content: unset;
    }

@media (min-width: 1380px) {
    .banner-register-for-test-drive img {
        display: block;
        width: 100%;
        height: 600px;
    }
}

@media (max-width:739px) {
    .banner-register-for-test-drive img {
        display: block;
        width: 100%;
        height: 100%;
    }

    section.WRespondCusChild {
        height: 122px;
    }

    .Widget-question-respond {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(1, minmax(0, 1fr));
        column-gap: 0;
        row-gap: 0;
    }

    .TitleFormChild h5 {
        font-size: 25px;
    }

    .btn-giaidap {
        padding: 7px 20px;
    }

    span .ContentQuesCus {
        display: block;
        font-size: 16px;
        margin-bottom: 25px;
        color: #444b52;
        line-height: 1.5;
    }

    section.widget-question-cus {
        margin: 5px;
        border-radius: 5px;
        padding: 6px;
    }

    h3.TitleQuesRes {
        margin-top: 5px;
        font-size: 16px;
    }

    span.btnViewRespondCus {
        width: max-content;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 12px;
        border-radius: 5px;
    }
}