@import "./Media/01-xxl.css" only screen and (min-width: 1400px);
@import "./Media/02-xl.css" only screen and (min-width: 1200px) and (max-width: 1400px);
@import "./Media/03-lg.css" only screen and (min-width: 992px) and (max-width: 1200px);
@import "./Media/04-md.css" only screen and (min-width: 768px) and (max-width: 992px);
@import "./Media/05-sm.css" only screen and (min-width: 540px) and (max-width: 768px);
@import "./Media/06-xs.css" only screen and (max-width: 540px);
@import "../setting.css";
@import "../../font-awesome/css/font-awesome.min.css";
@import "../../swiper/swiper-bundle.min.css";