/*
Theme Name: proweb
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.logo a {
    position: absolute;
    top: 0;
}
#logo img {
    padding: 3px 0;
    width: 119px;
    height: auto !important;
    max-height: max-content !important;
}
input#s {
    box-shadow: none;
    height: 45px;
}
.searchform .button.icon {
    margin: 0;
    padding: 6px 16px !important;
}
.box-dv h3 {
    margin-bottom: 14px;
}
a.button.primary.lowercase {
    font-weight: normal;
    padding: 6px 25px;
}
.no-bottom {
    padding-bottom: 0;
}
.box-blog-post .is-divider {
    display: none;
}
p {
    line-height: 23px;
    font-size: 15px;
}
.doi-tac .gallery-col {
    padding-bottom: 0;
}
.doi-tac .box-image {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    height: 100px;
}
.doi-tac .box-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.doi-tac .box-text.text-left {
    display: none;
}
.doi-tac .flickity-button {
    margin-right: 10px;
    margin-top: -8px !important;
}
.wrap-hl span {
    display: block;
    font-weight: 800;
    font-size: 16px;
}
p.from_the_blog_comments.uppercase.is-xsmall,span.post_comments.op-8.block.is-xsmall {
    display: none;
}
.category .box-blog-post {
    background: #f0f2f4;
}
.category .box-text.text-left {
    padding: 20px;
}
aside#custom_html-2 {
    padding: 15px;
    background: #f0f2f4;
}
b.tieude-lh {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
    display: inline-block;
    margin-top: 6px;
}
input.wpcf7-form-control,select.wpcf7-form-control.wpcf7-select {
    box-shadow: none !important;
    height: 45px;
    font-weight: normal;
}
input:hover, select:hover, textarea:hover {
    box-shadow: none;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    box-shadow: none;
}
.wrap-re {
    background: #f0f2f4;
}
.related-title {
    padding: 10px 15px 15px 15px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
#logo img {
        max-height: 105px !important;
        width: auto;
    }
input#s {
    box-shadow: none;
    height: 51px !important;
}
}