/* lien he */
.vka-wrapper {
    position: fixed;
    bottom: 8px;
    z-index: 1021;
    left: 120px;
}
.vka {
    width: 60px;
    max-width: unset;
    height: 60px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    border-radius: 50%;
    background: #c31d1d;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    position: absolute;
    right: 40px;
    bottom: -4px;
    z-index: 1000;
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}
.vka-menu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 !important;
    color: #fff;
    font-size: 1.75rem;
    line-height: 1;
}
.vka-wheel {
    width: 300px;
    height: 115px;
    position: absolute;
    bottom: 15px;
    right: 30px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 12;
}
.vka-wheel .vka-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    text-decoration: none;
}
.vka-button {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    padding: 4px;
    border-radius: 50%;
    background: #0f1941;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    font-size: 1.5rem;
    color: #fff;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
    animation: ring 1s linear infinite;
}
.vka-wheel .vka-button-2 {
    background: red;
}
.vka-wheel .vka-button-4 {
    background: #0091ff;
}
.vka-wheel .vka-button-mess {
    background: #1877f2;
}
.vka-wheel .vka-action-4 {
    right: 0;
    bottom: 125px;
}
.vka-wheel .vka-action-3 {
    right: 0;
    bottom: 185px;
    cursor: pointer;
}
.vka-wheel .vka-action-2 {
    top: 5px;
    right: 0;
}
.vka-checkbox {
    display: none !important;
}
.vka-checkbox:checked .vka {
    -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    width: 30px;
    height: 30px;
    right: 38px;
    bottom: 35px;
}
.vka-checkbox:checked ~ .vka .vka-menu-icon {
    width: 20px;
    height: 20px;
    margin: 0;
    font-size: 1rem;
}
.vka-checkbox:checked ~ .vka .vka-menu-icon::before {
    content: "\f00d";
}
.vka-checkbox:checked ~ .vka-wheel {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.vka-checkbox:checked ~ .vka {
    -webkit-transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    transition: all 0.15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
    width: 30px;
    height: 30px;
    right: 38px;
    bottom: 35px;
}
.lienhhe-fix {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1049;
    text-transform: uppercase;
}
.tvn-form {
    z-index: 999999;
}
.tvn-form form {
    margin-top: .5rem;
}
.tvn-form img {
    max-height: 150px;
    object-fit: cover;
}
.sp-form p,
.tvn-form p {
    margin: 0;
}
.tvn-form span {
    display: flex;
}
.tvn-form br {
    display: none;
}
.tvn-form .cf7sr-g-recaptcha > * {
    margin: 0 auto;
}
.tvn-form .modal-dialog {
    max-width: 420px;
}
.tvn-form form textarea,
.tvn-form form input[type="text"],
.tvn-form form input[type="tel"] {
    border-radius: .5rem;
    background-color: rgb(179, 179, 179);
    border-color: rgb(179, 179, 179);
    padding: .5rem 1rem;
    max-height: 60px;
    width: 100%;
    margin-bottom: .5rem;
}
.tvn-form form input[type="submit"] {
    display: block;
    margin: 0 auto;
    background-color: rgb(177 24 21);
    color: rgb(255, 255, 255);
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: .25rem 1rem;
}
.tuvan_title {
    background-color: #b10015;
    padding: 10px 25px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.btn-tuvan {
    background-color: #b10015;
    color: #fff;
    padding: 7px 30px;
    text-transform: uppercase;
}
