.contmentit{
	position: relative;
	padding-top: 20px;
	height: 150px;
	display: inline-table;
}
.contmentit .menu{
	width: 50%;
	float: left;
}
.contmentit .mentit{
  padding: 0px 10px;
    text-transform: uppercase;
}
.contmentit .contmenwid{
    margin: 30px auto;
    display: table;
}
.contmentit .mentit:hover{
	font-size: 1.1em;
}
.mentit img{
	width: 20px;
	height: 20px;
}
.mentit.subnav {
    width: 200px;
    height: 120px;
    line-height: 90px;
}
.mobile{
	display: none;
}
#notsho {
    width: 20px;
    height: 20px;
    background-color: red;
    border-radius: 20px;
    position: absolute;
    top: -25px;
    right: 0px;
    font-size: 14px;
    line-height: 21px;
    font-family: sans-serif;
}
.desktop .subnav .subnavbtn {
  padding: 15px 0px;
  cursor: pointer;
}
.desktop .subnav-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: white;
  z-index: 100000;
  padding: 10px;
  width: 100%;
}
.desktop .subnav-content li{
	color: black;
	padding: 10px;
	display: block;
	width: calc(50% - 20px);
    float: left;
	cursor: pointer;
}
.desktop .subnav-content li:hover {
  background-color: #1a1a1a;
  color: white;
  padding: 10px;
}
.desktop .subnav:hover .subnav-content {
  display: block;
}
.mobile .subnav-content{
	display: none;
}

@media (max-width: 1050px){

}
@media (max-width: 862px){
	.menu{z-index:100; font-weight:bold; font-size:0.8em; width:100%; 
		background: #000;
		/*background: -webkit-linear-gradient(to right, #414345, #232526);
		background: linear-gradient(to right, #414345, #232526);*/
		position:absolute; text-align:center; top: 60px; padding:0px;}
	.menu li {display: block;   padding:15px 0; font-size: 16px;text-transform: uppercase;font-weight: normal;}
	.menu li:hover{display: block;   padding:15px 0 15px 0;}
	.menu ul li a { text-decoration:none;  margin: 0px; color:#000;}
	.menu ul li a:hover {  color: #000; text-decoration:none;}
	.menu a{text-decoration:none; color:white; display: block;}
	.menu a:hover{text-decoration:none; color:white;}
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
		width: 30px;
		height: 2px;
	}
	.hamburger{
		position:absolute;
		top:18px;
		right:15px;
		z-index: 1;
	}
	header {
		width: 100%;
		position: relative;
	}
	.menu ul{
		padding: 0px;
		margin: 0px;
	}
	.desktop{
		display: none;
	}
	.mobile{
		display:block;
		z-index: 10;
		height: 60px;
	}
	#logo{
		position: absolute;
		top: 5px;
		
		z-index: 1000;
	}
	.banner {
		width: 45%;
	}
	.brand-logo{
		height: 100%;
	}
	header .mobile .brand-logo img{
	    height: 46px;
		padding-top: 7px;
		width: auto;
	}
	.mobile .wri{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	#owl-demo-ban, #owl-demo-ban.service {
		height: Calc(100vh - 200px);
	}
	.icosho{
		position: absolute;
		top: 22px;
		left: 20px;
	}
	.icowis{
		position: absolute;
		top: 22px;
		left: 50px;
	}
	#notsho {
		width: 16px;
		height: 16px;
		top: -14px;
		right: -2px;
		font-size: 13px;
		line-height: 17px;
	}
	.menu ul .C-Item{
		display: block;
	}
	.flag img {
		width: 28px;
	}
	.mentit .subnavbtn{
		display: grid;
		padding: 15px 0;
		cursor: pointer;
	}
	.menu .subnav-content a {
		line-height: 60px;
	}
	.mentit.subnav {
		display: contents;
	}
}
@media (max-width: 768px){

}
@media (max-width: 720px){
	.contmentit .contmenwid{
		width: 100%;
		margin-top: 20px;
	}
	.contmentit .mentit{
		width: 33.33%;
		padding: 10px 0;
	}
	.contmentit{
		height: 190px;
	}
}
@media (max-width: 480px){

}
@media (max-width: 320px){
}