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


/*************** ADD CUSTOM CSS HERE.   ***************/


/* =====================TRANG CHỦ========================= */

/* global */

/* body{
    display: none !important;
} */

.box-loading{display: none}
.wrap-loading{
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    background: #0000008c;
}
.loading-process {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#ffffff 94%,#0000) top/15px 15px no-repeat,
    conic-gradient(#0000 30%,#ffffff);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 15px),#000 0);
    animation:s3 1s infinite linear;
}
@keyframes s3{
    100%{transform: rotate(1turn)}
}
/* lỗi gấp  */