
.sub-nav {
	height: 35px;
	background-color: rgba(255,255,255,0);
	color: #212121 !important;
	border-bottom: 1px solid #E0E0E0;
	-webkit-transition: 800ms linear;
	transition: 800ms linear;
}

.sub-nav a{
	color: #212121 !important;
}

.sub-nav-lan-none {
	height: 35px;
    border-left: 1px solid #E0E0E0;
}

.sub-nav-mail {
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}
.sub-nav-phone {
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
}
.sub-nav-i18n {
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
}
.sub-nav-logout {
    border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}
.sub-nav-admin {
    border-left: 1px solid #E0E0E0;
}

@media (max-width: 767.98px) {
	
	#mobile-menu .dropdown-menu .dropdown-item {
		padding: 15px 0 15px 0;
	}
}

.menu-bar-modify-btn {
	top:50px;
}

.menu-bar-modify-btn.scrolled {
	top:15px;
}

#navbar-top-info.scrolled {
    display: none;
}

.navbar-transparent {
	background-color: rgba(255,255,255,1);
	-webkit-transition: 100ms linear;
	transition: 100ms linear;
}

.navbar-transparent.scrolled {
	background-color: rgba(255,255,255,1);
}

#main-menu-text-color .navbar-nav .nav-item .primary-menu {
	font-weight:bold;
	color: #212121;
}

#main-menu-text-color .navbar-nav .nav-item .primary-menu.scrolled {
  color: #212121;
}

.main-menu-sub-bg {
	background-color: rgba(38,50,56,1);
	-webkit-transition: 15ms linear;
	transition: 15ms linear;
}
.main-menu-sub-bg a {
	color: #CFD8DC !important;
	-webkit-transition: 15ms linear;
	transition: 15ms linear;
}

.main-menu-sub-bg.scrolled {
	background-color: rgba(38,50,56,1);
	-webkit-transition: 15ms linear;
	transition: 15ms linear;
}
.main-menu-sub-bg.scrolled a {
	color: #CFD8DC !important;
	-webkit-transition: 15ms linear;
	transition: 15ms linear;
}


.main-menu-sub {
	min-width: 300px;
	background-color: rgba(38,50,56,1);
	color: #CFD8DC !important;
	margin-top:0;
	
}
.main-menu-sub a {
	color: #CFD8DC !important;
}
.main-menu-sub .dropdown-item:hover {
	background-color: rgba(69,90,100,1);
	color: #ECEFF1 !important;
	text-decoration: none;
}

.main-menu-sub.scrolled {
	background-color: rgba(38,50,56,1);
	color: #ECEFF1 !important;
	margin-top:0
}
.main-menu-sub.scrolled a {
	color: #ECEFF1 !important;
}
.main-menu-sub.scrolled .dropdown-item:hover {
	background-color: rgba(69,90,100,1);
	color: #CFD8DC !important;
	text-decoration: none;
}

#main-menu-fixed .main-menu-sub-link {
		min-height:75px;
		max-height:75px;
		font-size: 1.05rem;
        padding: 25px 10px 25px 5px;
}
#main-menu-fixed .main-menu-sub-link.main-menu-sub-btn {
		min-height:75px;
		max-height:75px;
        padding: 25px 10px 25px 10px;
}
#main-menu-fixed  .main-menu-sub-link-btn {
		font-size: 1.03rem !important;
		padding: 21px 45px 21px 15px !important;
}



.pc-navbar {
	min-width:992px;
}

@media (max-width: 991.98px) {
	.pc-navbar {
		min-width:0;
	}
	
	.sub-nav-mail {
        display: none;
    }
    .sub-nav-logout {
        display: none;
    }
    .sub-nav-admin {
        display: none;
    }

	.mobile-menu-head .mobile-home-btn {
		color: #000000 !important;
	}
	.mobile-menu-head .mobile-home-btn a {
		color: #000000 !important;
	}

		.mobile-menu-btn-transparent {
		-webkit-transition: 200ms linear;
    	transition: 200ms linear;
    	color: #212121 !important;
	}
		.mobile-menu-btn-transparent.scrolled {
    	color: #212121 !important;
	}

	.mobile-menu-head {
		border-bottom:1px solid #BDBDBD !important;
		color:#212121 !important;
		margin-right: -15px;
		margin-left: -15px;
		padding: 5px 15px 0 20px;

	}
	.mobile-menu-head a {
		color:#212121 !important;
	}
	
		#mobile-menu .navbar-nav li{
		border-bottom:1px solid #BDBDBD !important;
	}
	#mobile-menu .main-menu-sub-link {
		color:#212121;
		padding: 20px 0px 21px 0px !important;
	}

	#mobile-menu .dropdown-menu {
		padding-right:8px;
	}
	#mobile-menu .dropdown-menu .dropdown-item {
		padding: 10px 0 10px 0;
		line-height:1.2em;
		white-space: normal;
		word-break: break-word;
		border-bottom:1px solid #E0E0E0 !important;
	}
	#mobile-menu .dropdown-menu .dropdown-item:last-child {
		border-bottom:none !important;
		margin-bottom:10px;
	}
	#mobile-menu .dropdown-menu .dropdown-item:active {
		background-color: #FFFFFF !important;
	}
	#mobile-menu .dropdown-menu .dropdown-item:hover {
		background-color:#FFFFFF !important;
		color:#212121 !important;
	}
	
	#navbar-transparent {
	background-color: #FFFFFF !important;
	color: #212121 !important;
	border-bottom: none !important;
	}	
	#navbar-transparent a {
	color: #212121 !important;
	}
	
	#navbar-top-info {
	background-color: #FFFFFF !important;
	color: #424242 !important;
	border-bottom: 1px solid #E0E0E0 !important;
	}	
	#navbar-top-info a {
	color: #424242 !important;
	}
	.sub-nav-lan-none {
    border-left: 1px solid #E0E0E0;
	}
	.sub-nav-mail {
    border-left: 1px solid #E0E0E0;
	}
	.sub-nav-phone {
    border-left: 0px solid #E0E0E0;
	border-right: 0px solid #E0E0E0;
	margin-left: -18px;
	}
	.sub-nav-i18n {
    border-left: 1px solid #E0E0E0;
	border-right: 0px solid #E0E0E0;
	margin-right:-20px;
	}
	.sub-nav-logout {
    border-left: 1px solid #E0E0E0;
	}
	.sub-nav-admin {
    border-left: 1px solid #E0E0E0;
	}
	
	.main-menu-sub {
	background-color: #FFFFFF !important;
	color: #212121 !important;
	margin-top:0
	}
	.main-menu-sub a {
	color: #212121 !important;
	}


}

/*********************************************************
 * comcose-business-v1.0 (js-Offcanvas - v1.0.0 Edition) *
 * Copyright (c) 2018 COMCOSE (http://www.comcose.com)   *
 * The Premium License (http://www.comcose.com/license)  *
 *********************************************************/
.c-offcanvas {
	position:fixed;
	display:block;
	left: 0;
	background:#FFFFFF;
	padding: 1rem;
	overflow-y: auto;
	overflow-x: hidden;
	}
.c-offcanvas, .c-offcanvas-content-wrap {
	transform:translate3d(0,0,0);
	transition:transform .3s cubic-bezier(.4,0,.6,1);
	}
.c-offcanvas.is-open {
	transform:translate3d(0,0,0);
	visibility:visible
	}
.c-offcanvas-content-wrap {
	position:relative;
	z-index:3;
	overflow:hidden;
	background:#fff;
	}
.c-offcanvas--opening {
	transition-timing-function:cubic-bezier(0,0,.2,1)
	}
.c-offcanvas.is-closed {
	max-height:100%;
	overflow:hidden;
	visibility:hidden;
	box-shadow:none
	}
.c-offcanvas.is-scrollable {
	overflow-y:hidden
	}
.c-offcanvas--overlay {
	z-index:100
	}
.c-offcanvas-bg {
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	z-index:5;
	left:-100%;
	background-color:transparent;
	transition:background-color .4s cubic-bezier(.23,1,.32,1) 0s
	}
.c-offcanvas-bg.is-animating, .c-offcanvas-bg.is-open {
	left:0;background-color:rgba(0,0,0,.68);visibility:visible
	}
.c-offcanvas-bg.is-closed {
	visibility:hidden
	}
.c-offcanvas--left {
	height:100%;
	width:22em;
	transform:translate3d(-22em,0,0)
	}
.c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--left.is-open {
	transform:translate3d(22em,0,0)
	}
.c-offcanvas--right {
	height:100%;
	width:17em;
	right:0;
	transform:translate3d(17em,0,0)
	}
.c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--right.is-open {
	transform:translate3d(-17em,0,0)
	}
.c-offcanvas--bottom, .c-offcanvas--top {
	left:0;
	right:0;
	height:12.5em;
	min-height:auto;
	width:100%
	}
.c-offcanvas--top {
	top:0;
	transform:translate3d(0,-12.5em,0)
	}
.c-offcanvas--bottom {
	top:auto;
	bottom:0;
	transform:translate3d(0,12.5em,0)
	}
.c-offcanvas--reveal {
	z-index:0;
	transform:translate3d(0,0,0)
	}

