/*
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.   ***************/
body, p, span, a, li, h1, h2, h3, h4, h5, h6, label {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.text-weigh h2 {
    font-weight: 600;
	    font-size: 32px;
}

.header-nav >li{
    margin: 0 25px;
}
.header-nav li a {
    font-size: 18px;
    font-weight: 400;
}

.row-5 .col {
    flex-basis: 20% !important;
}

.col-border-rounded .col-inner {
    border-radius: 15px;
    border: 1px solid #ddd;
    padding: 30px;
}

.absolute-footer {
    display: none;
}

p.name.product-title.woocommerce-loop-product__title, p.name.product-title.woocommerce-loop-product__title a {
       text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-top: 9px;
    margin-bottom: 4px;
}

.img-box-dich-vu h4 {
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 13px;
}

.icon-box-ok h3 {
    font-weight: 500;
    line-height: 1.2;
}
.header-nav li>ul.sub-menu.nav-dropdown.nav-dropdown-default {
    min-width: 400px;
    border-radius: 12px;
    border: none;
    box-shadow: 0px 0px 10px;
}

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

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .row-5 .col {
        flex-basis: 50% !important;
    }


}