/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.bl-super-contact{
    position: fixed;
    z-index: 2;
    right : 10px;
    bottom: 10%;
}

.bl-super-contact-icon{
    margin-bottom: 20px;
    transition: all 500ms ease;
}

.bl-super-contact-icon.hide{
    opacity: 0;
}

.bl-super-contact-icon-wrap{
    position: relative;
    width: 40px;
    height: 40px;
    
}

.bl-super-contact-icon-button{
    padding: 7px;
    border-radius: 50%;
}
.bl-super-contact-icon-button a{
    position: relative;
    z-index: 1;
    display: block;
}


.bl-super-contact-close{
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #dc3545;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 5px;

}
.bl-super-contact-close:hover{
    cursor: pointer;
}
.bl-super-contact-close.close{
    background-color: #333;
    
}

.bl-super-contact-close .close-icon{
    
}


.bl-super-contact-icon-wrap.is-buble .bl-contact-text{
    background-color: #FFF;
    width: 200px;
    border-radius: 10px;
    padding: 10px;
    display: block;
    color: #000;
    bottom: calc( 100% + 20px );
    top: auto;
    right: 0;
    min-height: 50px;
    display: flex;
    justify-content: center;

}




.bl-super-contact-icon-wrap.is-buble .bl-contact-text::before{
    border-bottom: 8px solid #FFF;
    right: 10px;
    top: auto;
    bottom: -8px;
    transform: rotate(180deg);

}


.bl-contact-text{
    
    position: absolute;
    right: calc( 100% + 5px);
    top: 50%;
    background-color: #c10404;
    color: #FFF;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: -10px;
    display: none;
    max-width: 200px;
    box-shadow: 1px 1px 15px -5px #a7a7a7;
   

}
.bl-contact-text::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #c10404;
    position: absolute;
    right: -6px;
    transform: rotate(90deg);
    top: 5px;
}



.bl-super-contact.left .bl-contact-text{
    left: 45px;
    right: auto;
}
.bl-super-contact.left .bl-contact-text::before{
    left: -9px;
    right: auto;
    transform: rotate(-90deg);
}
.bl-super-contact.left .bl-super-contact-icon-wrap.is-buble .bl-contact-text{
    left: 0;
    right: auto;
}



.bl-super-contact.left .bl-super-contact-icon-wrap.is-buble .bl-contact-text::before{
    left: 11px;
    right: auto;
    transform: rotate(180deg);
}

.show-text-display.bl-contact-text{
    display: block;
}

.bl-contact-text .bl-contact-text-display{
    text-wrap: nowrap;
}


.bl-super-contact-icon-wrap.is-buble .bl-contact-text .bl-contact-text-display{
    text-wrap: wrap;
}


.bl-contact-text.hidden{
    display: none;
    visibility: hidden;
}

.bl-super-contact-icon:hover .bl-contact-text{
    display: flex;
}


.bl-super-contact-close.close .open-icon{
    display: none;
}


.bl-super-contact .typing-indicator {
    display: flex;
    align-items: center;
}

.bl-super-contact .dot {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background-color: #d1d1d1;
    border-radius: 50%;
    opacity: 0.5;
    animation: blink 1.4s infinite both;
}

.bl-super-contact .dot:nth-child(1) {
    animation-delay: 0s;
}
.bl-super-contact .dot:nth-child(2) {
    animation-delay: 0.2s;
}
.bl-super-contact  .dot:nth-child(3) {
    animation-delay: 0.4s;
}

.bl-contact-text .close-text {
    position: absolute;
    right: -10px;
    top: -10px;
    padding: 0;
    margin: 0;
    border: 0 none;
    line-height: 1;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: #787878;
    border-radius: 50%;
    text-align: center;
    background-color: #407BFF;
    color: #FFFFFF;
    line-height: 30px;
}

@keyframes blink {
    0%, 80%, 100% {
        opacity: 0.5;
    }
    40% {
        opacity: 1;
    }
}


.ring{
    border-radius: 50%;
    background-color: #FFF;

    position: relative;
    animation: ring 1s linear infinite;
    border-radius: 50%;
}
@keyframes ring {
    0% {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.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);
    }
}



.pulse {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.pulse::before {
    content: "";
    position: absolute;
    border: 1px solid orange;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 50%;
    animation: pulse 1s linear infinite
}

.pulse::after {
    content: "";
    position: absolute;
    border: 1px solid ORANGE;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s
}



@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.1);
        opacity: 0
    }
}
/*************** ADD CUSTOM CSS HERE.   ***************/
#footer{font-size:13px;}
.blog-wrapper{
	background-image: url(https://nhadepsg.com/wp-content/uploads/2025/06/bg_tin_tuc.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 70px;
	background-color: #F5F1E6;
	padding-top:0;
}
.tax-product_cat #wrapper{
	background-image: url(https://nhadepsg.com/wp-content/uploads/2025/06/bg_tin_tuc.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 0px;
	background-color: #F5F1E6;
	padding-top:0;
}
.tax-product_cat #main {
    background:none;
}
.post-template-default #main, .post-template-default #wrapper {
    position: relative;
}
.post-template-default .page-wrapper {
    padding-bottom: 30px;
    padding-top: 0px;
}
.bgposts{background: #fff;
    position: relative !important;
    margin-top: -50px !important;
    padding: 10px 0;}
.title-content{color: #000;
    font-size: 18px;
    padding: 10px 0;
    text-transform: uppercase;}
h1{font-size:22px;}
h2{font-size:20px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:14px;}
.entry-header-text {
    padding: 0;
}
.category .page-wrapper {
    padding-bottom: 30px;
    padding-top: 0;
}
    .box-list-view .box .box-image, .box-list-view .box .box-text, .box-vertical .box-image, .box-vertical .box-text {
  
        vertical-align: top;
    }
.product-small .product-small{background:#fff;}
.product-small .product-small .box-text-products{padding:10px;}
.product-small .product-small .box-text-products .woocommerce-loop-product__title a{font-size:20px;color:#162b75;font-weight:bold;}
.infoduan ul{margin:0;}
.infoduan li{list-style:none; margin:0 !important}
.giahienthi{color:red;font-size:20px; padding:10px;}
.boxicon {
    padding: 5px !important;
    border-radius: 10px !important;
    background: #ffff;
}
#footer .wpcf7-submit{width:100%;}
.entry-content p{margin-bottom:0;}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}