/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*pro public
*/

.swiperBanner .grid.wide {
    position: absolute;
    top: 0;
}

.swiperBanner .swiper-button-prev {
    color: #fff;
    width: 45px;
    height: 45px;
    font-weight: bold;
    border-radius: 10px;
    opacity: .8;
    transform: translateX(0px);
    transition: all linear .3s;
    background-color: rgb(255 255 255 / 20%) !important;
    border: 1px solid #fff;
    opacity: 1;
}

.swiperBanner:hover .swiper-button-prev {
    transform: translateX(60px);
}

.swiperBanner:hover .swiper-button-next {
    transform: translateX(-60px);
}

.swiperBanner .swiper-button-prev:after {
    font-size: 15px;
}

.swiperBanner .swiper-button-next {
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    font-weight: bold;
    opacity: 0.8;
    transition: all linear .3s;
    transform: translateX(0px);
    background-color: rgb(255 255 255 / 20%) !important;
    border: 1px solid #fff;
    opacity: 1;
}

    .swiperBanner .swiper-button-next:hover {
        background-color: #052c5f !important;
        border-color: #052c5f;
        opacity: 0.8 !important;
    }

.swiperBanner .swiper-button-prev:hover {
    background-color: #052c5f !important;
    border-color: #052c5f;
    opacity: 0.8 !important;
}

.swiperBanner .swiper-button-next:after {
    font-size: 15px;
}

.pro.content-item {
    position: relative;
}

    .pro.content-item .img:hover img {
        transform: scale(1.07);
    }

    .pro.content-item .img {
        height: 338px;
        width: 100%;
        overflow: hidden;
    }

        .pro.content-item .img img {
            transition: all linear .3s;
        }

    .pro.content-item .wrap {
        width: 100%;
        flex-direction: column;
        transition: all linear .2s;
        transition-delay: .1s;
        padding-top: 15px;
    }

        .pro.content-item .wrap .wrap-title {
            color: var(--default-color-2);
            font-size: 20px;
            transition: all linear .2s;
            user-select: none;
            height: 46px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            font-family: 'tuv';
        }

            .pro.content-item .wrap .wrap-title:hover {
                color: #fff;
            }

        .pro.content-item .wrap .place {
            font-size: 15px;
            color: #868686;
            margin-top: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }

            .pro.content-item .wrap .place i {
                margin-right: 7px;
            }

/*    contructor public*/

.contruct.content-item {
    position: relative;
}

    .contruct.content-item .img:hover img {
        transform: scale(1.07);
    }

    .contruct.content-item .img {
        height: 368px;
        width: 100%;
        overflow: hidden;
    }

        .contruct.content-item .img img {
            transition: all linear .3s;
        }

    .contruct.content-item .wrap {
        width: 100%;
        flex-direction: column;
        transition: all linear .2s;
        transition-delay: .1s;
        padding: 14px 16px;
        background-color: #ffffff;
        border: 1px solid #e7e7e7;
        border-top: 0;
    }

    .contruct.content-item:hover .wrap {
        background: #f88b24;
    }

        .contruct.content-item:hover .wrap .wrap-title {
            color: #fff;
        }

        .contruct.content-item:hover .wrap .place {
            color: #fff;
        }

        .contruct.content-item:hover .wrap .info-item {
            color: #fff;
        }

    .contruct.content-item .wrap .wrap-title {
        color: var(--default-color-2);
        font-size: 18px;
        transition: all linear .2s;
        user-select: none;
        border-bottom: 1px solid #e7e7e7;
        overflow: hidden;
        height: 65px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        padding-bottom: 16px;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-family: OpenM;
    }

        .contruct.content-item .wrap .wrap-title:hover {
            color: var(--default-color-2);
        }

    .contruct.content-item .wrap .place {
        font-size: 15px;
        color: #868686;
        margin-top: 11px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

        .contruct.content-item .wrap .place i {
            margin-right: 7px;
        }

/* no data*/

.no-data {
    color: var(--default-color-3);
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    display: block;
    font-family: 'Montserrat-Regular';
}

/*show page*/

.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contruct.content-item .wrap .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2px;
}

.contruct.content-item .wrap .info-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #868686;
}

    .contruct.content-item .wrap .info-item i {
        font-size: 14px;
        margin-right: 3px;
    }

    .contruct.content-item .wrap .info-item img {
        margin-right: 3px;
    }

    .contruct.content-item .wrap .info-item span {
    }

.pager span {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--default-color-3);
    color: #fff;
    background-color: var(--default-color-3);
    margin: 0 5px;
}

.pager a {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--default-color-3);
    margin: 0 5px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

    .pager a:hover {
        background-color: var(--default-color-3);
        color: #fff;
    }

.title-tops {
    font-size: 40px;
    color: var(--default-color-3);
    font-family: 'OSWALDM';
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.descript-tops {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    padding: 0 10%;
    opacity: 1;
    margin-top: 5px;
    color: #969696;
}

/*list tag*/
.list-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .list-tag i {
        padding-right: 3px;
    }

    .list-tag a {
        white-space: nowrap;
        background-color: var(--default-color-3);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        margin: 10px 5px;
        font-size: 16px;
        font-family: 'InterR';
    }

/*selection*/
.list-contruct .item .place::-moz-selection, .title-tops::-moz-selection, .descript-tops::-moz-selection, .list-pro .item span::-moz-selection, .no-data::-moz-selection {
    background-color: var(--bg-selection);
    color: var(--color-selection);
}

.list-contruct .item .place::selection,
.title-tops::selection,
.descript-tops::selection,
.list-pro .item span::selection,
.no-data::selection {
    background-color: var(--bg-selection);
    color: var(--color-selection);
}

.pro.content-item .wrap .place::selection {
    background-color: var(--bg-selection-2);
    color: var(--color-selection);
}

/*End*/

/*End*/

/*SErvice*/

/*End*/
a {
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    clear: both;
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.popup-default {
    position: fixed;
    z-index: 9999999999999999;
    width: 100%;
    height: 100%;
    background-color: #333333a8;
    top: 0;
    left: 0;
    backdrop-filter: blur(6px);
    opacity: 0;
    transition: all linear .3s;
    pointer-events: none;
}

    .popup-default.show {
        pointer-events: all;
        opacity: 1;
    }

    .popup-default .grid.wide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .popup-default.show .popup-default-container {
        transform: translateY(60px);
        opacity: 1;
        transition-delay: .2s;
    }

        .popup-default.show .popup-default-container .title {
            transform: translateY(0);
            opacity: 1;
            transition-delay: .35s;
        }

        .popup-default.show .popup-default-container section {
            transform: none;
            opacity: 1;
            transition-delay: .45s;
        }

            .popup-default.show .popup-default-container section a {
                display: block;
            }

.popup-default-container {
    background-color: #fff;
    max-width: 100%;
    padding: 3px;
    border-radius: 60px;
    width: max-content;
    /* height: 500px; */
    position: relative;
    display: flex;
    transform: translateY(30px);
    opacity: 0;
    align-items: center;
    justify-content: center;
    transition: 0.6s cubic-bezier(.3,2.5,.3,1);
}

.popup-default.show .popup-default-container section a img {
    display: block;
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.popup-default-container .title {
    margin: 0;
    position: absolute;
    top: -21px;
    background-color: var(--default-color-1);
    color: var(--default-color-2);
    font-weight: 100;
    padding: 8px 24px;
    font-size: 17px;
    border-radius: 34px;
    transform: translateY(30px);
    opacity: 0;
    box-shadow: 0 0 10px 0 #1a1a1c7a;
    transition: 0.6s cubic-bezier(.3,2.5,.3,1);
}

.popup-default-container section {
    transform: none;
    opacity: 0;
    transition: 0.6s cubic-bezier(.3,2.5,.3,1);
    width: 100%;
    height: 100%;
}

    .popup-default-container section p {
        margin: 10px 0;
        position: relative;
        display: flex;
        /* align-items: center; */
        padding-left: 20px;
    }

.popup-default-btn {
    position: absolute;
    right: 21px;
    z-index: 5;
    top: 17px;
    width: 40px;
    height: 40px;
    background-color: #F44336;
    border-radius: 50%;
    color: #fff;
    transition: all linear .2s;
    cursor: pointer;
}

    .popup-default-btn:hover {
        background-color: #23216a;
    }

.popup-default-container section p::before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(../Design/img/check-mark.png);
    background-size: contain;
    width: 15px;
    height: 15px;
    top: 4px;
}

/*Form nhan bao gia*/
.wp-form-get-a-quote {
    background: url(https://hyundaibinhthuan.vn/wp-content/uploads/2019/10/HyundaiBinhThuan.jpg);
    background-position: 71% 17%;
    background-size: cover;
    padding-top: 26px;
    padding-bottom: 94px;
    position: relative;
}

    .wp-form-get-a-quote:before {
        content: "";
        position: absolute;
        background-color: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.top-form-get-a-quote h6 {
    font-size: 17px;
    margin: 0;
    color: #fff;
    font-family: AvertaR;
    text-align: center;
}

.top-form-get-a-quote span {
    display: block;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding-top: 8px;
}

a.hotlineNhanTin {
    color: #d82c26;
    display: inline-block;
}

section.form-input-home select {
    width: 269px;
    height: 39px;
    border: none;
    outline: none;
    border-radius: 50px;
    padding-left: 20px;
    color: #fff;
    background: rgb(66 64 63 / 50%);
    border: 1px solid #4a4644;
    font-size: 16px;
    /* padding-right: 20px; */
    font-family: 'AvertaR';
}

section.form-input-home input {
    width: 269px;
    height: 39px;
    border: none;
    outline: none;
    border-radius: 50px;
    padding-left: 20px;
    margin-left: 5px;
    color: #fff;
    background: rgb(66 64 63 / 50%);
    border: 1px solid #4a4644;
    font-size: 16px;
    font-family: 'AvertaR';
}

    section.form-input-home input::placeholder {
        color: #fff;
    }

    section.form-input-home input[type=text] {
        color: #fff;
    }

.top-form-get-a-quote {
    margin-bottom: 36px;
    position: relative;
}

.list-form-booking-home {
    display: flex;
}

.button.btnBookingHome {
    margin-left: 20px;
    position: relative;
}

    .button.btnBookingHome input {
        width: 269px;
        height: 39px;
        border: none;
        outline: none;
        border-radius: 50px;
        background: #09beff;
        color: #fff;
        font-family: 'AvertaR';
        cursor: pointer;
    }

        .button.btnBookingHome input:hover {
            background: #052c5f;
        }

section.form-input-home .error-contact {
    position: absolute;
    right: 8px;
    top: 9px;
}

section.form-input-home {
    position: relative;
}
/*End*/
aside#category-new-child span.widget-title {
    font-size: 1em;
    font-weight: 600;
    font-family: 'BAIJAMJUREE-SEMIBOLD';
    color: rgb(85, 85, 85);
    display: block;
    margin-bottom: 10px;
}

ul.listNewsLink li {
    list-style: none;
    padding: 6px 0;
    border-bottom: 1px solid #d5d5d5;
}

ul.listNewsLink {
}

    ul.listNewsLink li:last-child {
        border: none;
    }

li.cat-item a {
    color: #334862;
}

    li.cat-item a:hover {
        color: #000;
    }

.content .item {
    border-radius: 5px;
    overflow: hidden;
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}

.col.l-12.m-12:last-child .item {
    border: none;
}

.content .item .img {
    position: relative;
    height: 75px;
    width: 34%;
    overflow: hidden;
}

    .content .item .img .decor {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.534);
        width: 100%;
        height: 100%;
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        transform: scale(.1);
        opacity: 0;
        z-index: 2;
        -webkit-transition: all ease-in-out .4s;
        -o-transition: all ease-in-out .4s;
        transition: all ease-in-out .4s;
        color: #fff;
        font-size: 15px;
    }

    .content .item .img img {
        transition: all linear .4s;
    }

.content .item .text .title {
    font-size: 15px;
    font-family: 'BaiJamjuree-SemiBold';
    line-height: calc(100% + 4px);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: -4px;
    color: #3A3A39;
    display: -webkit-box;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    text-transform: capitalize;
}

.content .item .text .descrip {
    font-size: 15px;
    color: #616161;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding-top: 9px;
    line-height: calc(100% + 3px);
    margin-bottom: calc(23px - 15px);
}

.content .item .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
}

.content .item .img:hover img {
    transform: scale(1.1);
}

.content .item .img:hover .decor {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.hot-tt .heading span {
    font-size: 1em;
    font-weight: 600;
    font-family: 'BAIJAMJUREE-SEMIBOLD';
    color: rgb(85, 85, 85);
    display: block;
    margin-bottom: 10px;
}

.hot-tt {
    margin-top: 20px;
}

.arcontactus-widget {
    display: none;
}

.zalo {
    position: fixed;
    bottom: 109px;
    right: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 999;
    background-color: #0A7CFF;
    /* margin: auto; */
}

.zalo-btn {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 999;
    background-color: #0A7CFF;
    cursor: pointer;
}

.zalo1 {
    position: relative;
    top: 50px;
    width: 40px;
    left: 24px;
    height: 40px;
    border-radius: 50%;
    z-index: 999;
    background-color: #0A7CFF;
    /* margin: auto; */
}

a.zalo p, a.zalo1 p {
    position: absolute;
    left: 52px;
    top: -6px;
    width: 120px;
    font-family: 'AvertaR';
}

.mess-vanlong .icon {
    position: relative;
    top: -31px;
    width: 40px;
    display: flex;
    height: 40px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    z-index: 999;
    align-items: center;
    justify-content: center;
    background-color: #0A7CFF;
}

    .mess-vanlong .icon p, .mess-nhatquynh .icon p {
        position: absolute;
        left: 56px;
        width: 150px;
        font-family: 'AvertaR';
    }

.mess-nhatquynh .icon {
    position: relative;
    width: 40px;
    display: flex;
    height: 40px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    z-index: 999;
    align-items: center;
    justify-content: center;
    background-color: #0A7CFF;
}

.mess-btn .icon {
    position: fixed;
    left: 14px;
    bottom: 188px;
    width: 40px;
    display: flex;
    height: 40px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    z-index: 999;
    align-items: center;
    justify-content: center;
    background-color: #0A7CFF;
}

.widget-mess.active {
    visibility: visible;
    opacity: 1;
    left: 84px;
}

.message .icon {
    position: fixed;
    right: 14px;
    bottom: 185px;
    width: 40px;
    display: flex;
    height: 40px;
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    z-index: 999;
    align-items: center;
    justify-content: center;
    background-color: #0A7CFF;
}

    .message .icon img {
        pointer-events: none;
    }

.message .content {
    position: fixed;
    right: 15px;
    opacity: 0;
    pointer-events: none;
    z-index: 999;
    bottom: 69px;
    transition: all ease .3s;
}

    .message .content.show {
        opacity: 1;
        pointer-events: all;
        right: 84px;
    }

.widget-mess {
    position: fixed;
    left: 50px;
    bottom: 258px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.mess-vanlong .content.show, .mess-nhatquynh .content.show {
    opacity: 1;
    pointer-events: all;
    /* left: 143px; */
    transform: translateX(92px);
}

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 9px;
    right: -9px;
    z-index: 999;
}

.btn-active-contact {
    position: fixed;
    bottom: -9px;
    left: -19px;
    z-index: 999999;
    cursor: pointer;
}

.hotline-phone-ring-wrap-full {
    pointer-events: none;
}

.hotline-phone-ring-wrap1 {
    position: relative;
    bottom: 33px;
    left: -6px;
    /* z-index: 999999; */
}

.widget-zalo {
    background: #fff;
    border-radius: 10px;
    position: relative;
    /* display: flex; */
    width: 202px;
    height: 150px;
    left: 9px;
    top: 3px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

    .widget-zalo.active {
        opacity: 1;
        visibility: visible;
        left: 55px;
    }

.widget-btn-zalo {
    position: fixed;
    left: 14px;
    bottom: 102px;
    z-index: 99;
}

.hotline-phone-ring-wrap.sdt-2 {
    bottom: 90px;
    left: -20px;
}

.hotline-phone-ring-wrap1.sdt-2 {
    bottom: 90px;
    left: -20px;
}

.hotline-phone-ring-wrap-full.sdt-2 {
    bottom: 90px;
    left: -20px;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 95px;
    height: 95px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
    pointer-events: none;
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    pointer-events: none;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/*hot line*/

.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 36px;
    left: 36px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hotline-phone-ring-img-circle .pps-btn-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .hotline-phone-ring-img-circle .pps-btn-img img {
            width: 20px;
            pointer-events: none;
            height: 20px;
        }

    .hotline-phone-ring-img-circle span {
        position: absolute;
    }

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

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

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

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

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

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

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

.icon-fix .icon img {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    transform: scale(0.6);
}

.icon-fix img {
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.icon-fix .decor-1 {
    position: absolute;
    width: 140%;
    height: 140%;
    border-radius: 50%;
    background-color: #0A7CFF;
    opacity: .4;
    animation: forDecor-1 linear 1s infinite;
    pointer-events: none;
}

.icon-fix .decor-2 {
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #0A7CFF;
    animation: forDecor-2 linear 1s infinite;
    transition-delay: 1s;
    pointer-events: none;
}

@keyframes forDecor-2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    100% {
        transform: scale(1.4);
        opacity: 1;
    }
}

@keyframes forDecor-1 {
    0% {
        transform: scale(1);
    }

    80% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes animate {
    0% {
        stroke-dashoffset: 200%;
        stroke-opacity: .8;
    }

    100% {
        stroke-dashoffset: 0%;
        stroke-opacity: 0;
    }
}

.top-form-get-a-quote-home h6 {
    font-size: 26px;
    font-family: 'AvertaR';
    color: #333;
    margin: 0;
    text-align: center;
}

.top-form-get-a-quote-home span {
    font-size: 18px;
    font-family: 'AvertaR';
    color: #d82c26;
    margin: 0;
    text-align: center;
    display: block;
    margin: 15px 0;
}

section.form-input-home-free select, .form-input-home-free input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: .97em;
    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;
}

    section.form-input-home-free select:focus, .form-input-home-free 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;
    }

section.form-input-home-free span {
    position: absolute;
    right: 0;
    top: 9px;
}

section.form-input-home-free {
    position: relative;
    margin: 10px 0;
}

.button.btnBookingHomeFree input {
    width: 269px;
    height: 39px;
    border: none;
    outline: none;
    border-radius: 5px;
    background: #052c5f;
    color: #fff;
    font-family: 'AvertaR';
    font-size: 15px;
    cursor: pointer;
}

.wp-form-get-a-quote-home {
    padding: 25px 0;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    top: 0;
}

    .wp-form-get-a-quote-home.fade-in {
        opacity: 1;
        pointer-events: all;
        z-index: 99;
        background: rgba( 0, 0, 0, 0.60 );
    }

.bottom-form-get-a-quote-home {
    background: whitesmoke;
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 2px solid blue;
    border-radius: 12px;
}

.wp-form-get-a-quote-home .widget {
    padding: 18px;
    border-radius: 3px;
    border: 3px solid #000000;
    box-shadow: 0px 0px 30px 0px rgb(2 2 2);
    background-color: rgba( 255, 255, 255, 1.00 );
    width: 40%;
    margin: auto;
    position: relative;
    border-radius: 7px;
}

.wp-form-get-a-quote-home .grid.wide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-close {
    position: absolute;
    top: -14px;
    right: -11px;
    background: #fff;
    border-radius: 50px;
    width: 26px;
    height: 28px;
    cursor: pointer;
}

    .btn-close i {
        font-size: 26px;
    }

.widget-btn-contact {
    position: fixed;
    bottom: -9px;
    left: -19px;
    z-index: 99;
}

.widget-btn-con {
    background: #fff;
    border-radius: 10px;
    width: 202px;
    height: 150px;
    position: relative;
    left: 50px;
    top: -55px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.hotline-phone-ring p {
    position: absolute;
    left: 91px;
    top: 25px;
    width: 120px;
    font-family: 'AvertaR';
}

.widget-btn-con.active {
    opacity: 1;
    visibility: visible;
    left: 85px;
}

.widget-mess:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 223px;
    height: 150px;
    left: -24px;
    top: -50px;
    border-radius: 10px;
}