@media screen and (min-width: 1400px) {
  .NavMenu {
    text-align: right;
}
  .SiteMenu.Fixed .Navbar .Logo img{
    width: 150px !important;
}
}
}
@media screen and (min-width: 1600px) {
  .NavMenu {
    text-align: right;
}
.SiteMenu.Fixed .Navbar .Logo img{
    width: 111px !important;
}
}
@media screen and (min-width: 1900px) {
  .NavMenu {
    text-align: center;
}
.big-logo{height: 30%;}
}

@media (min-width: 2100px) {
  html { font-size: 2.9rem; }
  .NavMenu>li>a{    font-size: 1.4em !important}
  div>ul.NavMenu>li:not(:last-child)>a:after {
 
    top: 0.2rem !important;}
	.NavMenu {
	margin: 0 17% 0 17% !important;}
}

@media (max-width: 2000px) {
  html { font-size: 1.4rem; }
}
@media (max-width: 400px) {
  html { font-size: 1.1rem; }
}  


.SiteMenu {
    display: block;
    position: relative;
	background : #fff;
    z-index: 999;
}


div#first {
    height: 50vh;
}

.SiteMenu:after {
    content: "";
    display: table;
    clear: both;
}
.big-logo {
    text-align: center;
	height:7rem;
	
}

.big-logo img {
    width: 13rem;
}


.Navbar {
    /..margin-bottom:7.5rem;../
	height:45%
}
.Navbar a {
	color:#666
}
.NavMenu {
    margin: 0 auto !important;
    display: block;
    width: 33.5rem;
    border-top: 0.0625rem solid #e0e0e0;
    border-bottom: 0.0625rem solid #e0e0e0;
    text-align: center;
}
.SiteMenu.Navbar.NavMenu:nth-child(1){background-color:red;}

     .NavMenu>li:not(:last-child)>a:after {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: #e0e0e0;
    border-radius: 2px;
    position: absolute;
    left: -0.5rem;
    top: 0.6rem;
}

.NavMenu>li {
	
    position: relative;
    display: inline-block;
}

.NavMenu>li>a {
    display: block;
    position: relative;
    padding: 0.25rem 0.875rem;
	font-size : 1.1em;
	border-bottom:0.125 solid white;
}
.NavMenu>li:hover a{color:#a26f43}
.NavMenu>li:hover .hover-red{
display:block;

}
.hover-red{
	display:none;
	width: 100%;
    height: 0.0625rem;
    background-color: #a26f43;
    position: absolute;
}
.up-space{
	height: 27%;
}
.down-space{
	height: 15%;
}





div>ul.NavMenu>li:not(:last-child)>a:after {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: #e0e0e0;
    border-radius: 2px;
    position: absolute;
    left: -0.2rem;
    top: 0.6rem;
}
.Fixed>.Navbar>.NavMenu>li:not(:last-child)>a:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #676767;
    border-radius: 2px;
    position: absolute;
    top: 16px;
    left: -6px;
}




.DropdownMenu .has-drop>a:after {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    top: 8px;
    left: 10px;
    width: auto;
    height: auto;
    background: transparent;
}


li.has-drop .DropdownMenu {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 10rem;
    background: white;
    border-bottom: 0.0625rem solid #999;
    margin-top: 0.0625rem;
	z-index: 90;
}



.DropdownMenu .has-drop .DropdownMenu {
    top: 0 !important;
    right: 100%;
    left: auto !important;
}

.DropdownMenu li {
    position: relative;
    display: block;
    padding: 0;
}
.Fixed>.Navbar>ul.NavMenu>li>a 

{
	border:none;
}
.Fixed>.Navbar>ul.NavMenu>li:hover>a {
	    color: #a26f43;
	border:none;
}
.Fixed>.Navbar>ul.NavMenu{
	border:none;
}

.NavMenu li .DropdownMenu>li a {
    display: block;
    padding: 6px 20px;
    font-size: 13px;
	background:#fff;
}
@media (min-width:2100px){
	.NavMenu li .DropdownMenu>li a {
		font-size:0.4rem;
	}
}
.NavMenu li .DropdownMenu>li a:hover {
    background: #f0f0f0;
}
li.has-drop .DropdownMenu li a {
    border-bottom: 0.0625rem solid #e5e5e5;
	color: black !important;
}
li.has-drop .DropdownMenu li:last-child a {
    border-bottom: 0;
}

.SiteMenu.Fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #293338;
    border-bottom: 3px solid #A27243;
}
.SiteMenu.Fixed .big-logo {
    display: none;
}
.SiteMenu.Fixed .Navbar {
    margin: 0;
}
.SiteMenu.Fixed .NavMenu>li>a {
    display: block;
    position: relative;
    padding: 10px 30px;
	font-size : 15px;
	color : #fff
}
.SiteMenu.Fixed .NavMenu>li:hover>a{
	color : #fff
}
.SiteMenu.Fixed .Navbar .Logo img {
    width: 170px;
}

.SiteMenu.Fixed .Navbar .Logo {
    display: block;
    float: left;
    margin-left: 10%;
	padding-left: 25px;
}
.SiteMenu.Fixed ul.NavMenu {
    padding: 11px 0;
	width: 55rem;
}
.SiteMenu.Fixed li.has-drop .DropdownMenu {
    display: none;
    position: absolute;
    top: 100%;
    right: 20px;
    min-width: 200px;
    background: white;
    
    border-bottom: 2px solid #999;
}
.SiteMenu.Fixed li.has-drop>a:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #676767;
    border-radius: 2px;
    position: absolute;
    top: 16px;
    left: -6px;
}

.SiteMenu.Fixed li.has-drop li.has-drop>a:after {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    top: 8px;
    left: 10px;
    width: auto;
    height: auto;
    background: transparent;
}

@media screen and (min-width :1100px){
    .Navbar .Logo,.Navbar .menu-btn{
        display: none;
    }
	li.has-drop:hover>.DropdownMenu , .SiteMenu.Fixed li.has-drop:hover>.DropdownMenu {
		display: block;
	}
	.SiteMenu.Fixed li.has-drop .DropdownMenu .has-drop .DropdownMenu {
		right: 100%;
	}
}
@media screen and (max-width:1100px) {
	.SiteMenu.Fixed{
		display : none !important
	}
	.SiteMenu {
		position: relative;
		top: 0;
		left: 0;
		padding: 30px 0;
		width: 100%;
		background: #293338;
		box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.18);
	}
	.SiteMenu .big-logo {
		display: none;
	}
	.Navbar {
		margin: 0 !important;
	}
	.Navbar .Logo {
		display: none;
	}
	ul.NavMenu {
		display:none;
		position: absolute;
		top: 61px;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 997;
		box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.18);
		transition: all 1s;
	}
	ul.NavMenu.Open{
		display:block;
	}
	ul.NavMenu li {
		display: block;
	}
	li.has-drop>a:after {
		top: 17px;
		left: 30px;
	}
	li.has-drop .DropdownMenu {
		position: relative !important;
		width: 100% !important;
		max-width: 100%;
		border: 0;
		background: #f4f4f4;
		top:auto ;
		left : auto;
		right : 20px !important
	}

	a.menu-btn {
		position: fixed;
		top: 21px;
		right: 22px;
		font-size: 19px;
	}
	.DropdownMenu .has-drop>a:after {
		left: 40px;
	}
	
}




@media (max-height:700px){
	.big-logo{
		/..padding : 50px 0 0 0../
	}
	.Navbar{
		/..margin-bottom: 70px../
	}
	#spliter{
		height:150px !important
	}
}


@media screen and (max-width: 991px){
.Navbar .Logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.Navbar .Logo img {
    width: 156px;
    height: 60px;
}

}



	

/*mobile*/
@media screen and (max-width:991px){
	div#first {
    height: auto;
}

.NavMenu>li>a {
    display: block;
    position: relative;
    padding: 0.625rem 3.125rem;
    font-size: 0.485rem;
    border-bottom: 0.125rem solid white;
	font-weight:bold;
	color:black;

}
div>ul.NavMenu>li:not(:last-child)>a:after {
   display:none;
}

.NavMenu>li:hover>a {
    border: 0;
    color: #000;
	margin:0;
	background:#f0f0f0;
}
.NavMenu>li:hover{
    border: 0;
    color: #000;
	margin:0;
}
.NavMenu {
    border-bottom: 0;
}
.NavMenu li .DropdownMenu>li a {
    display: block;
    padding: 0.375rem 2.8125rem;
    background: #fff;
}
.NavMenu li .DropdownMenu>li a:hover{
	background:#fff;
} 
li.has-drop .DropdownMenu{
	max-width:90%;
}
 .NavMenu {
 margin: 0 10% 0 0;
 }
 

.NavMenu>li.has-drop:after {
	content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 1.4375rem;
    left: 1.25rem;
    font-size: 0.99remrem;
}

.NavMenu>li.has-drop>.DropdownMenu>li.has-drop:after{
		content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 0.8125rem;
    left: 1.25rem;
    font-size: 0.99remrem;
	
}
.DropdownMenu .has-drop>a:after{
	content:"";
}
	li.has-drop .DropdownMenu{
	    background: #f0f0f0;
	}
	ul.NavMenu{
		    box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.18);
	}
	.NavMenu{
		border:0;
	}
	.row.HDshiping-types-list {
    margin-top: 5rem;
}
li.has-drop .DropdownMenu {
    background: #fff;
}
ul.NavMenu li {
    display: block;
    background: #fff;
}
.SiteMenu.Fixed .NavMenu>li:hover>a {
    
	background:#f0f0f0;
}
div#pageinfo {
	display:block;
}
div#page2{
padding: 0!important;
}
}

/*menu*/

/*fix*/
@media (max-width: 1050px) {
	.Fixed .NavMenu{
		    margin: 0;

	}
}
@media screen and (min-width:1100px) and (max-width:1200px) {
	.SiteMenu.Fixed .NavMenu>li>a {
    font-size: 0.48rem;
  }
  
	.Fixed .NavMenu{
		    margin: 0;

	}

}
@media screen and (min-width:980px) and (max-width:1100px) {

	div#first {
    height: auto;
}
}
@media screen and (min-width:1201px) and (max-width:1400px) {

	.Fixed .NavMenu{
		    margin: 0;
			font-size:0.1rem;

	}
}
@media screen and (min-width:1400px) and (max-width:1800px) {

	.Fixed .NavMenu{
		    margin: 0 10% 0 10%;

	}
}
@media screen and (min-width:1400px) and (min-width:2000px) {

	.NavMenu{width:25.5rem}
}
