.header__menu ul li a:hover,
.hotline-bar>a,
a,
a:hover {
    text-decoration: none
}

.header-top {
    padding: 0 40px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    background: #fff
}

.header-top select {
    background: 0 0;
    border: none;
    color: #000;
    text-align: center;
    font-size: 16px;
    outline: 0
}

.header-top select option {
    color: #000 !important;
    padding: 0 10px;
    background: #f0f0f0
}

.header-top select:focus {
    border-color: #555
}

.header-top .header-top__wrap {
    height: 50px
}

.header-top .header-top__wrap a,
.header-top .header-top__wrap select,
.header-top .header-top__wrap span {
    color: #00338d !important
}

.header-top ul {
    margin-bottom: 0;
    padding-left: 0 !important
}

.header__menu {
    width: calc(100% - 150px);
    padding: 0
}

.header__menu .sub-menu-toggle {
    display: none !important
}

.header__menu__close--icon {
    display: none
}

.header__menu .navbar-nav>li>a {
    height: 90px;
    align-items: center;
    display: flex;
    justify-content: center
}

.header__menu .navbar-nav>li>a span {
    text-transform: capitalize;
    color: #00338d !important;
    font-weight: 500;
    font-size: 16px
}

.header__menu ul li a {
    color: #00338d;
    font-size: 15px;
    text-transform: uppercase;
    transition: all .3s;
    padding: 0 5px !important
}

.header__menu ul li a:hover {
    color: #00338d
}

.header__menu ul li a::after {
    color: #00338d;
    margin-left: .5em
}

.header__menu ul li ul.dropdown-menu {
    background: #fff;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .15);
    padding: 0;
    border-radius: 0;
    border: none;
    top: 100%;
    left: 0;
    min-width: 100%
}

.header__menu ul li ul.dropdown-menu li a {
    padding: 15px 20px !important
}

.header__menu ul li ul.dropdown-menu li a span {
    text-transform: capitalize;
    color: #00338d !important;
    font-weight: 500;
    font-size: 16px
}

.header-bottom__search {
    position: relative;
    height: 80px;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: -16px;
    align-items: center
}

.header-bottom__search form {
    background: 0 0;
    position: relative;
    transition: transform .5s 0s cubic-bezier(.4, 0, .2, 1)
}

.header-bottom__search form>div {
    display: flex;
    align-items: center
}

.header-bottom__search #searchsubmit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: 0 0;
    border: none;
    padding: 0;
    cursor: pointer
}

.header-bottom__search #searchsubmit svg {
    filter: brightness(0) saturate(100%) invert(13%) sepia(86%) saturate(3196%) hue-rotate(215deg) brightness(89%) contrast(102%)
}

.header-bottom__search input::placeholder {
    color: #00338d
}

.header-bottom__search input {
    width: 203px;
    padding: .6rem 48px .6rem 24px;
    font-size: 14px;
    color: #00338d;
    border: 1px solid #e0dcd7;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    border-radius: 32px
}

.header-center {
    height: 90px;
    position: relative;
    padding: 0 40px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .15)
}

.header-center__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px
}

.header.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000000000000000000000000000000000000000000;
    animation: slideDown .35s ease-out;
    background-color: #fff
}

.header .header-center__contact a {
    color: #8c8c8c
}

.header .header-center__contact a:hover {
    color: #0146d1
}

@keyframes slideDown {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.header-search .wrap-search form.open {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    pointer-events: auto
}

.header-search .wrap-search form {
    position: absolute;
    top: 100%;
    right: 40px;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    background-color: #fff;
    border-top: 0;
    width: 342px
}

.header-search .wrap-search form::before {
    position: absolute;
    top: -6px;
    right: 10px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 6px;
    border-color: transparent transparent #fff
}

.header-search .wrap-search form>div {
    padding: 20px;
    position: relative
}

.header-search .wrap-search form>div input[type=text] {
    width: 100%;
    font-size: 14px;
    height: 40px;
    border: 1px solid #00338d !important;
    padding-left: 5px;
    outline: 0
}

.header-search .wrap-search form>div button[type=submit] {
    position: absolute;
    right: 20px;
    height: 40px;
    padding: 0 10px;
    outline: 0;
    background: #00338d;
    font-size: 14px;
    border: none;
    color: #fff
}

.header .language__switcher {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    gap: .5rem
}

.header .header__menubar svg {
    width: 22px;
    display: block;
    fill: #0146d1
}

@media only screen and (max-width:1420px) {
    .header-bottom__menu ul ul.dropdown-menu {
        min-width: 100% !important
    }
}

@media only screen and (max-width:1199px) {
    .header-bottom__menu ul li a {
        font-size: 12px;
        padding: 0 10px !important
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
    display: none
}

@media only screen and (max-width:1060px) {
    .header__menu ul li a {
        padding: 0 15px !important;
        font-size: 10px !important
    }
}

@media only screen and (max-width:991px) {
    .hamburger_menu {
        position: relative;
        float: none;
        top: 50%;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        margin-top: 0;
        z-index: 11
    }

    .hamburger_menu .line {
        width: 25px;
        height: 2px;
        background-color: #282f3b;
        display: block;
        margin: 6px auto;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out
    }

    .hamburger_menu:before {
        content: "";
        position: absolute;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        border: 1px solid transparent;
        top: calc(50% - 20px);
        left: calc(50% - 21px);
        border-radius: 100%;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        margin-left: 1px
    }

    .header-center,
    .header-top {
        padding: 0 20px
    }

    header.active {
        height: 140px !important
    }

    .footer-ct-left__desc {
        max-width: 100% !important
    }

    .header-bottom__menu {
        position: fixed;
        top: 0;
        left: -80%;
        width: 80%;
        height: 100%;
        background-image: linear-gradient(to right, #0146d1, #3f9eff);
        display: block !important;
        margin: 0;
        padding: 30px 0;
        z-index: 3;
        transition: all .5s;
        overflow-y: auto
    }

    .header-bottom__menu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
        background-color: #f5f5f5
    }

    .header-bottom__menu::-webkit-scrollbar {
        width: 8px;
        background-color: #f5f5f5
    }

    .header-bottom__menu::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
        background-color: #0146d1
    }

    .header-bottom__menu.active {
        left: 0
    }

    .header-bottom__menu__close--icon {
        font-size: 20px;
        color: #fff;
        position: absolute;
        top: 0;
        right: 5px;
        display: block;
        padding: 5px;
        z-index: 10;
        cursor: pointer
    }

    .header-bottom__menu #main-menu {
        display: block !important
    }

    .header-bottom__menu ul li a {
        font-size: 3.5vw
    }

    .header-bottom__menu ul li a:hover {
        color: rgba(255, 255, 255, .8)
    }

    .header-bottom__menu ul li:hover ul.dropdown-menu {
        display: block
    }

    .header-bottom__menu ul li ul.dropdown-menu {
        background: 0 0;
        padding-left: 20px
    }

    .header-bottom__menu ul li ul.dropdown-menu li {
        border-bottom: none !important
    }

    .header-bottom__menu ul li ul.dropdown-menu li a {
        text-transform: capitalize;
        padding: 10px 20px !important
    }

    .header-bottom__menu ul li ul.dropdown-menu li a span {
        color: #fff !important
    }

    .header-bottom__menu ul li ul.dropdown-menu li a:hover {
        background: 0 0
    }

    .header-bottom__menu .navbar-nav>li>a {
        height: auto;
        padding: 15px 20px !important;
        justify-content: start
    }

    .header-bottom .navbar-expand-md .navbar-nav {
        flex-direction: column
    }

    .header-bottom .navbar-expand-md .navbar-nav .dropdown-menu {
        position: relative
    }
}

@media only screen and (max-width:767px) {
    .header-center__logo img {
        height: 50px
    }

    #searchform {
        width: 100%;
        right: 0 !important;
        left: 0 !important
    }

    #searchform::before {
        display: none
    }

    .title-map {
        font-size: 9px !important
    }

    footer .footer__backtop {
        right: 20px !important;
        bottom: 20px !important
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0 !important
}

.h14 {
    font-size: .875rem;
    color: #000;
    font-weight: 500
}

footer .footer__backtop {
    background: #0146d1;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 3;
    margin: 0;
    transition: all .5s;
    display: none
}

.btn-arrow-hover,
.btn-arrow-hover svg {
    transition: transform .3s;
    position: relative
}

footer .footer__backtop a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

footer .footer__backtop svg {
    width: 11px
}

footer .title-map {
    background: #032260;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px 0
}

.hotline-bar span,
footer .footer-ct-right__contact>div span {
    color: #fff !important
}

footer .map-container {
    width: 100%;
    height: 525px
}

footer .map-container iframe {
    width: 100%;
    height: 100%;
    border: 0
}

footer .footer-center {
    padding: 53px 0 32px
}

footer .footer-ct-right__contact {
    margin: 25px 0 50px
}

footer .footer-ct-right__contact>div {
    padding: 10px;
    background-color: #0146d1;
    border-radius: 6px
}

footer .footer-ct-right__address {
    padding: 18px;
    background: #efefef;
    border-radius: 6px;
    margin-bottom: 50px
}

footer .footer-ct-right__address dt {
    margin-bottom: 15px
}

footer .footer-ct-right__address dd {
    line-height: 17px
}

footer .footer-ct-right__address dd:not(:last-child) {
    margin-bottom: 7px
}

footer .footer-ct-right__address dl:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2
}

footer .footer-ct-right__address dd,
footer .footer-ct-right__address dl {
    margin-bottom: 0
}

footer .footer-ct-right__bottom h4 {
    color: #231f20;
    font-size: 22px;
    font-style: normal;
    font-weight: 700
}

footer .footer-ct-right__social {
    display: flex;
    align-items: center;
    gap: 20px
}

footer .newsletter {
    margin: 20px 0 28px
}

footer .newsletter #frm-newsletter {
    position: relative
}

footer .newsletter button {
    border-radius: 0 6px 6px 0;
    height: 100%;
    border: none;
    outline: 0;
    background-color: #0146d1;
    color: #fff;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    padding: 15px;
    margin: 0;
    line-height: 1
}

footer .newsletter input {
    padding: 11px 10px;
    outline: 0;
    border-radius: 6px;
    border: 1px solid #0146d1;
    background: #fff;
    width: 100%
}

footer .newsletter input::placeholder {
    color: #0146d1
}

footer .newsletter .alert {
    margin: 5px 0 0;
    position: relative;
    padding: 1rem 2.5rem 1rem 1.25rem;
    border-radius: .25rem;
    font-size: 12px;
    max-width: 100%;
    color: #155724;
    display: none
}

footer .newsletter .alert p {
    margin-bottom: unset !important
}

footer .newsletter .alert button {
    background-color: unset !important
}

footer .footer-ct-right__title {
    color: #231f20;
    font-size: 22px;
    font-style: normal;
    font-weight: 600
}

footer .footer-serivce {
    margin-top: 40px
}

footer .footer-serivce h4 {
    color: #231f20;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

footer .footer-serivce ul {
    margin-left: 0;
    padding: 0;
    margin-top: 20px
}

footer .btn-cpa {
    color: #0146d1 !important;
    border-color: #0146d1 !important;
    font-weight: 700
}

footer .footer-ct-left__desc {
    max-width: 527px;
    padding: 20px 0;
    color: #231f20;
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

footer .footer-bottom {
    padding: 21px 0;
    color: #262626;
    text-align: left;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-top: 1px solid #0146d1
}

.btn-cpa {
    border-radius: 2px !important;
    border: 1px solid #37a8fe !important;
    background: #fff !important;
    box-shadow: 0 2px 2px 0 rgba(55, 168, 254, .2) !important;
    color: #37a8fe !important;
    text-decoration: none !important
}

.btn-cpa:hover {
    color: #37a8fe
}

.btn-cpa svg {
    display: none
}

.btn-arrow-hover {
    overflow: hidden
}

.btn-arrow-hover:hover {
    transform: scale(1.05)
}

.btn-arrow-hover:hover svg {
    transform: translateX(5px)
}

.btn-outline {
    background: 0 0 !important;
    color: #0146d1 !important;
    border: 1px solid #0146d1 !important
}

.theme-btn.one {
    display: inline-block;
    padding: 0 25px;
    border-radius: 10px 0;
    background: #0146d1;
    color: #fff;
    border: 1px solid #0146d1;
    line-height: 56px;
    min-height: 56px;
    min-width: 160px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    transition: all .5s ease
}

.theme-btn.one:hover {
    background: #fff;
    color: #0146d1;
    border-radius: 0 10px
}

a {
    color: #000
}

a:hover {
    color: #0146d1
}

.crt_mobile_menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    z-index: 100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

.crt_mobile_menu input {
    position: relative;
    height: 56px;
    line-height: 26px;
    border-radius: 5px;
    border: 1px solid #e4e7ee;
    width: 100%;
    padding: 4px 15px 0;
    display: block;
    transition: .5s ease-in-out !important;
    -moz-transition: .5s ease-in-out !important;
    -o-transition: .5s ease-in-out !important;
    -ms-transition: .5s ease-in-out !important;
    margin-bottom: 20px;
    color: #4a4e56
}

.crt_mobile_menu .menu-backdrop {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    background: #282f3b;
    opacity: .8;
    cursor: pointer
}

.crt_mobile_menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    border-radius: 0;
    padding: 20px
}

.crt_mobile_menu .menu-box form {
    position: relative;
    margin-bottom: 30px
}

.crt_mobile_menu .menu-box form input {
    margin-bottom: 0
}

.crt_mobile_menu .menu-box form button {
    position: absolute;
    right: 7px;
    border-radius: 5px;
    background: #0146d1;
    width: 41px;
    height: 41px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav {
    margin: 0;
    padding: 0
}

.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid #e4e7ee
}

.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li a {
    font-size: 15px;
    line-height: 50px;
    font-weight: 600;
    color: #282f3b;
    font-family: Spartan, sans-serif !important;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    min-height: 50px;
    padding: 0 40px 0 0;
    display: flex
}

.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e4e7ee;
    border-radius: 3px;
    cursor: pointer
}

.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .dropdown-menu {
    position: relative;
    border: 0;
    padding: 0 !important;
    border-radius: 0
}

.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .dropdown-menu li {
    display: block;
    padding-right: 0
}

.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li:last-child {
    border: 0;
    padding-bottom: 0
}

.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li ul {
    border-top: 1px solid #e4e7ee !important;
    margin-left: 7px !important
}

.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li li a {
    font-size: 14px;
    font-weight: 400
}

.crt_mobile_menu .menu-box .close-btn {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    border: 1px solid #e4e7ee;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    margin-left: auto
}

.crt_mobile_menu .menu-box .close-btn svg {
    width: 20px;
    height: 20px
}

.crt_mobile_menu.crt_mobile_menu-visible,
.crt_mobile_menu.crt_mobile_menu-visible .menu-box {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}

@media (max-width:550px) {
    .crt_mobile_menu .menu-box {
        width: 100%
    }
}

.hotline-line {
    position: fixed;
    bottom: 300px;
    right: 123px;
    z-index: 1000000000000000000000000000
}

.hotline-line .phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, .7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite
}

.hotline-line .phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out
}

.hotline-line .phone-vr-img-circle a {
    display: block;
    line-height: 37px
}

.hotline-line .phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.hotline-line img {
    width: 50px;
    height: auto
}

.hotline-line #zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, .7)
}

.hotline-line #zalo-vr .phone-vr-img-circle {
    background-color: #2196F3
}

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 100px;
    right: 110px;
    z-index: 999999
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    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,
.hotline-phone-ring-circle-fill {
    border-radius: 100%;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    position: absolute
}

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    background-color: transparent;
    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;
    transform-origin: 50% 50%;
    opacity: .5
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    background-color: rgba(230, 8, 8, .7);
    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;
    transform-origin: 50% 50%
}

.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    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
}

@-webkit-keyframes phone-vr-circle-fill {

    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
}

.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;
    height: 20px
}

.hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, .75);
    height: 40px;
    width: 180px;
    line-height: 40px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
    border-radius: 50px !important;
    left: 33px;
    bottom: 37px
}

.hotline-bar>a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial
}

.hotline-bar>a:active,
.hotline-bar>a:hover {
    color: #fff
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {

    0%,
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {

    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@media (max-width:768px) {
    .hotline-line {
        right: 93px !important
    }

    .hotline-phone-ring-wrap {
        right: -10px !important
    }

    .hotline-bar {
        display: none
    }
}