/*
Theme Name: Flatsome Child
Description: ThietKeWebChuyen.Com
Author: UX Themes
Template: flatsome
Version: 4.1
*/


h1, h2  , h4{
    background: linear-gradient(0deg,#0194f4 16%,#71ffff 99.99%,#01fff4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h3 {
    background: linear-gradient(0deg,#0194f4 16%,#71ffff 55%,#01fff4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 600
}


#header{
    background: rgba(17,57,165,.94);
}

.margin_0 p{
    margin-bottom: 0px;
}
.section-title span , .section-title{
    border: none;
}
.section-title b{
    display: none;
}

.chutrang h2{
    background: transparent;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: unset;
}


.BlockDoiNguLanhDao .section-bg{
    background-size: 80% !important;
}
.BlockDoiNguLanhDao .CEO::after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg,#1741af,rgba(23,65,175,0));
}


.frmLienHe .wpcf7-form-control-wrap input[type=email]{
    height: 68px;
    margin-bottom: 0px;
}
.frmLienHe input[type=submit]{
    margin: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 68px;
    background: linear-gradient(1turn,#2555d4,#183fa7);
    min-width: 200px;
    border: none;
}



@media only screen and (max-width: 48em) {

    .BlockDoiNguLanhDao .section-bg{
        background-size: 100% !important;
    }
    .frmLienHe .wpcf7-form-control-wrap input[type=email]{
        font-size: 12px;
    }
    .frmLienHe input[type=submit] {
        min-width: 100px;
    }

}