    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        font-family: ' ';
    }
    
    body {
        overflow-x: hidden !important;
    }
    
    ul li {
        list-style: none;
    }
    
    a {
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: none;
    }
    
    img {
        vertical-align: top;
        outline-width: 0ch;
    }
    
     :root {
        --main-color: #d32329;
        --main-color1: #d32329;
        --main-color-white: #ffffff;
        --main-color-555: #555555;
        --main-color-999: #999999;
        --main-color-666: #666666;
        --main-color-333: #333333;
        --main-color-888: #888888;
        --main-color-222: #222222;
        --main-transition: all ease 0.4s;
        --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    
    @media only screen and (min-width: 996px) {
        
        .ml_banner {
            width: 100%;
            z-index: 998;
        }
        .ml_banner:hover .bannerbtnleft {
            left: 10px !important;
            opacity: 1 !important;
        }
        .ml_banner:hover .bannerbtnright {
            right: 10px !important;
            opacity: 1 !important;
        }
        .ml_banner img {
            width: 100%;
            transition: all ease 5s;
            height: 100%;
            object-fit: cover;opacity: 0.7;
        }
        .ml_banner .swiper-slide-active img {
            transform: scale(1.2);
        }
        .bannerpage .swiper-pagination-bullet {
            width: 15px !important;
            height: 15px !important;
        }
        .bannerbtn {
            width: 50px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--main-color-white);
            font-size: 25px;
            height: 50px !important;
            transition: var(--main-transition);
            background: rgba(0, 0, 0, .7);
            background-image: none !important;
            opacity: 0;
        }
        .bannerbtnleft {
            left: 0 !important;
        }
        .bannerbtnright {
            right: 0 !important;
        }
        .bannerpos {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
        }
        .bannerpos h1 {
            font-size: 50px;
            text-align: center;
            color: var(--main-color-white);
            margin-bottom: 30px;
            font-weight: 300;
        }
        .bannerpos a:hover {
            color: var(--main-color-white);
            background-color: var(--main-color);
            border: 2px solid var(--main-color);
        }
        .bannerpos a {
            transition: var(--main-transition);
            width: 150px;
            height: 50px;
            text-align: center;
            color: var(--main-color-white);
            line-height: 50px;
            border: 2px solid var(--main-color-white);
            font-size: 14px;
        }
    }