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







.footer-wrapper {
    position: relative;
    width: 100%;
    DISPLAY: NONE;
}
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600&display=swap');

.our-services-title {
    font-family: 'Dancing Script', cursive !important;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}


/* Chỉ tắt responsive khi màn hình nhỏ hơn 768px */
/* ========================================
 @media screen and (max-width: 768px) {
   
    html {
        min-width: 1200px !important;
    }
    
    body {
        min-width: 1200px !important;
        overflow-x: auto !important;
    }
    
    .page-wrapper,
    .header-wrapper,
    .main-content {
        min-width: 1200px !important;
    }
    
   
    .container {
        width: 1170px !important;
        max-width: 1170px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    
    .row .col {
        float: left !important;
    }
    
    .col.small-12 {
        width: auto !important;
    }
    
    
    .mobile-nav,
    .nav-slide {
        display: none !important;
    }
    
    .header-nav {
        display: block !important;
    }
    
    .nav > li {
        display: inline-block !important;
        float: left !important;
    }
}


@media screen and (min-width: 769px) {
    
    body,
    .container,
    .page-wrapper {
        width: auto !important;
        min-width: auto !important;
    }
}


@media screen and (max-width: 768px) {
  
    body {
        overflow-x: scroll !important;
        -webkit-overflow-scrolling: touch !important;
    }
}
======================================== */