/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

:root {
    --at-red:#ee1923;
    --at-red-2:#d52633;
    --at-blue: #4c8cf5;
}
html {
    font-size: 15px !important;
}

.widget.woocommerce.widget_recently_viewed_products{
    display: none;
}
@media (max-width: 849px){
    /* ẩn sắp xếp theo thứ tự trang danh mục sản phẩm, khi xuống mobi */
    .shop-page-title > .page-title-inner >div:nth-child(2){
        display: none;
    }
}

.at-box-product > .col .col-inner,
.at_recently_viewed_products .row .col-inner,
.row.at-box-news .col,
.slide-image .carousel-nav,
body.archive .shop-container,
#reviews,#shop-sidebar,
.related-products-wrapper,
.blog-wrapper >.row > .col:first-child > .row,
.blog-wrapper >.row > .col:last-child,
.blog-wrapper >.row > .col:first-child > article,
.single-post #comments .comment-respond,
.page-wrapper >.row >.col > .col-inner
{
    background: #fff;
}

.page-wrapper >.row >.col > .col-inner{
    padding: 15px;
}
.blog-wrapper >.row > .col:first-child > article{
    padding: 10px;
    margin-bottom: 0;
}
.single-post #comments .comment-respond{
    margin-top: 0;
}
textarea#comment{
    background: #f3f3f3;
}
.blog-wrapper >.row > .col:first-child > .row{
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
}
.blog-wrapper >.row > .col:first-child > .row > .col{
    padding-left: 10px;
    padding-right: 10px;
}
.blog-wrapper >.row > .col:last-child{
    padding: 10px;
}
.blog-wrapper .archive-page-header .row .col{
    padding-bottom: 15px;
}
.blog-wrapper >.row > .col:first-child .box-vertical .box-text{
    vertical-align: top;
    padding-top: 0;
}

#shop-sidebar{
    padding: 10px;
}
#reviews{
    padding-top: 1rem;
}
.related-products-wrapper{
    margin-bottom: 2rem;
    overflow: hidden;
    padding: 0 10px;
}
body.archive .shop-container{
    padding: 0 10px;
    min-height: 315px;
}
.category-page-row {
    padding-top: 0;
}
.shop-page-title > .page-title-inner >div:nth-child(1){
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 45px;
}


#footer .ux-menu-link__link:hover span,
.col.news-right .post-item:hover .post-title
{
    color: #b62329;
}
.cart-item.has-icon i{
    color: var(--primary-color);
}
.at-box-products{
    margin-bottom: -30px;
}
button.flickity-button{
    opacity: 1;
}
button.flickity-button svg{
    border: 0 !important;
    background-color: #dddddd;
    color: #999;
}
button.flickity-prev-next-button.previous{
    left: 3px;
}
button.flickity-prev-next-button.next{
    right: 3px;
}
.badge-inner.on-sale{
    background-color: #ee0808;
}
.row .product-small.col
{
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}
.row .col-inner .row{
    margin-left:0;
    margin-right: 0;
}

#top-bar{
    color: var(--at-red);
}
#masthead input[type="search"]{
    height: 42px;
}
#masthead .submit-button{
    height: 42px;
    width: 42px;
}

.item-hotline a{
    display: block;
    padding: 0 10px;
    position: relative;
}
.item-hotline > a img {
    position: absolute;
    width: 34px;
    height: 34px;
    display: block;
    left: -34px;
    top: 0px;
}
.item-hotline > a span {
    font-weight: 600;
}
.item-hotline > a b {
    display: block;
    color: #d72e35;
    font-size: 20px;
    line-height: 21px;
}
.nav>li>a{
    color: #333;
}

.header-vertical-menu{
    -webkit-box-shadow: 2px 2px 5px 0px #d4d4d4;
    box-shadow: 2px 2px 5px 0px #d4d4d4;
}
#wide-nav .header-nav .has-icon-left a{
    position: relative;
    padding-left: 30px;
}
.pulse-icon {
    float: left;
    position: absolute;
    top: 38%;
    left: 10px;
}
.pulse-icon .icon-wrap {
    width: 10px;
    height: 10px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    color: #d0021b;
    background: #ffc20a;
    position: absolute;
    top: 50%;
}
.pulse-icon .elements {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.pulse-icon .elements .pulse {
    border: solid 1px #ffc20a;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-animation: pulse-wave 1s linear infinite both;
    animation: pulse-wave 1s linear infinite both;
    border-radius: 50%;
}

div.at_hot_new div.row{
    background: #fff;
    margin: 0 !important;
    margin-bottom: 10px !important;
}
.at_hot_new .section-title-container{
    margin: 0;
    background: #fff;
}
.at_hot_new .section-title-container .section-title{
    margin-left: 5px;
    padding-top: 5px;
}
.at_hot_new .section-title-container .section-title-main{
    padding: 0;
}
div.at_hot_new .post-item{
    height: 45px;
    overflow: hidden;
    padding-left: 5px;
    padding-bottom: 0;
    padding-top: 5px;
    border-bottom: 1px solid #f3f3f3;
}
div.at_hot_new .post-item:last-child{
    border: none;
}
div.at_hot_new .post-item .box-image{
    display: none;
}
div.at_hot_new .post-item .box-text{
    padding:0;
}
div.at_hot_new .post-item .post-title{
    font-weight: 400;
    font-size: 13px;
}
div.at_hot_new .post-item .is-divider{
    height: 0
}
div.at_hot_new  div.img.img-first{
    margin-bottom: 10px !important;
}

.box-proruct__head{
    padding-bottom: 0;
}


.box-proruct__head .section-title{
    border: 0;
    margin-bottom: 0;
}
.box-proruct__head .section-title span{
    color: #fff !important;
    font-size: 18px;
    border-bottom: 0;
    padding: 0;
    margin-bottom: 0;
}
.box-proruct__head .ux-menu{
    flex: 1;
    flex-direction: row;
}
.box-proruct__head  a.button{
    margin: 0;
}
.box-proruct__head .ux-menu .ux-menu-link{
    padding: 0 10px;
}
.box-proruct__head .ux-menu .ux-menu-link a{
    color: var(--at-red-2);
    text-transform: uppercase;
    font-weight: 500;
}
.slide-image .carousel-nav .flickity-viewport{
    height: 67px !important;
}
.slide-image .TextCaptions .item{
    padding: 10px !important;
    font-size: 12px;
    height: 67px !important;

}
.slide-image .TextCaptions .item.is-nav-selected{
    color: #b62329;
    font-weight: bold;
}
.carousel button.flickity-button{
    display: none;
}

/* 
    PAGE Single products
*/
.shop-page-title .page-title-inner{
    padding-top: 0;
    min-height: 45px;
}
#main .shop-container .product-main{
    padding-top: 0;
}
.breadcrumbs{
    font-size: 15px;
    color: #333;
}
.breadcrumbs a{
    font-size: 15px;
    color: #333;
    text-transform: initial;
}
/* 
    PAGE Single products
*/


/* Custom with theme */
.home .news-right .box-vertical{
    display: table;
}
.home .news-right .box-vertical .box-image,
.home .news-right .box-vertical .box-text,
.home .news-left .box-vertical .box-image,
.home .news-left .box-vertical .box-text
{
    direction: ltr;
    display: table-cell;
    vertical-align: top;
}
.home .news-right .box-vertical .box-image,
.home .news-left .box-vertical .box-image
{
    width: 32% !important;
}
.product-main .woocommerce-product-rating{
    display: flex;
    align-items: center;
}
.box-share-facebook{
    height: 25px;
    display: flex;
    margin-left: 10px;
}
.product-main > .row{
    background: #fff;
    max-width: 1170px;
}
#product-sidebar .section-title-container{
    margin-bottom: 0;
}
#product-sidebar >.widget{
    margin: 10px 0;
    padding: 10px 10px 0px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}
#product-sidebar .section-title{
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #b62329;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
#product-sidebar .section-title b{
    height: 0;
}
#product-sidebar >.widget .icon-box-img{
    width: 23px !important;
}
#product-sidebar >.widget .icon-box{
    margin: 6px 0;
    padding-bottom: 5px;
    align-items: center;
    border-bottom: 1px solid #ececec;
}
#product-sidebar >.widget .icon-box:last-child{
    border:none;
}
#product-sidebar >.widget:last-child .icon-box{
    text-align: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}
#product-sidebar >.widget:last-child .icon-box .icon-box-text{
    flex: unset;
    margin-left: 10px;
}
#product-sidebar >.widget:last-child .section-title{
    border: none;
    padding-bottom: 0;
}
.at_box_promotion{
    margin-bottom: 15px;
    border: solid 1px #e8e9ea;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.at_box_promotion .title{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 4px 0;
    line-height: 26px;
    color: #ffffff;
    background: #b62329;
    overflow: hidden;
    border-bottom: solid 2px #e7e7e7;
    position: relative;
    text-align: left;
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.at_box_promotion .title i{
    font-size: 1.2rem;
    margin-right: .5rem;
}
.at_box_promotion__content{
    padding: 0 .4rem;
    margin-top: .5rem;
}
@media screen and (min-width: 850px){
 
}

h1.product-title{
    font-size: 22px;
    font-weight: 600;
}
.product-info .is-divider{
    display: none;
}
.product-info .woocommerce-product-rating {
    border-bottom: 1px solid #0000001a;
}
.woocommerce-product-rating .sku_wrapper{
    margin-right: 8px;
}
.at_box_price_single_product >div{
    margin-bottom: .5rem;
}
.at_box_price_single_product .price_sale span{
    font-size: 20px;
    color: #ee1923 ;
    font-weight: 600;
}
.at_box_price_single_product .price_ span{
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 600;
}
.at_box_price_single_product .price_save span{
    background: #d52632;
    color: #fff;
    border-radius: 5px;
    padding: 2px 10px;
}
.at_box_price_single_product .product_status span
{
    font-weight: 500;
    color: #4c8cf5;
    font-size: 1.1rem;
}
.at_add_btn_add_cart strong{
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}
.at_add_btn_add_cart span{
    display: block;
    font-size: 13px;
    text-transform: initial;
}
.single-product form.cart{
    display: flex;
    margin-bottom: 10px;
}
.single-product form.cart .at_add_btn_add_cart{
    flex: 1;
    border-radius: 5px;
    margin: 0;
    background-color: #fdfe08;
    border-color: #212529;
    color: #212529;
    padding: .5rem;
    line-height: 18px;
}
.single-product form.cart a.at_add_btn_add_cart{
    margin-right: 1rem;
    background-color: #007bff;
    border-color: #212529;
    color: #fff;
}
.at_action_call{
    background-color: var(--primary-color);
    text-align: center;
    border-radius: 5px;
    padding: 0.5rem;
}
.at_action_call a{
    color: #fff;
}
.at_action_call strong,
.at_action_call i
{
    text-transform: uppercase;
    font-size: 16px;
}
div#call_now_popup{
    background: transparent;
}
#call_now_popup form{
    padding: 2rem 5rem;
    text-align: center;
    background-color: #cc1214;
    border-radius: 20px;
    box-shadow:none;
}
#call_now_popup .title-popup {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}
.at_field input{
    border-radius: 50px;
    height:40px;
}
div#call_now_popup .fomr_submit input {
    width: 100%;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 50px;
    margin-top: 20px;
    margin-bottom: 0;
    background: #ffff00;
    color: #d71517;
}
div#call_now_popup .wpcf7 form.invalid .wpcf7-response-output{
    border-color: #ffffff;
    color: #fff;
}
.product-gallery .product-short-description{
    margin-top: 10px;
    padding-left: 1rem;
}

/* Xem thêm */
.box_see_more{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.box_see_more .br_more{
    background: linear-gradient(to bottom,rgba(255 255 255/0),rgba(255 255 255/62.5),rgba(255 255 255/1));
    height: 105px;
    left: 0;
    top: -105px;
    z-index: 9;
    position: absolute;
    width: 100%;
}
.box_see_more a{
    text-align: center;
    padding: 10px 5px;
    min-width: 340px;
    max-width: 340px;
    border: 1px solid #2f80ed;
    border-radius: 5px;
    color: #2f80ed;
}
#tab-description.less{
    max-height: 500px;
    overflow: hidden;
}
body.single-product .nav-tabs+.tab-panels{
    padding: 1rem;
    border: 0;
}
.product-footer .woocommerce-tabs{
    padding-top: 0;
}
.product-tabs  > li a{
    border: none;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background: var(--primary-color);
    color: #fff !important;
}
.product-tabs  > li.active a{
    background: #ca2c2d;
}
.product-footer .woocommerce-tabs{
    padding-bottom:0;
}
.related-products-wrapper .product-small.col{
    border-bottom: 0;
}
h3.product-section-title{
    margin-left: 5px;
}
/* Custom with theme */


/* CSS Footer */
.at_recently_viewed_products h3{
    padding: 1rem;
    border-bottom: 1px solid #f3f3f3;
}
.section.at-footer-hotline{
    margin-bottom: 10px;
}
.at-footer-hotline .icon-box{
    align-items:center;
}
.at-footer-hotline .col-inner{
    padding-top: 10px !important;
}
.at-footer-hotline .row >.col{
    cursor: pointer;
   padding-bottom: 10px;
}
.at-footer-hotline .row >.col:hover .icon{
    animation: shake 0.6s infinite;
}
.at-footer-hotline .icon-box h5{
    font-weight: normal;
    font-size: 15px;
}
.at-footer-hotline .icon-box h6{
    font-size: 24px;
    opacity: 1;
}
.at-footer-hotline .row >.col:after{
    content: "";
    width: 1px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    border-left: 1px solid #db4f59;
}
.at-footer-hotline .row >.col >.col-inner{
    display: flex;
    align-items: center;
}
.at-footer-hotline .row >.col:first-child:after{
    display: none;
}
.at-footer-hotline .row > .col:nth-child(2) > .col-inner{
    justify-content: center;
}
.at-footer-hotline .row > .col:nth-child(3) > .col-inner{
    justify-content: right;
}
#footer .section-title{
    font-size: 1rem;
    color: var(--at-blue);
}
#footer .section-title-container{
    margin-bottom:0;
}


.product-small .box-text{
    padding-bottom: 0;
}
.product-small .product-title a{
    color: #111111;
    height: 32px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
}
.product-small .price-wrapper{
    margin-top: 10px;
}

.product-small .price{
    font-size: 17px;
}
.product-small .woocommerce-Price-amount bdi,
.product_list_widget .woocommerce-Price-amount.amount
{
    font-weight: bold;
    color: #e75355;
}
.product-small .price-wrapper del bdi,
.product_list_widget del .amount bdi
{
    color: #666;
    font-weight: normal;
}

div.row.at-box-news .section-title-container{
    margin-bottom: -.5rem;
    margin-top: .5rem;
}
.col.news-right .box-text .post-title,
.col.news-left .box-text .post-title
{
    font-size: 14px;
}

@media screen and (min-width: 850px){
    div.row.at-box-news{
        max-width: calc(1192.5px - 20px);
    }
    .at-slide .slide-menu{
        max-width: 21%;
        -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
    }
    .at-slide .slide-image{
        max-width: 56%;
        -ms-flex-preferred-size: 56%;
        flex-basis: 56%;
        padding-right: 0;
    }
    .at-slide .slide-news{
        max-width: 23%;
        -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
        padding-left: 0;
    }
}


@media screen and (max-width: 849px){
    .at-footer-hotline .icon-box h6{
        font-size: 1.1rem;
    }
    .at-footer-hotline .icon-box-img{
        width: 25px!important;
    }
}

/* style on mobile */
@media screen and (max-width: 550px){
    .at-footer-hotline .row >.col{
        border-bottom: 1px solid #fff;
    }
    .at-footer-hotline .row >.col >.col-inner{
        justify-content: left !important;
    }
    .at-footer-hotline .icon-box-text{
        display: flex;
    }
    .at-footer-hotline .icon-box-text h6{
        flex: 1 1 auto;
        margin-left: .5rem;
    }
    .at-footer-hotline .row.sc-support .col-inner >a{
        display: block;
        width:100%;
    }
    .home .news-left .box-text{
        padding: .5rem;
    }
    .home .col.slide-image{
        padding: 0;
    }
    .home .at-box-news .box-text{
        padding-left: 0.5rem;
    }
    .section.sc-slide{
        margin-bottom: 1rem;
    }
    .section.sc-slide .slide-image .TextCaptions .item{
        height: 40px !important;
        padding: 0 !important;
    }
    .slide-image .carousel-nav .flickity-viewport{
        height: 40px !important;
    }
    .home .at-box-product .box-proruct__head >.col-inner{
        flex-direction: column;
    }
    .home .at-box-product .box-proruct__head .section-title-container{
        width: 100%;
        flex-basis: 100%;
        background: #d52632;
    }
    .home .at-box-product .box-proruct__head .button{
        display: none;
    }
    .box-proruct__head > .col-inner{
        border-color: #4c8cf5;
    }
    .box-proruct__head .ux-menu{
        width: 100%;
        margin: 5px 0;
        overflow: auto;
    }
    .box-proruct__head .ux-menu .ux-menu-link{
        padding: 0;
        margin-right: 10px !important;
    }
    .box-proruct__head .ux-menu .ux-menu-link a{
        background-color: #d52632;
        color: #fff;
        border-radius: 5px;
        text-align: center;
        white-space: nowrap;
        text-transform: inherit;
        display: block;
        min-height: unset;
        padding: 5px;
        font-size: 13px;
    }
    .home .at-box-product >.col{
        background: #fff;
        margin-bottom: 0.5rem;
        padding: 0;
    }
    .home .at-box-product >.col.box-proruct__head{
        margin-bottom: 0;
    }
    .single .product-main
    {
        padding-bottom: 15px;
    }
    div#reviews.woocommerce-Reviews{
        margin-bottom: 15px;
    }
    .product-footer > .container{
        padding: 0;
    }
    .product-footer .woocommerce-tabs{
        background: #fff;
    }
    .small-nav-collapse>li{
        width: auto;
    }
    ul.tabs.wc-tabs{
        background: #fff;
        padding-top: 15px;
        margin-left: 15px;
        margin-right: 15px;
        border-bottom: 1px solid #dcdcdc;
    }
    .category-page-row >.col{
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px;
    }
    .at_recently_viewed_products{
        background: #fff;
    }
    .at_related{
        margin-bottom: 15px;
    }
    .blog-wrapper >.row > .col:first-child{
        padding-left: 0;
        padding-right: 0;
    }
    .blog-archive >.row > .col:first-child .box-vertical{
        display: tablel
    }
    .blog-archive >.row > .col:first-child .box-vertical > div{
        direction: ltr;
        display: table-cell;
        vertical-align: top;
    }
    .blog-archive >.row > .col:first-child  .box-image{
        width: 40% !important;
        padding-right: 10px;
    }
    .page-wrapper >.row >.col{
        padding: 0;
    }
}

@keyframes shake{
    0% {
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
        30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
        40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
    
}
@keyframes pulse-wave {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(4);
        transform: scale(4);
    }
}


@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


.sidenav {
    position: fixed;
    bottom: 15px;
    right: 5px;
    width: auto !important;
    z-index: 9999;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.sidenav.show {
    opacity: 1;
    visibility: visible;
    right: 5px;
}

.sidenav ul {
    list-style: none;
    margin: 0;
}

.sidenav li {
    margin: 0;
}

.sidenav ul>li a {
    padding: 8px 5px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #000;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
    position: relative;
}

.sidenav ul>li a i {
    width: 35px;
    height: 35px;
    display: block;
    margin: auto;
}

.sidenav i {
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.sidenav span {
    visibility: hidden;
    font-size: 12px !important;
    line-height: 16px !important;
    white-space: nowrap;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    top: calc(50% - 16px);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s;
    right: 100%;
    background: #5a5959;
    color: #fff;
}

.sidenav span:after {
	content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    left: 100%;
    border-color: transparent transparent transparent #5a5959;
}

.sidenav ul>li a:hover {
    color: #4371a3;
}

.sidenav li:hover i {
    border-radius: 50%!important;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%), 0 4px 15px rgb(0 0 0 / 13%);
}

.sidenav li:hover span {
    visibility: visible;
    opacity: 1;
}

.icon-zalo-circle2 {
    background: url(./image/icon-zalo.png) no-repeat;
    background-size: contain;
}

.icon-call {
    background: url(./image/icon-call.png) no-repeat;
    background-size: contain;
}

.icon-fb {
    background: url(./image/icon-messenger.png) no-repeat;
    background-size: contain;
}

@-moz-keyframes quick-alo-circle-img-anim {
    10% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes quick-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)
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

.sidenav i {
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}