/*
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.   ***************/
/* css header */
div#masthead {
    background: #fff;
}
h2.title-web {
    font-size: 32px;
    color: #22b14c;
    text-shadow: 2px 2px #ddcdcd;
}
input#s {
    border: none;
    background: none; 
    background-color: #209f45;
    border-radius: 6px 0 0 6px;
    height: 34px;
}
input#s::placeholder {
    color: #fff;
    font-size: 16px;
}
button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background-color: #f7ea1e;
    border-radius: 5px;
}
input#s:focus {
    border: 1px solid #fff;
}

div#wide-nav ul li.menu-item a.nav-top-link {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
}

/* css section 1 */
.title-gt h2 {
    font-size: 37px;
    color: #22b14c;
    line-height: 1.4;
}
.title-gt h2 strong {
    color: red;
}
.title-gt h2:After {content: '';
    display: block;
    margin-top: 15px;
    width: 90px;
    height: 4px;
    background-color: #22b14c;
}


/* css dịch vụ */
.title-home h3 {
    position: relative;
    color: #00393b;
    text-align: center;
    overflow: hidden;
}
.title-home h3 b {
    background-color: #22b14c;
    opacity: 1;
    height: 1px;
}
span.section-title-main {
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    background-color: #22b14c;
    color: #fff;
    padding: 8.5px 30px;
    margin: 0 44px;
}
.title-home h3 span:before, .title-home h3 span:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 44px;
}
.title-home h3 span:before {
    background: url(/wp-content/uploads/2022/04/title-big-before.png) no-repeat;
    background-size: 100% 100%;
    right: 100%;
}
.title-home h3 span:after {
    background: url(/wp-content/uploads/2022/04/title-big-after.png) no-repeat;
    background-size: 100% 100%;
    left: 100%;
}
.box-dichvu {
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 6px 2px;
    border-radius: 8px;
    padding-bottom: 12px;
}


.ct-footer p {
    margin-bottom: 6px;
}
.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}

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


}