<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.no-padding {
    padding: 0;
}

.smalltext {
    padding-top: 5px;
    font-size: 16px;
}

.whislist-toggle:before {
    display: inline-block;
    content: '\e889';
    font-family: 'porto';
    font-size: 2rem;
    line-height: 1;
    margin: 2px 15px 0 0px;
    color: #000;
}

.header-cat {
    margin-right: 2rem;
}

.header-search-wrapper .btn {
    background-color: #faa632;
}

.sticky-header.fixed .logo {
    margin-left: 0;
}

.featured-products-top {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

.featured-products-top .product {
    flex: 0 0 25%;
    max-width: 25%;
}

.loop-product-categories {
    margin-bottom: 1em;
    font-size: .857em;
    line-height: 1.05em;
    display: block;
    color: #878787;
    overflow: hidden;
}

.woocommerce-loop-product__title {
    font-weight: 700;
    font-size: 1.157em;
    line-height: 1.3em;
    color: #111213;
    margin-bottom: 1rem;
    height: 40px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all .3s;
}
.woocommerce-loop-product__title:hover, .woocommerce-loop-product__title:focus {
    color: #1965ff;
}

.view-detail {
    font-size: 1.5rem;
    color: #3eb5ff;
}

.view-detail:before {
    content: '\e817';
    font-family: 'porto';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-size: 1.2rem;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    background-color: #3eb5ff;
    border-radius: 50%;
    color: #fff;
    padding: 6px 8px;
}

.ih-item.circle.effect1:hover .img i {
    font-size: 5.5rem;
    transition: all 0.5s;
}

.blog-slider .entry {
    text-align: center;
    margin-bottom: 0;
    border-radius: 0.9rem;
}

.blog-slider .entry-media {
    margin: 0;
    position: relative;
}

.blog-slider .entry-date {
    background-color: #347dc4;
    box-shadow: none;
    color: #fff;
    display: block;
    float: none;
    font: 400 1.8rem/1 "Oswald", sans-serif;
    height: 5.3rem;
    left: .7rem;
    letter-spacing: .1rem;
    margin: 0;
    padding: 0;
    padding-top: 1rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: .7rem;
    width: 8.4rem;
}

.blog-slider .entry-date span {
    display: block;
    font-size: 1.3rem;
    margin-top: .2rem;
}

.blog-slider .entry-body {
    border: 0;
    margin: 0;
    margin-left: 0;
    padding: 2rem 2rem 0;
}

.blog-slider .entry-title {
    font-size: 1.6rem;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: -.01rem;
    margin-bottom: .8rem;
    color: #2b2b2d;
}

.blog-slider .entry-title a {
    color: inherit;
}

.blog-slider .entry-content {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.7;
}

.blog-slider .entry-content .date {
    display: inline-block;
}

.blog-slider .btn {
    background-color: #e1e6ea;
    border-color: #e1e6ea;
    border-radius: 0;
    color: #575f68;
    font-size: 1.2rem;
    min-width: 90px;
    padding: .8rem 1rem;
}

.blog-slider .btn:hover, .blog-slider .btn:focus {
    background-color: #65829d;
    border-color: #65829d;
    color: #fff;
}

.product-fix {
    margin: 0;
    position: relative;
    padding: 0;
    overflow: hidden;
    min-height: 250px;
}

.product-filters-container {
    margin-bottom: 2.5rem;
}

.product .price-box .product-filters-container {
    margin-left: auto;
    margin-bottom: 0;
}

.product .price-box .product-filters-container .product-single-filter {
    padding-bottom: 0;
    border: none;
}

.widget-letter {
    padding: 30px 0;
}

.newsletter {
    padding: 30px 80px;
    color: #333;
    display: flex;
    flex-wrap: wrap;
}

.newsletter i {
    font-size: 3.4rem;
    color: #102d6c;
}

.des-letter {
    font-size: 1.6rem;
}

.newsletter .widget-newsletter {
    margin-left: auto;
}

.widget-letter .social-icons {
    text-align: center;
}

.widget-letter .social-icons .social-icon {
    color: #29363c;
    background-color: #f9f9f9;
    display: unset;
}

.widget-letter .social-icons .social-icon i {
    font-size: 2rem;
}

.header-top {
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}

.header-middle {
    padding: 15px 0;
    border-bottom: 1px solid #f4f4f4;
}

.header-right &gt; a {
    color: #fff;
}

.image-post-thumb {
    position: relative;
    overflow: hidden;
}

.image-post-thumb &gt; img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.background_over_image {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}

.background_over_image:before, .background_over_image:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
}

.background_over_image:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

.background_over_image:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}

.image-post-thumb:hover .background_over_image:before, .image-post-thumb:hover .background_over_image:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.image-post-thumb:hover &gt; img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.image-post-thumb:hover .background_over_image {
    opacity: 1;
}

.image-post-thumb .overlay_icons {
    color: #FFF;
    left: 13%;
    font-weight: 600;
    font-size: 30px;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    top: 20%;
    z-index: 9;
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.image-post-thumb .overlay_icons.view {
    top: 75%;
}

.image-post-thumb .overlay_icons.view a {
    color: #ffffff!important;
    font-family: Lato,sans-serif;
    font-size: 19px;
}

.image-post-thumb .icons-ov {
    position: absolute;
    background: none;
    left: 40%;
    top: 45%;
    opacity: 0;
    z-index: 9;
    color: #fff;
}

.image-post-thumb:hover .icons-ov {
    opacity: 1;
}

.image-post-thumb:hover .overlay_icons {
    margin-top: -4px;
    opacity: 1;
}

.main-color {
    color: #ec700b;
}

.add-to-cart-wrap .add-cart-2 {
    text-transform: uppercase;
    border-radius: 30px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1em;
    background-color: #ec700b;
    color: #fff;
    padding: 7px 13px;
}

.add-cart-2:hover {
    background-color: #00761c;
}

.product:hover .add-cart-2:before {
    background-color: #fed700;
    transition: all 0.5s;
}

.product-nm-style img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: auto;
    margin-right: auto;
}

.loop-product-categories a+a:before {
    content: ',';
    margin: 0 .1em;
}

.title-group .bo h2 {
    color: #333e48;
    padding: 5px 0;
}

.bo-entry {
    background-color: #fff;
    position: relative;
    z-index: 999999;
    border-top: 3px solid #015cb5;
    padding: 20px 5px;
    margin-top: -80px;
}

.main-dropdown-menu {
    position: relative;
}

.tin-tuc {
    border: 1px solid #f4f4f4;
    padding: 30px 15px;
}

.footer-description {
    margin-top: 1.5rem;
    color: #bbbbbb;
}

.footer i {
    color: #fff;
}

ul.list-personal {
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
}

ul.list-personal .y+.y:before {
    content: '|';
    color: #6c688e;
    padding: 0 15px;
}

.menu-toggler {
    display: flex;
    align-items: center;
    text-align: center;
    width: 250px;
    border: 0;
    background: #fed700;
    border: 1px solid #fed700;
    border-top-left-radius: 0.7rem;
    border-top-right-radius: 0.7rem;
    color: #000;
    padding: 1rem 2rem;
    font: 600 1.4rem/1.2 "Roboto", sans-serif;
    letter-spacing: .09rem;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s;
}

.menu-toggler i {
    display: inline-block;
    font-size: 1.5rem;
    margin-right: 1rem;
}

.menu-toggler i::before {
    margin: -1px 0 0;
}

.menu-toggler:hover, .menu-toggler:focus {
    color: #000;
    background-color: #e6c406;
    text-decoration: none;
}

.main-dropdown-menu .danhmuc, .main-dropdown-menu:hover .main-nav {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 99;
    border: 1px solid #e6ebee;
    background-color: #fff;
}

.main-dropdown-menu.show &gt; .main-nav {
    display: block;
}

.tieude-dm-mobile {
    text-transform: uppercase;
    font-size: 1.4rem;
}

.menu.menu-vertical &gt; li {
    float: none;
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.menu.menu-vertical &gt; li &gt; a {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    text-transform: capitalize;
    letter-spacing: .005rem;
    padding: .7rem 1.2rem;
    border-top: 1px solid #e6ebee;
    transition: background 0s;
}

.menu.menu-vertical &gt; li:first-child &gt; a {
    border-top: none;
}

.menu.menu-vertical &gt; li i {
    margin-right: 12px;
}

.menu.menu-vertical li {
    transition: background 0s;
}

.menu.menu-vertical li.megamenu-container {
    position: relative;
}

.menu.menu-vertical ul, .menu.menu-vertical .megamenu {
    top: 0;
    left: 100%;
    margin-left: -1px;
}

.menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
    width: 721px;
}

.menu.menu-vertical ul ul {
    top: -1rem;
}

.menu.menu-vertical.sf-arrows &gt; li &gt; a.sf-with-ul {
    padding-right: 2.8rem;
}

.menu.menu-vertical.sf-arrows .sf-with-ul {
    position: relative;
}

.menu.menu-vertical.sf-arrows .sf-with-ul::after {
    content: '\e81a';
    top: 50%;
    right: 1.2rem;
    margin-top: -1px;
}

.menu.menu-vertical &gt; li:hover, .menu.menu-vertical &gt; li.show {
    background-color: #fed700;
}

.menu.menu-vertical &gt; li:hover &gt; a, .menu.menu-vertical &gt; li.show &gt; a {
    color: #333e48;
    border-color: #fed700;
    background-color: #fed700;
}

.main-nav.danhmuc {
    display: block;
}

.home-list-category {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 5px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.home-list-category .item-left {
    flex: 0 0 20%;
    max-width: 20%;
    color: #8fb9ff;
    font-size: 3.5rem;
}

.ul-category {
    position: relative;
    text-transform: uppercase;
    font-size: 1.65rem;
    font-weight: 600;
}

.header-middle .container-fluid, .header-middle .container {
    display: block;
}

.buy-quick {
    color: #777;
}

.top-bar-right, .h-banner {
    display: flex;
    align-items: center;
}

.top-bar-right.wrap {
    flex-wrap: wrap;
}

.item-right {
    margin-left: 2rem;
}

.about {
    padding: 30px 0;
}

.doors_empty_space {
    height: 142px;
}

.ab-heading {
    position: relative;
}

.ab-heading p {
    position: absolute;
    bottom: -33px;
    left: -20px;
    z-index: 0;
    margin: 0;
    font-weight: 900;
    font-size: 178px;
    width: 1455px;
    opacity: 0.05;
    color: #313132;
}

.ab-heading h2 {
    z-index: 3;
    position: relative;
    font-size: 45px;
    color: #0b1d4f;
    line-height: 54px;
    font-weight: 900;
    font-family: "Nunito";
    text-transform: capitalize;
}

.wd-heading-box {
    width: 200px;
    min-height: 175px;
    background: #005FFF 0% 0% no-repeat padding-box;
    opacity: 1;
    position: absolute;
    top: calc(71% - 60px);
    right: calc(90% - 60px);
}

.wd-btn {
    padding: 8px 36px 8px;
    color: #000000;
    border: 1px solid #000000;
}

.kham-pha {
    position: relative;
    overflow: hidden;
}

.top-section {
    margin-bottom: 40px;
}

.for-relative {
    position: relative;
    overflow: hidden;
    margin-top: 2rem;
}

.for-relative .destination-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: auto;
    margin-right: auto;
}

.home-banner .for-relative .destination-image img {
    height: 350px;
}

.procedure {
    position: absolute;
    bottom: 0;
    width: 37.3%;
    background-color: #3eb5ff;
    z-index: 999;
}

.procedure-2.for-relative {
    margin-top: 0;
}

.procedure-2.for-relative .destination-image img {
    height: 186px;
}

.name-pro {
    padding: 43px;
    color: #fff;
    font-weight: 600;
    font-size: 2.3rem;
}

.procedure-2 .name-pro {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.domestic-products .for-relative .destination-image img {
    height: 160px;
}

.for-relative .frame-destination {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 47%,rgba(0, 0, 0, 0) 71%);
    position: absolute;
    bottom: 0;
    padding: 50px 10px 10px 10px;
    width: 100%;
    color: #fff;
    z-index: 999;
}

.for-relative .frame-destination .name-destination {
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.for-relative .frame-destination .like-destination {
    font-size: 12px;
    text-align: center;
}

.domestic-products .for-relative .frame-destination .name-destination {
    text-align: left;
}

.domestic-products .for-relative .frame-destination .like-destination {
    text-align: left;
    color: #ff5722;
    font-weight: 600;
}

.for-relative:hover .frame-destination .name-destination {
    color: #3eb5ff;
}

.for-relative:hover .destination-image img, .for-relative:hover .product-nm-style img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.product-nm-style {
    position: relative;
    overflow: hidden;
}

.product6-2 .col-lg-3.col-6 {
    border-right: 1px solid #eee;
    margin-bottom: 2.5rem;
}

.product6-2 .col-lg-3.col-6 .product {
    margin-bottom: 0;
    padding: 0;
}

.product6-2 .col-lg-3.col-6:nth-child(4n) {
    border-right: none!important;
}

.featured-products .owl-item.active+.owl-item.active {
    border-left: 1px solid #eee;
}

.cart-media-left {
    flex: 0 0 43%;
    max-width: 43%;
}

.cart-body {
    flex: 0 0 57%;
    max-width: 57%;
}

.featured-products.owl-theme .owl-nav [class*='owl-'] {
    top: -45px;
}

.featured-products.owl-theme .owl-nav .owl-prev {
    right: 20px;
}

.title-letter {
    margin-top: 1rem;
    margin-bottom: auto;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.zalo_fix {
    display: inline-block;
    position: fixed;
    bottom: 28px;
    left: 210px;
    z-index: 999999;
}

@media screen and (min-width: 768px) {
    .mx-large-auto {
        margin: auto;
    }
}

.footer .widget {
    position: relative;
}

.promo-section {
    padding: 40px 0;
}

.promo-section .image img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .menu.menu-vertical &gt; li {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .menu.menu-vertical &gt; li &gt; a {
        font-size: 1.5rem;
        padding: 1rem;
    }

    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
        width: 856px;
    }
}

@media screen and (min-width: 1280px) {
    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
        width: 901px;
    }
}

@media screen and (max-width: 1199px) {
    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-4 {
        display: none;
    }

    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-8 .col-lg-4 {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .main-nav {
        display: none !important;
    }

    .home-list-category {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .blog-slider {
        margin-bottom: 0;
    }

    .footer-bottom .border-top {
        flex: 0 0 40%;
        max-width: 40%;
        border-top: 1px solid #3d3d38!important;
    }

    .dropdown-expanded &gt; a {
        display: none;
    }

    .dropdown-expanded .header-menu {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        padding: 0;
        background-color: transparent;
        border: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
    }

    .dropdown-expanded .header-menu ul {
        display: flex;
        align-items: center;
    }

    .dropdown-expanded .header-menu ul li+li &gt; a:before {
        content: '|';
        padding: 0 10px;
    }

    .header-bottom .header-center {
        margin-left: 4rem;
    }

    .featured-products-top .product {
        border-right: 1px solid #eee;
    }

    .featured-products-top .product:nth-child(4n) {
        border-right: none!important;
    }

    .p-15 {
        padding: 0 15px;
    }

    .footer .widget:before {
        content: '';
        border-left: 1px solid #eee;
        left: -15px;
        position: absolute;
        height: 100%;
    }
}

@media(max-width: 991px) {
    .doors_empty_space {
        height: 20px;
    }

    .for-relative .destination-image img {
        height: 145px;
    }

    .product-nm-style img {
        height: 165px;
    }
}

@media(max-width: 768px) {
    .featured-products-top .product {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .featured-products-top .product {
        border-right: 1px solid #eee;
    }

    .featured-products-top .product:nth-child(3n) {
        border-right: none;
    }

    .product .add-wishlist {
        z-index: 1;
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .title-group {
        display: block;
    }

    .btn-primary {
        padding: 0.7rem 1rem;
    }

    .product6-2 .col-lg-3.col-6:nth-child(2n) {
        border-right: none!important;
    }

    .product-single-details .product-title {
        font-size: 2rem;
    }

    .home-product-tabs {
        margin-top: 1rem;
    }

    .newsletter .widget-newsletter {
        margin: auto;
    }

    .home-list-category .item-left {
        flex: 0 0 13%;
        max-width: 13%;
    }

    .name-pro {
        padding: 12px;
        font-size: 1.8rem;
    }

    .no-padding {
        padding: 0;
    }
}

@media(max-width: 575px) {
    .banners-group .bn-top+.bn-top {
        margin-top: 15px;
    }

    .featured-promo .owl-item {
        display: flex;
        justify-content: center;
    }

    .newsletter {
        padding: 40px 15px 115px;
    }

    .newsletter i {
        flex: 0 0 10%;
        max-width: 10%;
        font-size: 2.4rem;
    }

    .des-letter {
        font-size: 1.5rem;
    }

    .featured-products-top .product {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .featured-products-top .product {
        border-right: 1px solid #eee!important;
    }

    .product-nm-style img {
        height: 105px;
    }

    .doors_empty_space {
        height: 1 2px;
    }
}

@media(max-width: 320px) {
    .featured-products-top .product {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.add-re {
    display: block;
    padding: 5px 0;
}

.menu-list {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.menu-list .links+.links {
    margin-left: auto;
}

.lhkd-tt {
    font-size: 2rem;
    color: #ec700b;
    margin-top: 1rem;
    font-weight: italic;
}

.site-search {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    top: 65px;
    visibility: hidden;
    transition: all,ease,.3s;
    background-color: #ffff;
    z-index: 1;
    box-shadow: 0 4px 3px 0 rgba(1,1,1,.1);
}

.site-search .woocommerce-product-search {
    display: flex;
    height: 48px;
    background-color: #fff;
}

.site-search input[type=search] {
    border: none;
    flex: 0 1 100%;
    order: none;
    flex: 0 1 100%;
    padding: 1.857em 1.214em;
    background-color: transparent;
    color: #818181;
    line-height: 1.286em;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.site-search .woocommerce-product-search button {
    display: inline-block;
    background-color: transparent;
    border: none;
    font-size: 15px;
    padding: 15px;
    line-height: 1;
    border-radius: 0;
}

.click-appear.active .site-search {
    visibility: visible;
    opacity: 1;
    background-color: #fff;
    z-index: 999999;
}

.breadcrumb-item a+a:before {
    content: ' , ';
}

.header-dropdown &gt; a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #343f49 transparent transparent transparent;
    margin-left: .6rem;
}

@media(max-width: 767px) {
    .display-form {
        display: none;
    }

    .header-middle .header-center {
        display: none;
    }
}

@media(min-width: 768px) {
    .display-search {
        display: none;
    }
}

/*Hotline*/
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
    left: -12px;
  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 {
  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;
}
.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;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	background-color: #1a4a72;
	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;
}
.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, 0.75);
  height: 40px;
  width: 178px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar &gt; a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 40px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar &gt; a:hover,
.hotline-bar &gt; a:active {
  color: #fff;
}
@-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);
  }
}

</pre></body></html>