header,
header .header-section.fixed > .inside {
	position: relative;
	z-index: 500;
}
header .header-section {
    display: block;
	width: 100%;
	left:0;
	right:0; 
	z-index:1000;
}
header .header-section.fixed > .inside {
    position: fixed !important;
	top: 0;
}

.logo-group.logo-and-text {
	position:relative;
	/* display:table; */
	display: flex;
	flex-wrap: nowrap;
	margin:0 auto;
}
.logo-group.logo-and-text > [ class*="col-" ] {
	position:relative;
	/* display:inline-block;
	float:left; */
}
.logo-group.logo-and-text > .col-logo {}
.logo-group.logo-and-text > .col-logo > .logo {
	position:relative;
    display: block;
    /* width:91px;
	height:35px; */
	width:85px;
    height:33px;
    background-image: url(../../images/logo/tak-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.logo-group.logo-and-text > .col-text {
	padding: 4px 0 0 18px;
	margin-left:18px;
}
.logo-group.logo-and-text > .col-text:before {
	position:absolute;
	height:35px;
	left:0;
	top:auto;
	bottom:0;
	border-left:1px solid rgba(0,0,0,0.1);
	content:"";
}
.logo-group.logo-and-text > .col-text > .th {
	font-size:18.5px;
	line-height:20px;
	font-weight:700;
	letter-spacing:0.2px;
}
.logo-group.logo-and-text > .col-text > .en {
    font-family: Roboto,sans-serif;
    font-size: 10px;
	line-height:15px;
    font-weight: 500;
	letter-spacing:0.5px;
    text-transform: uppercase;
}

/* ***** STATUS HEADER ***** */

/* body.header-main-xl { padding-top:80px !important; }
body.header-sub-xl { padding-top:80px !important; }
body.header-all-xl { padding-top:0 !important; }
body.header-none-xl { padding-top:0 !important; }

body.header-all-xl header { padding-bottom: 80px; } */


#header-main-section,
#header-sub-section {
	/* display:none !important; */
	opacity: 0;
}
#header-main-section.show,
#header-sub-section.show {
	display:block !important;
}
#header-main-section.show.fade,
#header-sub-section.show.fade {
	opacity: 1;
}
#header-main-section.show,
#header-main-section.show.fade,
#header-sub-section.show.fade,
#header-sub-section.show {
	transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
}

/* ***** HEIGHT HEADER MAIN / SUB ***** */

body[ class*="header-all-" ] #header-main-section,
body[ class*="header-all-" ] #header-main-section > .inside,
body[ class*="header-main-" ] #header-main-section,
body[ class*="header-main-" ] #header-main-section > .inside {
	height: 80px;
}
body[ class*="header-all-" ] #header-sub-section,
body[ class*="header-all-" ] #header-sub-section > .inside,
body[ class*="header-all-" ] #header-sub-section > .inside > [ class*="col-" ],
body[ class*="header-sub-" ] #header-sub-section,
body[ class*="header-sub-" ] #header-sub-section > .inside,
body[ class*="header-sub-" ] #header-sub-section > .inside > [ class*="col-" ] {
	height: 80px;
}
/* body[ class*="header-none-" ] #header-main-section,
body[ class*="header-none-" ] #header-sub-section {
	height: 0;
	overflow: hidden;
} */
		
/* ***** HEADER MAIN ***** */

/* #header-main-section {	
	background-color:rgba(255,255,255,1);
	border-bottom:1px solid rgba(229,229,229,1);	
} */
/* #header-main-section,
#header-main-section > .inside {
	height:80px;
} */
#header-main-section > .inside {
	position: relative;
	width: 100%;
	left: 0;
	right: 0;
	display: flex;
	/* justify-content: center; */
	align-items: center;
	background-color:rgba(255,255,255,1);
	border-bottom:1px solid rgba(229,229,229,1);	
}
#header-main-section > .inside > .logo-group {
    /* top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
	padding-bottom:8px;
	z-index:2;
}

#header-main-section > .inside > .menu-group {
	position: absolute;
	width:100% !important;
	height:100% !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
#header-main-section.disable-menu-group > .inside > .menu-group {
	display: none !important;
	opacity: 0 !important;
	z-index: 0 !important;
}
#header-main-section > .inside > .menu-group ul.menu-inside-group,
#header-main-section > .inside > .menu-group ul.menu-inside-group > li {
	position: relative;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
#header-main-section > .inside > .menu-group ul.menu-inside-group {
	position: absolute;
	display: table;
	height: 30px;
	top: 50%;
	margin-top: -15px !important;	
}
#header-main-section > .inside > .menu-group ul.menu-inside-group.account {
	right: 0;
	margin-right: 30px !important;
}
#header-main-section > .inside > .menu-group ul.menu-inside-group.mainmenu {
	left: 0;
	margin-left: 30px !important;
}
#header-main-section > .inside > .menu-group ul.menu-inside-group > li {
	display: inline-block;
	float: left;
	padding: 0 25px !important;
}
#header-main-section > .inside > .menu-group ul.menu-inside-group > li:first-child {
	padding-left: 0 !important;
}
#header-main-section > .inside > .menu-group ul.menu-inside-group > li:last-child {
	padding-right: 0 !important;
}
#header-main-section > .inside > .menu-group ul.menu-inside-group > li + li:before {
	position: absolute;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	border-left:1px solid rgba(50,50,50,0.1);
	content: "";
}
.btn-menu-header {
	position: relative;
	display: table;
	line-height: 30px;
	height: 30px;
	color: rgba(20,20,20,1) !important;
	background: none !important;
	border: none !important;
	margin:0;
	padding: 0;
}
.btn-menu-header > .icon,
.btn-menu-header > .text {
	position: relative;
	display: inline-block;
	float: left;
}
.btn-menu-header > .icon {
	font-size: 20px;
	margin-right: 10px;
}
.btn-menu-header > .text {
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}
.btn-menu-header > .icon-profile {
	width: 35px;
	height: 35px;
	top: -2.5px;
	border-radius: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 2px;
	margin-right: 10px !important;
}
.btn-menu-header > .icon-profile > .img {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ccc;
}

/* ***** HEADER SUB ***** */

#header-sub-section {
	/* position: absolute; */
	/* display:none !important; */
	background: none !important;
}
#header-sub-section.on {
	display:block !important;
}
#header-sub-section > .inside {
	position:relative;
	display: flex;
	width: 100%;
	left: 0;
	right: 0;
}
/* #header-sub-section,
#header-sub-section > .inside,
#header-sub-section > .inside > [ class*="col-" ] {
	height:80px;
} */
#header-sub-section > .inside > .col-left,
#header-sub-section > .inside > .col-right {
	width:80px;
}
#header-sub-section > .inside > .col-left.multi-icon,
#header-sub-section > .inside > .col-right.multi-icon {
	width:auto !important;
}
#header-sub-section > .inside > [ class*="col-" ].full-width {
	width: 100% !important;
	flex: 100 !important;
    flex-basis: 0.000000001px !important;
}
#header-sub-section > .inside > [ class*="col-" ].auto-width {
	width: auto !important;
	flex: auto !important;
	flex-basis: auto !important;
}
#header-sub-section > .inside > .col-center {
	flex: 1;
    flex-basis: 0.000000001px;
	text-align:center;
}
#header-sub-section > .inside > [ class*="col-" ].pd-left {
	padding-left: 20px;
}
#header-sub-section > .inside > [ class*="col-" ].pd-right {
	padding-right: 20px;
}
#header-sub-section > .inside .title-header,
#header-sub-section > .inside .text-header {
	position:relative;
	font-size:18px;
	line-height:25px;
	top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 1px;
}
#header-sub-section > .inside .title-header.word-wrap,
#header-sub-section > .inside .text-header.word-wrap {
	height: 25px;
}

#header-sub-section.text-lr > .inside {
	flex-wrap: nowrap;
}
#header-sub-section.text-lr > .inside > [ class*="col-" ] {
	/* flex: 1;
	flex-basis: 0.000000001px; */
	width: auto !important;
}
#header-sub-section.text-lr > .inside > .col-center {
	display: none !important;
}
#header-sub-section.text-lr > .inside > .col-left {
	text-align: left !important;
	flex: 1;
	flex-basis: 0.000000001px;
}
#header-sub-section.text-lr > .inside.text-lr > .col-right {
	text-align: right !important;
}

.btn-icon-header-group {
	position:relative;
	display: flex;
	flex-wrap: nowrap;
	/* display: table;
	margin: 0 auto; */
	top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 20px;
}
.btn-icon-header-group .btn-icon-header {
	position: relative;
	/* display: inline-block;
	float: left; */
	width:40px;
	height:40px;
	font-size:22px;	
	line-height:40px;
	text-align:center;
	background: none !important;
	border: none !important;
}
/* .btn-icon-header-group .btn-icon-header > .icon {
	width:40px;
	height:40px;
	font-size:22px;	
	line-height:40px;
	text-align:center;
	top:50%;
	left:50%;
	margin:-25px auto auto -20px;
} */
.btn-icon-header-group .btn-icon-header.has-text {
	width: auto !important;
	height:  auto !important;
	line-height: 0 !important;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.btn-icon-header-group .btn-icon-header.has-text > .icon {
	min-width: 40px;
}
.btn-icon-header-group .btn-icon-header.has-text > .icon.auto-width {
	min-width: 0;
}
.btn-icon-header-group .btn-icon-header.has-text > .text {}
.btn-icon-header-group .btn-icon-header.has-text > .icon + .text,
.btn-icon-header-group .btn-icon-header.has-text > .text + .icon {
	margin-left: 10px;
}
.btn-icon-header-group .btn-icon-header.has-text > .icon.auto-width + .text,
.btn-icon-header-group .btn-icon-header.has-text > .text + .icon.auto-width {
	margin-left: 15px;
}
.btn-icon-header-group .btn-icon-header.has-text > .icon .fa,
.btn-icon-header-group .btn-icon-header.has-text > .icon .fas,
.btn-icon-header-group .btn-icon-header.has-text > .icon .far,
.btn-icon-header-group .btn-icon-header.has-text > .icon .fal,
.btn-icon-header-group .btn-icon-header.has-text > .icon .fad,
.btn-icon-header-group .btn-icon-header.has-text > .icon .fab {
	font-size: 13px;
}

/* ***** 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.has-text > [ class*="col-" ] {
	display:inline-block;
	float:left;
}
.btn-mainmenu > [ class*="col-" ] {
	position:relative;
	line-height:30px !important;
}
.btn-mainmenu > .col-icon {}
.btn-mainmenu > .col-text {
	padding-left:5px;
	font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.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;
}

.icon-menu > .inside > span,
.icon-close > .inside > span {
	background-color: rgba(0,0,0,1);	
}
.textcolor-white .icon-menu > .inside > span,
.textcolor-white .icon-close > .inside > span {
	background-color: rgba(255,255,255,1);	
}

/* 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;
}

/* ***** MAIN MENU ***** */

body.mainmenu-open {
	overflow: hidden !important;
}
#mainmenu-section {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -550px;
	width: 500px;
	height: 100%;
	z-index: 500;
	opacity: 0;
	z-index: 3000;
}
#mainmenu-section.open {
	left: 0;
	opacity: 1;
}
#mainmenu-section > .inside {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
#mainmenu-section > .inside .content-section {
	position: relative;
	padding: 60px;
}
#mainmenu-section > .btn-close-mainmenu {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 10;

}

/* ----- account ----- */

.my-account {
	position: relative;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
	/* margin-bottom: 75px !important; */
	background-color: rgba(245,245,245,1);
	border-bottom: 1px solid rgba(0,0,0,0.05);
	z-index: 2;
}
/* .my-account:before {
	position: absolute;
	content:"";
	top:0;
	left:0;
	right: 0;
	width: 100%;
	height: calc( 100% - 40px );
	background-color: rgba(245,245,245,1);
	border-bottom: 1px solid rgba(0,0,0,0.05);
} */
/* .my-account > .title-sec {
	position: relative;
	text-align: left;
	padding-bottom: 30px;
	width: 100%;
} */
.my-account > .profile-sec {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
/* .my-account > .profile-sec,
.my-account > .profile-sec > .img-sec,
.my-account > .profile-sec > .detail-sec {
	height: 100px;
} */
.my-account > .profile-sec > .img-sec {
	position: relative;
	width: 90px;	
	height: 90px;
	box-shadow:0 0 0 5px rgba(50,50,50,0.1);
	background-color: rgba(255,255,255,1);
	border-radius: 100%;
}
.my-account > .profile-sec > .img-sec > .img {
	position: relative;
	/* width:calc(100% - 10px);
	height:calc(100% - 10px); */
	width: 100%;
	height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
	overflow: hidden !important;
	/* margin: 5px; */
}
.my-account > .profile-sec > .detail-sec {
	position: relative;
	text-align: left;
	flex: 1;
	flex-basis: 0.000000001px !important;
	padding-left:25px;
}
.my-account > .profile-sec > .detail-sec .name {
	position: relative;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	height: 25px;
	margin-top: 5px;
	/* margin-bottom: 25px; */
}
.my-account > .profile-sec > .detail-sec .position {
	height: 25px;
}

.account-title {
	position: relative;
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	letter-spacing: -0.3px;
}
.mainmenu-title {
	position: relative;
	font-size: 22px;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: -0.3px;
}
.mainmenu-subtitle {
	position: relative;
	font-size: 15px;
	line-height: 25px;
	font-weight: 700;
	letter-spacing: -0.3px;
	margin-bottom: 10px;
}
.mainmenu-title + .mainmenu-subtitle {}
ul.mainmenu-group + .mainmenu-subtitle {
	margin-top: 20px;
}

/* ----- main menu ----- */

.my-mainmenu {
	position: relative;
	z-index: 1;
}
.mainmenu-title {
	padding-bottom: 15px;
}
ul.mainmenu-group + .mainmenu-title {
	margin-top: 50px;
}
ul.mainmenu-group,
ul.mainmenu-group > li {
	position: relative;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
ul.mainmenu-group > li + li {
	/* border-top: 1px solid rgba(0,0,0,0.1); */
	margin-top: 10px !important;
}
ul.mainmenu-group > li .menu {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	/* justify-content: center; */
	padding: 15px 20px;
	color:rgba(20,20,20,1) !important;
	/* background-color: rgba(245,245,245,1); */
	background-color: rgba(169,149,138,0.3);
	border-radius: 5px;
}
ul.mainmenu-group > li .menu.has-arrow {
	padding-right: 40px;
}
ul.mainmenu-group > li .menu.has-arrow:before {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f054";
	width: 20px;
	height: 20px;
	top:50%;
	margin-top: -10px;
	right: 10px;
    font-size: 10px;
	line-height: 20px;
	text-align: center;
}
ul.mainmenu-group > li .menu:hover {
	color:rgba(255,255,255,1) !important;
	background-color: rgba(78,61,58,1);
}
ul.mainmenu-group > li .menu > .icon,
ul.mainmenu-group > li .menu > .text {
	line-height: 25px !important;
}
ul.mainmenu-group > li .menu > .icon {
	width: 20px;
	height: 25px;
	font-size: 18px;
	text-align: center;
	padding-top: 2px;
}
ul.mainmenu-group > li .menu > .text {
	font-weight: 500 !important;
}
ul.mainmenu-group > li .menu > .icon + .text {
	padding-left: 15px;
}
ul.mainmenu-group > li .menu .text-min {
	font-weight: 500 !important;
	letter-spacing: -0.1px;
	opacity: 0.6;
}

#mainmenu-section,
#mainmenu-section.open {
	transition: opacity 0.3s ease, left 0.3s ease;
	-webkit-transition: opacity 0.3s ease, left 0.3s ease;
	-moz-transition: opacity 0.3s ease, left 0.3s ease;
	-ms-transition: opacity 0.3s ease, left 0.3s ease;
	-o-transition: opacity 0.3s ease, left 0.3s ease;
}
ul.mainmenu-group > li .menu,
ul.mainmenu-group > li .menu:hover {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

/* xl */
@media (min-width: 1200px) {

/* ***** HEIGHT HEADER MAIN / SUB ***** */

body.header-main-xl #header-sub-section,
body.header-sub-xl #header-main-section,
body.header-none-xl #header-main-section,
body.header-none-xl #header-sub-section {
	height: 0;
	overflow: hidden;
	display: none !important;
}

}

/* xl - more 1 */
@media (min-width: 1650px) {
}

/* xl - more 2 */
@media (min-width: 1200px) and (max-width: 1649.98px) {
}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {
	
/* ***** STATUS HEADER ***** */

/* ***** HEIGHT HEADER MAIN / SUB ***** */

body.header-main-lg #header-sub-section,
body.header-sub-lg #header-main-section,
body.header-none-lg #header-main-section,
body.header-none-lg #header-sub-section {
	height: 0;
	overflow: hidden;
	display: none !important;
}

/* ***** HEADER MAIN ***** */

#header-main-section > .inside > .menu-group ul.menu-inside-group > li {
    padding: 0 15px !important;
}
.btn-menu-header > .icon-profile {
    width: 30px;
    height: 30px;
    top: 0;
}
.btn-menu-header > .text {
	font-size:13px;
}

}

/* md - sm - xs */
@media (max-width: 991.98px) {

/* ***** HEADER MAIN ***** */

/* frontend */
.header-frontend #header-main-section > .inside > .menu-group {
	display: none !important;
}

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

/* ***** STATUS HEADER ***** */

/* body.header-main-md { padding-top:80px !important; }
body.header-sub-md { padding-top:80px !important; }
body.header-all-md { padding-top:0 !important; }
body.header-none-md { padding-top:0 !important; }

body.header-all-md header { padding-bottom: 80px; } */

/* ***** HEIGHT HEADER MAIN / SUB ***** */

body.header-main-md #header-sub-section,
body.header-sub-md #header-main-section,
body.header-none-md #header-main-section,
body.header-none-md #header-sub-section {
	height: 0;
	overflow: hidden;
	display: none !important;
}

}


/* sm - xs */
@media (max-width: 767.98px) {

/* ***** HEIGHT HEADER MAIN / SUB ***** */

body[ class*="header-all-" ] #header-main-section,
body[ class*="header-all-" ] #header-main-section > .inside,
body[ class*="header-main-" ] #header-main-section,
body[ class*="header-main-" ] #header-main-section > .inside {
	height: 60px;
}
body[ class*="header-all-" ] #header-sub-section,
body[ class*="header-all-" ] #header-sub-section > .inside,
body[ class*="header-all-" ] #header-sub-section > .inside > [ class*="col-" ],
body[ class*="header-sub-" ] #header-sub-section,
body[ class*="header-sub-" ] #header-sub-section > .inside,
body[ class*="header-sub-" ] #header-sub-section > .inside > [ class*="col-" ] {
	height: 60px;
}

/* ***** HEADER MAIN ***** */

/* #header-main-section,
#header-main-section > .inside {
	height:60px;
} */
#header-main-section > .inside > .logo-group {
    padding-bottom: 5px;
}

.logo-group.logo-and-text > .col-logo > .logo {
    width:78px;
    height:30px;
}
.logo-group.logo-and-text > .col-text {
	padding: 4px 0 0 12px;
	margin-left:12px;
}
.logo-group.logo-and-text > .col-text:before {
	position:absolute;
	height:30px;
}
.logo-group.logo-and-text > .col-text > .th {
	font-size:17.5px;
	line-height:18px;
	font-weight:700;
	letter-spacing:0.5px;
}
.logo-group.logo-and-text > .col-text > .en {
    font-size: 10px;
	line-height:12px;
    font-weight: 500;
	letter-spacing:0;
}

/* ***** HEADER SUB ***** */

/* #header-sub-section,
#header-sub-section > .inside,
#header-sub-section > .inside > [ class*="col-" ] {
	height:60px;
} */
#header-sub-section > .inside > .col-left,
#header-sub-section > .inside > .col-right {
	width:60px;
}
#header-sub-section > .inside .title-header,
#header-sub-section > .inside .text-header {
	font-size:13px;
	line-height:25px;
}
#header-sub-section > .inside .title-header.word-wrap,
#header-sub-section > .inside .text-header.word-wrap {
	height: 25px;
}

.btn-icon-header-group {
	padding: 0 10px;
}
.btn-icon-header-group .btn-icon-header > .icon {}
.btn-icon-header-group .btn-icon-header > .text {
	font-size:15px;
	line-height:20px;	
}

/* ***** MAIN MENU ***** */

#mainmenu-section {
    left: -100%;
    width: 100%;
}
/* #mainmenu-section .ss-content {
    width: 100%;
} */
#mainmenu-section > .inside .content-section {
	padding: 30px 48px 30px 30px;
}

ul.mainmenu-group + .mainmenu-title {
    margin-top: 30px;
}

.mainmenu-title {
    font-size: 17px;
	line-height: 20px;
	font-weight: 700 !important;
	letter-spacing: -0.2px;
	padding-bottom: 10px;
}
.mainmenu-subtitle {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
}

}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {

/* ***** STATUS HEADER ***** */

/* body.header-main-sm { padding-top:60px !important; }
body.header-sub-sm { padding-top:60px !important; }
body.header-all-sm { padding-top:0 !important; }
body.header-none-sm { padding-top:0 !important; }

body.header-all-sm header { padding-bottom: 60px; } */

/* ***** HEIGHT HEADER MAIN / SUB ***** */

body.header-main-sm #header-sub-section,
body.header-sub-sm #header-main-section,
body.header-none-sm #header-main-section,
body.header-none-sm #header-sub-section {
	height: 0;
	overflow: hidden;
	display: none !important;
}

}

/* xs */
@media (max-width: 575.98px) {

/* ***** STATUS HEADER ***** */

/* body.header-main-xs { padding-top:60px !important; }
body.header-sub-xs { padding-top:60px !important; }
body.header-all-xs { padding-top:0 !important; }
body.header-none-xs { padding-top:0 !important; }

body.header-all-xs header { padding-bottom: 60px; } */

/* ***** HEIGHT HEADER MAIN / SUB ***** */

body.header-main-xs #header-sub-section,
body.header-sub-xs #header-main-section,
body.header-none-xs #header-main-section,
body.header-none-xs #header-sub-section {
	height: 0;
	overflow: hidden;
	display: none !important;
}

}