/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 6.0.19
*/
#wp-admin-bar-wp-logo {display:none}
/*************** ADD CUSTOM CSS HERE. ***************/
.header-nav-main > li ul a:hover {color:#4ba3da;}
.fa-comment-alt:before, .fa-message:before {content: "\f4ad";}
.text-capitalize {text-transform:capitalize}
.fa-telegram-plane:before, .fa-telegram:before {content: "\e07b";}
.text-red {color:#f00}
.vollkorn {font-family: "Vollkorn", serif;font-weight: 400;font-style: normal;}

.slider-home * {text-shadow: 3px 0 6px #333;}

.hotline-top {font-size:20px}
.blink_me {animation: blinker 1s linear infinite;}
@keyframes blinker {50% {color: white;}}

header .slogan {font-size:12px;line-height:22px;}
header .slogan .text1 {font-size:22px;font-weight:700}

.st-album .box-text {display:none}

/* css form */
.col.col-padding {
    padding-bottom: 0;
}
.formdatxe {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 20px;
}
.formdatxe .col.col-padding {
    padding-bottom: 1px;
}
.formdatxe h4 {
    text-align: center;
    /* color: #61c73f; */
}
.formdatxe input.wpcf7-form-control.wpcf7-text, .formdatxe select {
    border-radius: 5px;
	height: 32px;
    margin-bottom: 10px;
    box-shadow: 0 0;
	padding-left: 30px;
    font-size: 14px;
}
.formdatxe i {
    position: absolute;
    bottom: 18px;
    left: 23px;
    z-index: 9;
    font-size: 14px;
	top: 10px;
}
i.fas.fa-street-view, i.fas.fa-phone-square-alt {
    color: #0ec1e2;
}
i.fas.fa-user, i.fas.fa-map-marker-alt {
    color: red;
}
i.fas.fa-car, i.fas.fa-calendar-alt {
    color: #0a5ec7;
}

.formdatxe input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 0 20px 1px 20px;
    text-transform: inherit;
    min-height: 34px;
    line-height: 11px;
    /* background-image: linear-gradient(90deg,#61c73f,#29b94c); */
    border-radius: 24px;
    margin-left: -22px;
    position: absolute;
    margin-top: 5px;
}
.formdatxe .btn-datxe {
    text-align: center;
}
.btn-click {
    text-align: center;
    background-image: linear-gradient(90deg,#0ec1e2,#0ec1e2);
    color: #fff;
    border-radius: 20px;
    line-height: 30px;
    cursor: pointer;
}
.wpcf7 form.invalid .wpcf7-response-output , .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output {
    background-image: linear-gradient(90deg,#61c73f,#29b94c);
    color: #fff;
    border-color: #61c73f;
}

.order-2.active-2 {
    order: 1;
}

.order-1.active-1 {
    order: 2;
}

@media (min-width: 1024px) {
	.footer-secondary {padding-top:0}
	.st-dich-vu .list .col {max-width:20%;flex-basis:20%;font-size:14px}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE ***************/


}
/*end*/