    .fixed-action-btn {
        position: fixed;
        right: 23px;
        bottom: 23px;
        padding-top: 15px;
        margin-bottom: 0;
        z-index: 8;

    }

    .box-shadow-style-2 {
        box-shadow: 0 0 25px rgba(0, 0, 0, .1) !important;
        overflow: hidden;
        padding: 0 25px;
    }

    .fixed-action-btn ul {
        left: 0;
        right: 0;
        text-align: center;
        position: absolute;
        bottom: 64px;
        margin: 0;
        visibility: hidden;
        background-color: var(--color-2);
        list-style: none;
    }

    .fixed-action-btn {
        position: fixed;
        right: 23px;
        bottom: 23px;
        padding-top: 15px;
        margin-bottom: 0;
        z-index: 997
    }

    .fixed-action-btn .icon-close {
        display: none;
    }

    .fixed-action-btn.active .icon-close {
        display: unset;
    }

    .fixed-action-btn.active .icon-support {
        display: none;
    }


    .fixed-action-btn.active ul {
        visibility: visible
    }

    .fixed-action-btn.direction-left,
    .fixed-action-btn.direction-right {
        padding: 0 0 0 15px
    }

    .fixed-action-btn.direction-left ul,
    .fixed-action-btn.direction-right ul {
        text-align: right;
        right: 64px;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
        left: auto;
        width: 500px
    }

    .fixed-action-btn.direction-left ul li,
    .fixed-action-btn.direction-right ul li {
        display: inline-block;
        margin: 7.5px 15px 0 0
    }

    .fixed-action-btn.direction-right {
        padding: 0 15px 0 0
    }

    .fixed-action-btn.direction-right ul {
        text-align: left;
        direction: rtl;
        left: 64px;
        right: auto
    }

    .fixed-action-btn.direction-right ul li {
        margin: 7.5px 0 0 15px
    }

    .fixed-action-btn.direction-bottom {
        padding: 0 0 15px 0
    }

    .fixed-action-btn.direction-bottom ul {
        top: 64px;
        bottom: auto;
        display: flex;
        flex-direction: column-reverse
    }

    .fixed-action-btn.direction-bottom ul li {
        margin: 15px 0 0 0
    }

    .fixed-action-btn.toolbar {
        padding: 0;
        height: 56px
    }

    .fixed-action-btn.toolbar.active>a i {
        opacity: 0
    }

    .fixed-action-btn.toolbar ul {
        display: flex;
        top: 0;
        bottom: 0;
        z-index: 1
    }

    .fixed-action-btn.toolbar ul li {
        flex: 1;
        display: inline-block;
        margin: 0;
        height: 100%;
        transition: none
    }

    .fixed-action-btn.toolbar ul li a {
        display: block;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
        box-shadow: none;
        color: #fff;
        line-height: 56px;
        z-index: 1
    }

    .fixed-action-btn.toolbar ul li a i {
        line-height: inherit
    }

    .fixed-action-btn ul {
        left: 0;
        right: 0;
        text-align: center;
        position: absolute;
        bottom: 64px;
        margin: 0;
        visibility: hidden;
        border-radius: 25px;
    }

    .fixed-action-btn ul li {
        margin-bottom: 15px
    }

    .fixed-action-btn ul a {
        background-color: #fff;
    }

    .fixed-action-btn ul a.btn-floating {
        opacity: 0;

    }

    .fixed-action-btn .fab-backdrop {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 40px;
        height: 40px;
        background-color: #222f6e;
        border-radius: 50%;
        transform: scale(0)
    }

    .button_click_phone {
        font-size: 12px;
    }

    .button_click_phone strong {
        font-size: 16px;
    }

    .hover-border:hover {
        border: 2px solid #fff;
        background-color: #eb6423;

    }

    .hover-border:hover span {
        color: #fff;
    }

    li.dktb {
        background-color: #eb6423;
    }

    .modal-dk-nhanh .modal-content {
        background-color: #eb6423;
        border-radius: 20px;
    }

    .modal-dk-nhanh label {
        color: #fff;
    }

    .modal-dk-nhanh input,
    .modal-dk-nhanh textarea {
        border-radius: 8px;
        color: #181818;
    }

    .modal-dk-nhanh textarea {
        height: 100px;
    }

    .modal-dk-nhanh .modal-content .form-dk input::placeholder,
    .modal-dk-nhanh .modal-content .form-dk textarea::placeholder,
    .modal-dk-nhanh .modal-content .form-dk select {
        color: #181818;
        font-size: 14px;
    }

    .modal-dk-nhanh .box-title {
        margin-bottom: 15px;
    }

    .modal-dk-nhanh .box-title span {
        color: #FBCD0B;
        font-size: 28px;
    }

    .modal-dk-nhanh .modal-header img {
        max-width: 140px;
        width: 100%;
    }

    @media screen and (max-width:768px) {
        .fixed-action-btn.active ul {
            left: auto;

            width: 260px;
        }

        .fixed-action-btn .text-title {
            display: none;
        }

        .fixed-action-btn .hide-text-medium {
            width: auto !important;
        }
    }

    @media screen and (max-width:490px) {
        .modal-content .form-dk h5 {
            font-size: 18px;
        }

        .modal-dk-nhanh .box-title span {
           
            font-size: 22px;
        }
    }

    /* @media screen and (max-width:375px) {
        .modal-content .form-dk h5 {
            font-size: 18px;
        }
    } */