﻿@media only screen and (min-width: 601px) {
    .navbar {
        background-color: transparent;
        text-align: center;
        /* float: right; */
        /* position: absolute; */
        z-index: 105;
        direction: ltr;
        font-size: 18px;
        display: grid;
        width: 100%;
        color: #fff;
    }

        .navbar div.container {
            margin: 0px auto;
            width: auto;
        }

    img.close_icon {
        display: none;
    }


    .dropdown {
        float: left;
        overflow: hidden;
        margin: 1px 7px;
        height: contain;
        display: inline-flex;
    }

        .dropdown .dropbtn {
            font-size: 20px;
            border: none;
            outline: none;
            color: #e5e4e4;
            background-color: inherit;
            font-family: "Kanit", sans-serif !important;
            font-weight: 200;
            font-style: normal;
            cursor: pointer;
        }

        .dropdown:hover .dropbtn {
            background-color: #ffba00;
            border-radius: 4px;
            padding: 3px;
            color: #333;
            font-weight: 400;
        }



    .navbar a {
        font-size: 20px;
        color: #e5e4e4;
        text-align: center;
        padding: 2px 5px;
        text-decoration: none;
        margin: 0px;
        font-family: "Kanit", sans-serif !important;
        font-weight: 200;
        font-style: normal;
    }

        .navbar a:hover {
            color: #333;
            font-weight: 400;
        }


    nav div.navbar .dropdown:hover .dropdown-content {
        visibility: visible;
        opacity: 1;
        display: block;
        color: #de1616;
        margin-top: 12px;
    }

    .dropdown-content {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s linear;
        border: 0px;
        display: none;
        position: absolute;
        top: 28px;
        background-color: #ffba00;
        min-width: 160px;
        width: 250px;
        z-index: 1000;
        direction: ltr;
        margin-top: 0px;
    }


    element.style {
    }

    nav div.navbar .dropdown:hover .dropdown-content {
        visibility: visible;
        opacity: 1;
        display: block;
        color: #de1616;
    }

    .dropdown-content {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s linear;
        border: 0px;
        display: none;
        position: absolute;
        top: 23px;
        background-color: #ffba00;
        min-width: 160px;
        width: 250px;
        z-index: 1000;
        direction: ltr;
        margin-top: 0px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 10px 20px 3px 3px;
    }

    .dropdown-content-product {
        /*background-image: url('../Content/images/background-1.jpg');
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: 0px 0px;
    padding-left: 20%;*/
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box;
    }

    .dropdown-content a {
        color: #000;
        font-weight: 300;
    }

    .dropdown-content ul {
        list-style: none;
        text-align: left;
    }

        .dropdown-content ul li {
            display: inline-block;
            min-width: 150px;
            vertical-align: top;
        }

            .dropdown-content ul li:hover {
                border: 0px dashed #000;
                color: #000;
                background: #363636;
                width: 100%;
            }

                .dropdown-content ul li:hover a {
                    color: #fff;
                    font-weight: 400;
                }

            .dropdown-content ul li ul {
                padding-right: 10px;
                position: relative;
                border: 0px dashed #000;
                display: none;
                margin-right: 10px;
                margin-bottom: 1px;
                margin-left: 1px;
            }

            .dropdown-content ul li:hover ul {
                display: block;
            }

            .dropdown-content ul li ul li {
                display: block;
                vertical-align: top;
                min-height: 30px;
                min-height: 30px;
            }

                .dropdown-content ul li ul li:hover {
                    background: #ffba00;
                }

                    .dropdown-content ul li ul li:hover a {
                        color: #000;
                    }

                .dropdown-content ul li ul li a {
                    font-size: small;
                }
}
