/* CSS Responsive Dropdown Bloggerisn */
.nav1 {
    display: block;
    background: #1E528A none repeat scroll 0% 0%;
    position: relative;
}

.menu {
    display: block;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.menu li {
    float: left;
    position: relative;
    z-index: 100;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
    text-decoration: none;
    padding: 12px 23px;
    display: block;
    color: #FFF;
    transition: all 0.2s ease-in-out 0s;
    font-size: 17px;
    font-family: UVNHongHaHep_R;
    text-transform: uppercase;
    white-space: nowrap;
}

.menu li a:hover,.menu li:hover>a {
    color: #fff;
    background: #e73333;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
}

.menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}

.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu ul li a {
    font-size: 12px;
    font-weight: normal;
    display: block;
    color: #ffffff;
    background: #1E528A;
}

.menu ul li a:hover,.menu ul li:hover>a {
    background: #e73333;
    color: #fff;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul ul {
    left: 149px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}

.menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}

.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #374147;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.responsive-menu:hover {
    background: #374147;
    color: #fff;
    text-decoration: none;
}

a.homer {
    background: #cf3f33;
}
.bongmenu{
    position: absolute;
    top: 50px;
    z-index: 99;
}
.sub-menu li{text-align:left;}