/*
Theme Name: Child Theme cho dulichsacmaubinhduong
Description: Child Theme cho trang dulichsacmaubinhduong.com
Author: Tống Nhật Trường
Author URI: https://dulichsacmaubinhduong.com
Template: dulichsacmaubinhduong
Version: 1.2
Text Domain: child-theme-dulichsacmaubinhduong
*/
.footer-shape {
    width: 100%;
    line-height: 0;
    z-index: 1;
    pointer-events: none;
}

.footer-shape svg {
    display: block;
    width: 100%;
    height: 200px;
}

.footer-shape .ux-shape-fill {
    fill: #5697d0;
}

.footer-shape-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 1;
}

.footer-shape-top svg {
    position: relative;
    display: block;
    width: 100%;
    height: 75px;
}

.footer-shape-top .ux-shape-fill-top {
    fill: #ffffff; 
}
@media (max-width: 767.98px) {
    .footer-shape svg {height: 100px;position: absolute;}
}