/*-------------------------Menu Doc -------------------------------*/
.navbar {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    min-height: 34px;
    background: #f8edcd;
}
.dn_mnleft {
    background: url(../images/nonhovtrai.png) no-repeat;
}
.ddsmoothmenu ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    width: 182px;
}
.ddsmoothmenu ul li {
    position: relative;
}
/* Top level menu links style */
.ddsmoothmenu ul li a {
    background: url(../images/line-menu.png) right no-repeat;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding-left: 23px;
    line-height: 40px;
    display: block;
}
.ddsmoothmenu ul li a:focus,
.ddsmoothmenu ul li a:hover,
.ddsmoothmenu ul li a:active {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
/* Sub level menu items */
.ddsmoothmenu ul li ul {
    height: 32px;
    line-height: 32px;
    color: #000;
    position: absolute;
    width: auto;
    min-width: 190px;
    white-space: nowrap;
    top: 0;
    left: 0;
    visibility: hidden;
}
.ddsmoothmenu ul li ul li a {
    line-height: 30px;
    margin: 0;
}
/* Holly Hack for IE */
* html .ddsmoothmenu ul li {
    float: left;
    height: 1%;
}
* html .ddsmoothmenu ul li a {
    height: 1%;
}
/* End */
.ddsmoothmenu3 {
    font-size: 12px;
    position: relative;
    z-index: 100;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
.ddsmoothmenu3 ul {
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 3px;
    margin-left: 25px;
}
/* Top level list items */
.ddsmoothmenu3 ul li {
    list-style: none;
    position: relative;
    float: left;
    background: url(../images/bg_menu.png) center top repeat-y;
    width: 108px;
    margin-right: 4px;
    height: 26px;
    color: #59332c;
    text-align: center;
    margin-top: 5px;
    margin-left: 4px;
    border: 1px solid #fff;
}
.ddsmoothmenu3 ul li a h2:hover {
    background: url(../images/bg_hover.png) repeat-x;
}
.ddsmoothmenu3 ul li ul li {
    height: auto !important;
    background: none !important;
    border-bottom: 1px dashed #dfdede;
    text-align: left !important;
    border: none;
}
.ddsmoothmenu3 ul li ul li {
    width: 200px;
    overflow: hidden;
    border-bottom: 1px dashed #bdad8d !important;
}
/* All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu3 ul li ul li ul {
    top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu3 ul li ul li a {
    width: 200px;
    font-size: 13px;
    margin: 0;
    line-height: 28px;
    border-top-width: 0;
    font-weight: bold;
    z-index: 100;
    font-family: Arial;
    text-transform: uppercase;
}

/* 1st sub level menu */
.ddsmoothmenu3 ul li ul {
    z-index: 999999999;
    position: absolute;
    left: 0;
    display: none;
    visibility: hidden;
    width: 200px !important;
    background: #d9c498;
    margin-left: 0px !important;
}

/* Top level menu link items style */
.ddsmoothmenu3 ul li a {
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    list-style: none;
    margin-right: 0px;
    height: 26px;
    line-height: 26px;
    font-weight: bold;
    padding-right: 0px !important;
    font-family: UTMSwissCondensed;
    text-transform: uppercase;
}
@font-face {
    font-family: 'comsegoe';
    src: url('../fonts/com_segoe_ui_light.ttf');
}
* html .ddsmoothmenu3 ul li a {
    display: inline-block;
}
.ddsmoothmenu3 ul li:hover {
    color: red;
    background: url(../images/hover_enu.png) center top repeat-y;
    text-decoration: none;
}
.ddsmoothmenu3 ul li ul li a:hover {}
/* Holly Hack for IE */
* html .ddsmoothmenu3 ul li {
    float: left;
    height: 1%;
}
* html .ddsmoothmenu3 ul li a {
    height: 1%;
}
/* CSS cho mũi tên */
.downarrowclass, .rightarrowclass {
    display: none;
}
/* CSS cho shadow sub menus */
.ddshadow {
    display: none;
    background: none;
}
.toplevelshadow {}

/*-------------------- Responsive cho Mobile -----------------------*/
/* Ẩn mobile menu và nút toggle trên desktop */
.mobile-menu, .mobile-menu-toggle {
    display: none;
}

@media screen and (max-width: 768px) {
    /* Ẩn menu desktop */
    .desktop-menu {
        display: none;
    }
    /* Hiển thị nút toggle cho mobile */
    .mobile-menu-toggle {
        display: block;
        background: #f8edcd;
        padding: 10px;
        text-align: left;
        max-width: 1000px;
        margin: auto;
        border-bottom: 1px solid #dfdede;
    }
    .mobile-menu-toggle span {
        margin-left: 20px;
        font-size: 20px;
        font-weight: bold;
        color: #59332c;
    }
    /* Kiểu cho mobile menu */
    .mobile-menu {
        display: none; /* Ban đầu ẩn, sẽ hiển thị khi toggle */
        max-width: 1000px;
        margin: auto;
        background: #f8edcd;
        border-top: 1px solid #dfdede;
    }
    .mobile-menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .mobile-menu ul li {
        border-bottom: 1px solid #dfdede;
    }
    .mobile-menu ul li a {
        display: block;
        padding: 10px;
        color: #59332c;
        font-size: 14px;
        text-decoration: none;
    }
    .mobile-menu ul li ul {
        background: #eaeaea;
    }
    .mobile-menu ul li ul li a {
        padding-left: 20px;
        font-size: 13px;
    }
}
