.box--alert {
    display: inline-block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.box--alert .alert {
    padding-right: 3rem;
}
.box--alert .alert .close{
    top: 6px;
    right: -4px;
}
#image_load {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 99999;
    display: none;
}
#image_load > img {
    margin: auto;
    height: 50%;
}
.header-img img {
    max-height: 56px;
}

.header-center {
    position: relative;
}

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

.home-product-tabs {
    padding: 4rem 0;
    position: relative;
}

.home-product-tabs .nav.nav-tabs .nav-item .nav-link {
    color: rgb(51 51 51 / 50%);
}

.home-product-tabs .nav.nav-tabs .nav-item .nav-link.active, .home-product-tabs .nav.nav-tabs .nav-item .nav-link:hover {
    color: #333;
    background: none;
}

.simple-single .product-title {
    height: unset;
    color: #c20b01;
    font-size: 1.8rem;
}

.product-br .product-details {
    padding: 15px 0;
}

.nav-tabs.tab {
    justify-content: center;
    padding: 5px 0 7px;
    font-size: 1.5rem;
}

.nav-link-all {
    padding-right: 0!important;
}

.awe-section-product-1 .products-tab-content {
    border: 2px solid #fbcc23;
    border-radius: 15px;
    background: #fff;
    padding: 20px 20px;
    position: relative;
    z-index: 10;
}

.blog-slider .entry {
    background-color: #f1f1f1;
    text-align: left;
    margin-bottom: 0;
    border-radius: 0.9rem;
}

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

.blog-slider .entry-date {
    background-color: #000;
    box-shadow: none;
    color: #fff;
    display: block;
    float: none;
    font: 400 1.8rem/1 "OpenSans", sans-serif;
    height: 5.3rem;
    right: .7rem;
    letter-spacing: .1rem;
    margin: 0;
    padding: 0;
    padding-top: 1rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    bottom: .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: 1rem 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-custom .btn {
    font-size: 1.3rem;
    min-width: 90px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: .8rem 1rem;
    position: absolute;
    top: -1px;
    right: -1px;
}

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

.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;
}

#subscribe-f label.error {
    position: absolute;
    bottom: -35px;
    color: rgb(88 93 99 / .4);
    font-size: 1.3rem;
}

.widget-letter {
    background: #f3f3f3;
    position: relative;
    padding: 30px 0 0;
}

.newsletter {
    margin: 0 auto;
    padding: 0 0 30px;
    border-bottom: 1px solid #e3e3e3;
    color: #333;
}

.des-letter strong {
    font-size: 1.7rem;
}

.header-top {
    padding: 10px 0;
    color: #fff;
    background: #26a75b;
}

.header-center {
    margin: auto;
}

.header-bottom {
    padding: 10px 0;
}
.header-middle {
  background: #26a75b;
}
.header-email a,
.header-hours a {
    color: #fff;
}

.for-relative {
    position: relative;
    overflow: hidden;
}

.for-relative 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;
}

.for-relative:hover 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);
}

.destination {
    font-size: 1.7rem;
    padding: 15px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #000;
    z-index: 999;
}

.destination-item {
    font-size: 1.35rem;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -10px;
    color: #b0b0b0;
}

.destination-item span {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
}

.destination-title h2 {
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0;
    min-height: 43px;
}

.destination-title p {
    margin-bottom: 0;
}

.destination-name {
    display: inline-block;
    background-color: #ff2d36;
    padding: 5px 15px;
}

.suggestion-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 10;
}

.bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(245 241 241 / 0.9);
    z-index: -1;
}

.bg-calories {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(62 62 62 / 0.6);
    z-index: -1;
}

.img_product img {
    height: 275px;
    object-fit: cover;
    width: 100%;
}

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

.image-post-thumb>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.2);
    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>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;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    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: 15px;
}

.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;
}

.image-post-thumb .opa-text-image {
    position: absolute;
    opacity: 1;
    visibility: visible;
    top: 10%;
    width: 100%;
    font-size: 2.2rem;
    padding: 5px 20px;
}

.image-post-thumb:hover .opa-text-image {
    opacity: 0;
    visibility: hidden;
}

.product-sm .product-style {
    flex: 0 0 34%;
    max-width: 34%;
    margin-right: 1rem;
    margin-bottom: 0;
}

.product-sm .product-style img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.product-item img {
    height: 350px;
    object-fit: contain;
}

.bo-entry {
    position: relative;
    z-index: 999999;
    padding: 10px 0;
}

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

.testimonial-owner {
    background-color: #f39c12;
}

.footer-bottom {
    color: #333;
}

.footer-bottom a {
    color: #d19f38;
}

.tooltip-inner {
    background-color: black;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    border: none !important;
    border-radius: 5px;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.footer-contact a .icon {
    line-height: 31px;
    text-align: center;
    color: #d19f38;
    margin-bottom: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 1.9rem;
    margin-right: .7rem;
    display: inline-block;
}

.menu-toggler {
    display: flex;
    align-items: center;
    text-align: center;
    width: 250px;
    border: 0;
    background: #f4f4f4;
    color: #000;
    padding: 1.4rem 3rem;
    font: 400 1.4rem/1.2 "OpenSans", sans-serif;
    letter-spacing: .09rem;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s;
}

.menu-toggler i {
    display: inline-block;
    font-size: 1.8rem;
    margin-left: auto;
}

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

.menu-toggler:hover,
.menu-toggler:focus {
    color: #fff;
    background-color: #3d3333;
    text-decoration: none;
}

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

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

.menu-vertical>li {
    float: none;
    margin-left: -1px;
    margin-right: -1px;
    /* padding-left: 1.5rem; */
    padding-right: 1.5rem;
}

.menu-vertical>li>a {
    display: block;
    /* font-weight: 500; */
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .005rem;
    padding: 1.45rem 2.7rem;
    color: #fff;
    background-color: #ee3238;
    border-top: 1px solid #e6ebee;
    transition: background 0s;
    white-space: nowrap;
}

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

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

.menu-vertical .list_menu>ul>li {
    padding-right: 10px;
    min-width: 33.333%;
    flex: 0 0 33.333%;
    /* margin-bottom: 10px; */
    transition: all 0.3s ease;
}

.menu-vertical .list_menu>ul li a {
    display: block;
    font-size: 15px;
}

.menu-vertical .list_menu>ul>li>a {
    font-family: system-ui;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

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

.menu-vertical {
    width: 267px;
    height: 50px;
    margin-bottom: 0;
    background: #ee3238;
}

.menu-vertical .list_menu>ul {
    display: flex;
    flex-wrap: wrap;
}

.menu-vertical .list_menu {
    overflow: hidden;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    padding: 25px 20px;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
    -o-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    position: relative;
    top: 0px;
    z-index: 99;
    left: 0;
    width: 100%;
    background-color: #fff;
    min-width: 840px;
    z-index: -1;
}

.menu-vertical:hover .list_menu {
    z-index: 99;
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(
0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(
0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

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

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

.menu.menu-vertical.sf-arrows>li>a {padding-right: 2.8rem;}

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

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

.menu.menu-vertical>li {
    background-color: #fbcc23;
    /* width: max-content; */
}

.menu.menu-vertical>li>a {
    color: #fff;
    border-color: #fbcc23;
    background-color: #fbcc23;
    /* width: max-content; */
}

.menu.menu-vertical>li ul li.shoot:hover:before,
.menu.menu-vertical>li ul li.shoot.show:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid #fbcc23;
    z-index: 1040;
}

.menu.menu-vertical>li ul li:hover, .menu.menu-vertical>li ul li.show {
    background-color: #fbcc23;
}

.menu.menu-vertical>li ul li:hover>a,
.menu.menu-vertical>li ul li.show>a {
    color: #fff;
}

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

.main-dropdown-menu:hover .main-nav.danhmuc {
    display: block;
}

.percent-discount {
    font-family: 'OpenSans', sans-serif;
    padding: 1px 7px;
    font-size: 1.3rem;
    color: #f91919;
    font-weight: 600;
}

/* .header-right.mt a, .header-left a, .header-center a{
    color: #fff;
} */

.header-dropdown>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: #fff transparent transparent transparent;
    margin-left: .6rem;
}
.home-category {
    padding-bottom: 30px;
}
.home-category .title {
    color: #ef4339;
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.home-category .entry-media .image-post-thumb img{
    height: 180px;
    object-fit: cover;
}

.dp-text {
    display: none;
}
.cart-dropdown.d-flex .dropdown-toggle {
    margin-right: 15px;
}

.se-home {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.payments-title {
    color: #ef4339;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 15px;
}

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

    .menu.menu-vertical>li>a {
        font-size: 1.6rem;
        padding: 1rem .5rem;
    }

    .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: 991px) {
    .main-nav {
        display: none !important;
    }
}

@media(min-width: 768px) {
    
}
@media screen and (min-width: 992px) {
    .col-lg-4-5 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .col-lg-4-5 .product .product-image-container.responsive img{
        height: 273px;
    }
    .col-lg-2-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .blog-slider {
        margin-bottom: 0;
    }
    .dp-text {
        display: inline-block;
    }
    .dropdown-expanded>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;
    }
    .home-category .blog-slider.owl-theme .owl-dots:not(.disabled) {
        text-align: right;
        margin-top: 8px;
    }
}

@media(max-width: 1024px) {
    
}

@media(max-width: 991px) {
   	
}

@media(max-width: 767px) {
    .awe-section-product-2 {
        padding-bottom: 45px;
    }
    .home-category .subtitle {
        margin-top: 35px;
        margin-bottom: 20px;
    }
    .title-group {
        flex-wrap: wrap;
    }
    .subtitle {
        font-size: 1.5rem;
    }
    .nav-link-all {
        display: none;
    }
    .nav-tabs.tab {
        font-size: 1.35rem;
    }
    .nav.nav-tabs .nav-item .nav-link {
        padding: 5px 8px;
    }
    .awe-section-product-2 .title-header .subtitle:after, .awe-section-product-3 .title-header .subtitle:after {
        width: 257px;
        height: 57px;
    }
    .product-image-container.responsive img, .awe-section-product-2 .product-image-container.responsive img {
        height: 170px;
    }
}

@media(max-width: 575px) {
    .newsletter {
        padding: 25px 20px 25px;
    }
    .des-letter strong {
        font-size: 1.7rem;
    }
    .widget-newsletter .btn {
        font-size: 1.5rem;
        margin-top: 15px;
        margin-left: 0;
    }
   
    .home-category .block-image img {
        margin-left: 0;
    }
    .footer-contact {
        margin-bottom: .7rem;
    }

}

.dropdown-toggle::after {
    content: none;
}


@media(max-width: 575px) {
    .cart-dropdown .dropdown-toggle {
        font-size: 1.5rem;
        line-height: 38px;
        width: 2.5rem;
        height: 3.5rem;
    }
    .header-center {
        margin: 0 0 0 auto;
    }
    .cart-dropdown .dropdown-toggle .cart-count {
        right: -0.3rem;
        top: 0;
    }
}

/*Hotline*/
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: -12px;
  z-index: 99990;
}
.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: #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;
}
.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 > 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 > a:hover,
.hotline-bar > 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);
  }
}
@media (max-width: 768px) {
  .hotline-bar {
     display: none; 
  }
}

.hotline-phone-ring-wrap-2 {
    position: fixed;
    bottom: 99px;
    right: 24px;
    z-index: 99990;
}

.hotline-phone-ring-wrap-3 {
    position: fixed;
    bottom: 175px;
    right: 24px;
    z-index: 99990;
}

.hotline-phone-ring-wrap-2 img, .hotline-phone-ring-wrap-3 img{
    border-radius: 50%;
    width: 60px;
}

.tooltip-inner {
    background-color: black;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    border: none!important;
    border-radius: 5px;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: 5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

@media screen and (min-width: 992px) {
    /* .hotline-phone-ring-wrap-2 img, .hotline-phone-ring-wrap-3 img{
        width: 60px;
    } */
}


.hotline-support {
    line-height: 31px;
    font-size: 20px;
    color: #b30007;
    margin: 10px 0;
    padding: 2px 0;
    text-align: center;
}

.list-left-product {
    padding: 15px;
}

.info-support {
    display: flex;
    align-items: center;
}

.info-support a {
    display: block;
    margin-right: 10px;
    float: left;
}

.profile-support {
    font-family: 'system-ui', san-serif;
    font-size: 15px;
    color: #333333;
    float: right;
}

.profile-support span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #b30007;
}

.email-support {
    font-family: 'system-ui', san-serif;
    font-size: 14px;
    color: #3e3e3e;
    padding-left: 35px;
    background: url(../images/bg_email_hotro.png) left center no-repeat;
    line-height: 27px;
    margin-top: 5px;
}





