#header-section,
#header-section .header-group,
#header-section .header-group > .inside {
	position:relative;
}
#header-section {
	line-height:0;
	z-index:100;
}

#header-section .header-group {
	width:100%;
	left:0;
	right:0;
}
#header-section .header-group > .inside {	
	display:table;
	width:100%;
	clear:both;
}
#header-section .header-group,
#header-section .header-group > .inside,
#header-section .header-group > .inside > [ class*="col-" ] {
	height:70px;
}
#header-section .header-group ul.menu-header-inline {
	top:50%;
	margin-top:-15px;
}

#header-section .header-group > .inside > .col-left,
#header-section .header-group > .inside > .col-right {
	position: relative;
	z-index:2;
}
#header-section .header-group > .inside > .col-left {
	float:left;
	padding-left:30px;
}
#header-section .header-group > .inside > .col-right {
	float:right;
	padding-right:30px;
}
#header-section .header-group > .inside > .col-center {
	position: absolute;
	width:100%;
	text-align:center;
	z-index:1;
}

/* --- logo --- */
#cpn-logo {
	position:relative;
	display:inline-block;
	width:231px;
	height:20px;	
	background-image:url(../../../assets/images/logo/cagent.png);
	background-image:url(../../../assets/images/logo/cagent.svg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: hidden;	
}
#cpn-logo:before {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	content:"";
	z-index:2;
}
#cpn-logo > img {
	position: relative;
    display: block;
    width: auto;
	height:100%;
    visibility: hidden !important;
    opacity: 0 !important;
	margin:0 auto;
    z-index: 1;
}
#header-section .header-group #cpn-logo {
	top:50%;
	margin-top:-10px;
}

/* --- menu inline  --- */
ul.menu-header-inline {
	display:table;
	line-height:30px;
}
ul.menu-header-inline > li {
	display:inline-block;
	float:left;
	padding:0 20px;
}
ul.menu-header-inline > li + li:before {
	position:absolute;
	top:0;
	left:0;
	height:30px;
	border-left:1px solid rgba(0,0,0,0.15);
	content:"";
}
#cpn-mainmenu-section ul.menu-header-inline > li {
	padding-left: 15px;
	padding-right: 15px;
}
#cpn-mainmenu-section ul.menu-header-inline > li + li:before {
	height: 20px;
	top: 50%;
	margin-top: -10px;
}

ul.menu-header-inline > li .this-btn {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	font-size:18px;
	line-height: 30px;
	height: 30px;
	border:none !important;
	background:none !important;
	padding:0 !important;
	margin:0 !important;
}
ul.menu-header-inline > li .this-btn > .text {}
ul.menu-header-inline > li .this-btn > .icon [class*="ficon-"] {
	top: -1px;
}
ul.menu-header-inline > li .this-btn > .icon + .text,
ul.menu-header-inline > li .this-btn > .text + .icon {
	margin-left: 10px;
}

/* ul.menu-header-inline > li.search button {
	width:30px;
	height:30px;
	text-align:center;
	font-size:18px;
	border:none !important;
	background:none !important;
	padding:0 !important;
	margin:0 !important;
} */
ul.menu-header-inline > li.call .number {
	font-weight: 600;
}


/* --- lang --- */
ul.site-language {
	display:table;
	clear:both;
	width:auto;
}
ul.site-language > li {
	position:relative;
	display:inline-block;
	float:left;
}
ul.site-language > li + li {
	margin-left:10px;
}
ul.site-language .language {
	font-family:'prompt';
	font-size: 12px;
    line-height: 20px;
    font-weight: 600;
	text-transform:uppercase;
	letter-spacing:0.5px;
}

/* ***** BTN MAIN MENU / CLOSE ***** */

.btn-mainmenu,
.btn-close {
	position:relative;
	background:none !important;
	padding:0;
	margin:0;
	line-height:0;
}

.btn-mainmenu {
	display:table;
}
.btn-mainmenu > [ class*="col-" ] {
	position:relative;
	display:inline-block;
	float:left;
	line-height:30px !important;
}
.btn-mainmenu > .col-icon {}
.btn-mainmenu > .col-text {
	padding-left:5px;
}

.icon-menu, .icon-close {
	position:relative;
	width:30px;
	height:30px;
}
.icon-menu > .inside,
.icon-close > .inside {
	position: absolute;
	display:block;
	top:50%;
	left:50%;
}
.icon-menu > .inside,
.icon-close > .inside {
	width:18px;
	height:12px;
	margin:-6px auto auto -9px;
}
.icon-menu > .inside > span,
.icon-close > .inside > span {
	position:absolute;
	display:block;
	width:18px;
	border-top-width:2px;
	border-top-style:solid;
    transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -webkit-transform-origin:50% 50%;
    -o-transform-origin:50% 50%;
}
.icon-menu > .inside > .top,
.icon-close > .inside > .top {
	top:0;
	left:0;
}
.icon-menu > .inside > .center {
	top:50%;
	left:0;
	margin-top:-1px;
}
.icon-close > .inside > .center {
	display:none !important;
}
.icon-menu > .inside > .bottom,
.icon-close > .inside > .bottom {
	bottom:0;
	left:0;
}
/* hover */
.btn-mainmenu:hover .icon-menu > .inside > .center {
	width:50%;
}
/* active */
.btn-mainmenu.active .icon-menu > .inside > .center {
	width:0;
}
.btn-mainmenu.active .icon-menu > .inside > .top,
.btn-close .icon-close > .inside > .top {
	top:5px;
	-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn-mainmenu.active .icon-menu > .inside > .bottom,
.btn-close .icon-close > .inside > .bottom {
	bottom:5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-mainmenu .icon-menu > .inside > span,
.btn-mainmenu.active .icon-menu > .inside > span {
	transition:all 0.1s ease;
	-webkit-transition:all 0.1s ease;
	-moz-transition:all 0.1s ease;
	-ms-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;
}

/* ***** CPN MENU ***** */

#header-section .header-group .text {
	font-size:14px;
	line-height:20px;
	font-weight:600;
}
#header-section .header-group .number {
	font-size:14px;
	line-height:20px;
}

/* --- menu horizontal --- */
ul.cpn-menu-group.horizontal {
	display:table;
	clear:both;
	width:auto;
}
ul.cpn-menu-group.horizontal > li {
	display:inline-block;
	float:left;
}
ul.cpn-menu-group.horizontal > li + li {
	margin-left:30px;
}
ul.cpn-menu-group.horizontal > li .menu {
	position:relative;
	display:block;
}

/* --- menu vertical --- */
ul.cpn-menu-group.vertical {}


/* ***** HEADER MAIN ***** */

#header-section #header-section-main {
	background-color:rgba(255,255,255,1);
	z-index:100;
}
#header-section #header-section-main .text,
#header-section #header-section-main a {
    color: rgba(0,0,0,1) !important;
}
#header-section-main > .inside > .col-right ul.menu-header-inline > li.call,
#header-section-main > .inside > .col-right ul.menu-header-inline > li.call + li:before {
	display:none !important;
}

/* ***** HEADER SUB ***** */

#header-section #header-section-sub {
	position:absolute;
	background:none !important;
	z-index:99;
}
#header-section-sub .text,
#header-section-sub a {
	color:rgba(255,255,255,1) !important;
}
#header-section #header-section-sub > .inside {
	z-index:3;
}
#header-section-sub:before,
#header-section-sub:after {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	right:0;
	content:"";
}
#header-section-sub:before {
	height:100%;
	z-index:2;
}
#header-section-sub:after {
	display:none;
	z-index:1;
}
#header-section-sub:before,
#header-section-sub:before {
	transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

#header-section-sub > .inside > .col-left,
#header-section-sub > .inside > .col-right {
	display:none;
}

#header-section-sub ul.menu-header-inline > li + li:before {
    /* top: 50%;
	margin-top:-10px;
	height: 20px;	
	/* border-left: 1px solid rgba(255,255,255,0.2); */
	top: 0;
    left: 0;
    height: 30px;
	border-color:rgba(0,0,0,0.15);
}
#header-section-sub.header-project-microsite ul.menu-header-inline > li + li:before {
	top: 50%;
	margin-top:-10px;
	height: 20px;	
}
#header-section-sub > .inside > .col-center ul.cpn-menu-group.horizontal {
	margin:-10px auto 0 auto;
	top:50%;
}


/* --- fixed --- */
#header-section-sub.fixed > .inside > .col-left,
#header-section-sub.fixed > .inside > .col-right {
	display:block;
}
#header-section-sub.fixed .text {
	color:rgba(0,0,0,1) !important;
}
#header-section-sub .text,
#header-section-sub.fixed .text {
	transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}

/* --- bg transparent --- */
#header-section-sub.bg-transparent-hs:before {
	opacity:0;
}
#header-section-sub.fixed.bg-transparent-hs:before {
	opacity:1;
}
#header-section-sub.bg-transparent-hs:after {
	display:block;
	height:150px;
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.6) );
	opacity:1;
}
#header-section-sub.fixed.bg-transparent-hs:after {
	height:90px;
	opacity:0.3;
}
#header-section-sub.fixed.bg-transparent-hs:after,
#header-section-sub.bg-transparent-hs:after {
	transition: height 2s ease, opacity 5s ease;
    -webkit-transition: height 2s ease, opacity 5s ease;
    -moz-transition: height 2s ease, opacity 5s ease;
	-ms-transition: height 2s ease, opacity 5s ease;
	-o-transition: height 2s ease, opacity 5s ease;
}

/* --- bg white + transparent --- */
#header-section-sub.bgcolor-white.bg-transparent-hs:before {
	background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1) );
}
#header-section-sub.fixed.bgcolor-white.bg-transparent-hs:before {
    background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,1) );
}

/* --- bg gray --- */
#header-section-sub.bgcolor-gray .text,
#header-section-sub.fixed.bgcolor-gray .text {
	color:rgba(0,0,0,1) !important;
}
#header-section-sub.bgcolor-gray:before {
	background: linear-gradient(to top, rgba(237,237,237,1), rgba(237,237,237,1) );
}
#header-section-sub.fixed.bgcolor-gray:before {
    background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,1) );
}

/* ***** FIXED HEADER ***** */

#header-section [ id*="header-section-" ].header-group.fixed {
	position:fixed !important;
	top:0;
}

/* ***** BOTTOM NAV BAR ***** */

#bottom-nav-bar {
	position:fixed;
	display:none !important;
	width:100%;
	height:65px;
	left:0;
	right:0;
	bottom:0;
	z-index:100;
	background-color:rgba(0,0,0,1);
}
#bottom-nav-bar > .inside {
	position:relative;
	width:100%;
	height:100%;
}

ul.bottom-nav-group {
	display:table;
	clear:both;
	margin:0 auto;
}
ul.bottom-nav-group > li {
	position:relative;
	display:inline-block;
	float:left;
}
ul.bottom-nav-group .bottom-nav-menu {
	position:relative;
	display:block;
	width:auto !important;
	background:none !important;
	color:rgba(255,255,255,1);
}

/* icon on left */
ul.bottom-nav-group.icon-on-left {}
ul.bottom-nav-group.icon-on-left .bottom-nav-menu {
	display:table;
}
ul.bottom-nav-group.icon-on-left .bottom-nav-menu > .icon,
ul.bottom-nav-group.icon-on-left .bottom-nav-menu > .text {
	position:relative;
	display:inline-block;
	float:left;
}

/* ***** CPN MENU POPUP ***** */

#cpn-mainmenu-section {
	position: fixed;
	display:table;
	display:none !important;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    /*background-color: rgba(255,255,255,1);*/
	background: linear-gradient(to left, rgba(255,255,255,1) 50%, rgba(255,255,255,0.6) );
    z-index: 2000;
    overflow-y: scroll;
}
#cpn-mainmenu-section.open {
	display:table !important;
}
#cpn-mainmenu-section > .inside,
#cpn-mainmenu-section > .inside > .col {
	position:relative;
	height:100%;
}
#cpn-mainmenu-section > .inside {
	display:table-row;
	width:100%;
}
#cpn-mainmenu-section > .inside > .col {
	display:table-cell;
	vertical-align:middle;
	width:calc( 100% - 500px );
}

#cpn-mainmenu-section > .inside > .col.col-menu {
	padding:60px;
	width:500px;
}
#cpn-mainmenu-section ul.cpn-menu-group > li > .menu {
	display:inline-block !important;
	color:rgba(0,0,0,1) !important;
	border:none !important;
	background:none !important;
	padding:0;
	margin:0;
}

/* --- menu group --- */
ul.mainmenu-group > li + li {
	margin-top:30px !important;
}

/* --- hl menu --- */
ul.cpn-menu-group.cpn-menu-hl.vertical > li > .menu {
	font-size: 35px;
    line-height: 50px;
	font-weight:700;
	letter-spacing:-0.3px;
}

/* --- other menu --- */
#cpn-mainmenu-section,
#cpn-mainmenu-section ul.menu-header-inline > li .this-btn,
ul.cpn-menu-group.cpn-menu-other.vertical > li > .menu {
    font-size: 15px;
    line-height: 30px;
	/* font-weight:700; */
	font-weight:500;
	letter-spacing:0.2px;
}
					

/* lg more */
@media (min-width:1200px) and (max-width:1649px) {

#cpn-logo {
    width: 208px;
    height: 18px;
}

#header-section .header-group > .inside > .col-left {
    padding-left: 20px;
}
#header-section .header-group > .inside > .col-right {
    padding-right: 20px;
}
#header-section .header-group #cpn-logo {
    margin-top: -9px;
}

ul.menu-header-inline > li {
    padding: 0 15px;
}
ul.cpn-menu-group.horizontal > li + li {
    margin-left: 15px;
}

#header-section .header-group .text {
    font-size: 12.5px;
    letter-spacing: 0.3px !important;
}


}

/* md */
@media (min-width:992px) and (max-width:1199px) {

#cpn-logo {
    width: 173px;
    height: 15px;
}
#header-section .header-group #cpn-logo {
    margin-top: -7.5px;
}
#header-section .header-group .text {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
	letter-spacing:0.5px !important;
}

ul.menu-header-inline > li {
    padding: 0 15px;
}

ul.cpn-menu-group.horizontal > li + li {
    margin-left:15px;
}

}

/* sm - xs */
@media (max-width:991px) {
	
#header-section [ id*="header-section-" ].header-group.fixed {
	box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

#header-section #header-section-main.header-group .btn-mainmenu > .col-text {
	display:none !important;
}

/* ***** HEADER MAIN ***** */
#header-section #header-section-main > .inside > .col-left {
	display:none !important;
}
ul.menu-header-inline > li.call,
ul.menu-header-inline > li.lang,
ul.menu-header-inline > li.search,
#header-section-main ul.menu-header-inline > li + li:before {
	display:none !important;
}

/* ***** HEADER SUB ***** */

#header-section #header-section-sub {
	height:0 !important;
	opacity:0 !important;
	overflow:hidden !important;
}

}

/* sm */
@media (min-width:768px) and (max-width:991px) {

#header-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
#header-section .header-group,
#header-section #header-section-sub[ data-header-project="project-detail" ] {
    height:70px !important;
}
#header-section #header-section-sub[ data-header-project="project-detail" ] {
    opacity: 1 !important;
}

}

/* xs */
@media (max-width:767px) {
	
#header-section {
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
}
#header-section .header-group,
#header-section .header-group > .inside,
#header-section .header-group > .inside > [ class*="col-" ],
#header-section #header-section-sub[ data-header-project="project-detail" ] {
	height:65px !important;
}
#header-section #header-section-sub[ data-header-project="project-detail" ] {
	opacity:1 !important;
}

#cpn-mainmenu-section {
	background-color:rgba(255,255,255,1) !important;
}

/* ----- logo ----- */
#cpn-logo {
    width: 185px;
    height: 16px;
}
#header-section .header-group #cpn-logo {
    margin-top: -8px;
}

#header-section .header-group > .inside > .col-left {
    padding-left: 20px;
}
#header-section .header-group > .inside > .col-right {
    padding-right: 20px;
}
}

/* xs more */
@media (max-width:350px) {
}