.layout-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(154, 205, 239, 0.6);
    backdrop-filter: blur(62px);
    /* 2022/10/12 */
    -webkit-backdrop-filter: blur(62px);

    transition: .3s;
}

.layout-header .topbar {
    /* height: 60px;
    height: 75px; */
    padding: 14px 0;
    border-bottom: 1px solid rgba(79, 170, 254, 0.2);
}

/* 2022/10/12 */
.layout-header.tiny {
    transform: translateY(-75px);
}

.layout-header .topbar-contact li+li {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #859AC1;
}

.layout-header .topbar-contact .link {
    padding: 4px 0 2px 0;
    line-height: 1em;
    display: flex;
    align-items: center;
    color: rgba(68, 72, 99, .5);
    font-weight: var(--fw-bold);
    font-size: var(--typo-sm);
}

.layout-header .topbar-contact .link img {
    margin-right: 5px;
    position: relative;
    top: -2px;
    opacity: 0.5;
    transition: all 200ms ease;
}

.layout-header .topbar-contact .link:hover img {
    opacity: 1;
}

.layout-header .topbar-search .link {
    opacity: 0.5;
}

.layout-header .topbar-search .link:hover {
    opacity: 1;
}

.layout-header .topbar-social {
    display: flex;
    border-left: 1px solid #859AC1;
    margin-left: 15px;
    padding-left: 15px;
}

.layout-header .topbar-social .link {
    opacity: 0.5;
}

.layout-header .topbar-social .link:hover {
    opacity: 1;
}

.layout-header .topbar-social .link+.link {
    margin-left: 10px;
}

.layout-header .main-brand {
    padding: 16px 0;
}

.layout-header .main-menu {
    margin: 0 10px 0 20px;
}

.layout-header .main-menu>ul>li>.link {
    display: block;
    line-height: 74px;
    color: var(--color-default);
    font-weight: var(--fw-bold);
    font-size: var(--typo-xs);
    padding: 0 14px;
}

.layout-header .main-menu .link:hover {
    color: var(--color-secondary);
}


/* 2022/10/12 */
.layout-header .main-menu .open > .link,
.layout-header .main-menu .active > .link {
    color: var(--color-white);
    /* 2022/10/27 */
    background: var(--color-primary);
    /* background: linear-gradient(#017db4 0%, #02c895 100%); */
}

.layout-header .main-menu>ul>li>.link span {
    position: relative;
    font-size: 20px;
    top: 2px;
    margin-left: 3px;
}
.layout-header .main-menu .open > .link span::before{
    content: "\e845";
}
/* 2022/10/12 */

.layout-header .main-cart .link {
    position: relative;
    top: -2px;
    display: block;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout-header .main-cart .noti {
    position: absolute;
    min-width: 20px;
    height: 20px;
    line-height: 22px;
    border-radius: 10px;
    padding: 0 5px;
    background-color: var(--color-danger);
    text-align: center;
    color: #fff;
    font-weight: var(--fw-bold);
    font-size: 18px;
    margin-left: 25px;
    top: 0;
    white-space: nowrap;
}


/* topbar-search */

.from-search-custom {
    position: absolute;
    right: -10px;
    width: 0;
    border: none;
    border-radius: 3px;
    padding: 0;
    height: 35px;
    font-size: var(--typo-xs);
    color: #444863;
    transition: width .5s;
    display: block;
}

.from-search-custom.show {
    width: 185px;
    padding: 6px 40px 6px 10px;
}

.from-search-custom:focus {
    border-radius: 3px;
    font-size: var(--typo-xs);
}

.topbar .topbar-search {
    position: relative;
    display: flex;
}

.topbar .topbar-search .search-icon {
    position: relative;
    bottom: 2px;
}

.topbar .topbar-search button {
    background: transparent;
    outline: none;
    border: none;
    position: relative;
    right: -6px;
    bottom: 2px;
    transition: .3s;
    display: none;
}


/****/


/* topbar-wcag */

.topbar .topbar-wcag {
    display: flex;
    align-items: center;
    /* float: left; */
    padding: 0 15px;
    margin-left: 5px;
    /* height: 44px; */
    /* background-color: rgb(101 172 219 / 59%); */
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    /* border-right: 1px solid #dddddd; */
}

.topbar .topbar-wcag label {
    /* color: #fff; */
    font-size: var(--typo-sm);
    font-weight: 600;
    line-height: 44px;
    margin-right: 10px;
    /* float: left; */
    display: flex;
    margin-top: 2px;
    margin-bottom: 0;
    color: rgba(68, 72, 99, .5);
    font-weight: bold;
}

.topbar .topbar-wcag ul {
    /* float: left; */
    display: flex;
    /* margin-top: 7px; */
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.topbar .topbar-wcag ul li {
    /* float: left; */
    display: flex;
}

.topbar .topbar-wcag a,
.topbar .topbar-language ul li a {
    color: var(--color-secondary-light);
    font-weight: 600;
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .3s;
}

.topbar .topbar-language ul li a {
    font-size: var(--typo-xs);
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .topbar-wcag a:hover,
.topbar .topbar-language ul li a:hover {
    text-decoration: none;
    color: var(--color-white);
}

.topbar .topbar-wcag a.active,
.topbar .topbar-language ul li a.active {
    background-color: var(--color-secondary-light);
    color: var(--color-white);
}

.topbar .topbar-wcag a.active:hover {
    color: #fff;
}

.topbar .nav-size-small {
    font-size: 22px;
    line-height: 31px;
}

.topbar .nav-size-medium {
    font-size: 27px;
    line-height: 32px;
}

.topbar .nav-size-large {
    font-size: 32px;
    line-height: 30px;
}


/****/


/* topbar-language */

.topbar .topbar-language {
    padding-left: 15px;
    border-left: 1px solid #859AC1;
    /* height: 30px; */
}

.topbar .topbar-language ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
}

.topbar .topbar-language ul .language-text-cutom {
    font-size: var(--typo-sm);
    color: rgba(68, 72, 99, .5);
    font-weight: bold;
}

.topbar .topbar-language ul li {
    margin-right: 10px;
}

.topbar .topbar-language ul li:last-child {
    margin-right: 0;
}


/* .topbar .topbar-language ul li a {
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--typo-xs);
    font-weight: bold;
    color: #000000;
    border: 1px solid transparent;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 2px;
} */


/* .topbar .topbar-language ul li a:hover {
    color: #3a62af;
} */


/* .topbar .topbar-language ul li a.active {
    color: #3a62af;
} */


/* .topbar .topbar-language ul li.active:not(:first-child) {
    color: #3a62af;
    border: 2px solid #3a62af;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
} */

/* 2022/10/12 */
.layout-header .dropdown-menu {
    background-color: rgba(255, 255, 255, .95);
    display: block;
    opacity: 0;
    visibility: hidden;
    border: none;
    padding: 0;
    margin: 0;
    /* min-width: 250px;
    width: 250px;
    left: 50%;
    margin-left: -125px; */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}

/* 2022/10/12 */
/* .layout-header .main-menu .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
} */

.layout-header .dropdown-menu a {
    display: block;
    text-decoration: none;
    font-size: var(--typo-xs);
    font-weight: 700;
    color: var(--color-default);
    padding: 12px 20px;
    white-space: normal;
    line-height: 1.2em;
}

.layout-header .dropdown-menu>li>a:hover,
.layout-header .dropdown-menu>li>a:focus {
    color: var(--color-white);
    background: linear-gradient(#017db4 0%, #02c895 100%);
}

.layout-header .dropdown-toggle::after {
    font-family: 'feather' !important;
    content: '\e844';
    position: absolute;
    right: 10px;
    border: none;
    font-weight: 300;
    vertical-align: middle;
}

/* 2022/10/12 */
.dropdown.open .dropdown-menu {
    display: block;
}

.layout-header .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
}

.layout-header .main-menu .item-list>li:nth-last-child(-n+2) .dropdown-menu {
    right: 0;
    left: initial;
}

.layout-header .main-menu .item-list>li:nth-last-child(-n+2) .dropdown-submenu .dropdown-menu {
    top: 0;
    left: -100%;
}

.layout-header .main-menu .item-list>li:nth-last-child(-n+2) .dropdown-menu .dropdown-toggle::after {
    content: '\e843';
}

.layout-header .main-menu>ul>li>.link.dropdown-toggle {
    padding: 0 40px 0 20px;
}

.layout-header .main-menu .item-list>li>.dropdown-toggle::after {
    content: '\e842';
    right: 12px;
}

.layout-header .main-menu .item-list {
    display: flex;
    flex-wrap: nowrap;
    /* overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; */
}

.layout-header .main-menu .item-list>li {
    flex: 0 0 auto;
}

/* 2022/10/05 */
/* .layout-header .main-menu>ul>li>.link {
    padding: 0 15px;
}

.layout-header .main-menu>ul>li>.link.dropdown-toggle {
    padding: 0 30px 0 15px;
} */

.layout-header .main-menu .item-list>li>.dropdown-toggle::after {
    right: 5px;
}

/* 2022/10/05 */
.layout-header .main-menu>ul>li>.link {
    padding: 0 12px;
}



/* 2022/10/12 */

.dd-submenu{
    position: fixed !important;
    transform: translate3d(0, 0, 0) !important;
    top: 100% !important;
    display: block;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 400ms ease;
    transition-delay: 100ms;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
.dd-submenu.show,
.dropdown.open .dd-submenu{
    top: 149px !important;
    z-index: 100;
    height: calc(100vh - 149px);
    opacity: 1;
    visibility: visible;
}


.layout-header.tiny .dd-submenu.show,
.layout-header.tiny .dropdown.open .dd-submenu {
    height: calc(100vh - 74px);
}



.submenu-fluid{
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 100;
    /*top: 100%;*/
    top: 0;
    width: 100vw;
    height: 100%;
    /* background-color: rgba(255,255,255,0.96); */

    /*box-shadow: 0 3px 6px rgba(0,0,0,0.1);*/

    /* 2022/10/27 */
    background-color: rgba(255,255,255,0.85);
    border-top: 5px solid var(--color-primary);
    background-image: url(../../image/background/faq-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* 2022/11/14 */
.submenu-fluid::after {content: ""; position: absolute; height: 5px; left: 0; right: 0; bottom: 0; border-bottom: 5px solid var(--color-primary); z-index: 1;}

.nav-list.fluid li{
    float: left;
    width: 100%;
}
.nav-list:before,
.nav-list:after{
    content: ' '; 
    display: table;
}
.nav-list:after{
    clear: both;
}

.submenu-row:before,
.submenu-row:after{
    content: ' '; 
    display: table;
}
.submenu-row:after{
    clear: both;
}
.submenu-col{
    float: left;
    width: 25%;
    /* border-right: 1px solid #e1e1e1; */
    position: relative;
}

.submenu-col .mCSB_inside > .mCSB_container{
    margin-right: 0;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}
.submenu-col .mCSB_scrollTools .mCSB_draggerContainer{
    top: 0;
    bottom: 0;
}
.submenu-col .mCSB_scrollTools{
    width: 6px;
    opacity: 1;
}
.submenu-col .mCSB_scrollTools .mCSB_draggerRail{
    border-radius: 0;
    width: 6px;
    background-color: #efefef;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: var(--color-primary) !important;
    border-radius: 0;
    width: 6px;
}
.submenu-col .nav-list{
    margin: 0;
}
.submenu-col .nav-list li:before{
    display: none;
}
.header-bottom .main-menu .dropdown-menu .submenu-col li > .link,
.submenu-col .nav-list .link{
    display: block;
    color: #666;
    padding: 8px 25px;
    position: relative;
    font-size: 22px;
    line-height: 1.2em;
    background-color: transparent;
    /* 2022/10/27 */
    background-color: rgba(255,255,255,.5);
    backdrop-filter: blur(62px);
    -webkit-backdrop-filter: blur(62px);
}
.header-bottom .main-menu .dropdown-menu .submenu-col li > .link:hover,
.header-bottom .main-menu .dropdown-menu .submenu-col li > .link.active,
.submenu-col .nav-list .link:hover{
    color: #fff;
}
.header-bottom .main-menu .dropdown-menu .submenu-col li > .link:hover:before,
.header-bottom .main-menu .dropdown-menu .submenu-col li > .link.active:before,
.submenu-col .nav-list .link:hover:before{
    transform: scaleX(1);
}

.submenu-col .nav-list .has-submenu .link:after{
    content: '\e844';
    font-family: 'feather';
    position: absolute;
    right: 22px;
    top: 8px;
    font-size: 0.8em;
}


/* .sub1menu{display: none;}
.sub1menu.open{display: block;} */
.sub2menu{display: none;}
.sub2menu.open{display: block;}
.sub3menu{display: none;}
.sub3menu.open{display: block;}


.submenu-header .icon{
    padding: 0 30px;
    margin-top: 20px;
}
.submenu-header .link{
    color: #004AC9;
}
.submenu-header .link:hover{
    color: #004AC9 !important;
}
.submenu-header .title{
    margin-top: 15px;
    text-align: center;
    font-weight: var(--fw-bold);
    font-size: 30px;
    margin: 0;
}
.submenu-header .link:before{
    display: none;
}






/* 16/03/2022 */
.submenu-col, 
.submenu-col .mcscroll-inside {
    height: calc(100vh - 149px);
}
.layout-header.tiny .submenu-col, 
.layout-header.tiny .submenu-col .mcscroll-inside {
    height: calc(100vh - 74px);
}
.layout-header .header-bottom .submenu-fluid ul li, 
.layout-header.tiny .header-bottom .submenu-fluid ul li{
    border-bottom: 1px solid #e1e1e1;
}


.header-bottom .main-menu>ul {
    display: block;
    /* width: 100%; */
    width: 79%;
    margin-left: auto;
    margin-right: 30px;
    margin-top: -74px;
}

.header-bottom .main-menu>ul:after {
    content: '';
    display: table;
    clear: both;
}

.header-bottom .main-menu>ul>li {
    position: relative;
}

.header-bottom .main-menu>ul>li.visible-md+li:before {
    display: none;
}


.header-bottom .main-menu>ul>li:hover {
    background-color: transparent;
}

.header-bottom .main-menu .link {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: block;
}

.header-bottom .main-menu .link:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: linear-gradient(#017db4 0%, #02c895 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.header-bottom .main-menu .link:focus {
    /* 2022/10/27 */
    /* color: var(--color-white); */
}
.header-bottom .main-menu .link:hover:before,
/* .header-bottom .main-menu .link:focus:before, */  /* 2022/10/27 */
.header-bottom .main-menu .link:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.header-bottom .main-menu .active>.link:before,
.header-bottom .main-menu .show>.link:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.header-bottom .main-menu .link:hover {
    color: #fff;
}

.header-bottom .main-menu .link:hover .icon {
    color: #fff;
}

.header-bottom .main-menu .link.dropdown-toggle::after {
    display: none;
}

.header-bottom .main-menu .link.dropdown-toggle .icon {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    font-size: 18px;
    color: #8B8B8B;
    width: 18px;
    height: 18px;
}

.header-bottom .main-menu .link .newIcon-sm {
    position: absolute;
    top: 7px;
    right: auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: #fff;
    background-color: #e4454b;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    animation-name: site-header-main_menuheader-newIcon-sm;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.header-bottom .main-menu .dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.header-bottom .main-menu .dropdown-menu.-overflow {
    height: 500px;
    overflow: auto;
}

.header-bottom .main-menu .dropdown-menu.-Ilevel {
    width: 100%;
}

.header-bottom .main-menu .dropdown-menu.-Ilevel .item-list {
    width: 100%;
}

.header-bottom .main-menu .dropdown-menu.-IIlevel {
    width: 529px;
}

.header-bottom .main-menu .dropdown-menu.-IIlevel .item-list {
    width: 256px;
}

.header-bottom .main-menu .dropdown-menu.-IIIlevel {
    width: 785px;
}

.header-bottom .main-menu .dropdown-menu.-IIIlevel .item-list {
    width: 256px;
}

.header-bottom .main-menu .dropdown-menu.-one-level {
    width: 100%;
}

.header-bottom .main-menu .dropdown-menu .item-list {
    width: 100%;
    background-color: #fff;
}

.header-bottom .main-menu .dropdown-menu .item-list.dropdown-menu {
    overflow: visible;
    max-height: inherit;
}

.header-bottom .main-menu .dropdown-menu li {
    width: 100%;
    position: relative;
}

.header-bottom .main-menu .dropdown-menu li+li:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: #ECECEC;
}

.header-bottom .main-menu .dropdown-menu li>.link {
    display: block;
    padding: 10px 40px 10px 20px;
    font-size: 20px;
    font-weight: var(--fw-bold);
    line-height: 1;
    color: #8B8B8B;
    text-align: left;
    background-color: #fff;
    white-space: normal;
}

.header-bottom .main-menu .dropdown-menu li:hover:before,
.header-bottom .main-menu .dropdown-menu li.active:before {
    opacity: 0;
}

.header-bottom .main-menu .dropdown-menu li.active>.link,
.header-bottom .main-menu .dropdown-menu li>.link:hover,
.header-bottom .main-menu .dropdown-menu li>.link:focus {
    color: #fff;
}

.header-bottom .main-menu .dropdown-menu li.active>.link .icon,
.header-bottom .main-menu .dropdown-menu li>.link:hover .icon,
.header-bottom .main-menu .dropdown-menu li>.link:focus .icon {
    color: #fff;
}

.header-bottom .main-menu .dropdown-submenu .dropdown-left {
    top: 0;
    left: 100%;
    right: auto;
}

.header-bottom .main-menu .dropdown-submenu .dropdown-right {
    top: 0;
    left: auto;
    right: 100%;
}

.header-bottom .main-menu li {
    /* width: calc(100% / 5); */
    float: left;
    text-align: center;
}


/****/

@media (max-width: 1440px) {
    /* 2022/10/12 */
    /* .layout-header .dropdown-menu {
        min-width: 200px;
        width: 200px;
    } */

    /* 2022/10/12 */
    .layout-header .main-menu>ul>li>.link {
        padding: 0 10px;
    }

    .layout-header .main-menu>ul>li>.link.dropdown-toggle {
        padding: 0 26px 0 14px;
    }

    .layout-header .main-menu {
        margin: 0 0 0 10px;
    }

    .layout-header .main-menu .item-list>li>.dropdown-toggle::after {
        right: 4px;
    }

    /* 2022/10/12 */
    .header-bottom .main-menu>ul {
        width: 76%;
        margin-right: 44px;
    }
}

@media (max-width: 1199px) {

    .topbar .topbar-wcag label,
    .topbar .topbar-language ul .language-text-cutom {
        display: none;
    }

    .layout-header .main-brand {
        padding: 12px 0;
    }

    .layout-header .main-brand {
        width: 150px;
    }

    .layout-header .main-menu>ul>li>.link {
        line-height: 55px;
    }

    .layout-header .topbar-contact li+li {
        margin-left: 10px;
        padding-left: 10px;
    }

    .layout-header .topbar-social {
        margin-left: 10px;
        padding-left: 10px;
    }

    .topbar .topbar-language {
        padding-left: 10px;
    }

    .topbar .topbar-wcag {
        padding: 0 10px;
    }

    .from-search-custom {
        height: 30px;
        right: -5px;
    }

    .layout-header .main-menu>ul>li>.link {
        padding: 0 5px;
    }

    .layout-header .main-menu>ul>li>.link.dropdown-toggle {
        padding: 0 24px 0 10px;
    }

    .layout-header .main-menu .item-list>li>.dropdown-toggle::after {
        right: 4px;
    }

    /* 2022/10/05 */
    .layout-header .main-menu>ul>li>.link.dropdown-toggle {
        padding: 0 20px 0 6px;
    }

    .layout-header .main-menu .item-list>li>.dropdown-toggle::after {
        right: 2px;
        font-size: 18px;
    }

    .layout-header .main-cart .link {
        width: 22px;
        height: 40px;
    }

    .layout-header .main-cart .noti {
        margin-left: 20px;
    }

    /* 2022/10/12 */
    .header-bottom .main-menu>ul {
        width: 81%;
        margin-right: 24px;
        margin-top: -51px;
    }
    .dd-submenu.show, 
    .dropdown.open .dd-submenu{
        top: 114px !important;
        height: calc(100vh - 114px);
    }
    .submenu-col, 
    .submenu-col .mcscroll-inside {
        height: calc(100vh - 114px);
    }
    .layout-header.tiny {
        transform: translateY(-59px);
    }
    .layout-header.tiny .dd-submenu.show,
    .layout-header.tiny .dropdown.open .dd-submenu {
        height: calc(100vh - 55px);
    }
    .layout-header.tiny .submenu-col, 
    .layout-header.tiny .submenu-col .mcscroll-inside{
        height: calc(100vh - 55px);
    }
    .layout-header .main-cart .link {
        top: 2px;
    }
    .submenu-col {
        width: 33.33%;
    }
    .layout-header .main-menu>ul>li>.link span {
        font-size: 15px;
        top: 1px;
        margin-left: 1px;
    }
}

@media (max-width: 991px) {
    .layout-header {
        backdrop-filter: none;
    }

    .topbar-wcag {
        display: none !important;
    }

    .topbar .topbar-language {
        zoom: 95%;
    }

    .layout-header .topbar,
    .layout-header .main-menu {
        display: none;
    }

    .menu-toggle {
        position: relative;
        z-index: 100;
        color: var(--color-secondary-dark);
        text-decoration: none;
        margin-left: 15px;
    }

    .menu-toggle .icon-menu {
        font-size: 28px;
    }

    .menu-toggle:hover {
        text-decoration: none;
    }

    .mobile-menu {
        padding-top: 50px;
        position: fixed;
        background-color: rgba(154, 205, 239, 1);
        /* backdrop-filter: blur(62px); */
        width: 70%;
        height: 100%;
        top: 0;
        bottom: 0;
        /* left: 0; */
        right: 0;
        transform: translateX(100%);
        transition: .3s ease;

        /* 2022/10/12 */
        overflow: auto;
    }

    .mobile-menu .active .link {
        color: var(--color-white);
        background: linear-gradient(#017db4 0%, #02c895 100%);
    }

    .mobile-menu.open {
        transform: translateX(0);
    }

    .mobile-menu .item-list>li>a {
        display: block;
        font-weight: var(--fw-bold);
        color: var(--color-secondary-dark);
        padding: 15px 15px;
    }

    .mobile-menu .item-list {
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

    .mobile-menu .item-list>li {
        /* text-align: center; */
        float: none;
    }

    .mobile-menu .dropdown-menu {
        position: relative;
        float: none;
        height: 0;
    }

    .mobile-menu .dropdown-menu.show {
        display: block !important;
        height: auto;
        opacity: 1;
        visibility: visible;
        width: 100%;
        margin: 0 0;
    }

    .mobile-menu .dropdown-menu a {
        color: var(--color-default);
    }

    .mobile-menu .dropdown-toggle::after {
        transition: .3s ease;
    }

    .mobile-menu .dropdown-toggle.rotate::after {
        transform: rotate(90deg);
    }

    .mobile-menu .item-list>.dropdown>.dropdown-toggle {
        position: absolute;
        right: 0;
        top: 0;
    }

    .mobile-menu .dropdown-submenu .dropdown-menu {
        top: initial;
        left: initial;
    }

    /* 2022/10/12 */
    .header-bottom{
        top: 95px;
    }

    .submenu-row > div:nth-child(1){
        display: none;
    }
    .submenu-col{
        float: none;
        width: 100%;
    }
    .sub1menu{
        top: 0;
        bottom: 0;
        background-color: #fff;
    }
    .sub1menu.hide-mobile{
        position: absolute;
        left: -100%;
    }
    
    .sub2menu{
        position: absolute;
        z-index: 10;
        top: 0;
        left: 100%;
        background-color: #fff;
        display: block;
        opacity: 0;
        transition: all 200ms ease;
    }
    .sub2menu.open{
        position: relative;
        left: 0;
        opacity: 1;
    }
    .sub2menu .d-none{
        display: block !important;
        padding: 12px 10px;
        border-bottom: 1px solid #ebebeb;
        font-size: 20px;
        color: #0079E3;
    }
    .sub2menu.hide-mobile{
        position: absolute;
        left: -100%;
    }

    .sub3menu{
        position: absolute;
        z-index: 10;
        top: 0;
        left: 100%;
        background-color: #fff;
        display: block;
        opacity: 0;
        transition: all 200ms ease;
    }
    .sub3menu.open{
        position: relative;
        left: 0;
        opacity: 1;
    }
    .sub3menu .d-none{
        display: block !important;
        padding: 12px 10px;
        border-bottom: 1px solid #ebebeb;
        font-size: 20px;
        color: #0079E3;
    }

    .dd-submenu.show{
        height: auto;
    }

    .submenu-col, 
    .submenu-col .mcscroll-inside{
        height: auto;
    }
    
    /* .submenu-col .nav-list{
        margin: 10px 0;
    } */
    .submenu-col .nav-list .has-submenu .link::after{
        /*content: '\e842';*/
        right: 12px;
    }
    .header-bottom .main-menu .dropdown-menu .submenu-col li > .link, .submenu-col .nav-list .link{
        font-size: 20px;
        padding: 8px 10px;
    }

    .layout-header.tiny {
        transform: none;
    }

    .header-bottom {
        display: none;
    }
}

@media (max-width: 767px) {}

@media (max-width: 575px) {
    .topbar .topbar-language {
        zoom: 85%;
    }
}