/*import file media screen*/

@import "767-max-mobile.css";
@import "991-max-tablet-ipad-portrait.css";
@import "1199-max-pc-desk-ipad-landscape.css";
@import "1919-max-large-monitor.css";
@import "1920-min-widescreen-monitor.css";

/* ===== custome style ====== */


/* ===== end custome style ====== */

@media (max-width: 1100px) {
    .gp-slide-control {
        height: 400px !important;
    }
}

@media (max-width: 950px) {
    .gp-slide-control {
        height: auto !important;
    }
}

@media (max-width: 950px) {
    .menu-control-cus {
        display: block !important;
    }
}