
/* if open slide menu, hide .js-custom-header */
.hamburger .submenu__head, .hamburger .primary__head{position: relative;z-index: 70}
#ais_topbar.custom-menu .js-custom-header{position: relative;}
ul#mnu_child_sub{
    background-color: rgba(145, 145, 145, 0.9);
    position: absolute;
    margin-left: -10px;
    top: 50px;
    display: none;
    padding-top: 0;
    z-index: 60;
}
.menu__item .sub_child{
    width: 50%;
    position: relative;
    float: left;
}

#ais_topbar.custom-menu .js-custom-header {
    background-color: rgba(145,145,145,0.9);
}

#interface_header{
    width: 100%;
    height: 50px;
    position:fixed; z-index:12;
}

#has_sub_child:hover #mnu_child_sub{width: 650px;}
.js-primary-nav #has_sub_child:hover #mnu_child_sub{display: none !important;}

.ljs-custom-header,
#interface_header .ljs-custom-header{
  display: block;

}
#interface_header .ljs-custom-header .ljs-content-custom {
    max-width: 1140px;
    margin: 0 auto;
    clear: both;
    text-align: center;
  }
  #has_sub_child:hover{
    cursor: pointer;
  }
 #interface_header.custom-menu .ljs-nav .ljs-content-custom {
  display: block;
}
#interface_header  .menu__item {
  display: none;

}
.menu__item .btn__toggle {
    display: block;
    position: absolute;
    top: 16px;
    margin-left: 65px;
	  border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 10px;
    height: 10px;
    background-size: 100%;
    transition: transform .5s ease-in-out;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);

}

#interface_header  .menu__link {
  color: #ffffff; font-family: 'db_helvethaicaais_x45_light', sans-serif; font-weight: normal; font-size:16px; line-height: 1.8;
}

#interface_header  .menu__item:hover h2 a ,
#interface_header  .menu__item:active h2 a ,
#interface_header  .menu__item:focus h2 a ,
#interface_header  .menu__item.current h2 a {
  color: #000000 !important;


}

#interface_header  .menu__item:hover h2 a .btn__toggle ,
#interface_header  .menu__item:active h2 a .btn__toggle ,
#interface_header  .menu__item:focus h2 a .btn__toggle ,
#interface_header  .menu__item.current h2 a .btn__toggle {
  border-right: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
  transform: rotate(-135deg) !important;
  cursor:pointer !important;
  top: 22px;
}


@media screen and (min-width: 768px) {

  #interface_header  .menu__item {
    display: inline-block;
    padding: 10px 5px;
    border-bottom: none;
  }
}
@media screen and (min-width: 930px) {
  #interface_header  .menu__item {
    padding: 10px 5px;
  }
}



@media screen and (max-width: 1024px){
ul#mnu_child_sub{  margin-top:17px;}
.menu__item .menu__link,
.menu__item .menu__header,
.menu__item .primary__link { /*font-size: 14px;*/ }
.menu__item .sub_child{ padding: 5px 15px 0 15px; text-align:left; height: 42px; }
.menu__item .sub_child:hover{ padding: 5px 15px 0 15px; text-align:left; background-color:rgba(0, 0, 0, 0.7); color:#ffffff;}
.menu__item .sub_child:hover a{ color:#ffffff !important;}

/*#interface_header { height:55px; }*/
#interface_header  .menu__link { line-height: 1.2; }
.hamburger .menu__link, .hamburger .menu__header, .hamburger .primary__link { font-size:16px; }
ul#mnu_child_sub { padding-top: 28px; }

}
@media screen and (max-width: 800px) {
#interface_header .menu__item {  padding: 10px 5px !important; }
.menu__item .sub_child{height: 36px; font-size: 14px;}
}

@media screen and (max-width: 768px){
    #interface_header { height:48px; }
    #interface_header  .menu__link { font-size: 12px; }
    .hamburger .menu__link, .hamburger .menu__header, .hamburger .primary__link { font-size:12px; }
    ul#mnu_child_sub { margin-top: 10px; }
    #ais_topbar.custom-menu .js-custom-header {
        display: none;
    }
    #has_sub_child:hover #mnu_child_sub {
        width: 500px;
        top: 40px;
        margin-top: 0;
    }
}

@media screen and (max-width: 640px) {
#interface_header{ display:none;}
.hamburger .menu__link, .hamburger .menu__header, .hamburger .primary__link { font-size:17px; }

}

@media screen and (min-width: 930px) {
	#ais_topbar .menu__item {
		padding: 12px 14px !important;
	}
  #ais_topbar .js-nav .menu__item {
		padding: 8px 0px !important;
	}

	.menu__item .sub_child {
    padding: 6px 25px 0 25px;
    text-align: left;
    height: 38px;
}

}
#main-menu-topnew4 {
	padding: 8px 0 !important;
}
