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

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

.section.thietke .box .box-image img {
    border-radius: 10px 10px 0 0;
}
.section.lienhe h3 {
    margin: 0;
    color: #f99700;
    font-size: 1.7em;
}
.footer.footer-1 {
    position: fixed;
    bottom: 100px;
    right: 0;
    background-color: #fff;
    width: 60px;
    z-index: 1000;
    padding: 10px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #e0e0e0;
    border-radius: 10px 0 0 10px;
}
.footer.footer-1 .col {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.footer.footer-1 .col a.button {
    margin: 0;
    padding: 20px 0;
    border-radius: 0;
    width: 50px;
    height: 50px;
}
.footer.footer-1 .col a.button.mess-btn {
    background: url(images/mess.png) no-repeat center center;
    background-size: contain;
    border: none;
    border-radius: 0;
    width: 100%;
}
.footer.footer-1 .col a.button.phone-btn {
    background: url(images/hotline.png) no-repeat center center;
    background-size: contain;
    border: none;
    border-radius: 0;
    width: 100%; 
    animation: tada 1s infinite;
}
@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada-animation {
    animation: tada 1s infinite;
}

.footer.footer-1 .col a.button.zalo-btn {
    background: url(images/zalo.png) no-repeat center center;
    background-size: contain;
    border: none;
    border-radius: 0;
    width: 100%;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .flickity-slider .col {
        padding-left: 0;
        padding-right: 0;
    }
    .testi-slider .flickity-slider .col {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section.thicong .flickity-slider .box-text-inner h4 {
        font-size: 1.2em;
    }
    .section.thicong a.button.secondary.menu-item {
        margin-top: 15px;
    }
    .thicong-slide-mobile .flickity-viewport {
        overflow: visible;
    }
    .thicong-slide-mobile .flickity-slider .row .col-inner {
        width: 90% !important;
    }
    .thicong-slide-mobile .flickity-slider>.row:not(.is-selected) {
        opacity: 1;
    }
}