/*
Theme Name: Flatsome Child
Theme URI: http://flatsome.uxthemes.com
Template: flatsome
Author: UX-Themes
Author URI: https://uxthemes.com
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.19.8.1736935798
Updated: 2025-01-15 10:09:58

*/
.container,
.container-width,
.full-width .ubermenu-nav,
.row {
    max-width: 1280px;
}

#header .header-inner {
    background: #fff;
    border-radius: 20px;
}

.button.is-link:hover,
.nav-dark .nav>li>a:hover,
.nav-dark .nav>li.active>a {
    color: #2196f3;
}

.nav-dark .nav>li>a {
    color: black;
}

.button.icon,
a.plain {
    color: white;
}

.button.icon.circle {
    background-color: #2196f3;
    color: white;
}

.nav-spacing-xlarge>li {
    margin: 0 30px;
}

.hc-banner-h2 {
    line-height: 4.5rem !important;
}

.hc-gioi-thieu {
    background: url('./gioi-thieu.png') center center no-repeat;
    background-size: 80%;
}

.banner-bg .overlay {
    background-color: transparent !important;
}

#footer {
    background: url(./footer.png) bottom center no-repeat;
    padding-top: 150px;
    color: white;
    padding-bottom: 30px;
}

.hc-bg-header {
    position: absolute;
    top: 0;
    left: 0;
    background: url(./header.png) 0 100% repeat;
    z-index: 1;
    width: 100%;
    height: 280px;
}

.header-bg-color {
    background: transparent !important;
}

.page-wrapper {
    padding-top: 100px;
}

#footer .copyright-footer,
#footer a {
    color: white;
}

#footer .custom-html-widget i {
    margin-right: 10px;
}

.absolute-footer.dark {
    padding-bottom: 0;
}

.hc-bg-dichvu {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    z-index: 2;
    top: 0;
    overflow: hidden;
    width: 100%;
}

.hc-bg-dichvu svg {
    height: 100px;
    --divider-top-width: 100%;
    transform: translateX(-50%) rotateY(180deg);
    width: calc(var(--divider-top-width) + 2px);
    display: block;
    left: 50%;
    position: relative;
    fill: #003ca6 !important;
}

.hc-button-phone.button {
    border-radius: 50%;
    color: white !important;
    background: linear-gradient(45deg, #2196f3, #0000cf) !important;
    border: 2px solid white;
    padding: 0 !important;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100px;
    height: 100px;
    font-size: 40px !important;
    animation: pulse-animation 2s infinite;
}

.hc-box-dichvu .col-inner {
    background-color: white;
    border-radius: 20px;
}

.hc-position-text-box {
    left: 0;
}

@keyframes pulse-animation {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 .7rem rgba(255, 255, 255, 0.2),
            0 0 0 1.0rem rgba(255, 255, 255, 0.2),
            0 0 0 3rem rgba(255, 255, 255, 0.2);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 1.2rem rgba(255, 255, 255, 0.2),
            0 0 0 3rem rgba(255, 255, 255, 0.2),
            0 0 0 3rem rgba(255, 255, 255, 0);
    }
}

.hc-button-phone.button i {
    margin: 0 !important;

}

.zoom-in-out-element {
    animation: zoom-in-zoom-out 5s ease infinite;
    bottom: 10%;
}

@keyframes zoom-in-zoom-out {
    0% {
        scale: 85%;
    }

    50% {
        scale: 110%;
    }

    100% {
        scale: 85%;
    }
}

.hc-box-dichvu .col-inner {
    background: #fff;
    padding: 10px;
}

.box-text .from_the_blog_excerpt,
.hc-box-dichvu .col-inner .post-title {
    color: rgba(0, 0, 0, 1);
}

.hc-box-dichvu .col-inner .from_the_blog_excerpt {
    color: rgba(0, 0, 0, 0.8);
}

.slider-wrapper {
    z-index: 0;
    margin-top: 32px;
}

.header-wrapper.stuck {
    background: #fff;
}

.header-button .icon-phone:before,
.header-button .icon-envelop:before {
    color: #2196f3;
}

.hc-title {
    background: rgb(41, 30, 173, 0.8);
    padding: 10px 20px;
}

.hc-yellow {
    color: #FEBA1D !important;
}

.hc-box-gioi-thieu {
    transition: transform linear 1s;
    overflow: hidden;
    position: relative;
    padding: 30px;
    box-shadow: 0 0 57px rgb(34 34 34 / 10%);
    border-radius: 20px;
}

.entry-title {
    text-transform: uppercase;
}

.post-title a.plain,
.hc-box-dichvu .col-inner .post-title a,
.box-image a.plain,
.badge-inner {
    color: rgb(41, 30, 173, 1);
    opacity: 1;
}

.page-id-14 .badge.post-date {
    display: none;
}

input[type=submit] {
    background: rgb(41, 30, 173, 1);
}

@media (max-width: 767px) {
    .slider-wrapper {
        margin-top: 0;
    }

    .header-button a {
        background: rgb(41, 30, 173, 1);
    }

    #header .header-inner {
        border-radius: 0;
    }

    .hc-bg-header {
        background: url(./header.png) 24% 96% repeat;
        height: 140px;
    }

    #footer {
        background-position: center top;
        background-color: #3100AE;
    }

    .single-page-hc .hc-bg-header {
        /* top: -3.5%; */
    }
}