#header-section {
    flex: 0 0 65px;
    /* box-shadow: 0 10px 80px 0 rgba(0,0,0,0.1); */
}
#header-section,
#header-section > .header-inner {
    position: relative;
    height: 130px;
}
#header-section > .header-inner {
    z-index: 1000;    
}

#header-section #header-main-section {
    position: relative;
    z-index: 5;
}
#header-section #header-sub-section {
    position: relative;
    box-shadow: 0 10px 80px 0 rgba(0,0,0,0.1);
    z-index: 3;
}

/* fixed */
#header-section.fixed-header-main #header-main-section.fixed {
    position: fixed;
    top: 0;
}
#header-section.fixed-header-sub #header-sub-section.fixed {
    position: fixed;
    top: 0;
}
/* #header-section.fixed > .header-inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
} */

/* #header-section .header-main-section {
    background-color: rgba(255,0,255,0.3);
}
#header-section .header-sub-section {
    background-color: rgba(255,255,0,0.3);
} */
#header-section .header-main-section>.header-main-inner,
#header-section .header-sub-section>.header-sub-inner,
#header-section .header-project-section>.header-project-inner {
    position: relative;
    height: 65px;
}
#header-section .header-sub-section>.header-sub-inner {
    border-top: 1px solid rgba(0,0,0,0.08);
    z-index: 2;
}


#header-section .header-group,
#header-section .header-row,
#header-section .header-row>.header-col {
    position: relative;
    max-width: 100%;
    width: 100%;
}
#header-section .header-row {
    display: flex;
    padding: 0 20px;
}
#header-section .header-row>.header-col.this-col-left,
#header-section .header-row>.header-col.this-col-right {
    width: 250px;
}
#header-section .header-row>.header-col.this-col-left {
    display: flex;
    justify-content: flex-start;
}
#header-section .header-row>.header-col.this-col-right {
    display: flex;
    justify-content: flex-end;
}
#header-section .header-row>.header-col.this-col-center {
    width: calc(100% - (250px * 2));
    /* background-color: rgba(0,0,0,0.1); */
    display: flex;
    justify-content: center;
}
#header-section .header-row>.header-col.this-col-center>.site-menu-group.horizontal {
    justify-content: center;
}
#header-section .header-row>.header-col.this-col-right>.site-menu-group.horizontal {
    justify-content: flex-end;
}

#header-section .logo-website {
    position: relative;
    width: 120px;
    height: 17px;
    overflow: hidden;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#header-section .logo-website.default {
    background-image: url("../../images/logo/logo-thanasiri.png");
}
#header-section .logo-website.white {
    background-image: url("../../images/logo/logo-thanasiri-white.png");
}
#header-section .logo-website>img {
    position: absolute;
    width: 100% !important;
    max-width: 100% !important;
    height: 0 !important;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
}

/* bg color white */
#header-section .header-group.bg-color-white,
#header-section .header-group.bg-color-white>.header-row.header-sub-inner {
    background-color: rgba(var(--custom-rgb-color-white),1);
}
#header-section .header-group.bg-color-white a,
#header-section .header-group.bg-color-white .site-menu-btn {
    color: rgba(var(--custom-rgb-color-black),1);
}
#header-section .header-group.bg-color-white a:hover,
#header-section .header-group.bg-color-white .site-menu-btn:hover,
#header-section .header-group.bg-color-white .site-menu-btn.active {
    color: rgba(var(--custom-rgb-color-secondary-2),1);
}

/* bg color primary */
#header-section .header-group.bg-color-primary {
    background-color: rgba(var(--custom-rgb-color-primary),1);
    color: rgba(var(--custom-rgb-color-white),1);
}
#header-section .header-group.bg-color-primary a {
    color: rgba(var(--custom-rgb-color-white),1);
}

/* logo project */
#header-section .logo-project {
    position: relative;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 35px;
    width: 100%;
}
#header-section .logo-project img {
    position: relative;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    opacity: 0 !important;    
}

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

#header-main-section .header-row {
    align-items: center;
}
#header-main-section .custom-menu-btn {
    background: none;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}

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

#header-sub-section .header-row>.header-col.this-col-left,
#header-sub-section .header-row>.header-col.this-col-right {
    align-items: center;
}
#header-sub-section .header-row>.header-col.this-col-left .logo-website,
#header-sub-section .header-row>.header-col.this-col-right .custom-menu-group {
    /* visibility: hidden; */
    display: none;
}
#header-sub-section.fixed .header-row>.header-col.this-col-left .logo-website,
#header-sub-section.fixed .header-row>.header-col.this-col-right .custom-menu-group {
    /* visibility: inherit; */
    display: flex;
}

/* --------------------------------------------------------------- */
/* ---------------------- HEADER PROJECT ------------------------- */
/* --------------------------------------------------------------- */

#header-section .header-project-section .header-row>.header-col.this-col-left,
#header-section .header-project-section .header-row>.header-col.this-col-right {
    width: 450px;
    /* background-color: rgba(0,0,0,0.1); */
}
#header-section .header-project-section .header-row>.header-col.this-col-right ul.site-menu-group>li.site-menu-item.this-menu {
    display: none;
}

#thana-project-menu-popup {}
#thana-project-menu-popup .menu-row {
    position: relative;
}
#thana-project-menu-popup ul.menu-group,
#thana-project-menu-popup ul.menu-group>li.menu-list {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
#thana-project-menu-popup ul.menu-group>li.menu-list+li.menu-list {
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.08);
    padding-top: 10px;
    margin-top: 10px;
}
#thana-project-menu-popup ul.menu-group>li.menu-list>.this-menu {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
#thana-project-menu-popup ul.menu-group>li.menu-list .t-title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
}

/* --------------------------------------------------------------- */
/* -------------------------- SITE MENU -------------------------- */
/* --------------------------------------------------------------- */

ul.site-menu-group,
ul.site-menu-group>li.site-menu-item,
ul.site-menu-group>li.site-menu-item>.site-menu-btn {
    position: relative;
}
ul.site-menu-group {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.site-menu-group>li.site-menu-item>.site-menu-btn {
    cursor: pointer;
    font-weight: 500;
}
ul.site-menu-group>li.site-menu-item>.site-menu-btn.loading {
    cursor: no-drop;
}
ul.site-menu-group>li.site-menu-item>.site-menu-btn>.icon+.text,
ul.site-menu-group>li.site-menu-item>.site-menu-btn>.text+.icon {
    margin-left: 10px;
}

/* horizontal */
ul.site-menu-group.horizontal {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
}
ul.site-menu-group.horizontal>li {
    display: flex;
    align-items: center;
}

ul.site-menu-group.horizontal.x-spacing {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
ul.site-menu-group.horizontal.x-spacing>li {
    padding: 0 15px;
}

ul.site-menu-group.horizontal.x-spacing-min {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}
ul.site-menu-group.horizontal.x-spacing-min>li {
    padding: 0 10px;
}

ul.site-menu-group.horizontal.x-spacing-max {
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
}
ul.site-menu-group.horizontal.x-spacing-max>li {
    padding: 0 25px;
}

#project-menu-btn.site-menu-btn>.icon {
    font-size: 12px;
}

/* --------------------------------------------------------------- */
/* ------------------ BTN SITE MENU / BTN CLOSE ------------------ */
/* --------------------------------------------------------------- */

.website-menu-btn {
    position: relative;
}

.icon-menu,
.icon-close {
    position:relative;
    padding:0;
	margin:0;
}

.icon-menu,
.icon-close {
	width:30px;
    height:30px;
    line-height: 30px;
}
.icon-menu>.inside,
.icon-close>.inside {
    position: absolute;
	/* display:block;
	top:50%;
    left:50%; */
    display: block;
    height: 12px;
    left: 50%;
    margin: -6px auto auto -9px;
    position: absolute;
    top: 50%;
    width: 18px;
}
.icon-menu>.inside {
    width:18px;
	height:12px;
	margin:-6px auto auto -9px;
}

.icon-menu>.inside>span,
.icon-close>.inside>span {
	position:absolute;
	display:block;	
	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>span,
.icon-close>.inside>span,
.icon-menu.active>.inside>.bottom,
.icon-close>.inside>.bottom {
    width:18px;
}
.icon-menu>.inside>span.middle,
.icon-menu>.inside>span.bottom {
    width: 8px;
    left: 50%;
    margin-left: -4px;
}

.icon-menu.black>.inside>span,
.icon-close.black>.inside>span {
    border-color: rgba(33,37,41,1);
}
.icon-menu.white>.inside>span,
.icon-close.white>.inside>span {
    border-color: rgba(255,255,255,1);
}
.icon-menu>.inside>.top,
.icon-close>.inside>.top {
	top:0;
	left:0;
}
.icon-menu>.inside>.middle,
.icon-close>.inside>.middle {
	top:50%;
	right:0;
	margin-top:-1px;
}
.icon-close>.inside>.middle {
	display:none !important;
}
.icon-menu>.inside>.bottom,
.icon-close>.inside>.bottom {
	bottom:0;
	left:0;
}

/* hover */
/* .website-menu-btn:hover .icon-menu>.inside>.middle,
.icon-menu:hover>.inside>.middle {
	width:50%;
} */
.website-menu-btn:hover .icon-menu>.inside>span.middle,
.website-menu-btn:hover .icon-menu>.inside>span.bottom,
.icon-menu:hover>.inside>span.middle,
.icon-menu:hover>.inside>span.bottom {
    width: 100%;
    left: 0;
    margin-left: 0;
}

/* active */
.website-menu-btn.active .icon-menu>.inside>.middle,
.icon-menu.active>.inside>.middle {
    width:0 !important;
    display: none !important;
}
.icon-menu.active>.inside>.top,
.icon-close>.inside>.top {
	top:5px;
	-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.icon-menu.active>.inside>.bottom,
.icon-close>.inside>.bottom {
    bottom:5px;
    margin: 0;
    left: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.website-menu-btn:hover .icon-menu>.inside>span,
.icon-menu>.inside>.middle,
.icon-menu.active>.inside>.middle {
	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;
}

/* btn close */
.close-btn {
    background: none !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    cursor: pointer !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 30px !important;
    height: 30px !important;
}
.close-btn.hover-opacity {
    opacity: .3!important;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
}
.close-btn.hover-opacity:hover {
    opacity: 1 !important;
}

/* bg */
.close-btn[class*="bg-"] {
    border-radius: 100% !important;
}
.close-btn.bg-white {
    background-color: rgba(var(--custom-rgb-color-white),1) !important;
}
.close-btn.bg-gray {
    background-color: rgba(var(--custom-rgb-color-gray),1) !important;
}
.close-btn.bg-gray-light {
    background-color: rgba(var(--custom-rgb-color-gray-light),1) !important;
}

/* --------------------------------------------------------------- */
/* ----------------------- HEADER SITE TOP ----------------------- */
/* --------------------------------------------------------------- */

#header-site-top-section,
#header-site-top-section>.inside {
    position: relative;
}
.header-site-top-row {
    position: relative;
}

.header-site-top-row.bg {
    background: linear-gradient( to right, rgba(137,0,10,1), rgba(236,28,36,1) );
}
.header-site-top-row.this-border {
    height: 5px;
}


/* --------------------------------------------------------------- */
/* ------------------------- HEADER SITE ------------------------- */
/* --------------------------------------------------------------- */

#header-site-section,
#header-site-section>.inside {
    position: relative;
    height: 70px;
}
#header-site-section {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    background-color: rgba(255,255,255,1);
}
#header-site-section,
#header-site-section a {
    color: rgba(12,12,12,1) !important;
}
#header-site-section>.inside {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 20px !important;
}
.header-site-row,
.header-site-row>.header-site-col {
    position: relative;
}
.header-site-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100%;
}

.header-site-row>.header-site-col.col-menu-left,
.header-site-row>.header-site-col.col-menu-right {
    flex: 1 0 0;
}

.header-site-row>.header-site-col.col-menu-left {
    display: none;
}
.header-site-row>.header-site-col.col-logo {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.header-site-row>.header-site-col.col-menu-right {}

/* logo */
#logo-website {
    position: relative;
    display: block;
    background-image: url(../../images/logo/logo-starflex.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 160px;
    height: 40px;
}
#logo-website>img {
    position: absolute;
    width: 100% !important;
    max-width: 100% !important;
    height: 0 !important;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
}

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

ul.custom-menu-group,
ul.custom-menu-group>li.menu-item {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.custom-menu-btn {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.custom-menu-btn,
.custom-menu-title-btn {
    position: relative;
    cursor: pointer !important;
}
.custom-menu-btn>.icon,
.custom-menu-btn>.text {
    position: relative;
}
.custom-menu-btn>.icon+.text,
.custom-menu-btn>.text+.icon {
    margin-left: 5px;
}

.custom-menu-btn>.icon {
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
}


/* menu group - horizontal */
ul.custom-menu-group.horizontal {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
ul.custom-menu-group.horizontal.x-spacing>li+li {
    margin-left: 30px;
}
ul.custom-menu-group.horizontal.x-spacing-min>li+li {
    margin-left: 15px;
}
ul.custom-menu-group.horizontal.x-spacing-max>li+li {
    margin-left: 50px;
}

/* menu - vertical */

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

.header-main-menu-row,
.header-main-menu-row>.header-main-menu-col {
    position: relative;
}
.header-main-menu-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100%;
}
.header-main-menu-row>.header-main-menu-col.col-left {
    flex: 1 0 0;
}
.header-main-menu-row>.header-main-menu-col.col-right {}


.header-main-menu-left-group {
    position: relative;
}

ul.header-main-menu-right-group,
ul.header-main-menu-right-group>li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.header-main-menu-right-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
}
ul.header-main-menu-right-group>li+li {
    margin-left: 40px;
}

/* menu member group */
ul.menu-group.menu-member-group>li+li {
    padding-left: 15px;
    margin-left: 15px;
}
ul.menu-group.menu-member-group>li+li:before {
    position: absolute;
    content: "";
    height: 15px;
    border-left: 1px solid rgba(12,12,12,1);
    left: 0;
    top: 50%;
    margin-top: -7.5px;
}

/* --------------------------------------------------------------- */
/* -------------------------- MENU POPUP ------------------------- */
/* --------------------------------------------------------------- */

body.thana-menu-popup-show {
    overflow: hidden !important;
    padding-right: 17px !important;
}
#thana-menu-popup {
    position: fixed;
    width: 500px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -510px;
    background-color: rgba(var(--custom-rgb-color-primary),1);
    z-index: 1500;
    transition: right 0.2s ease;
    -webkit-transition: right 0.2s ease;
    -moz-transition: right 0.2s ease;
    -ms-transition: right 0.2s ease;
    -o-transition: right 0.2s ease;
}
#thana-menu-popup.open {
    right: 0;
}
#thana-menu-popup,
#thana-menu-popup a {
    color: rgba(var(--custom-rgb-color-white),1);
}
#thana-menu-popup .close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
}

#thana-menu-popup>.thana-menu-inner,
#thana-menu-popup>.thana-menu-inner>.mobile-menu-page {
    width: 100% !important;
    height: 100% !important;
}
/* #thana-menu-popup>.thana-menu-inner>.mobile-menu-page {
    background-color: rgba()
} */
#thana-menu-popup .thana-menu-container {
    position: relative;
    min-height: 100%;
    padding: 100px;
    display: flex;
    flex-direction: column;
}

#thana-menu-popup .this-menu {
    cursor: pointer;
    display: inline-block;
    color: rgba(var(--custom-rgb-color-white),1);
    transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
}
#thana-menu-popup .this-menu:hover,
#thana-menu-popup .this-menu.active {
    color: rgba(var(--custom-rgb-color-on-primary),1);
}

#thana-menu-popup .this-menu.has-dropdown .icon {
    opacity: 0.3;
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
}
#thana-menu-popup .this-menu.has-dropdown.active .icon,
#thana-menu-popup .this-menu.has-dropdown:hover .icon {
    opacity:1;
}
#thana-menu-popup .this-menu.has-dropdown.active .icon {
    transform: rotate(180deg);
    top: -3px;
}

/* title main */
#thana-menu-popup .thana-menu-title-main {
    font-size: 45px;
    line-height: 45px;
    font-weight: 300;
}

/* title sub */
#thana-menu-popup .thana-menu-title-sub {
    font-size: 30px;
    line-height:35px;
    font-weight: 300;
}
#thana-menu-popup .thana-menu-title-sub.has-dropdown .text+.icon {
    margin-left: 10px;
}
#thana-menu-popup .thana-menu-title-sub.has-dropdown .icon {
    font-size: 10px;
}

/* text */
#thana-menu-popup .thana-menu-text {
    font-size: 22px;
    line-height: 25px;
    font-weight: 300;
}
#thana-menu-popup .thana-menu-text.has-dropdown .text+.icon {
    margin-left: 8px;
}
#thana-menu-popup .thana-menu-text.has-dropdown .icon {
    font-size: 10px;
}

#thana-menu-popup .menu-section,
#thana-menu-popup .contact-section {
    position: relative;
}
#thana-menu-popup .contact-section {
    margin-top: auto;
    padding-top: 100px;
}
#thana-menu-popup .menu-section>.menu-row,
#thana-menu-popup .menu-section>.menu-row>.menu-group {
    position: relative;
}
#thana-menu-popup .menu-section>.menu-row+.menu-row {
    margin-top: 30px;
}
#thana-menu-popup .menu-section>.menu-row>ul.menu-group,
#thana-menu-popup .menu-section>.menu-row>ul.menu-group>li {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

#thana-menu-popup ul.dropdown-menu-group,
#thana-menu-popup ul.dropdown-menu-group>li {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
#thana-menu-popup ul.dropdown-menu-group {
    padding: 0 0 20px 0;
}
#thana-menu-popup ul.dropdown-menu-group>li .this-dropdown-menu {
    position: relative;
    padding-left: 15px;
    opacity: 0.6;
    letter-spacing: 0.2px;
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
}
#thana-menu-popup ul.dropdown-menu-group>li .this-dropdown-menu:hover {
    opacity: 1;
}
#thana-menu-popup ul.dropdown-menu-group>li .this-dropdown-menu:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    top: 11px;
    left: 0;
    background-color: rgba(var(--custom-rgb-color-white),1);
    opacity: 0.5;
}
#thana-menu-popup ul.dropdown-menu-group ul.dropdown-menu-group {
    padding: 0 0 0 20px !important;
}
#thana-menu-popup ul.dropdown-menu-group ul.dropdown-menu-group>li .this-dropdown-menu {
    opacity: 0.5;
    font-size: 20px;
    line-height: 25px;
}
#thana-menu-popup ul.dropdown-menu-group ul.dropdown-menu-group>li .this-dropdown-menu:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 100%;
    top: 11px;
    left: 0;
    background-color: rgba(var(--custom-rgb-color-white),1);
    opacity: 0.5;
}

/* --------------------------------------------------------------- */
/* ------------------------- DROPDOWN NAV ------------------------ */
/* --------------------------------------------------------------- */

#header-dropdown-section {
    position: absolute;
    width: 100%;
    height: auto;
    background-color: rgba(var(--custom-rgb-color-primary-light),1);
    box-shadow: 0 50px 100px 0 rgba(var(--custom-rgb-color-black-default),0.5);
    z-index: 1;
    visibility: hidden;
}
#header-dropdown-section.open {
	visibility:inherit;
}
#header-dropdown-section.animate-fade,
#header-dropdown-section.animate-fade.open {
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
}
#header-dropdown-section.animate-fade {
    opacity: 0;
}
#header-dropdown-section.animate-fade.in {
    opacity: 1;
}

#header-dropdown-section .container {
    position: relative;
    max-width: 100%;
    width: 850px;
    padding-top: 50px;
    padding-bottom: 50px;
    /* background-color: rgba(0,0,0,0.05); */
}
#header-dropdown-section .header-dropdown-container {
    position: relative;
    display: none;
}
#header-dropdown-section .header-dropdown-container.show {
    display: block;
}

#header-dropdown-section .mg-top {
    margin-top: 25px;
}
#header-dropdown-section .mg-bottom {
    margin-bottom: 25px;
}
#header-dropdown-section,
#header-dropdown-section .thana-nav-menu-item {
    color: rgba(var(--custom-rgb-color-black),0.8) !important;
}
#header-dropdown-section .thana-nav-menu-item.head {
    color: rgba(var(--custom-rgb-color-black),1) !important;
}
#header-dropdown-section .thana-nav-menu-item:hover,
#header-dropdown-section .thana-nav-menu-item.active {
    color: rgba(var(--custom-rgb-color-secondary-2),1) !important;
}
#header-dropdown-section .text-opacity {
    opacity: 0.5;
}

.thana-nav-row {
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}
.thana-nav-row>[class*="thana-nav-col"] {
    position: relative;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}
.thana-nav-col-1 {
    width: calc(100% / 3);
}
.thana-nav-col-2 {
    width: calc((100% / 3)*2);
}
.thana-nav-col-3 {
    width: 100%;
}

ul.thana-nav-menu-group,
ul.thana-nav-menu-group>li,
ul.thana-nav-menu-group>li .thana-nav-menu-item {
    position: relative;
}
ul.thana-nav-menu-group,
ul.thana-nav-menu-group>li {
    list-style: none !important;
    padding: 0;
    margin: 0;
}
ul.thana-nav-menu-group>li .thana-nav-menu-item {
    display: inline-block;
    cursor: pointer;
}
ul.thana-nav-menu-group>li .thana-nav-menu-item.head {
    font-weight: 600;
}

ul.thana-nav-menu-group.d-flex {
    display: flex;
    flex-wrap: wrap;
}
ul.thana-nav-menu-group>li.col-3 {
    width: calc(100% / 3);
}


/* menu - project */

.header-dropdown-container[data-menu="menu-project"] {}
.header-dropdown-container[data-menu="menu-project"] .menu-all-project-on-header {
    display: none;
}
.header-dropdown-container[data-menu="menu-project"] .menu-all-project-on-header.on {
    display: block;
}

/* xxl */
@media (min-width: 1400px) {}

/* xxl - 1 */
@media (min-width:1500px) and (max-width: 1599.98px) {}

/* xxl - 2 */
@media (min-width: 1400px) and (max-width: 1499.98px) {}

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

/* --------------------------------------------------------------- */
/* ---------------------- HEADER PROJECT ------------------------- */
/* --------------------------------------------------------------- */

#header-section .header-project-section .header-row>.header-col.this-col-left,
#header-section .header-project-section .header-row>.header-col.this-col-right {
    width: 380px;
}
#header-section .header-row>.header-col.this-col-center {
    width: calc(100% - (190px * 2));
}

/* --------------------------------------------------------------- */
/* -------------------------- MENU POPUP ------------------------- */
/* --------------------------------------------------------------- */

#thana-menu-popup .thana-menu-container {
    padding: 80px;
}
ul.site-menu-group.horizontal.x-spacing>li {
    padding: 0 10px;
}

}

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

/* on microsite */
#header-section.on-microsite #header-sub-section .header-row>.header-col.this-col-left {
    flex: 1 0 0 !important;
    width: auto !important;
}
#header-section.on-microsite #header-sub-section .header-row>.header-col.this-col-center {
    display: none !important;
}
#header-section.on-microsite #header-sub-section .header-row>.header-col.this-col-right {
    width: auto !important;
}

#header-section #header-sub-section .header-row>.header-col.this-col-left,
#header-section #header-sub-section .header-row>.header-col.this-col-right {
    width: 0;
}
#header-section #header-sub-section .header-row>.header-col.this-col-center {
    width: 100%;
}

#header-section #header-sub-section.fixed .header-row>.header-col.this-col-left,
#header-section #header-sub-section.fixed .header-row>.header-col.this-col-right {
    width: 160px;
}
#header-section #header-sub-section.fixed .header-row>.header-col.this-col-center {
    width: calc(100% - (160px * 2));
    /* background-color: rgba(0,0,0,0.1); */
    display: flex;
    justify-content: center;
}

/* --------------------------------------------------------------- */
/* ---------------------- HEADER PROJECT ------------------------- */
/* --------------------------------------------------------------- */

/* #header-section .header-project-section .header-row>.header-col.this-col-right ul.site-menu-group>li.site-menu-item.this-register {
    display: none;
}
#header-section .header-project-section .header-row>.header-col.this-col-right ul.site-menu-group>li.site-menu-item.this-contact {
    display: none;
} */
#header-section .header-project-section .header-row>.header-col.this-col-right ul.site-menu-group>li.site-menu-item.this-menu {
    display: block;
}

#header-section .header-project-section .site-menu-item.this-menu .site-menu-btn>.text {
    /* opacity: 0; */
    display: none;
    /* transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease; */
}
#header-section .header-project-section.fixed .site-menu-item.this-menu .site-menu-btn>.text {
    /* opacity: 1; */
    display: inline-block;
}

/* --------------------------------------------------------------- */
/* -------------------------- MENU POPUP ------------------------- */
/* --------------------------------------------------------------- */

#thana-menu-popup .thana-menu-container {
    padding: 80px;
}

}

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

/* --------------------------------------------------------------- */
/* --------------------- HEADER MAIN + SUB ----------------------- */
/* --------------------------------------------------------------- */

#header-section #header-main-section .header-row>.header-col.this-col-left,
#header-section #header-main-section .header-row>.header-col.this-col-right {
    width: 100px;
}
#header-section #header-main-section .header-row>.header-col.this-col-center {
    width: calc(100% - (100px * 2));
}

/* on site */
#header-section.on-site,
#header-section.on-site > .header-inner {
    height: 65px;
}
#header-section.on-site #header-sub-section {
    display: none;
    position: fixed;
    top: -100px;
    transition:top 0.1s ease;
	-webkit-transition:top 0.1s ease;
	-moz-transition:top 0.1s ease;
	-ms-transition:top 0.1s ease;
	-o-transition:top 0.1s ease;
}

/* on microsite */
#header-section.on-microsite #header-sub-section .header-row>.header-col.this-col-left {
    flex: 1 0 0 !important;
    width: auto !important;
}
#header-section.on-microsite #header-sub-section .header-row>.header-col.this-col-center {
    display: none !important;
}
#header-section.on-microsite #header-sub-section .header-row>.header-col.this-col-right {
    width: auto !important;
}

}

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

/* #header-section .header-project-section .header-row>.header-col.this-col-right ul.site-menu-group>li.site-menu-item.this-register {
    display: none;
}
#header-section .header-project-section .header-row>.header-col.this-col-right ul.site-menu-group>li.site-menu-item.this-contact {
    display: none;
} */
#header-section .header-project-section .header-row>.header-col.this-col-right ul.site-menu-group>li.site-menu-item.this-menu {
    display: block;
}

#header-section .header-project-section .site-menu-item.this-menu .site-menu-btn>.text {
    /* opacity: 0; */
    display: none;
    /* transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease; */
}
#header-section .header-project-section.fixed .site-menu-item.this-menu .site-menu-btn>.text {
    /* opacity: 1; */
    display: inline-block;
}

/* --------------------------------------------------------------- */
/* -------------------------- MENU POPUP ------------------------- */
/* --------------------------------------------------------------- */

#thana-menu-popup .thana-menu-container {
    padding: 80px;
}

}

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

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

/* --------------------------------------------------------------- */
/* ---------------------- HEADER PROJECT ------------------------- */
/* --------------------------------------------------------------- */

#header-section .header-project-section .header-row>.header-col.this-col-right ul.site-menu-group>li.site-menu-item.this-register {
    display: none;
}
/* #header-section .header-project-section .header-row>.header-col.this-col-right ul.site-menu-group>li.site-menu-item.this-contact {
    display: none;
} */
#header-section .header-project-section .header-row>.header-col.this-col-right ul.site-menu-group>li.site-menu-item.this-menu {
    display: block;
}

#header-section .header-project-section .site-menu-item.this-menu .site-menu-btn>.text {
    /* opacity: 0; */
    display: none;
    /* transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease; */
}
#header-section .header-project-section.fixed .site-menu-item.this-menu .site-menu-btn>.text {
    /* opacity: 1; */
    display: inline-block;
}

}

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

#header-section .custom-menu-btn.open-search-popup-btn>.icon+.text {
    display: none !important;
}
#header-section ul.custom-menu-group.horizontal.x-spacing>li+li {
    margin-left: 15px;
}

/* --------------------------------------------------------------- */
/* --------------------- HEADER MAIN + SUB ----------------------- */
/* --------------------------------------------------------------- */

#header-section .logo-website {
    width: 110px;
    height: 15px;
}

#header-section #header-main-section .header-row>.header-col.this-col-left,
#header-section #header-main-section .header-row>.header-col.this-col-right {
    width: 90px;
    font-size: 18px;
    /* background-color: #ccc; */
}
#header-section #header-main-section .header-row>.header-col.this-col-center {
    width: calc(100% - (90px * 2));
}
#header-section #header-main-section ul.custom-menu-group.horizontal {
    width: 100%;
    justify-content: flex-end;
}
#header-section #header-main-section ul.custom-menu-group.horizontal>li+li {
    margin-left: 5px;
}

#header-section #header-main-section .custom-menu-btn>.text+.icon {
    margin-left: 0px;
}
#header-section #header-main-section .custom-menu-btn>.icon {
    width: 25px;
    height: 30px;
    font-size: 21px;
    line-height: 30px;
}

/* --------------------------------------------------------------- */
/* -------------------------- MENU POPUP ------------------------- */
/* --------------------------------------------------------------- */

#thana-menu-popup {
    width: 100%;
    right: -110%;
}
#thana-menu-popup .thana-menu-container {
    padding: 50px;
}


/* --------------------------------------------------------------- */
/* ---------------------- HEADER PROJECT ------------------------- */
/* --------------------------------------------------------------- */

#header-section .header-project-section .header-row>.header-col.this-col-right ul.site-menu-group>li.site-menu-item.this-register {
    display: none;
}
/* #header-section .header-project-section .header-row>.header-col.this-col-right ul.site-menu-group>li.site-menu-item.this-contact {
    display: none;
} */
#header-section .header-project-section .header-row>.header-col.this-col-right ul.site-menu-group>li.site-menu-item.this-menu {
    display: block;
}

#header-section .header-project-section .site-menu-item.this-menu .site-menu-btn>.text {
    /* opacity: 0; */
    display: none;
    /* transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease; */
}
#header-section .header-project-section.fixed .site-menu-item.this-menu .site-menu-btn>.text {
    /* opacity: 1; */
    display: inline-block;
}


}

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

/* --------------------------------------------------------------- */
/* --------------------- HEADER MAIN + SUB ----------------------- */
/* --------------------------------------------------------------- */

/* #header-section #header-main-section .header-row>.header-col.this-col-left,
#header-section #header-main-section .header-row>.header-col.this-col-right {
    background-color: #f00;
} */

}
