#hotline {
    left: var(--left, auto);
    right: var(--right, auto);
    bottom: var(--bottom, auto);
    display: none
}

#hotline.btn-frame i {
    background: var(--background)
}

#hotline.btn-frame .kenit-alo-circle {
    border: 2px solid var(--background);
    border-color: var(--background)
}

#hotline.btn-frame .kenit-alo-circle-fill {
    background-color: var(--background)
}

#hotline.btn-phone span {
    position: absolute;
    --location: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--backgroundText);
    padding: 5px 40px 5px 25px;
    z-index: -1;
    border: 1px solid var(--backgroundText);
    border-radius: 30px;
    color: var(--color);
    font-weight: 700;
    font-size: 17px
}

.contact-group {
    position: fixed;
    z-index: 99
}

.contact-group .icon {
    width: 48px;
    height: 48px;
    background: var(--background);
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

.contact-group .icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: auto;
    border-radius: inherit;
    -webkit-animation: pulse-animation 1s cubic-bezier(.24, 0, .38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(.24, 0, .38, 1) infinite;
    z-index: -1
}

.contact-group .icon span {
    width: 24px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 240ms linear
}

.contact-group .icon.active span:first-child {
    transform: rotate(45deg);
    top: 22px;
    left: 11px
}

.contact-group .icon.active span:nth-of-type(2) {
    transform: scale(0)
}

.contact-group .icon.active span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 22px;
    left: 11px
}

.contact-group .icon span:first-child {
    top: 17px
}

.contact-group .icon span:nth-of-type(2) {
    top: 24px
}

.contact-group .icon span:nth-of-type(3) {
    top: 31px
}

.contact-group .button-action-group {
    position: absolute;
    right: -160px;
    bottom: 55px;
    min-width: 210px
}

.contact-group .button-action-group:not(.active) a {
    display: none
}

.contact-group .button-action-group a {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 5px 10px;
    background: var(--backgroundText);
    margin-bottom: 15px;
    color: var(--color);
    font-size: 20px;
    font-weight: 700;
    border-radius: 30px;
    letter-spacing: 1px
}

.contact-group .button-action-group a i {
    width: 48px;
    height: 48px;
    background: var(--background);
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    margin: -10px 10px -10px -10px;
    box-shadow: 2px 0 7px -2px #00000078;
    position: relative
}

.contact-group .button-action-group a i:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    border-width: 1px;
    border-left-color: #f1f1f1;
    border-style: solid;
    border-right-color: #f1f1f1;
    border-top-color: transparent;
    border-bottom-color: transparent;
    -webkit-animation: rotate 1s cubic-bezier(.24, 0, .38, 1) infinite;
    animation: rotate 1s cubic-bezier(.24, 0, .38, 1) infinite
}

.wpcf7-select-parent select option {
    color: #000
}

.fb_dialog_advanced,
.fb_dialog_mobile {
    bottom: 20px !important;
    right: 20px !important;
    display: none !important
}

@keyframes pulse-animation {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 var(--background)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}


/* right_lienhe_1hover_n */

.notify-phone {
    animation: notifyPhone 1s infinite ease-in-out
}

@keyframes notifyPhone {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}


.main-widget {
    position: fixed;
    right: 14px;
    bottom: 20px;
    z-index: 99;
    top: auto !important
}

@media (max-width: 767px) {
    .main-widget {
        bottom: 85px
    }
}

.main-widge .img svg {
    width: 100%;
    height: 100%
}

.main-widget .img {
    width: 25px;
    height: 25px
}

.main-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-bottom: 5px
}

.main-icon p {
    font-size: 10px;
    color: #fff;
    margin: 0
}

.out-circle {
    overflow: hidden;
    padding: 17px;
    border-radius: 100%;
    background: var(--color-main);
    width: 60px;
    height: 60px
}

.main-icon {
    line-height: 0;
    color: #fff;
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.main-icon i {
    width: 26px;
    height: 26px;
    transform: translateX(2px)
}

.ser-icon {
    display: inline-flex;
    position: absolute;
    font-size: 30px;
    top: 0;
    left: 0;
    padding: 10%;
    background: #fff;
    max-width: 100%;
    overflow: hidden;
    border-radius: 100%;
    color: var(--color-main);
    width: 70%;
    height: 70%;
    margin: 15%;
    transition: .2s all
}

.unsee {
    opacity: 0;
    transform: scale(0)
}

.process {
    display: inline-flex;
    transform: translateX(0);
    transition: .15s linear transform;
    line-height: 0
}

.ser-icon .item {
    margin-right: 40px;
    width: 30px;
    height: 30px;
    color: var(--color-main);
    display: flex;
    justify-content: center;
    align-items: center
}

.ser-icon .item svg {
    width: 25px;
    height: 25px;
    color: var(--color-main)
}

.ser-icon i:nth-child(2n) {
    color: #000
}

.def-content {
    position: absolute;
    bottom: 62px;
    right: 0;
    background: #fff;
    border-radius: 8px;
    transition: .2s all;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    width: 300px;
    z-index: 1
}

.def-content:before {
    position: absolute;
    bottom: -8px;
    right: 22px;
    left: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    content: ''
}

.def-content .def-header {
    background: var(--color-main);
    padding: 10px;
    border-radius: 8px 8px 0 0;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 700
}

.def-content .def-header .close-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 10px;
    left: initial;
    padding: 0;
    margin: 0;
    border: 0 none;
    background: 0 0;
    line-height: 1;
    width: 26px;
    height: 26px;
    cursor: pointer;
    color: #fff;
    background: var(--color-main);
    border-radius: 50%;
    text-align: center
}

.def-content .item>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 10px;
    transition: .3s linear all
}

.def-content .item>a .img {
    flex-grow: 0;
    flex: none;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #fff !important
}

.def-content .item>a .img svg {
    height: 20px;
    width: 20px
}

.def-content .item>a .detail {
    flex-grow: 1;
    line-height: normal
}

.def-content .item>a .detail .arcu-item-title {
    font-weight: 700;
    font-size: 15px;
    display: block;
    line-height: normal;
    color: #000
}

.def-content .item>a .detail .arcu-item-subtitle {
    font-size: 14px;
    color: #787878
}

.def-content .item.phone>a .img {
    background: #4eb625
}

.def-content .item.mess>a .img {
    background: #31adff
}

.def-content .item.zalo>a .img {
    background: #0165f8
}

.def-content .item.map>a .img {
    background: #d94234
}

.def-content .item:last-child {
    margin-bottom: 0
}

.main-widget .close-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 25px;
    top: 0;
    padding: 10px;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: var(--color-main);
    border-radius: 100%;
    transition: .2s all;
    transform: rotate(0);
    cursor: pointer
}

.main-widget .close-icon svg {
    width: 25px;
    height: 25px
}

.close-icon.unsee {
    transform: rotate(180deg)
}

.pregan {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #e53b16;
    z-index: -2;
    border-radius: 100%;
    opacity: .6;
    animation: zoomzoom 3s linear .2s infinite
}

.pregan:nth-child(1) {
    animation-delay: .5s
}

.main-widget .item svg {
    fill: var(--color-main)
}

.def-content .item svg {
    fill: #fff
}

.def-content .item:hover {
    background: #f1f1f1
}

@keyframes zoomzoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1.2)
    }
}

.scrollToTop {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 98;
    top: auto;
    width: 40px;
    height: 40px;
    display: flex;
    background: 0 0;
    text-decoration: none;
    transition: all .3s ease-out 0s;
    transform: translateY(-20px);
    background-color: color-mix(in srgb, var(--color-main) 10%, #fff);
    border-radius: 7px;
    cursor: pointer
}

@media (max-width: 870px) {
    .scrollToTop {
        bottom: 140px
    }
    
}

.scrollToTop svg {
    width: 100%;
    height: 100%;
    transform: rotate(270deg)
}

.scrollToTop svg path {
    stroke: var(--color-main)
}

.scrollToTop:hover {
    background: var(--color-main)
}

.scrollToTop:hover svg path {
    stroke: color-mix(in srgb, var(--color-main) 10%, #fff)
}

@media (max-width: 991px) {

    .bg_bgsize {
        background-size: auto 100%;
    }

    .grid_3_md {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid_2_md {
        grid-template-columns: repeat(2, 1fr);
    }

    .paddingg_40_md {
        grid-gap: 40;
    }
}

@media (max-width: 600px) {
    .grid_2_xs {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid_1_xs {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid_1_sm {
        grid-template-columns: repeat(1, 1fr);
    }

    .paddingg_0_xs {
        grid-gap: 0;
    }


}