*, body {
	padding: 0;
	margin: 0;
	font-family: 'sans-variab';
}

body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}


@font-face {
	font-family: sans-LightItalic;
	src: url('../font-sans/WorkSans-LightItalic.ttf')
}
@font-face {
	font-family: sans-Light;
	src: url('../font-sans/WorkSans-Light.ttf')
}
@font-face {
	font-family: sans-Bold;
	src: url('../font-sans/WorkSans-BoldItalic.ttf')
}
@font-face {
	font-family: sans-BlackItalic;
	src: url('../font-sans/WorkSans-Bold.ttf')
}
@font-face {
	font-family: sans-ExtraBold;
	src: url('../font-sans/WorkSans-ExtraBold.ttf')
}
@font-face {
	font-family: sans-Medium;
	src: url('../font-sans/WorkSans-Medium.ttf')
}
@font-face {
	font-family: sans-SemiBold;
	src: url('../font-sans/WorkSans-SemiBold.ttf')
}

@font-face {
	font-family: sans-BlackItalic;
	src: url('../font-sans/WorkSans-BlackItalic.ttf')
}

@font-face {
	font-family: sans-back;
	src: url('../font-sans/WorkSans-Black.ttf')
}

@font-face {
	font-family: sans-variab;
	src: url('../font-sans/WorkSans-VariableFont_wght.ttf')
}
@font-face {
	font-family: italic;
	src: url('../font-sans/WorkSans-Italic-VariableFont_wght.ttf')
}

#search input::-webkit-input-placeholder { /* WebKit browsers */
	color: #262626;
}

#search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #262626;
}

#search input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #262626;
}

#search input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #262626;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;

}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

input, textarea, select, button {
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-decoration:none;
}
button:focus {outline:none;} /*for IE*/
button::-moz-focus-inner {border-color: transparent;} /*for mozilla*/

select::-ms-expand {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

select {
	display: block;
}

option {
	display: block;
}

.visible-xs {
	display: none;
}

ul li {
	list-style: none;
}

a {
	color: #333;
	transition: all 0.5s ease 0s;
}

.form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-group.open .dropdown-toggle {
	box-shadow: none;
}

.headeryd .headright button {
	background: none;
}

.headBox {
	position: relative;
	width: 100%;
	height: 83px;
	z-index: 999;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;

}

.topbar {
	width: 100%;
	height: auto;
	background-color: #262626;
	color: #f0ead3;
	padding: 5px 0px;
	text-align: center;
	transition: all .5s ease 0s;
}

.topbar p {
	font-size: 12px;
	margin-bottom: 0;
	color: #fff;
}

.topbar .container {
	position: relative;
}

.headBox .toptop {
	position: relative;
}

.headBox .toptop .container {
	width: 76%;
	height: 83px;
}

.headBox .toptop .headtop {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

.headBox .logo {

}

.headBox .logo img {
	display: block;
	margin: 0 auto;
	margin-top: 12px;
}

.headBox .right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 13px;
}

.searchform-fly-overlay, .menu-full-screen {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: #a6093d;;
	text-align: center;
	transition: all ease-in-out .25s;
	z-index: 10000999;
}

.searchform-fly-overlay .btn-close-search {
	font-size: 40px;
	display: block;
	position: absolute;
	top: 20%;
	right: 20%;
	line-height: 40px;
	height: 40px;
	transition: all .3s;
	color: #fff;
}

.searchform-fly-overlay .searchform-fly {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}

.searchform-fly-overlay p {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 70px;
}

.search-form {
	position: relative;
}

.searchform-fly-overlay .search-field {
	width: 800px;
	background-color: transparent;
	box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1);
	border: 0 !important;
	text-align: center;
	font-size: 24px;
	padding: 20px;
	color: #fff;
	transition: all .3s ease-out;
	font-weight: 300;
	max-width: 95%;
	height: auto;
}

#search input {
	border: none;
	height: 30px;
	border-right-width: none;
	background: none;
	box-shadow: none;
	padding: 0;
}

.search-form .search-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display: block;
	right: 5px;
	border: none;
	color: #ffff;
	background: none;
	padding: 0;

}

.search-form .search-button i {
	background: none
}

.open-search-form.searchform-fly-overlay, .open-menu-fullscreen.menu-full-screen {
	visibility: visible;
	opacity: 1;
}

.headBox .header-account {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: -20px;
	height: 100%;
}

.headBox .header-account #search .form-group {
	margin-bottom: 0px;
}

.headBox .header-account .input-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 20px;
	font-size: 20px;
}
.headBox .header-account .input-group .langua{
	border: 1px solid #333;
	font-size: 16px;
	color: #333;
	width: 28px;
	height: 28px;
	display: inline-block;
	text-align: center;
	line-height: 28px;
}
.headBox .header-account .input-group .langua button{
	background: none;
}
.headBox .header-account .input-group .langua:focus{
	border: 1px solid #a6093d;
	background: #a6093d;
	color: #fff;
}

.headBox .header-account #search {

}

.headBox .header-account #search form {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headBox .header-account #search .btn {
	background: none;
	border: none;
	padding: 0;
	display: block;
}

.headBox .header-account #search .btn i {
	font-size: 16px;
}

.headBox .header-account #heart em{
	font-style: normal;
	position: absolute;
	right: -5px;
	top: 9px;
	width: 22px;
	height: 22px;
	color: #fff;
	background: #a6093d;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.headBox .header-account #cart em {
	font-style: normal;
	position: absolute;
	right: -5px;
	top: 14px;
	width: 22px;
	height: 22px;
	color: #fff;
	background: #a6093d;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.headBox .header-account #heart i{
	font-size: 28px;
}
.headBox .header-account .input-group i {
	font-style: normal;
}
.headBox .header-account .input-group i.icon{
	font-size: 34px;
}

.headBox .header-account > div {
	margin-left: 5px;
	white-space: nowrap;
}

.headBox .header-account > div > img,
.headBox .header-account > div a > img {
	margin-left: 0px;
	margin-top: -4px;
}

.headBox .header-account > div > span,
.headBox .header-account > div a > span {
	font-size: 18px;
	color: #322924;
}

.headBox .nav {
	position: relative;
	width: 100%;
}

.headBox .nav > li {
	margin: 0px 12px;
	padding-bottom: 30px;
	display: inline-block;
}


.expand{
	height:0px;
	background-color:#fff;
	overflow:hidden;
	position:relative;
	width:100%;
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: 0 10px 25px -15px #000;
	box-shadow: 0 10px 25px -15px #000;
}
.expand .download{
	height:130px;
	width:500%;
}
.expand .download .item{
	float:left;
	width:20%;
}
.expand .download .item-active{
	display:block;
}
.navigation-down{
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: 0 10px 25px -15px #000;
	box-shadow: 0 10px 25px -15px #000;
}
.download-list{
	width: 72%;
	margin: 0 auto;
	position: relative;
	padding: 30px 0;
}
.expand #closeBtn{
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 0;
}

.menu-cols{
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.menu-cols .menu-col{
	width: 30%;
}
.menu-cols .menu-col ul{
	display: block;
	height: 100%;
	list-style: none;
	margin: 0 72px 0 0;
	padding: 0 72px 0 0;
}
.menu-cols .menu-col ul li{
	margin: 0 0 22px;
}
.menu-cols .menu-col ul li a{
	font-size: 1.525rem;
	position: relative;
	padding: 0;
	display: inline-block;
	color: inherit;
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
	font-family: 'sans-variab';
}
.menu-cols .menu-col ul li a:hover{
	color: #a6093d;
}
.menu-cols .menuteaser{
	width: 70%;
	position: relative;
	display: table;
	margin: 0;
}
.menu-cols .menuteaser .menuteaser-inner{
	height: 100%;
	min-height: 150px;
}
.menu-cols .menuteaser .menuteaser-inner .menuteaser-media{
	margin-bottom: 30px;
	max-width: 450px;
}
.menu-cols .menuteaser .menuteaser-inner a:hover .menuteaser-content h3,
.menu-cols .menuteaser .menuteaser-inner a:hover .menuteaser-content p{
	color: #a6093d;
}
.menu-cols .menuteaser .menuteaser-inner .menuteaser-media img{
	max-height: 300px;
}
.menu-cols .menuteaser .menuteaser-inner .menuteaser-content{

}
.menu-cols .menuteaser .menuteaser-inner .menuteaser-content h3{
	font-size: 2.825rem;
	margin: 0 0 10px;
}
.menu-cols .menuteaser .menuteaser-inner .menuteaser-content p{
	font-size: 1.4875rem;
	text-align: justify;
}
.cbp-hrsub {
	display: none;
	position: absolute;
	background: #fff;
	width: 100%;
	left: 0;
	top: 70px;
}
.cbp-hrsub:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	border-bottom: 12px solid #a6093d;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin-left: -8px;
	left: 50%;
	top: -12px;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}
.navbar .cbp-hrsub-inner {
	width: 100%;
	padding: 2rem 1.875em 0;
}
.navbar .cbp-hrsub-inner li{
	line-height: 30px;
}

.headBox .nav .btn-active:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	border-bottom: 12px solid #a6093d;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin-left: -8px;
	left: 50%;
	top: 53px;
}
.headBox .nav .btn-active,
.headBox .nav .active {
	border-bottom: 2px solid #a6093d;
}
.headBox .nav .active li a{
	color: #333;
}
.headBox .nav > li:before {
	content: "";
	width: 8px;
	height: 8px;
	border: solid #555;
	border-width: 0 0 1px 1px;
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	right: 2px;
	top: 35%;
}
.headBox .nav > li.cbp-hropen:before {
	border-width: 1px 1px 0 0;
	transform: translate(-50%, -50%) rotate(-45deg);
	top: 40%;
}

.headBox .nav > li:nth-last-child(1):after,
.headBox .nav > li:nth-last-child(1):before{
	border: none;
}

.headBox .nav .active a {
	color: #a6093d;
}

.headBox .nav li a:hover {
	color: #a6093d;
}

.nav > li > a {
	padding: 0;
	margin: 15px 1.5vw 0px;
	text-align: center;
}

.headBox .nav-ul {
	display: flex;
	justify-content: space-between;
	z-index: 9998;
	align-items: center;

}

.nav > li > a i {
	display: block;
	text-align: center;
	font-style: normal;
	margin: 10px auto;
}

.navbar {
	margin-bottom: 0;
	width: 100%;
}

.navbar-nav {
	width: 100%;
	justify-content: space-between;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background: none;
	border-color: none;
}

.headBox .nav-ul .subnav li a {
	display: inline-block;
	text-align: center;
	color: #333;
	transition: background .1s linear 0s;
	-webkit-transition: background .1s linear 0s;
	-moz-transition: background .1s linear 0s;
	-o-transition: background .1s linear 0s;
	font-size: 21px;
}

.headBox .nav-ul .subnav li a i {
	margin-left: 5px;
}

.headBox .nav-ul .subnav li a img {
	height: 35px;
	margin: -2px 0 0 10px;
}

.headBox .nav-ul .subnav li a:hover {
	color: #a6093d;
	background: none;
}

.headBox .nav-ul .subnav li .this {
	color: #f36e22;
}


.fixednav {
	position: fixed;
	top: 0;
	background-color: #fff;
}

.menu-bg {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: rgba(0, 0, 0, .4);
	display: none;
	top: 0;
}

.menu-box {
	box-sizing: border-box;
	padding: 20px;
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index: 100000000001;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(100%);
	color: #fff;
	right: 0;
}

.menu-box .shop {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	align-items: center;
}

.menu-box .shop p {
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}

.menu-box .shop p img {
	margin-right: 5px;
}

.menu-box.open {
	transform: translateX(0);
}

.open .logo img {
	display: block;
	margin: 100px auto;
}

.open .close {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
}

.language-bg {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: rgba(0, 0, 0, .4);
	display: none;
}

.language-box {
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 10001;
	display: none;
}
.nav > li{
	position: relative;
	display: inline-block;
}
.nav > li > a {
	font-size: 16px;
	display: block;
	position: relative;
}
.nav > li > a > span{
	display: block;
	white-space:nowrap;
	font-family: 'sans-variab';
}

.nav > li > a:hover {
	background: none;
	color: #a6093d;
}

.btn-group .dropdown-menu, #top .list-inline li .dropdown-menu, #account-box .dropdown-menu {
	min-width: 100px;
	border-radius: 0 !important;
	top: 120%;
	border: none;
	left: 50%;
	color: #333;
	margin-left: -55px;
	box-shadow: 0 16px 48px 1px rgba(0, 0, 0, 0.3);
	text-align: center;
	padding: 10px 0px;
}

.btn-group .dropdown-menu:before, .list-inline li .dropdown-menu:before, #account-box .dropdown-menu:before {
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -0.4375em;
	width: 0;
	height: 0;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

.footer {
	width: 100%;
	height: auto;
	background: #222222;
	overflow: hidden;
	position: relative;
	color: #fff;
}

.footer .container {
	width: 72%;
}

.footer .inner {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	padding: 30px 0px;
}

.footer .inner .left {
	width: 30%;
}

.footer .inner .logo img.ft_logo {
	max-width: 100%;
	display: block;
}
.footer .inner .logo .outside{
	height: 100px;
	display: flex;
	width: 55%;
}
.footer .inner .logo .outside a{
	flex: 1;
	vertical-align: middle;
	display: inline-block;
	height: 100px;
	line-height: 100px;
}
.footer .inner .logo .outside a img{
	vertical-align: middle;
	align-items: center;
}
.footer .inner .logo .outside a:nth-child(3){
	margin-top: -6px;
}

.footer .inner p {
	padding-bottom: 10px;
	font-size: 16px;
	color: #FFFFFF;
	opacity: 1;
}

.footer .inner .items {
	box-sizing: border-box;
	padding-left: 2%;
}

.footer .inner dl {
	margin-top: 0px;
}

.footer .inner dl dd {
	margin-top: 10px;
	color: #fff;
	opacity: 1;
	font-size: 12px;
}

.footer .inner dl dd i {
	margin-right: 5px;
}

.footer .inner dl dd a {
	font-size: 16px;
	color: #fff;
	opacity: 1;
	font-family: 'sans-variab';
}

.footer .inner dl dd a:hover {
	opacity: 1;
	color: #a6093d;
}

.footer .inner .fot_form{
	width: 100%;
}
.footer .inner .fot_form input{
	border: none;
	border-bottom: 1px solid #ddd;
	background: none;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #ddd;
	width: 100%;
}
.footer .inner .fot_form button{
	background: #a6093d;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #ddd;
	border: none;
	margin-top: 20px;
	padding: 0 30px;
}

.footer .inner .chin {
	display: flex;
}

.footer .inner .chin dl {
	margin-right: 10px;
}

.footer .inner span {
	color: #000;
	font-size: 18px;
}

.footer .inner .share dl {
	display: flex;
	flex-wrap: wrap;
	width: 100px;
}

.footer .inner .share dl dd {
	opacity: 1;
	margin: 0;
	padding: 0;
}

.footer .inner .share dl dd:hover {
	opacity: 0.5;
}

.footer .inner .share dl dd i {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0;
}

.footer .inner .share dl dd:nth-child(1) i {
	background-color: #3C5A99;
}

.footer .inner .share dl dd:nth-child(2) i {
	background-color: #33CCFF;
}

.footer .inner .share dl dd:nth-child(3) i {
	background-color: #FF0000;
}

.footer .inner .share dl dd:nth-child(4) i {
	background-color: #BA37A9;
}

.newsletter {
	width: 100%;
	display: flex;
	margin: 20px auto;
	justify-content: space-between;
}

.newsletter input {
	width: 62%;
	height: 44px;
	color: #13215a;
	box-shadow: initial;
	font-size: 16px;
	background-color: #fff;
	padding: 5px 10px;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;


}

.newsletter button {
	width: 90px;
	height: 44px;
	box-sizing: border-box;
	background: #197159;
	border: none;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}

.face a {
	margin-right: 10px;
}

.copy {
	width: 100%;
	height: auto;
	background-color: #000;
	padding: 10px 0px;
}

.copy .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.copy p {
	text-align: center;
	margin: 0;
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
	width: 100%;
}
.copy p a{
	color: #fff;
}

.copy p img {
	margin-left: 5px;
	max-width: 100%;
	opacity: 1;
}

.headBoxFixed {
	background: #fff;
	position: fixed !important;
	padding-top: 10px;
	top: 0;

}

.headBoxFixed .topbar {
	display: none;
}

.menu-box.open {
	transform: translateX(0);
}

.open .logo img {
	display: block;
	margin: 100px auto;
	width: 80%;
}

.s-side {
	width: 100%;
}

.s-side .fr {
	float: right;
}

.s-side .s-firstItem i {
	font-size: 20px
}

.s-side .s-firstItem span {
	display: inline-block;
	color: #999;
	font-size: 16px;
	white-space: 10px;
}

.s-side .first {
	padding: 10px 0px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.s-side .d-firstNav span {
	display: inline-block;
	font-size: 20px;
	color: #fff;
}

.s-side .d-firstNav i.fr {
	font-size: 20px;
	float: right;
}

.s-side .s-secondNav, .s-side .s-secondItem {
	padding: 10px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.s-secondNav:hover, .d-firstNav:hover {
	cursor: pointer
}

.s-side .d-secondDrop li a {
	padding: 5px 0px;
	display: block;
}

.s-side a {
	color: #fff;
}

.iconRotate {
	transform: rotate(180deg);
	transition: transform .5s
}

.s-firstDrop, .s-secondDrop {
	display: none
}

.s-side .s-secondNav, .s-side .s-secondItem a {
	font-size: 18px;
	color: #fff;
}

.headBox .header-account > div > span, .headBox .header-account > div a > span {
	font-size: 20px
}

#form-language a {
	padding: 3px 10px
}

.headBox .nav .hover {
	position: relative;
	height: 80px;
}

.headBox .nav .hover .sub_menu {
	display: none;
	opacity: 1;
	transition: 0.5s ease;
	width: 40vw;
	background: #fff;
	padding: 20px;
	position: absolute;
	top: 80px;
	left: 0vw;
	z-index: 999999999;
}

.headBox .nav .hover .sub_menu h3 {
	color: #a6093d;
	font-size: 18px;
	font-weight: 800;
	border-bottom: 1px solid #a6093d;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.headBox .nav .sub_menu ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: space-between;
}

.headBox .nav .sub_menu ul li {
	width: 31%;
	padding: 0 0px;
	margin: 0;
	margin-bottom: 10px;
	color: #c09b3e;
	font-size: 10px;
	text-transform: uppercase;
}

.headBox .nav .sub_menu ul li h5 {
	margin: 5px 0;
	font-weight: 800;
	transition: 0.5s ease;
}

.headBox .nav .sub_menu ul li img {
	transition: 0.5s ease;
	border-radius: 10px;
	width: 100%
}

.headBox .nav .sub_menu ul li:hover h5 {
	color: #a6093d
}

.headBox .nav .sub_menu ul li:hover img {
	transform: rotateZ(3deg);
	border-radius: 10px;
}

.headBox .nav .left_new {
	position: relative;
	width: 50%;
}

.headBox .nav .new_hidden {
	opacity: 0;
	visibility: hidden;
	transition: 0.5s ease;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.headBox .nav .left_new:hover .new_hidden {
	opacity: 1;
	visibility: visible;
}

.headBox .nav .hidden_bg {
	background-image: linear-gradient(to top, #4facfe 0%, #00f2fe00 100%);
	height: 100%;
	width: 100%;
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.headBox .nav .hidden_content {
	position: absolute;
	bottom: 0;
	padding: 0 20px;
}

.headBox .nav .hover_button {
	transition: 0.5s ease;
	text-decoration: none;
}

.headBox .nav .hover_button:hover {
	background-color: #9cc813;
	color: #fff !important;
	border-radius: 0 !important;
	text-decoration: none;
}

.headBox .nav .hover:hover .sub_menu {
	display: block;
	opacity: 1;
}

.searchform-fly-overlay .searchform-fly #search input::-webkit-input-placeholder { /* WebKit browsers */
	color: #fff;
}

.searchform-fly-overlay .searchform-fly #search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.searchform-fly-overlay .searchform-fly #search input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff;
}

.searchform-fly-overlay .searchform-fly #search input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #fff;
}

.fa-chevron-up::after {
	content: "\2715";
	color: #fff;
	display: block;
}

.searchform-fly-overlay, .menu-full-screen {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: #978C7C;
	text-align: center;
	transition: all ease-in-out .25s;
	z-index: 10000999;
}

.searchform-fly-overlay .btn-close-search {
	font-size: 40px;
	display: block;
	position: absolute;
	top: -50px;
	right: 10px;
	line-height: 40px;
	height: 40px;
	transition: all .3s;
	color: #fff;
}

.searchform-fly-overlay .searchform-fly {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 10px;
}

.searchform-fly-overlay p {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 70px;
}

.search-form {
	position: relative;
}

.searchform-fly-overlay .search-field {
	width: 800px;
	background-color: transparent;
	box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1);
	border: 0 !important;
	text-align: center;
	font-size: 24px;
	padding: 20px;
	color: #fff;
	transition: all .3s ease-out;
	font-weight: 300;
	max-width: 95%;
	height: auto;
}

#search input {
	border: none;
	height: 40px;
	border-radius: 2px 0 0 2px;
	border-right-width: none;
	text-align: left;
	outline: none;
}

.search-form .search-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display: block;
	right: 5px;
	border: none;
	color: #ffff;
	background: none;
	padding: 0;

}

.search-form .search-button i {
	background: none
}

.open-search-form.searchform-fly-overlay, .open-menu-fullscreen.menu-full-screen {
	visibility: visible;
	opacity: 1;
}

.layui-layer-content a{
	color: #fff;
}
.progress-continue-disabled .progress-bar{
	background-color:unset!important;
	opacity: 1!important;
}
.progress-continue-disabled .progress-bar span{
	color: #fff!important;
}
button:focus{outline: none}
button:focus{outline:0;}
button::-moz-focus-inner {border-color: transparent;}
.m_box_gn .input-group a span{
	font-size: 16px;
}