/*
Theme Name: thienthanh
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/***Style Mr Kun***/
.title-text-st {
    border-left: 10px solid;
    border-right: solid 1px;
    border-color: #5dc2a8 !important;
    background-size: 3%;
    box-shadow: 2px 2px 15px #ccc;
    padding: 10px;
    border-radius: 5px;
}
.page-title.is-large.uppercase {
    display: none;
}
.cl-slogan img {
    margin-left: 27%;
}

/* Style form */
.cl-style-home-2 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-color: #05687f !important;
}
.cl-style-home-2 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    background-color: #05687f !important;
}
.cl-style-home-2 input.wpcf7-form-control.wpcf7-text {
    background-color: #05687f !important;
}
.cl-style-home-2 input.wpcf7-form-control.has-spinner.wpcf7-submit.button {
    background-color: #ff1414 !important;
    width: 100%;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}