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

/*************** ADD CUSTOM CSS HERE.   ***************/
* {
    font-family: Arial;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
    margin-bottom: 15px;
}

.h2,
h2 {
    font-size: 22px;
}

.section {
    padding-bottom: 0 !important;
}

.header-wrapper {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
    box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

ul#header-contact li a {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-transform: inherit;
}

ul#header-contact li a:after {
    border-left: 1px solid #000;
}

.top-divider {
    display: none;
}

ul.header-nav.header-nav-main.nav-right>li>a {
    font-size: 14px;
    font-weight: 600;
}

ul.header-nav.header-nav-main.nav-right>li {
    margin: 0 20px;
}

ul.header-nav.header-nav-main.nav-right>li.current-menu-item>a,
ul.header-nav.header-nav-main.nav-right>li.active>a {
    color: #ed3338;
}

ul.header-nav.header-nav-main.nav-right>li.current-menu-item>a:before {
    opacity: 1;
}

.home-4 .tabbed-content ul.nav {
    justify-content: space-between;
    gap: 10px;
}

.home-4 .tabbed-content ul.nav li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 7px;
}

.home-4 .tabbed-content ul.nav li a {
    width: 100%;
    height: 110px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 3px 8px 0px #fbfbfb;
    box-shadow: 0px 3px 8px 0px #fbfbfb;
    justify-content: center;
    opacity: 1;
    font-weight: 600;
    color: #111;
    font-size: 25px;
}

.home-4 .tabbed-content ul.nav li:nth-child(1) {
    color: #0cb8b6;
    fill: #0cb8b6;
    background-color: rgba(12, 184, 182, 0.1);
}

.home-4 .tabbed-content ul.nav li:nth-child(2) {
    color: #e6492d;
    fill: #e6492d;
    background-color: rgba(230, 73, 45, 0.1);
}

.home-4 .tabbed-content ul.nav li:nth-child(3) {
    color: #37af47;
    fill: #37af47;
    background-color: rgba(55, 175, 71, 0.1);
}

.home-4 .tabbed-content ul.nav li:nth-child(1).active a {
    background-color: #0cb8b6;
}

.home-4 .tabbed-content ul.nav li.active a {
    color: #fff;
}

.home-4 .tabbed-content ul.nav li:nth-child(2).active a {
    background-color: #e6492d;
}

.home-4 .tabbed-content ul.nav li:nth-child(3).active a {
    background-color: #37af47;
}

.home-4 .tabbed-content .tab-panels {
    padding-top: 40px;
}

.gb-button:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(68, 68, 68, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(68, 68, 68, 0.1);
}

.home-7 .wpcf7 label {
    color: #fff;
}

.button,
button,
fieldset,
input,
select,
textarea {
    border-radius: 7px;
}

.wpcf7-submit {
    text-transform: inherit !IMPORTANT;
    border-radius: 7px !important;
    padding: 2px 30px !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.wpcf7-submit:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(68, 68, 68, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(68, 68, 68, 0.1);
}

.wpcf7-spinner {
    position: absolute;
}

.box-blog-post .is-divider {
    display: none;
}

.post-views {
    color: #b5b5b5;
    font-size: 15px;
    margin: 0 0 5px 0;
}

.post-item .box-text h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 9px 0;
}

.post-item .box-text .from_the_blog_excerpt {
    margin: 0 0 20px 0;
}

.post-item .box-text .button {
    padding: 8px 30px;
    color: #37af47;
    border: 1px solid;
    text-transform: inherit;
    font-size: 14px;
}

.post-item .box-text .button:hover {
    border: none;
    color: #fff;
}

.st-page-heading.st-size-md {
    height: 350px;
}

.st-page-heading {
    height: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}

.st-page-heading-title {
    color: #fff;
    font-size: 48px;
    text-align: center;
    margin-bottom: 7px;
}

.st-page-heading-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-weight: 300;
    margin-top: 7px;
}

/*alo*/
.float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 30px;
    right: 25px;
    z-index: 999999;
}

.float-icon-hotline ul {
    margin: 0;
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}

.float-icon-hotline ul li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    list-style: none;
}

.float-icon-hotline ul li a {
    color: #FFF;
    text-decoration: none;
}

.float-icon-hotline ul li .fa {
    background-color: #ed1c24;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
}

.float-icon-hotline ul li span {
    display: inline-block;
    padding: 0;
    background-color: #ff6a00;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #ff6a00;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
}


.float-icon-hotline ul li .fa-hotline {
    background: #ef0303 url(https://demo2026.web3b.com/mipecland/wp-content/uploads/2026/01/hotline.png) center center no-repeat;
}

.float-icon-hotline ul li .fa-zalo {
    background: #ef0303 url(https://demo2026.web3b.com/mipecland/wp-content/uploads/2026/01/zalo.png) center center no-repeat;
}

.float-icon-hotline ul li .fa-facebook {
    background: #168efb;
}


.float-icon-hotline ul li:hover span {
    width: 215px;
    padding-left: 30px;
    padding-right: 10px;
    opacity: 1;
}

.animated {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #004A7F;
        -webkit-box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #0094FF;
        -webkit-box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #004A7F;
        -webkit-box-shadow: 0 0 3px #004A7F;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #004A7F;
        -moz-box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #0094FF;
        -moz-box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #004A7F;
        -moz-box-shadow: 0 0 3px #004A7F;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #0094FF;
        box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }
}

@keyframes glowing {
    0% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #0094FF;
        box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }
}

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


}