/* header*/
.header_bg {
    background-color: #fff;
    filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.03)) drop-shadow(0px 2px 14px rgba(0, 0, 0, 0.03)) drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.09));
}

.header_section {
    max-width: 69vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.main_header {
    position: fixed;
    width: 100%;
    z-index: 100;
}

main {
    padding-top: 100px;
}

.main_contact {
    padding-top: 180px;
}

.header_section nav {
    display: flex;
    justify-content: space-between;
}

.header_section ul {
    display: flex;
    justify-content: space-between;
    width: 410px;
}

.top_banner_bg {
    background-color: rgba(224, 232, 236);
    padding: 5px 0;
}

.top_banner {
    max-width: 69vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

    .top_banner > div {
        position: relative;
    }

.right_user_cnt {
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
    color: #302B2C;
    opacity: 0.6;
    cursor: pointer;
}

    .right_user_cnt > i {
        font-size: 18px;
        margin-right: 15px;
    }

/*.nav_order:hover .drop_down {
    display: flex;
}*/

.user_drop_down {
    display: none;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 5px 12px rgb(0 0 0 / 25%);
    padding: 50px 0 0;
    box-sizing: border-box;
    top: 30px;
    width: 409px;
    left: -160px;
    z-index: 2;
}

    .user_drop_down:after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
        width: 0;
        z-index: 1;
        height: 0;
        border-bottom: solid 15px #FFF;
        border-left: solid 15px transparent;
        border-right: solid 15px transparent;
    }

.user {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    border-bottom: 1px solid #9DBCC7;
    padding-bottom: 26px;
    margin-left: 26px;
    margin-right: 26px;
}

    .user i {
        font-size: 44px;
        margin-right: 18px;
    }

    .user > span {
        font-weight: 400;
        font-size: 13px;
        line-height: 130%;
    }

.user_edit {
    padding: 22px 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    border-bottom: 1px solid #9DBCC7;
    margin-left: 26px;
    margin-right: 26px;
    cursor: pointer;
}

    .user_edit i {
        font-size: 20px;
        margin-right: 16px;
    }

.user_drop_down button {
    background: rgba(194, 209, 217, 0.4);
    border: none;
    width: 100%;
    margin-top: 30px;
    color: #DE1F00;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    padding: 12px 0;
}

.header_section li a,
.header_section li a:visited {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #302B2C;
    opacity: 0.6;
    text-align: center;
    display: inline-block;
    padding: 32px 0;
    box-sizing: border-box;
}

.side_nav {
    display: flex;
    align-items: center;
}

    .side_nav i {
        color: #9DBCC7;
        font-size: 28px;
        margin-right: 34px;
    }

    .side_nav a {
        text-decoration: none;
        background: #302B2C;
        border-radius: 23px;
        font-weight: 500;
        font-size: 16px;
        line-height: 12px;
        color: #fff;
        background: #302B2C;
        border-radius: 23px;
        padding: 12px 34px;
        border: 1px solid transparent;
        transition: all 0.2s ease;
        cursor: pointer;
    }

        .side_nav a:hover {
            background: #fff;
            color: #302B2C;
            border: 1px solid #302B2C;
        }


.header_section li a:active {
    color: #302B2C;
    opacity: 1;
}

.drop_down {
    position: absolute;
    background: #F2F5F7;
    border-radius: 0px 0px 8px 8px;
    left: 0;
    display: flex;
    justify-content: space-between;
    top: 83px;
    padding: 41px 91px 62px 65px;
    z-index: 1;
    display: none;
    width: 100%;
}

.system {
    padding-bottom: 50px;
}

.drop_left_cnt > .system:hover {
    background-position: right top;
}

.system_cnt,
.maintenance_cnt {
    display: none;
}

.drop_sub_sec > a {
    text-transform: capitalize !important;
    font-weight: 600 !important;
}

    .drop_sub_sec > a:hover i {
        color: #FFCE3D;
    }

.drop_sub_sec {
    display: flex;
    flex-wrap: wrap;
}

    .drop_sub_sec a {
        width: 25%;
    }

.drop_left_cnt {
    color: rgba(48, 43, 44, 0.6);
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    padding-right: 40px;
    border-right: 1px solid #9DBCC7;
    margin-right: 100px;
    width: 15%;
    text-transform: uppercase;
}

    .drop_left_cnt > div {
        transition: 0.3s;
        cursor: pointer;
        padding-right: 19px;
    }

        .drop_left_cnt > div:hover {
            background-image: url(/Images/Main/right_arrow.png);
            background-repeat: no-repeat;
            background-position: right center;
            color: rgba(48, 43, 44, 1);
        }

.drop_right_cnt {
    width: 80%;
}

.maintenance {
    padding: 22px 0;
}

.drop_right_cnt h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    color: #302B2C;
    border-bottom: 1px solid #9DBCC7;
    padding-bottom: 11px;
    margin-bottom: 42px;
}

.dealer_manage {
    margin-top: 50px;
}

.drop_sub_sec i {
    display: block;
    font-size: 43px;
    margin-bottom: 19px;
}

.drop_sub_sec a:nth-child(4) {
    display: inline-block;
    margin-bottom: 48px;
}

/* Header Mobile*/
.header_mob {
    display: none;
}

/* footer */
.main_footer {
    background-image: url(/Images/Main/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 75px 0 65px;
}

.footer_container {
    max-width: 69vw;
    margin: 0 auto;
    color: #E0E8EC;
}

.first_row {
    display: flex;
    justify-content: space-between;
}

.left_cnt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .left_cnt > div {
        width: 30%;
    }

.footer_container h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 18px;
}

.footer_container p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.copyright {
    background-color: #302B2C;
    padding: 31px 0 36px;
}

.copyright_container {
    max-width: 69vw;
    margin: 0 auto;
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    align-items: center;
}


    .copyright_container a {
        text-decoration: none;
        color: #fff;
    }

@media screen and (max-width: 1024px) {

    /* Header Mobile*/
    .header_mob {
        display: block;
    }

    main {
        padding-top: 46px;
    }

    .main_header_container {
        display: none;
    }

    #hamburger {
        width: 30px;
        position: relative;
        margin: auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

        #hamburger span {
            display: block;
            position: absolute;
            height: 5px;
            width: 100%;
            background: #333;
            border-radius: 9px;
            opacity: 1;
            left: 7px;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

            #hamburger span:nth-child(1) {
                top: 0px;
            }

            #hamburger span:nth-child(2) {
                top: 11px;
            }

            #hamburger span:nth-child(3) {
                top: 22px;
            }

        #hamburger.open span:nth-child(1) {
            top: 11px;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        #hamburger.open span:nth-child(2) {
            opacity: 0;
            left: -30px;
        }

        #hamburger.open span:nth-child(3) {
            top: 11px;
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

    .sitenavigation ul {
        margin: 0;
        padding: 0;
        float: right;
    }

    .sitenavigation li {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: inline-block;
        margin-left: -4px;
        line-height: 20px;
    }

        .sitenavigation li.nav-dropdown:hover > a {
            background-color: #CCC !important;
            color: #000;
        }

        .sitenavigation li a {
            color: #758283;
            text-decoration: none;
            display: block;
            padding: 11px 14px;
            font-size: 0.9375em;
            -webkit-tap-highlight-color: transparent;
        }

            .sitenavigation li a.nav-path-selected,
            .sitenavigation li a.linkclicked {
                color: white;
                background-color: #ECECEC;
            }

            .sitenavigation li a.nav-selected {
                background-color: #777;
                color: #000;
            }

            .sitenavigation li a:hover {
                background-color: #CCC !important;
                color: #000;
            }

        .sitenavigation li.clicked > ul {
            display: block;
        }

        .sitenavigation li ul {
            display: none;
            position: absolute;
            min-width: 200px;
            max-width: 300px;
            padding: 0;
            margin: 0;
        }

            .sitenavigation li ul a {
                background-color: #dfdfdf;
                font-size: 0.8125em;
            }

            .sitenavigation li ul li {
                float: none;
                display: block;
                margin: 0;
            }

            .sitenavigation li ul ul {
                left: 100%;
                margin-top: -40px;
            }

                .sitenavigation li ul ul a {
                    background-color: lightgray;
                }

    .sitenavigation .nav-dropdown:hover > a,
    .sitenavigation .nav-dropdown.clicked > a {
        background-color: #ECECEC;
    }

    .no-js .sitenavigation li:hover > ul {
        display: block !important;
    }

    .menu-icon {
        display: none;
    }


    .navbar {
        width: 100%;
        background-color: #f9f9f9;
        border: thin solid #ededed;
        height: 44px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        z-index: 1;
    }

        .navbar .logo {
            float: right;
            font-weight: 800;
            margin: 5px 10px;
        }

        .navbar .menu-icon {
            width: 30px;
            height: 25px;
            padding-top: 0;
            margin-top: 7px;
            display: block;
            -webkit-tap-highlight-color: transparent;
            padding: 5px;
            padding-top: 1px;
            padding-bottom: 12px;
            margin-bottom: 10px;
            cursor: pointer;
        }

        .navbar .sitenavigation ul {
            display: none;
            max-width: none !important;
        }

        .navbar .sitenavigation li {
            float: none;
            display: block;
            margin: 0;
            padding: 0;
        }

        .navbar .sitenavigation.is-tapped > ul {
            display: block;
            position: absolute;
            margin: 0;
            background-color: #FFF;
            right: 0;
            left: 0;
            z-index: 100;
            padding: 0;
            top: 40px;
        }

            .navbar .sitenavigation.is-tapped > ul a {
                width: 100%;
                margin: 0;
                background-color: #ECECEC;
                display: block;
                font-size: 1.1875em;
                padding-top: 10px;
                padding-bottom: 10px;
                padding-left: 20px;
                padding-right: 20px;
                height: auto;
                color: #758283;
                float: none;
                border: none !important;
                -webkit-font-smoothing: antialiased;
                -webkit-tap-highlight-color: transparent;
            }

                .navbar .sitenavigation.is-tapped > ul a:hover {
                    background-color: #dfdfdf;
                }

            .navbar .sitenavigation.is-tapped > ul li {
                width: 100%;
                background-color: #f7f7f7;
                border-bottom: solid 1px #b9b9b9;
                -webkit-tap-highlight-color: transparent;
            }

                .navbar .sitenavigation.is-tapped > ul li li {
                    background-color: #fff;
                }

            .navbar .sitenavigation.is-tapped > ul ul {
                display: none;
                width: 100%;
                z-index: 200;
                border: none;
                margin-left: 0;
                padding: 0;
                position: relative !important;
            }

                .navbar .sitenavigation.is-tapped > ul ul ul {
                    clear: both;
                    left: 0;
                    margin-top: 0;
                }

                .navbar .sitenavigation.is-tapped > ul ul li {
                    border-bottom: solid 1px #f9f9f9;
                }

                    .navbar .sitenavigation.is-tapped > ul ul li li a {
                        background-color: #f9f9f9;
                        padding-left: 30px;
                    }

                .navbar .sitenavigation.is-tapped > ul ul a {
                    background-color: #dfdfdf;
                    font-size: 1em;
                    padding-left: 20px;
                }

                    .navbar .sitenavigation.is-tapped > ul ul a:before {
                        content: "- ";
                        display: inline-block;
                        margin-right: 8px;
                        color: #000;
                    }

            .navbar .sitenavigation.is-tapped > ul li.nav-dropdown {
                cursor: pointer;
            }

                .navbar .sitenavigation.is-tapped > ul li.nav-dropdown > a {
                    width: 80%;
                }

                .navbar .sitenavigation.is-tapped > ul li.nav-dropdown:after {
                    content: "\F282";
                    font-family: bootstrap-icons !important;
                    position: absolute;
                    color: #000;
                    padding: 0;
                    display: block;
                    width: 20%;
                    right: 0;
                    margin-top: -40px;
                    text-align: center;
                    font-size: 16px;
                    font-weight: 700;
                    padding-top: 10px;
                    padding-bottom: 10px;
                }

            .navbar .sitenavigation.is-tapped > ul li.expanded:after {
                display: none;
            }

            .navbar .sitenavigation.is-tapped > ul li.expanded li:first-child:before {
                content: "\F286";
                font-family: bootstrap-icons !important;
                position: absolute;
                color: black;
                padding: 0;
                display: block;
                width: 20%;
                right: 0;
                margin-top: -40px;
                text-align: center;
                font-size: 16px;
                font-weight: 700;
                padding-top: 10px;
                padding-bottom: 10px;
            }



    /* footer */
    .footer_container {
        max-width: 92%;
    }

    .first_row {
        flex-direction: column;
    }

    .left_cnt {
        flex-direction: column;
    }

        .left_cnt > div {
            width: 92%;
        }

    .left_cnt {
        margin-bottom: 30px;
    }

    .copyright_container {
        max-width: 92%;
        flex-direction: column;
        text-align: center;
    }

        .copyright_container p:nth-child(2) {
            padding: 10px 0;
        }
}
