/*! #######################################################################
	MeanMenu 2.0.7
####################################################################### */
body {
	font-family: Arial, Helvetica, '微軟正黑體', sans-serif !important;
	font-weight: 400;
	font-style: normal;
	font-size: 0.875rem;
	width: 100%;
	color: #191919;
}

.img {
	max-width: 100%;
}

.img-full img {
	width: 100%;
}

a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	color: #00a0e9;
	text-decoration: none;
}

a,
button,
input {
	outline: medium none;
	color: #5a5a5a;
}

.uppercase {
	text-transform: uppercase
}

.capitalize {
	text-transform: capitalize
}

ul {
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom: 15px;
}

label {
	font-size: 15px;
	font-weight: 400;
	color: #333;
}

*::-moz-selection {
	background: #3399FF;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #3399FF;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #3399FF;
	color: #fff;
	text-shadow: none;
}

.mark,
mark {
	background: #00a0e9 none repeat scroll 0 0;
	color: #ffffff;
}

.fix {
	overflow: hidden
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

ul {
	margin: 0px;
	padding: 0px;
}

a.meanmenu-reveal {
	display: none
}

.mean-container .mean-bar {
	position: relative;
	background: #f19e00;
	padding: 4px 0;
	min-height: 42px;
	z-index: 1000;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 6px 11px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, '微軟正黑體', sans-serif !important;
	font-weight: 700
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #0c1923;
	margin-top: 44px
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255, 255, 255, .5);
	text-decoration: none;
	text-transform: uppercase
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255, 255, 255, .25);
	opacity: .75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: 0;
	margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255, 255, 255, .1)
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255, 255, 255, .1);
	border: 0 !important;
	border-left: 1px solid rgba(255, 255, 255, .4) !important;
	border-bottom: 1px solid rgba(255, 255, 255, .2) !important
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0, 0, 0, .9)
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.mean-remove {
	display: none !important
}
.mAlign{vertical-align: middle;}
/*---------------------------
    2. Header CSS
----------------------------*/
/*header menu sticky*/
.header-sticky {
	-webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
	transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
}

.header-sticky.is-sticky {
	background: rgba(255, 255, 255, .95);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1035;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .4);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	padding-bottom: 0;
}

.header-sticky.is-sticky .header-phone {
	display: none;
}

.header-sticky.is-sticky .header-menu-area {
	background: transparent;
}

.logo-sticky {
	display: none;
}

.logo-sticky>a {
	display: block;
}

/*index-2 header sticky css*/
.header-bottom-area.header-sticky.is-sticky.header-style-2 {
	height: 50px;
}

.header-bottom-area.header-sticky.is-sticky.header-style-2 .category-menu {
	display: none;
}

.header-bottom-area.header-sticky.is-sticky.header-style-2 .logo-sticky {
	display: block;
	margin-top: 10px;
}

.header-bottom-area.header-sticky.is-sticky.header-style-2 .header-menu-area .main-menu>li>a {
	padding: 15px 5px 15px 5px;
}

.header-bottom-area.header-sticky.is-sticky.header-style-2 .main-menu>li:last-child>a {
	padding-right: 0;
}

/*index-3 header sticky css*/
.header-bottom-area.header-sticky.is-sticky.header-style-3 {
	height: auto;
	padding: 0;
}

.header-bottom-area.header-sticky.is-sticky.header-style-3 .category-menu {
	display: none;
}

.header-bottom-area.header-sticky.is-sticky.header-style-3 .logo-sticky {
	display: block;
	margin-top: 10px;
}

.header-bottom-area.header-sticky.is-sticky.header-style-3 .header-menu-area .main-menu>li>a {
	padding: 15px 22px 15px 22px;
}

.header-bottom-area.header-sticky.is-sticky.header-style-3 .main-menu>li:last-child>a {
	padding-right: 0;
}

/*index-4 header sticky css*/
.header-bottom-area.header-sticky.is-sticky.header-style-4 {
	height: auto;
	padding: 0;
}

.header-bottom-area.header-sticky.is-sticky.header-style-4 .row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.header-bottom-area.header-sticky.is-sticky.header-style-4 .header-phone2 {
	display: none;
}

.header-bottom-area.header-sticky.is-sticky.header-style-4 .logo-sticky {
	display: block;
	margin-top: 10px;
}

.header-bottom-area.header-sticky.is-sticky.header-style-4 .header-menu-area .main-menu>li>a {
	padding: 15px 22px 15px 22px;
}

.header-bottom-area.header-sticky.is-sticky.header-style-4 .main-menu>li:last-child>a {
	padding-right: 0;
}

/*-------------------------------
    2.1 Header Top CSS
---------------------------------*/
.header-top-area {
	background: #f9f9f9;
	color: #666666;
	height: 36px;
	padding-top: 5px;
}

.header-top-left .icon-sm {
	color: #7F7F7F;
}

.header-top-menu>li {
	display: inline-block;
	list-style: none;
	position: relative;
}

.header-top-menu li a.el-link.el-link--default {
	color: #7F7F7F;
	text-transform: capitalize;
}

.header-top-menu li a.el-link.el-link--default:hover,
.header-top-left a:hover {
	color: #00a0e9;
}

.header-top-menu li a:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 16px;
	background-color: #5e5e5e;
	margin: 0 5px 0 10px;
}

.header-top-menu li:last-child a:after {
	display: none;
}
.header-top-left a:hover .bi-envelope {
  color: #00a0e9;
}
.ht-dropdown {
	position: absolute;
	border-top: 2px solid #f19e00;
	right: 0;
	top: 24px;
	background-color: #fff;
	width: 142px;
	display: none;
	z-index: 9;
	animation-name: fadeIn;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .3);
}

.ht-dropdown>li {
	list-style: none;
	text-align: left;
	margin: 5px;
}

.ht-dropdown>li>a {
	display: block;
	width: 100%;
	padding: 3px 16px;
	font-weight: 400;
	color: #737475;
	font-size: 0.92rem;
}

.ht-dropdown>li>a:hover {
	color: #ffffff;
	background: none;
}

/*index-2 page header style css*/
.header-top-area.header-style-2 .ht-dropdown>li:hover {
	background-color: none;
}

.header-top-area.header-style-2 .ht-dropdown>li>a:hover {
	color: #f19e00;
}

/*index-3 page css*/
.header-top-area.header-style-3 {
	border-bottom: 0;
}

.header-top-area.header-style-3 .header-top-left>a {
	color: #fff;
}

.header-top-area.header-style-3 .header-top-menu>li {
	border-left: 1px solid #fff;
}

.header-top-area.header-style-3 .header-top-menu>li:first-child {
	border-left: 0;
}

.header-top-area.header-style-3 .header-top-menu>li>a {
	color: #fff;
}

.header-top-area.header-style-3 .header-top-menu>li>a:hover {
	color: #000;
}

.header-top-area.header-style-3 .ht-dropdown>li>a:hover {
	color: #e40046;
}

/*index-4 page css*/
.header-top-area.border-bottom {
	border-bottom: 1px solid #2e62a7 !important;
}

.header-top-area.header-style-4 {
	border-bottom: 0;
}

.header-top-area.header-style-4 .header-top-left>a {
	color: #fff;
}

.header-top-area.header-style-4 .header-top-menu>li {
	border-left: 1px solid #fff;
}

.header-top-area.header-style-4 .header-top-menu>li:first-child {
	border-left: 0;
}

.header-top-area.header-style-4 .header-top-menu>li>a {
	color: #fff;
}

.header-top-area.header-style-4 .header-top-menu>li>a:hover {
	color: #000;
}

.header-top-area.header-style-4 .ht-dropdown>li>a:hover {
	color: #ffd503;
}

/*-------------------------------
    2.2 Header Middle CSS
---------------------------------*/
.header-middle-area {
	background: transparent;
	position: relative;
	max-height: 96px;
	padding: 1.125rem 0;
}

.header-middle-area.header-style-3 {
	padding: 30px 0;
}

.header-middle-area.header-style-4 {
	padding: 30px 0;
}

.main-menu>li {
	list-style: none;
	display: inline-block;

}

.main-menu>li>a {
	display: inline-block;
	line-height: 25px;
	padding: 5px 22px 15px 22px;
	color: #444;
	font-size: 16px;
	font-weight: 400;
}

.main-menu>li:first-child>a {
	padding-left: 0;
}

.main-menu>li:last-child>a {
	padding-right: 0;
}

.main-menu>li.active>a,
.main-menu>li>a:hover {
	color: #00a0e9;
}

.dropdown,
.mega-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 250px;
	padding: 20px 0;
	text-align: left;
	background-color: #eef0f2;
	box-shadow: 0px 0px 12px 0px #a7a7a7;
	border: 1px solid #eef0f2;
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 99;
	border-radius: 0;
	height: calc(100vh - 355px);
}

.main-menu>li:hover .dropdown,
.main-menu>li:hover .mega-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: perspective(600px) rotateX(0deg);
	transform: perspective(600px) rotateX(0deg);
	visibility: visible;
}

.dropdown>li {
	display: block;
	list-style: none;
}

.dropdown>li>a {
	font-size: 0.92rem;
	line-height: 18px;
	padding: 10px 30px;
	display: block;
	font-weight: 400;
	color: #444;
}

.dropdown>li>a:hover,
.mega-menu>li>ul>li>a:hover {
	color: #00a0e9;
}

.mega-menu {
	width: 100%;
	padding: 15px 22px 20px;
	right: auto;
	top: 46px;
}

.mega-menu1 {
	left: 0 !important;
	right: auto !important;
	max-height: calc(70vh);
	height: auto;
	overflow-y: auto;
	top: 50px;
}

.mega-menu1>li {
	width: 20% !important;
}

.mega-menu-biaoti {
	font-size: 16px;
	border-bottom: 1px solid #f2f2f2;
	display: block;
	padding-bottom: 5px;
	padding-top: 18px;
}

.mega-menu>li {
	float: left;
	width: 25%;
	padding: 0px 15px 20px 15px;
}

.mega-menu>li>ul>li>a {
	display: block;
  font-weight: 400;
  padding: .25rem .5rem !important;
  font-size: 1rem;
  line-height: 30px;
  border-bottom: 2px solid transparent;
    border-bottom-color: transparent;
  cursor: pointer;
}

.header-phone {
	display: inline-block;
	float: right;
	color: #444;
	font-size: 0.92rem;
	padding-left: 50px;
	height: 43px;
}

.header-phone>p {
	font-size: 0.92rem;
	color: #444;
	margin-bottom: 0px;
	height: 43px;
	line-height: 43px;
}

.header-phone>p>span {
	font-weight: 500;
	line-height: 25px;
}

.badge-outline {
	color: #ff927f;
	border: 2px solid #fae2e2;
	padding: 0.5rem;
	font-size: 1.5rem;
	height: 52px;
	width: 52px;
	text-align: center;
	vertical-align: super;
}

.badge-fill {
	display: inline-block;
	color: #4c4c4c;
	padding: 0.25rem 0;
	font-size: 1.25rem;
	height: 38px;
	width: 38px;
	text-align: center;
	vertical-align: middle;
}

.badge-fill:hover {
	opacity: .8;
	color: #00a0e9;
}

/*4. Mobile Menu CSS*/
.mobile-menu .mean-nav>ul {
	overflow-y: auto;
	max-height: 400px;
}

.mobile-menu {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 0 100% !important;
	flex: 1 0 100% !important;
}

.mobile-menu .mean-bar {
	position: relative;
	/*---- Mean Nav ----*/
}

.mobile-menu .mean-bar .meanmenu-reveal {
	position: absolute;
	top: -50px;
}

.mobile-menu .mean-bar .meanmenu-reveal span {
	position: relative;
	/*---- Menu Open ----*/
	/*---- Menu Close ----*/
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #282828;
	height: 3px;
	margin-top: 3px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #202020;
}

.mean-container a.meanmenu-reveal {
	color: #282828;
}

.mean-container .mean-bar {
	padding: 0;
	min-height: 0;
}

.mean-container .mean-nav {
	background: transparent;
	margin-top: 0;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before {
	top: -8px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after {
	bottom: -8px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
	height: 2px;
	width: 26px;
	background-color: transparent;
	display: block;
	margin: 8px 0;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #202020;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mobile-menu .mean-bar .mean-nav {
	background-color: #ffffff;
}

.mobile-menu .mean-bar .mean-nav>ul {
	border: 1px solid #eeeeee;
	border-top: 0px solid transparent;
	overflow-x: hidden;
	box-shadow: 1px 2px 4px 1px #dddddd;
}

@media only screen and (max-width: 479px) {
	.mobile-menu .mean-bar .mean-nav>ul {
		max-height: 220px;
		overflow-y: auto;
	}
}

.mobile-menu .mean-bar .mean-nav>ul li {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	/*---- Sub Menu & Mega Menu ----*/
}

.mobile-menu .mean-bar .mean-nav>ul li a {
	font-size: 0.92rem;
	display: block;
	color: #444444;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 44px;
	position: relative;
	border-top: 1px solid #eeeeee;
	padding: 0 40px 0 20px;
	width: 100%;
}

.mobile-menu .mean-bar .mean-nav>ul li a:hover {
	color: #202020;
	padding-left: 25px;
}

.mobile-menu .mean-bar .mean-nav>ul li a.mean-expand {
	border: 1px solid #eeeeee;
	position: absolute;
	right: -1px;
	top: 0;
	font-size: 20px !important;
	color: #444444;
	line-height: 44px;
	height: 46px;
	width: 40px;
	text-align: center;
	padding: 0 !important;
	background-color: transparent;
}

.mobile-menu .mean-bar .mean-nav>ul li a.mean-expand.mean-clicked {
	line-height: 40px;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu,
.mobile-menu .mean-bar .mean-nav>ul li ul {
	position: static;
	background-color: #fff;
	margin: 0;
	padding: 0 !important;
	width: 100%;
	box-shadow: none;
	display: none;
	float: left;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: perspective(0px) rotateX(0deg);
	transform: perspective(0px) rotateX(0deg);
	-webkit-transition: none;
	transition: none;

}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li,
.mobile-menu .mean-bar .mean-nav>ul li ul li {
	padding: 0;
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	border-right: 0px solid transparent;
	width: 100%;
	display: block !important;
	float: left;
	width: 100%;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li a {
	font-size: 0.88rem;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li a:before,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li a:before,
.mobile-menu .mean-bar .mean-nav>ul li ul li a:before {
	display: none;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul {
	background-color: rgba(0, 0, 0, 0.04);
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul li a {
	border-top: 1px solid #dddddd;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul li a.mean-expand {
	border: 1px solid #dddddd;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul ul,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul ul,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul ul {
	background-color: rgba(0, 0, 0, 0.05);
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul ul li a {
	border-top: 1px solid #eeeeee;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul ul li a.mean-expand {
	border: 1px solid #eeeeee;
}

/*Mobile Menu css end*/
/*index-2 header middle css*/
.header-middle-area.header-style-2 .search-categories>form button {
	background: #F5A100;
	border-bottom: 3px solid #cc8704 !important;
	border-radius: 30px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -1px;
}

.header-middle-area.header-style-2 .search-categories>form button:hover {
	background: #cc8704;
	border-bottom: 3px solid #F5A100 !important;
}

.header-middle-area.header-style-2 .cart-sticker {
	background: #F5A100;
}

.header-middle-area.header-style-2 .checkout>a:hover {
	background: #F5A100;
}

/*index-3 page css*/
.header-middle-area.header-style-3 .search-categories>form button {
	background: #333333;
	border-bottom: 3px solid #1e1e1e !important;
}

.header-middle-area.header-style-3 .search-categories>form button:hover {
	background: #c5003c;
	border-bottom: 3px solid #c5003c !important;
}

.header-middle-area.header-style-3 .search-form-input {
	border: none;
}

.header-middle-area.header-style-3 .header-top-search .search-form-input .nice-select {
	background: #fff;
	border-radius: 5px 0px 0px 5px;
	top: 0;
}

.header-middle-area.header-style-3 .search-categories>form button {
	top: 0px;
	right: -2px;
}

.header-middle-area.header-style-3 .mini-cart>a {
	color: #fff;
}

.header-middle-area.header-style-3 .mini-cart>a .cart-total {
	background-color: #fff;
	color: #000;
}

.header-middle-area.header-style-3 .cart-sticker {
	background: #e40046;
}

.header-middle-area.header-style-3 .checkout>a:hover {
	background: #e40046;
}

/*index-4 page css*/
.header-middle-area.header-style-4 .search-categories>form button {
	background: #ffd503;
	border-bottom: 3px solid #e9c304 !important;
	color: #333;
}

.header-middle-area.header-style-4 .search-categories>form button:hover {
	background: #333;
	border-bottom: 3px solid #1e1e1e !important;
	color: #fff;
}

.header-middle-area.header-style-4 .search-form-input {
	border: none;
}

.header-middle-area.header-style-4 .header-top-search .search-form-input .nice-select {
	background: #fff;
	border-radius: 5px 0px 0px 5px;
	top: 0;
}

.header-middle-area.header-style-4 .search-categories>form button {
	top: 0px;
	right: -2px;
}

.header-middle-area.header-style-4 .mini-cart>a {
	color: #fff;
}

.header-middle-area.header-style-4 .mini-cart>a .cart-total {
	background-color: #fff;
	color: #000;
}

.header-middle-area.header-style-4 .cart-sticker {
	background: #1e56a0;
}

.header-middle-area.header-style-4 .checkout>a:hover {
	background: #1e56a0;
}

/*-------------------------------
    2.3 Header Bottom CSS
---------------------------------*/
.category-menu {
	position: relative;
}

.category-heading {
	position: relative;
	cursor: pointer;
	height: 50px;
	border-radius: 3px 3px 0 0;
}

.category-heading>h2 {
	margin: 0;
	color: #fff;
	line-height: 48px;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	font-size: 1rem !important;
}

.category-heading>h2 .iconfont {
	font-size: 20px;
	margin-right: 6px;
	margin-left: 1rem;
}

.category-heading>h2:after {
	content: "";
	width: 16px;
	height: 10px;
	position: absolute;
	bottom: -7px;
	right: 15px;
}

.category-menu-list {
	position: absolute;
	left: 0;
	top: 85px;
	display: block;
	width: 100%;
	border: 1px solid #e7e7e7;
	z-index: 1000;
}

.category-menu-list>ul {
	background: #fff;
	border-radius: 0px 0px 4px 4px;
}

.category-menu-list>ul>li {
	list-style: none;
	border-bottom: 1px solid #ebebeb;
	padding: 0 20px;
	position: relative;
	text-align: left;
}

.header-bottom-area.header-style-3 .category-menu-list>ul>li:first-child {
	border-top: 1px solid #ebebeb;
}

.category-menu-list>ul>li>a,
.cat-dropdown>li>a {
	display: block;
	text-transform: capitalize;
	color: #333;
	height: 40px;
	line-height: 39px;
	overflow: hidden;
	padding-left: 15px;
	font-size: 0.92rem;
}

.category-menu-list>ul>li>a:hover,
.cat-dropdown>li>a:hover {
	color: #f19e00;
}

.category-menu-list>ul>li>a:before {
	content: "";
	width: 11px;
	height: 11px;
	border: 1px solid #555;
	display: block;
	position: absolute;
	left: 15px;
	top: 15px;
	border-radius: 100%;
}

.category-menu-list>ul>li>a:hover:before {
	background: #f19e00;
	border-color: #f19e00;
}

.category-menu-list>ul>li:last-child>a:before {
	display: none;
}

.category-menu-list>ul>li.right-menu>a:after {
	content: "\f105";
	font-family: FontAwesome;
	float: right;
	vertical-align: top;
}

.category-menu-list>ul>li.rx-parent>a {
	font-size: 0.92rem;
	font-weight: 600;
	color: #363f4d;
}

.rx-parent {
	cursor: pointer;
}

.category-menu-list ul>li span.fa {
	float: left;
	padding-top: 13px;
	margin-left: -15px;
	margin-right: 15px;
}

.rx-child,
.category-menu-list ul li a.rx-show {
	display: none;
}

.category-menu-list ul li.rx-change a.rx-show {
	display: block;
}

.category-menu-list ul li.rx-change a.rx-default {
	display: none;
}

.cat-dropdown,
.cat-mega-menu {
	position: absolute;
	top: 0;
	left: 100%;
	background: #ffffff;
	z-index: 999;
	width: 220px;
	border: 1px solid #e5e5e5;
	box-shadow: none;
	border: 1px solid #ededed;
	box-shadow: 4px 4px 4px -3px #808080;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cat-dropdown li,
.cat-mega-menu ul li {
	list-style: none;
}

.cat-dropdown>li>a {
	font-size: 0.92rem;
}

.cat-dropdown>li>a:hover {
	color: #00a0e9;
}

.cat-mega-menu {
	width: 440px;
	padding: 4px 0 10px 0;
	overflow: hidden;
}

li.right-menu .cat-mega-menu>li {
	width: 50%;
	float: left;
	padding: 15px 20px 10px 30px;
	list-style: none;
}

.cat-mega-menu>li.cat-mega-title>a {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 0.92rem;
	margin-bottom: 15px;
	display: block;
	line-height: 36px;
	position: relative;
}

.cat-mega-menu>li.cat-mega-title>a:after {
	background: #e5e5e5;
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 80px;
}

.cat-mega-menu>li>ul>li>a {
	font-size: 0.92rem;
	display: block;
	line-height: 25px;
}

.cat-mega-menu>li>ul>li>a:hover {
	color: #00a0e9;
}

.category-menu-list>ul>li:hover .cat-dropdown,
.category-menu-list>ul>li:hover .cat-mega-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.header-top-search {
	position: relative;
}

.search-categories>form {
	position: relative;
	color: #a9a9a9;
}


.header-top-search .search-form-input .nice-select {
	background: transparent;
}

.header-top-search .search-form-input .nice-select {
	border: medium none;
	top: 2px;
	width: 154px;
	height: 44px;
	line-height: 44px;
	padding: 0 21px;
	color: #5c5c5c;
}

.header-top-search .search-form-input .nice-select:before {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	background-color: #a1a1a1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.header-top-search .search-form-input .nice-select .list {
	height: 320px;
	overflow-y: auto;
	margin: 0;
}

.search-categories .search-form-input input {
	height: 42px;
	font-size: 0.92rem;
	background: white;
	color: #333;
	border: 1px solid #e7e7e7;
	padding-right: 55px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-right: 0px;
	padding-left: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.search-categories .input-group-append {
	background-color: #fff;
	border-radius: 0px 30px 30px 0;
	font-size: 1.4rem;
	border: 1px solid #e7e7e7;
	box-shadow: none;
}

.search-categories button:hover {
	opacity: .8;
}
.myDeico{vertical-align: middle;}
.myDeico>a{color: #4c4c4c;}
.myDeico>a:hover{
	color: #00a0e9;
}
/*mini cart css*/
.mini-cart {
	position: relative;
	text-align: right;
	color: #4c4c4c;
}
.header-middle-area .el-dropdown{color: #4c4c4c;}
.header-middle-area .el-dropdown:hover{color: #00a0e9;}

.mini-cart>a {
	display: inline-block;
	color: #4c4c4c;
	vertical-align: middle;
}

.mini-cart>a:hover {
	color: #00a0e9;
}

.mini-cart .cart-total {
	background: #da251c;
	margin: 0;
	min-width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 100%;
	color: #fff;
	padding: 0 5px;
	font-size: 0.8rem;
	top: -15px;
  right: -1px;
	position: absolute;
}

.header-cart {
	position: absolute;
	width: 320px;
	background: #fff;
	right: 0;
	top: 100%;
	padding: 5px 20px;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .3);
	z-index: 9999999;
}

.cart-img {
	float: left;
	width: 36%;
	margin-right: 20px;
	position: relative;
}

.cart-sticker {
	position: absolute;
	top: 5px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: #00a0e9;
	color: #fff;
	left: 5px;
	text-align: center;
	border-radius: 100%;
	font-size: 0.88rem;
}

.cart-content {
	float: left;
	width: 56%;
}

.cart-items>li {
	list-style: none;
	display: block;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #ededed;
	position: relative;
	text-align: left;
}

.cart-content>span {
	display: block;
	color: #333;
	font-weight: 400;
	font-size: 0.88rem;
}

.product-size>span,
.product-color>span {
	font-weight: 600;
}

.product-name {
	color: #333;
	text-transform: capitalize;
	font-size: 0.92rem;
	line-height: 20px;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: nowrap;
	overflow: hidden;
}

.cart-item-remove>a {
	position: absolute;
	color: #333;
	right: 2px;
	top: 18px;
	display: inline-block;
	left: auto;
	font-size: 20px;
}

.cart-total {
	overflow: hidden;
	padding: 20px 0;
	text-align: left;
	border-bottom: 1px solid #ededed;
}

.cart-total>h5 {
	color: #3e3d43;
	text-transform: capitalize;
	font-size: 0.92rem;
	font-weight: 500;
}

.checkout {
	padding: 20px;
	background-color: #fff;
	text-align: center;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -5px;
}

.checkout>a {
	display: block;
	background-color: #333;
	color: #fff;
	font-size: 16px;
	padding: 10px 18px;
	text-transform: uppercase;
	font-weight: 600;
}

.checkout>a:hover {
	background: #00a0e9;
}

/*index-2 page header bottom style css*/
.header-bottom-area.header-style-2 {
	background: #00a0e9 !important;
	height: 50px;
}

.header-bottom-area.header-style-2 .category-heading>h2:after {
	display: none;
}

.header-bottom-area.header-style-2 .category-menu-list {
	top: 100%;
	display: none;
}

.header-bottom-area.header-style-2 .main-menu .display-first:hover {
	height: 50px;
	background: #b34c042e;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 50px;
}

.header-bottom-area.header-style-2 .main-menu>li>a {
	padding: 0px 7px 0px 7px;
	color: #fff;
	line-height: 50px;
	border-bottom: 2px solid transparent;
	background: linear-gradient(#0084c0 0 0) calc(100% - var(--p, 0%))/var(--p, 0%) no-repeat;
	transition: .4s, background-position 0s
}

.header-bottom-area.header-style-2 .main-menu>li:first-child>a {
	padding: 0;
}

.header-bottom-area.header-style-2 .main-menu>li:last-child>a {
	padding-right: 0;
}

.header-bottom-area.header-style-2 .main-menu>li.active>a,
.header-bottom-area.header-style-2 .main-menu>li>a:hover {
	height: 49px;
	margin-top: -15px;
	border-top: 0;
	--p: 100%;
	text-decoration: none;
	transition: .4s, background-position 0s;
	border-bottom: 2px solid #d0d0d0c7;
}

.header-bottom-area.header-style-2 .dropdown>li>a:hover,
.header-bottom-area.header-style-2 .mega-menu>li>ul>li>a:hover {
	background: #e3e6e8;
  color: #5a5a5a;
  border-color: transparent;
  border-radius: .4rem;
}

.header-bottom-area.header-style-2 .mega-menu>li>ul>li>a:active {
	color: #bd6a02;
}

.header-bottom-area.header-style-2 .category-menu-list>ul>li>a:hover,
.header-bottom-area.header-style-2 .cat-dropdown>li>a:hover {
	color: #df902a;
}

.header-bottom-area.header-style-2 .category-menu-list>ul>li>a:hover:before {
	background: #df902a;
	border-color: #df902a;
}

.header-bottom-area.header-style-2 .cat-mega-menu>li>ul>li>a:hover,
.header-bottom-area.header-style-2 .cat-mega-menu>li.cat-mega-title>a:hover {
	color: #df902a;
}

/*index-3 page css*/
.header-bottom-area.header-style-3 {
	box-shadow: 0px 0px 7.44px 0.56px rgba(0, 0, 0, 0.09);
}

.header-bottom-area.header-style-3 .category-heading {
	background: #fff;
	border-bottom: 0;
	border-right: 1px solid #e40046;
	border-left: 1px solid #e40046;
	border-radius: 0;
}

.header-bottom-area.header-style-3 .category-heading>h2 {
	color: #333333;
}

.header-bottom-area.header-style-3 .category-heading>h2:before {
	color: #333333;
}

.header-bottom-area.header-style-3 .category-heading>h2:after {
	display: none;
}

.header-bottom-area.header-style-3 .category-menu-list {
	top: 100%;
	border: 1px solid #e40046;
	border-top: 0;
}

.header-bottom-area.header-style-3 .category-menu-list>ul>li>a:hover,
.header-bottom-area.header-style-3 .cat-dropdown>li>a:hover {
	color: #e40046;
}

.header-bottom-area.header-style-3 .cat-mega-menu>li>ul>li>a:hover,
.header-bottom-area.header-style-3 .cat-mega-menu>li.cat-mega-title>a:hover {
	color: #e40046;
}

.header-bottom-area.header-style-3 .category-menu-list>ul>li>a:hover:before {
	background: #e40046;
	border-color: #e40046;
}

.header-bottom-area.header-style-3 .main-menu>li>a {
	padding: 15px 22px 15px 22px;
	color: #333333;
}

.header-bottom-area.header-style-3 .main-menu>li:first-child>a {
	padding-left: 0;
}

.header-bottom-area.header-style-3 .main-menu>li.active>a,
.header-bottom-area.header-style-3 .main-menu>li>a:hover {
	color: #e40046;
}

.header-bottom-area.header-style-3 .dropdown>li>a:hover,
.header-bottom-area.header-style-3 .mega-menu>li>ul>li>a:hover {
	color: #e40046;
}

/*index-4 page css*/
.header-bottom-area.header-style-4 {
	box-shadow: 0px 0px 7.44px 0.56px rgba(0, 0, 0, 0.09);
}

.slider-area.slider-style-4 .category-heading {
	background: #ffd503;
	border-bottom: 3px solid #e9c304;
	border-radius: 0;
}

.slider-area.slider-style-4 .category-heading>h2 {
	color: #333333;
}

.slider-area.slider-style-4 .category-heading>h2:before {
	color: #333333;
}

.slider-area.slider-style-4 .category-heading>h2:after {
	display: none;
}

.slider-area.slider-style-4 .category-menu-list {
	top: 100%;
}

.slider-area.slider-style-4 .category-menu-list>ul>li>a:hover,
.slider-area.slider-style-4 .cat-dropdown>li>a:hover {
	color: #1e56a0;
}

.slider-area.slider-style-4 .cat-mega-menu>li>ul>li>a:hover,
.slider-area.slider-style-4 .cat-mega-menu>li.cat-mega-title>a:hover {
	color: #1e56a0;
}

.slider-area.slider-style-4 .category-menu-list>ul>li>a:hover:before {
	background: #1e56a0;
	border-color: #1e56a0;
}

.header-bottom-area.header-style-4 .main-menu>li>a {
	padding: 15px 22px 15px 22px;
	color: #333333;
}

.header-bottom-area.header-style-4 .main-menu>li:first-child>a {
	padding-left: 0;
}

.header-bottom-area.header-style-4 .main-menu>li.active>a,
.header-bottom-area.header-style-4 .main-menu>li>a:hover {
	color: #1e56a0;
}

.header-bottom-area.header-style-4 .dropdown>li>a:hover,
.header-bottom-area.header-style-4 .mega-menu>li>ul>li>a:hover {
	color: #1e56a0;
}

.header-phone2 {
	display: inline-block;
	float: right;
	color: #444;
	font-size: 0.92rem;
	padding-left: 50px;
	height: 43px;
	margin-top: 7px;
}

.header-phone2>p {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	height: 43px;
	line-height: 44px;
	color: #e40046;
}

.mega-menu2 {
	width: 100%;
}

.mega-menu2 li {
	list-style: none;
}

.mega-menu2 .menuSort .sortList li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}

.mega-menu3>li>a.item-link {
	font-size: 1.25rem;
	font-weight: bold;
	color: #444;
}

.mega-menu2 .menuSort ul li a {
color: #7b7b7b;
  background-image: linear-gradient(to right, #00a0e9, #00a0e9 50%, #5a5a5a 50%);
  background-size: 200% 100%;
  background-position: -100%;
  background-clip: text;
  font-weight: lighter;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  line-height: 28px;
}

.mega-menu2 .menuSort .item-link {
	font-size: 1rem;
	color: #5a5a5a;
	width: 110px;
	display: inline-block;

}
.mega-menu2 .menuSort .item-link:hover{color: #00a0e9;text-decoration: underline;}
.mega-menu2 .menuSort ul li a:hover {
	background-position: -200%;
  color: #00a0e9;
  text-decoration: underline;
}

.mega-menu2 .menuSort ul li a .active {
	color: #bd6a02;
}

.mega-menu3 {
	padding: 15px 15px 20px;
	height: auto;
}

.width100 {
	width: 100% !important;
}
.toptips {
  width: 100%;
  height: 38px;
  padding: 8px 0;
    padding-right: 0px;
    padding-left: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  color: #8b8b8b;
  font-size: .875rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {

	.e-hide{display: none;}
	.myDeico .icon-m{font-size: 26px;	width: 1em;
    height: 1em;
    margin-bottom: 0.125em;
    vertical-align: middle;}
	.mini-cart .cart-total{right: -5px;}
	.mobile-menu .mean-bar .mean-nav>ul {
		max-height: 180px;
		overflow-y: auto;
	}

	.mega-menu3>li>a {
		font-size: 1rem;
	}

	.mega-menu2 .menuSort ul li a {
		font-size: 1rem;
		display: block;
	}

	.mega-menu {
		padding: 10px 0;
		top: 40px;
		margin: 0;
		left: 15px;
	}

	.header-bottom-area .category-heading,
	.header-bottom-area.header-style-2 .main-menu>li>a.display-first {
		height: 40px;
	}

	.header-bottom-area.header-style-2 .main-menu>li>a.display-first,
	.header-bottom-area .category-heading>h2 {
		line-height: 40px;
		font-size: 14px;
	}

	.header-bottom-area .category-heading>h2:before {
		font-size: 26px;
		height: 40px;
		line-height: 40px;
	}

	.header-bottom-area.header-style-2 .main-menu>li>a {
		line-height: 40px;
		font-size: 14px;
	}

	.header-bottom-area.header-style-2 .main-menu>li.active>a,
	.header-bottom-area.header-style-2 .main-menu>li>a:hover {
		height: 40px;
	}

	.header-top-area {
		height: 28px;
	}
}