/*
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.   ***************/


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


}
.custom-heading {
    position: relative;
    text-align: center;
    padding: 10px 0;
}

.custom-heading:before,
.custom-heading:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: black;
}

.custom-heading:before {
    left: 0;
    transform: translateY(-50%);
}

.custom-heading:after {
    left: 0;
    transform: translateY(50%);
}

.custom-heading span {
    position: relative;
    z-index: 1;
    background-color: white;
    padding: 0 15px;
}
.cl1 {
    background-image: url('https://logistic.ngoc.trongtamtay.com/wp-content/uploads/2025/03/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.nh1{border-style: dashed;}
.text-nh{background-color:#d4e5f1 !important};