.newhe > #stickymenudiv > .ddsmoothmenu {
    font: bold 12px Arial;
    width: 100%;
    float: left;
    height: 30px;
    margin-bottom: 0;
    margin-top: 0;
    background: #458fce;
    position: relative;
    z-index: 10;
    padding: 5px 0;
}

.newhe > #stickymenudiv > .ddsmoothmenu > ul {
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: initial;
    width: 960px;
    margin: auto;
}

button#stickymobiletoggler{ /* mobile menu toggler */
  display: none;
}

#stickymenuwrapper{
	position: relative;
	height: auto;clear: left;
}
.slideshow2 > a.logo_trangchu {
    background: url(../img/style/logo_slishow_7edu.png) no-repeat;
    background-size: 100%;
    width: 175px;
    height: 145px;
    font-size: 0;
    display: block;
    position: absolute;
    bottom: 125px;
    z-index: 1000;
    left: 50%;
    margin-left: -87px;
}
div#stickymenudiv{
  width: 100%;
  position: relative;
  min-height: 40px; /* The minimum height of the sticky menu container */
  background: transparent;
  display: table;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div#stickymenudiv:after{ /* pseudo element to create transparent background */
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
}


























body.sticky div#stickymenudiv{ /* #stickymenudiv style when menu is sticky (BODY has sticky class) */
z-index:9999;
	position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
  -webkit-animation: glidein 0.5s forwards; /* animate sticky menu into view */
  animation: glidein 0.5s forwards; /* animate sticky menu into view */
}

body.sticky div#stickymenudiv:after{
  opacity: .9; /* opacity of background DIV when menu is sticky */
}

@-webkit-keyframes glidein{
  from{-webkit-transform: translate3d(0,-100%,0)}
  to{-webkit-transform: translate3d(0,0,0)}
}

@keyframes glidein{
  from{transform: translate3d(0,-100%,0)}
  to{transform: translate3d(0,0,0)}
}


/* ##### responsive style ##### */

@media (max-width: 700px){
  div#stickymenudiv ul{
    font-size: .9em;
  }
  
  div#stickymenudiv ul li a img{
    width: 36px;
    height: auto;
  }
}
.newhe > #stickymenudiv > .header {    height: 40px;}


.newhe > #stickymenudiv > .header > .efluidmenu > ul > li > a {
    line-height: 40px;
    height: 40px;
    padding: 0 7px;
}
.newhe > #stickymenudiv > .header > .efluidmenu > ul > li > a.trang_chu_tour_du_lich {    background: url(../img/style/all-pod.png) no-repeat -450px -128px;}







.newhe > #stickymenudiv > .header > a.tong_dai_tu_van_tour_du_lich > b {
    position: absolute;
    bottom: -21px;
    font-size: 11px;
    line-height: 20px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: normal;
}
.newhe > #stickymenudiv > .header > a.tong_dai_tu_van_tour_du_lich:after {
    background: url(../img/style/all-pod.png) no-repeat -63px -92px;
    position: absolute;
    left: -40px;
    top: -2px;
    width: 40px;
    height: 40px;
}

.newhe > #stickymenudiv > .header > a.tong_dai_tu_van_tour_du_lich {
    font: 20px "Myriad Pro Condensed", Tahoma, Arial, Verdana, sans-serif;
    line-height: 19px;
    font-weight: bold;
    top: 2px;
}



.newhe > #stickymenudiv > div > div > .efluidmenu {background: transparent;}


.newhe > #stickymenudiv > .header > .efluidmenu > ul > li > a > h3 {
    padding: 0;
    margin: 0;
}
.newhe > #stickymenudiv > .header > .efluidmenu > ul > li > a > img {    margin-top: 15px;}




.newhe > #stickymenudiv > div > div > .efluidmenu > ul li a:hover:after,.newhe > #stickymenudiv > div > div > .efluidmenu > ul li a.selectedmenu:after {
    Content: "";
    background: url(../img/style/all-pod.png) no-repeat -74px -138px;
    position: absolute;
    top: auto;
    height: 20px;
    width: 70px;
    right: auto;
    -moz-transform: skewX(27deg);
    -ms-transform: skewX(27deg);
    -webkit-transform: skewX(27deg);
    transform: skewX(27deg);
    z-index: 2;
    left: -4px;
    bottom: 0;
}