.hdr5{
	position:relative;width:100%;height:130px;margin-bottom:-65px;z-index:100;
}
.hdr5 .h-in{
	position:relative;width:100%;height:65px;
}
.hdr5 #h-top{
	background:#fff;
}
.hdr5 #h-inner{
	background:rgba(0,0,0,0.2);
}
.hdr5 #h-cnt{
	position:absolute;width:100%;height:130px;left:0;top:0;box-sizing:border-box;
}
.hdr5 .h-lg{
	position:absolute;width:100%;height:140px;left:0;top:0;background:#fff;border:solid 1px #E5E5E5;line-height:140px;text-align:center;
}
.hdr5 .h-lg img{border:none;max-height:94%;max-width:95%;}
.hdr5 #h-tp{text-align:right;}
.hdr5 #h-tp ul{list-style:none;margin:0;padding:0;}
.hdr5 #h-tp ul li{display:inline-block;line-height: 63px;padding: 0 10px;font-size: 18px;border-left: 1px solid #e5e5e5;font-family: 'Padauk', sans-serif;}
.hdr5 #h-tp ul li:last-child{border-right: 1px solid #e5e5e5;}
.hdr5 #h-tp ul li span{padding-right:3px;font-size:20px;}
.hdr5 #h-tp ul li.slink a{display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #8a8a8a;
	border-radius: 50%;}
.hdr5 #h-tp ul li.slink a:hover{color:#fff;background:#E40201;}
.hdr5 #h-inr{}

.hdr5 #h-inr ul,
.hdr5 #h-inr ul li {
    margin: 0;
    padding: 0;
	list-style:none;
}
.navbar {
    margin-bottom: 0;
    border: 0;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}
.nav-area{
	position:relative;
}
.mobile-nav{
	display:none;
}
.slicknav_menu {
	display:none;
}

.nav-tabs > li > a {
    border: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: 0;
    outline: 0
}
.nav-tabs {
    border: 0
}

.nav-tabs > li > a:hover {
    border: 0
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
	position: relative;
	border-top: 0px solid;
	box-shadow: none;
}
.hdr5 .nav li {
	position: relative;
	margin-right: 5px;
}
.hdr5 .nav li:last-child{
	margin:0;
}
.hdr5 .nav li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 22px 15px;
	position: relative;
	font-weight: bold;
	display: block;
	text-shadow: 1px 1px 1px #000;
}
.hdr5 .nav li:hover a, 
.hdr5 .nav li.active a {
	color: #fff;
}
.hdr5 .nav li a i {
	margin-left: 8px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.hdr5 .nav li:hover a i,
.hdr5 .nav li.active a i{
	opacity:1;
	visibility:visible;
	-webkit-transform:translateX(0%);
	-moz-transform:translateX(0%);
	transform:translateX(0%);
}
.hdr5 .nav li a::before {
	position: absolute;
	top: 0px;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	content: "";
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 6px solid #fff;
	left: 50%;
	margin-left: -8px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.hdr5 .nav li.active a::before, 
.hdr5 .nav li:hover a::before {
	-webkit-transform:translateY(0%);
	-moz-transform:translateY(0%);
	transform:translateY(0%);
	opacity:1;
	visibility:visible;
}
.hdr5 .nav .drop-down {
	position: absolute;
	left: 0;
	z-index: 8;
	width: 200px;
	top: 100%;
	opacity: 0;
	background: #fff;
	visibility: hidden;
	border-top: 3px solid;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 999;
	-webkit-box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.40);
	padding: 5px 0;
}
.hdr5 .nav li:hover .drop-down{
	opacity:1;
	visibility:visible;
}
.hdr5 .nav .drop-down li {
	margin: 0;
}
.hdr5 .mainmenu .nav .drop-down li a {
	color: #353535;
	text-align: left;
	border-radius: 0px;
	background: transparent;
	text-transform: capitalize;
	padding: 10px 15px;
	font-weight: 400;
	text-decoration:none;
	text-shadow: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.hdr5 .nav .drop-down li a:before{
	display:none;
}
.hdr5 .nav .drop-down li:hover a{
	color:#fff;
}
.hdr5 .nav .drop-down a i {
	margin-top: 5px;
	float: right;
	transform:translateX(0%);
}
.hdr5 .nav li .drop-down.sub-menu{
	left:110%;
	top:0;
	-webkit-box-shadow:0px 7px 9px rgba(0, 0, 0, 0.40);
	-moz-box-shadow:0px 7px 9px rgba(0, 0, 0, 0.40);
	box-shadow:0px 7px 9px rgba(0, 0, 0, 0.40);
	opacity:0;
	visibility:hidden;
}
.hdr5 .drop-down li:hover .drop-down.sub-menu{
	opacity:1;
	left:100%;
	visibility:visible;
}
.hdr5 .nav .drop-down li:hover .sub-menu li a{
	background:transparent;
	color:#353535;
}
.hdr5 .nav .drop-down li .sub-menu li:hover a{
	color:#fff;
}
#hdrx1{position:fixed;top:0;width:100%;min-height:55px;background:url('../../img/h1-1.png') repeat-y; background-size: contain;padding-bottom: 5px;-webkit-transition: all 500ms; transition: all 500ms;z-index:100;}
.hx1nav {position: relative;width: 100%;min-height: 50px;margin-top: 40px;text-align:right;transition: all 500ms;border-top: 1px solid #eaeaea;}
.hx1nav a {float: left;display: block;color: #000;text-align: center;padding: 14px 16px;text-decoration: none;font-size: 17px;}
.hx1nav a.active {position:relative;border-top: 1px solid #dc2a0b;border-bottom: 1px solid #dc2a0b;color: #dc2a0b;}
.hx1nav a.active:before{position: absolute;top: 8px;-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);transform: translateY(-100%);content: "";border-right: 8px solid transparent;border-left: 8px solid transparent;border-top: 8px solid #dc2a0b;left: 50%;margin-left: -8px;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;transition: all 0.4s ease;}
.hx1respon a.active { border: 1px solid #dc2a0b; color: #dc2a0b;}
.hx1nav .icon {  display: none;}
.hx1nav .ddown {float: left;overflow: hidden;}
.hx1nav .ddown .dropbtn {font-size: 17px;  border: none;outline: none;padding: 14px 16px;background-color: inherit;font-family: inherit;margin: 0;}
.hx1nav .ddown-content {display: none;position: absolute;background-color: #f9f9f9;min-width: 160px;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);z-index: 1;}
.hx1nav .ddown-content a {float: none;color: black;padding: 12px 16px;text-decoration: none;display: block;text-align: left;}
.hx1nav a:hover, .hx1nav .ddown:hover .dropbtn {  background-color: #dc2a0b;  color: #fff;  text-decoration: none;}
.hx1nav .ddown-content a:hover { background-color: #dc2a0b;    color: #fff;}
.hx1nav .ddown:hover .ddown-content {display: block;}
.hdrx1-content{position: relative;width: 100%;height: 100%;background: #fff;}
.hdrx1-lg{position: relative;width: 100%;height: 75px;background-size: contain;background-repeat: no-repeat;background-position: center;margin:10px;transition: all 500ms;}
.hdrx1-icon{position: absolute;width: 32px;height: 32px;font-size: 30px;top: 15px;right: 5px;display:none;}
.hdrx1-icon a{text-decoration:none;}
.sticky{position:fixed !important;top:0;left:0;}
.sticky .hdrx1-lg{height:44px;margin: 3px;}
.sticky .hx1blg{display:none;}
.sticky .hx1nav{margin-top:0;}
.hx1blg{position: absolute;top: 5px;right: 0;text-align: right;}
.hx1blg ul{list-style:none;margin:0;padding:0;}
.hx1blg ul li{display:inline-block;padding: 0 10px;border-left: 1px solid #e5e5e5;}
.hx1blg ul li:last-child{border-right: none;}
.hx1blg ul li:first-child{border: none;}
.hx1blg ul li span{padding-right:3px;font-size:20px;}
.hx1blg ul li.slink a{display: inline-block;width: 28px;height: 28px;line-height: 28px;text-align: center;color: #8a8a8a;border-radius: 50%;}
.hx1blg ul li.slink a:hover{color:#fff;background:#E40201;}
@media only screen and (max-width: 992px) {
	.hdr5 #h-tp ul{display:none;}
	.hdr5 .h-lg{height:65px;line-height:65px;}
	.hx1nav, .hx1nav a, .hx1nav .ddown .dropbtn, .hx1blg {display: none;}
  .hx1nav a.icon {float: right;display: block;}
  .hdrx1-lg{height:60px;}
  .hx1nav.hx1respon {position: relative;display: block;}
  .hx1nav.hx1respon a {
    float: none;
    display: block;
    text-align: left;
  }
  .hdrx1-icon{display:block;}
  .hx1nav.hx1respon .ddown {float: none;}
  .hx1nav.hx1respon .ddown-content {position: relative;}
  .hx1nav.hx1respon .ddown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
	.hdr5 .mobile-nav{
		display:block;
	}
	.slicknav_menu {
		display:block;
	}
	.hdr5 .h-ins{display:none;}
	.slicknav_parent .fa-angle-down{display:none;}
	.slicknav_nav li i{display:none;}
	.hdr5{
		height:80px;margin-bottom:0px;z-index:100;
	}
	.hdr5 .h-in{
		height:40px;
	}

	.hdr5 .h-lg{
		height:80px;line-height:80px;text-align:center;
	}
}

.hdr5 .nav li:hover, .hdr5 .nav li.active{background: #e40201;color:#fff;}
.hdr5 #h-tp ul li span{color:#E40201;}
/*******************************************************/
#hx2{display: inline-block;margin: 0;position: fixed;left:0;top:0;vertical-align: middle;width: 100%;z-index: 110;-webkit-transition: top .3s ease;-moz-transition: top .3s ease;transition: top .3s ease;}
#hx2.hx2x{-webkit-transition: top .3s ease;-moz-transition: top .3s ease; transition: top .3s ease;}
#hx2 .row{display:flex;}
#hx2.hx2x{	top:-38px;box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);}
.hx2x .hx2-top{	background-color: #E22D2D;background: -webkit-linear-gradient(left,#565656,#E22D2D); background: -o-linear-gradient(right,#565656,#E22D2D); background: -moz-linear-gradient(right,#565656,#E22D2D); background: linear-gradient(to right,#565656,#E22D2D);}
.hx2-top{width:100%;background:-webkit-linear-gradient(left,#E22D2D,#565656);background:-o-linear-gradient(right,#E22D2D,#565656);background:-moz-linear-gradient(right,#E22D2D,#565656);background:linear-gradient(to right,#E22D2D,#565656);color:#fff;position:relative;font-weight:400;height:41px;font-size:13px;z-index:111;box-sizing:border-box;overflow:hidden;}
.hx2-top a{color: #fff;padding: 0px 10px;line-height: 40px;font-size: 16px;text-decoration:none;}
.hx2-top a:hover{}
.hx2-top a i{padding-right: 10px;}
.hx2-top .col-sm-5{text-align:right;}
.hx2-top .col-sm-5 a i{padding-right: 10px;}
.hx2-row{background-color:#fff;border-bottom:1px solid #e9e9e9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-color:#c8c8d5;background-color:rgba(235,235,243,.6);height:86px;position:relative;-webkit-transition:background-color .3s ease;-moz-transition:background-color .3s ease;transition:background-color .3s ease;}
.hx2-logo{position:relative;width:100%;height:86px;display:flex;justify-content:flex-start;align-items:center;}
.hx2-logo img{width:auto;height:auto;max-width:100%;max-height:75%;}
.hx2-mn{text-align:right;padding-top:14px;line-height:normal;width:25%}
.hx2-mn span{font-size: 36px;color: #3b3b3a;}
.hx2-mn span:hover{color:#E84059;cursor:pointer;}
.hx2-snav {height: 100%;width: 0;position: fixed;z-index: 120;top: 0;right: 0;background-color: rgba(235, 235, 243, 0.6);border-left: 1px solid #d6bdc4;overflow-x: hidden;transition: 0.5s;padding-top: 60px;}
.hx2-snav a {padding: 8px;text-decoration: none;text-align: center;font-size: 18px;color: #818181;display: block;transition: 0.3s;border: solid 1px #c3c3c3;/* border-left: solid 5px #E22D2D; */box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);border-radius: 8px;margin: 10px;background: #fff;}
.hx2-snav a span{position: absolute;left: 25px;}
.hx2-snav a.h2alt{padding: 3px;margin: 5px 8px 5px 40px;}
.hx2-snav a.h2alt span{left: 20px;}
.hx2-snav h4{display: block;width: 100%;text-align: center;color: #E22D2D;}
.hx2-snav a:hover {background: #E22D2D;color: #fff;}
.hx2-snav .closebtn {position: absolute;width: 40px;height: 40px;top: 10px;right: 25px;font-size: 36px;line-height: 36px;font-weight: 600;margin: 0;padding: 0;border-radius: 50%;border: none;}
#hx3{
	display: inline-block;
    margin: 0;
    position: fixed;left:0;top:0;
    vertical-align: middle;
    width: 100%;
    z-index: 110;
	-webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    transition: top .3s ease;
}
#hx3.hx3x{-webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    transition: top .3s ease;}
#hx3 .row{display:flex;}
#hx3.hx3x{
	top:-38px;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
}
.hx3x .hx3-top{
	background-color: #E22D2D;
    background: -webkit-linear-gradient(left,#565656,#E22D2D);
    background: -o-linear-gradient(right,#565656,#E22D2D);
    background: -moz-linear-gradient(right,#565656,#E22D2D);
    background: linear-gradient(to right,#565656,#E22D2D);
}
.hx3-top{
	width: 100%;
    background: -webkit-linear-gradient(left,#E22D2D,#565656);
    background: -o-linear-gradient(right,#E22D2D,#565656);
    background: -moz-linear-gradient(right,#E22D2D,#565656);
    background: linear-gradient(to right,#E22D2D,#565656);
    color: #fff;
    position: relative;
    font-weight: 400;
    height: 41px;
    font-size: 13px;
    z-index: 111;
    box-sizing: border-box;
	overflow: hidden;
}
.hx3-top a{
	color: #fff;
    padding: 0px 10px;
    line-height: 40px;
    font-size: 16px;
	text-decoration:none;
}
.hx3-top a:hover{
	
}
.hx3-top a i{
	padding-right: 10px;
}
.hx3-top .col-sm-5{text-align:right;}

.hx3-top .col-sm-5 a i{
	padding-right: 10px;
}
.hx3-row{
	background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	border-color: #c8c8d5;
    background-color: rgba(235, 235, 243, 0.6);
	height: 86px;
    position: relative;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
	
}
.hx3-logo{
	position: relative;
    width: 100%;
    height: 86px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.hx3-logo img{
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 75%;
}
.hx3-mn{
	text-align: right;
    padding-top: 14px;
	line-height: normal;
}
.hx3-bt{font-size: 36px;color: #3b3b3a;display:none;}
.hx3-bt:hover{color:#E84059;cursor:pointer;}
.hx3nav {position: relative;display: flex;
    justify-content: flex-end;width: 100%;min-height: 50px;padding-top: 5px;transition: all 500ms;}
.hx3nav a {display: inline-flex;color: #000;text-align: center;padding: 14px 16px;text-decoration: none;font-size: 17px;}
.hx3nav a.active {position:relative;color: #E22D2D;}
.hx3nav a.active:before{position: absolute;top: 8px;-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);transform: translateY(-100%);content: "";border-right: 8px solid transparent;border-left: 8px solid transparent;border-top: 8px solid #E22D2D;left: 50%;margin-left: -8px;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;transition: all 0.4s ease;}
.hx3respon a.active { border-left: 5px solid #E22D2D; color: #E22D2D;}
.hx3nav a i{color: #6d6d6d;}
.hx3nav .icon {  display: none;}
.hx3nav .ddown {float: left;overflow: hidden;}
.hx3nav .ddown .dropbtn {font-size: 17px;  border: none;outline: none;padding: 14px 16px;background-color: inherit;font-family: inherit;margin: 0;}
.hx3nav .ddown-content {opacity: 0;height:0px;overflow:hidden;
    margin-top: 50px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: all .3s ease .1s;}
.hx3nav .ddown-content a {float: none;color: black;padding: 12px 16px;text-decoration: none;display: block;text-align: left;}
.hx3nav a:hover, .hx3nav .ddown:hover .dropbtn {  background-color: #E22D2D;  color: #fff;  text-decoration: none;}
.hx3nav a:hover i {  color: #fff; }
.hx3nav .ddown-content a:hover { background-color: #E22D2D;    color: #fff;}
.hx3nav .ddown:hover .ddown-content {opacity:1;margin-top:0;height:auto;}
#hx4{
	display: inline-block;
    margin: 0;
    position: fixed;left:0;top:0;
    vertical-align: middle;
    width: 100%;
    z-index: 110;
	-webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    transition: top .3s ease;
}
#hx4.hx4x{-webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    transition: top .3s ease;}
#hx4 .row{display:flex;}
#hx4.hx4x{
	top:-38px;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
}
.hx4x .hx4-top{
	background-color: #E22D2D;
}
.hx4-top{
	width: 100%;
    background: #F8F8F8;
    border-bottom: solid 1px #E4E4E4;
    color: #7B7B7B;
    position: relative;
    font-weight: 400;
    height: 41px;
    font-size: 13px;
    z-index: 111;
    box-sizing: border-box;
    overflow: hidden;
}
.hx4-top a{
	color: #7B7B7B;
    padding: 0px 10px;
    line-height: 40px;
    font-size: 16px;
	text-decoration:none;
}
.hx4-top a:hover{
	
}
.hx4-top a i{
	padding-right: 10px;
}
.hx4-top .col-sm-5{text-align:right;}
.hx4-top .col-sm-5 a{
	display: inline-block;
    float: right;
    height: 40px;
    width: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
    border-left: solid 1px #E4E4E4;
}
.hx4-top .col-sm-5 a:first-child{border-right: solid 1px #E4E4E4;}
.hx4-top .col-sm-5 a:hover{
	background-color:#E22D2D;color:#fff;
}
.hx4-top .col-sm-5 a i{
	padding-right: 0;
}
.hx4-row{
	background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	border-color: #c8c8d5;
	height: 86px;
    position: relative;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
	
}
.hx4-logo{
	position: relative;
    width: 100%;
    height: 86px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.hx4-logo img{
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 75%;
}
.hx4-mn{
	text-align: right;
    padding-top: 14px;
	line-height: normal;
}
.hx4-bt{font-size: 36px;color: #3b3b3a;display:none;}
.hx4-bt:hover{color:#E84059;cursor:pointer;}
.hx4nav {position: relative;display: flex;
    justify-content: flex-end;width: 100%;min-height: 50px;padding-top: 5px;transition: all 500ms;}
.hx4nav a {display: inline-flex;color: #000;text-align: center;padding: 14px 16px;text-decoration: none;font-size: 17px;}
.hx4nav a.active {position:relative;color: #E22D2D;}
.hx4respon a.active { border-left: 5px solid #E22D2D; color: #E22D2D;}
.hx4nav a i{display:none;}
.hx4nav .icon {  display: none;}
.hx4nav .ddown {float: left;overflow: hidden;}
.hx4nav .ddown .dropbtn {font-size: 17px;  border: none;outline: none;padding: 14px 16px;background-color: inherit;font-family: inherit;margin: 0;}
.hx4nav .ddown-content {opacity: 0;
    margin-top: 50px;
    position: absolute;
	height: 0px;
    overflow: hidden;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: all .3s ease .1s;}
.hx4nav .ddown-content a {float: none;color: black;padding: 12px 16px;text-decoration: none;display: block;text-align: left;}
.hx4nav a:hover, .hx4nav .ddown:hover .dropbtn {  color: #E22D2D; text-decoration: none; border-bottom:solid 1px #E22D2D;}
.hx4nav .ddown-content a:hover { background-color: #F8F8F8;   border:none;}
.hx4nav .ddown:hover .ddown-content {opacity:1;margin-top:0;height: auto;}
#hx5{
	display: inline-block;
    margin: 0;
    position: fixed;left:0;top:0;
    vertical-align: middle;
    width: 100%;
    z-index: 110;
	-webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    transition: top .3s ease;
}
#hx5.hx5x{-webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    transition: top .3s ease;}
#hx5 .row{display:flex;}
#hx5.hx5x{
	top:-41px;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
}
.hx5x .hx5-top{
}
.hx5-top{
	width: 100%;
    color: #fff;
    position: relative;
    font-weight: 400;
    height: 41px;
    font-size: 13px;
    z-index: 111;
    box-sizing: border-box;
	overflow: hidden;
}
.hx5-top a{
	color: #303030;
    padding: 0px 10px;
    line-height: 40px;
    font-size: 16px;
	text-decoration:none;
}
.hx5-top a:hover{
	
}
.hx5-top a i{
	padding-right: 10px;
}
.hx5-top .col-sm-12{text-align:right;}
.hx5-row{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	height: 86px;
    position: relative;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
	
}
.hx5x .hx5-row{background-color: rgba(235, 235, 243, 0.6);}
.hx5-logo{
	position: relative;
    width: 100%;
    height: 86px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.hx5-logo img{
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 75%;
}
.hx5-mn{
	text-align: right;
    padding-top: 14px;
	line-height: normal;
}
.hx5-bt{font-size: 36px;color: #3b3b3a;display:none;}
.hx5-bt:hover{color:#E84059;cursor:pointer;}
.hx5nav {position: relative;display: flex;
    justify-content: flex-end;width: 100%;min-height: 50px;padding-top: 5px;transition: all 500ms;}
.hx5nav a {display: inline-flex;color: #000;text-align: center;padding: 14px 16px;text-decoration: none;font-size: 17px;font-weight: 600;}
.hx5nav a.active {position:relative;color: #E22D2D;text-shadow: 1px 1px #000;border-radius: 8px;}
.hx5respon a.active { border-left: 5px solid #E22D2D; color: #E22D2D;}
.hx5nav a i{display:none;}
.hx5nav .icon {  display: none;}
.hx5nav .ddown {float: left;overflow: hidden;color: #000;font-weight: 600;}
.hx5nav .ddown .dropbtn {font-size: 17px;  border: none;outline: none;padding: 14px 16px;background-color: inherit;font-family: inherit;margin: 0;}
.hx5nav .ddown-content {opacity: 0;
    margin-top: 50px;
    position: absolute;
	height: 0px;
    overflow: hidden;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: all .3s ease .1s;}
.hx5nav .ddown-content a {float: none;color: black;padding: 12px 16px;text-decoration: none;display: block;text-align: left;}
.hx5nav a:hover, .hx5nav .ddown:hover .dropbtn {  color: #E22D2D; text-decoration: none; border-bottom:solid 1px #E22D2D;text-shadow: 1px 1px #000;border-radius: 8px;}
.hx5nav .ddown-content a:hover { background-color: #F8F8F8;   border:none;}
.hx5nav .ddown:hover .ddown-content {opacity:1;margin-top:0;height: auto;}
@media screen and (max-width: 992px) {/******************************************************/
  .hx3nav, .hx3nav a, .hx3nav .ddown .dropbtn, .hx3blg {
    display: none;
  }
  .hx3nav a.icon {
    float: right;
    display: block;
  }
  .hx3nav.hx3respon {position: relative;display: block;background: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);}
  .hx3nav.hx3respon a {
    float: none;
    display: block;
    text-align: left;
  }
  .hx3-mn{flex: 0 0 60%;}
  .hx3-bt{display:block;}
  .hx3nav.hx3respon .ddown {float: none;}
  .hx3nav.hx3respon .ddown-content {position: relative;opacity:1;margin-top:0;display:none;}
  .hx3nav.hx3respon .ddown:hover .ddown-content {display:block;}
  .hx3nav.hx3respon .ddown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .hx4nav, .hx4nav a, .hx4nav .ddown .dropbtn, .hx4blg {
	display: none;
	}
	.hx4nav a.icon {
	float: right;
	display: block;
	}
	.hx4nav.hx4respon {position: relative;display: block;background: #fff;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);}
	.hx4nav.hx4respon a {
	float: none;
	display: block;
	text-align: left;
	}
	.hx4-mn{flex: 0 0 60%;}
	.hx4-bt{display:block;}
	.hx4nav.hx4respon .ddown {float: none;}
	.hx4nav.hx4respon .ddown-content {position: relative;opacity:1;margin-top:0;display:none;}
	.hx4nav.hx4respon .ddown:hover .ddown-content {display:block;}
	.hx4nav.hx4respon .ddown .dropbtn {
	display: block;
	width: 100%;
	text-align: left;
	}
	.hx5nav, .hx5nav a, .hx5nav .ddown .dropbtn, .hx5blg {
    display: none;
  }
  .hx5nav a.icon {
    float: right;
    display: block;
  }
  .hx5nav.hx5respon {position: relative;display: block;background: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);}
  .hx5nav.hx5respon a {
    float: none;
    display: block;
    text-align: left;
  }
  .hx5-mn{flex: 0 0 60%;}
  .hx5-bt{display:block;}
  .hx5nav.hx5respon .ddown {float: none;}
  .hx5nav.hx5respon .ddown-content {position: relative;opacity:1;margin-top:0;display:none;}
  .hx5nav.hx5respon .ddown:hover .ddown-content {display:block;}
  .hx5nav.hx5respon .ddown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
	
}
@media (max-width: 768px) {/******************************************************/
  #hx2{top: -38px;}
  #hx3{top: -38px;}
  #hx4{top: -38px;}
  #hx5{top: -41px;}
}
@media (max-width: 500px) {/******************************************************/
  #hx2{top: -38px;}
	.hx2-row, .hx2-logo{height:50px;}
  .hx2-mn{padding-top:0;}
  #hx3{top: -38px;}
	.hx3-row, .hx3-logo{height:50px;}
  .hx3-mn{padding-top:0;}
  #hx4{top: -38px;}
	.hx4-row, .hx4-logo{height:50px;}
  .hx4-mn{padding-top:0;}
  #hx5{top: -41px;}
	.hx5-row, .hx5-logo{height:50px;}
  .hx5-mn{padding-top:0;}
}
@media screen and (max-height: 450px) {/******************************************************/
  .hx2-snav {padding-top: 15px;}
  .hx2-snav a {font-size: 18px;}
}