/*
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  ***************/
}

.service-icon {
    position: absolute;
    top: 135px;
    left: -32px;
    transform: translateY(-50%);
}

.service-icon:before {
    background-color: #fff;
    content: "";
    left: -23px;
    height: 110px;
    position: absolute;
    box-shadow: 0px 0px 40px 0px rgb(22 107 165 / 20%);
    top: -31%;
    transform: rotate(45deg);
    width: 110px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: -1;
}

.service-icon2 {
    position: absolute;
    top: 135px;
    right: -43px;
    transform: translateY(-50%);
}

.service-icon2:before {
    background-color: #fff;
    content: "";
    left: -23px;
    height: 110px;
    position: absolute;
    box-shadow: 0px 0px 40px 0px rgb(22 107 165 / 20%);
    top: -31%;
    transform: rotate(45deg);
    width: 110px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: -1;
}

.choose-left p .so {
    position: relative;
    color: #fff;
    font-size: 26px;
    z-index: 9;
    top: 10px;
    left: 20px;
}

.section_choose .choose-left .so {
    position: absolute;
    margin-left: -70px;
    margin-top: 0px;
}

.section_choose .choose-left p .so:before {
    background-color: #19b7f9;
    content: "";
    left: -7px;
    height: 45px;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    width: 45px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: -1;
}

.section_choose .choose-left p {
    position: absolute;
}

.progress {
    height: 36px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, .102);
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    display: flex;
    background: #000;
}

.section_data .progress {
    height: 36px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.102);
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease;
}

.progress .progress-bar.int-1 {
    animation: progressAnimation-1 5s;
    position: relative;
    background: #19b7f9;
}

.progress .progress-bar.int-2 {
    animation: progressAnimation-2 5s;
    position: relative;
}

.progress .progress-bar.int-3 {
    animation: progressAnimation-3 5s;
    position: relative;
}

.progress .progress-bar.int-4 {
    animation: progressAnimation-4 5s;
    position: relative;
}

.section_data .progress .progress-bar {
    background: #19b7f9;
}

.section_data .progress .progress-bar.int-1 {
    animation: progressAnimation-1 5s;
    position: relative;
    height: 100%;
}

@keyframes progressAnimation-1 {
    0% {
        width: 0%
    }

    100% {
        width: 31.8%
    }

}

@keyframes progressAnimation-2 {
    0% {
        width: 0%
    }

    100% {
        width: 29%
    }

}

@keyframes progressAnimation-3 {
    0% {
        width: 0%
    }

    100% {
        width: 31%
    }

}

@keyframes progressAnimation-4 {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }

}

.section_app .banner-app img {
    position: relative;
    top: 7px;
    animation: gbounce 2s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
}

@keyframes gbounce {
    0% {
        transform: translateY(0)
    }

    30% {
        transform: translateY(-7px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-7px)
    }

}

.list ul li {
    list-style: none;
}

.list ul li:before {
    content: '';
    background: url(//bizweb.dktcdn.net/100/374/039/themes/871123/assets/icon-check.png?1654048729206) no-repeat;
    position: absolute;
    left: -5px;
    margin-top: 7px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.buttom-app .button_mobile {
    border: 2px solid #19b7f9;
    padding: 10px 0;
    border-radius: 30px;
    color: #19b7f9;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-right: 10px;
    width: 220px;
    line-height: 24px;
    position: relative;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

textarea.wpcf7-form-control, input.wpcf7-form-control.wpcf7-text {
    border: 0;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 0%);
    border-bottom: 1px solid #0e0e0e40;
}

input#gui {
    /* height: 40px; */
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: #19b7f9;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding: 0 25px;
    border-radius: 0;
}

.lienhe ul li {
    list-style: none;
}

.bando {
    margin-top: -290px;
    z-index: 0;
}

.stuck .header-main .nav > li > a {
    color: #000;
}