﻿@media(min-width:1200px) {
    #CommonMenuMain {
        width: 700px;
        position: absolute;
        right: 0;
        bottom: 0
    }

        /*css mặc định của kiểu menu này*/
        #CommonMenuMain .ddsmoothmenu-v ul {
            list-style-type: none;
            display: block;
            padding: 0;
            margin: 0;
            width: 700px;
            margin: 0;
            padding: 0;
            position: relative;
            z-index: 1000
        }

            #CommonMenuMain .ddsmoothmenu-v ul li.litop {
                display: block;
                float: right;
                border-bottom: 3px solid #fff;
                text-align: center;
                position: relative;
                margin-left: 30px
            }

                #CommonMenuMain .ddsmoothmenu-v ul li.litop:last-of-type {
                    margin-left: 0px
                }

            /*#CommonMenuMain .ddsmoothmenu-v ul li.litop span{display:block;height:25px;position:absolute;right:0;top:10px;background:url(border.png) no-repeat center;width:2px}*/
            #CommonMenuMain .ddsmoothmenu-v ul li.bdmn {
                width: 0;
                height: 100%
            }

        #CommonMenuMain a.top {
            display: inline-block;
            font: normal 15px/85px roboto-bold;
            text-transform: uppercase;
            color: #333;
            text-align: center;
            height: 81px;
            position: relative;
            z-index: 1;
        }

            #CommonMenuMain a.top .dothv {
                display: none;
                width: 100%;
                height: 5px;
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: 10;
                background: url(dot.png) no-repeat center bottom
            }

        #CommonMenuMain .ddsmoothmenu-v ul li.litop:hover {
            border-bottom: 3px solid var(--color-main)
        }

        #CommonMenuMain .ddsmoothmenu-v ul li.selected {
            border-bottom: 3px solid var(--color-main)
        }

        #CommonMenuMain .ddsmoothmenu-v ul li.current1 {
            border-bottom: 3px solid var(--color-main)
        }

        /*#CommonMenuMain .ddsmoothmenu-v ul li.litop:hover span,#CommonMenuMain .ddsmoothmenu-v ul li.selected span,#CommonMenuMain .ddsmoothmenu-v ul li.current1 span{display:none}*/

        #CommonMenuMain .ddsmoothmenu-v ul li.litop:hover .dothv, #CommonMenuMain .ddsmoothmenu-v ul li.selected .dothv {
            display: block
        }

        /*Sub level menu items */
        #CommonMenuMain .ddsmoothmenu-v ul li ul .con {
        }

        #CommonMenuMain .ddsmoothmenu-v ul li ul {
            position: absolute;
            top: 50px;
            visibility: hidden;
            width: 230px;
            background: rgba(9,123,199,0.9) !important
        }

            #CommonMenuMain .ddsmoothmenu-v ul li ul li {
                position: relative;
                display: block;
                text-align: left;
                border-bottom: 1px solid #1e9fa8
            }

                #CommonMenuMain .ddsmoothmenu-v ul li ul li:last-of-type {
                    border: none
                }

                #CommonMenuMain .ddsmoothmenu-v ul li ul li:hover a {
                    color: #fff;
                    background: rgba(3,95,172,0.9)
                }

                #CommonMenuMain .ddsmoothmenu-v ul li ul li a {
                    background: url(cate.png) no-repeat left 9px top 13px;
                    display: block;
                    font: normal 13px/18px Tahoma;
                    color: #fff;
                    padding: 7px 5px;
                    padding-left: 20px
                }

                #CommonMenuMain .ddsmoothmenu-v ul li ul li:hover ul li a {
                    background: none
                }

                #CommonMenuMain .ddsmoothmenu-v ul li ul li:hover ul li:hover a {
                    background: rgba(3,95,172,0.9)
                }

        /*#CommonMenuMain .ul1{top:85px !important;background:#fff}

#CommonMenuMain .ul2{top:0px !important;overflow:hidden}*/
        /*#CommonMenuMain .ddsmoothmenu-v ul li ul.ul2 li{background:rgba(214,240,252,0.9);display:block;padding:0px 5px;text-align:left;border-bottom:1px solid #d3eefb}
#CommonMenuMain .ddsmoothmenu-v ul li ul.ul2 li:last-of-type {border:none}
#CommonMenuMain .ddsmoothmenu-v ul li ul.ul2 li:hover{background:rgba(174,209,227,0.9)}
#CommonMenuMain .ddsmoothmenu-v ul li ul.ul2 li a{color:#005b88;background:url(dotli2.png) no-repeat left 9px top 13px;display:block;font:bold 12px/18px Arial;padding:7px 5px;padding-left:25px;text-transform:capitalize}*/

        /* Holly Hack for IE \*/
        #CommonMenuMain .ddsmoothmenu-v ul li ul {
            height: 0\9
        }
    /* End */
}
