.padding-search_page {
    padding: 10px 20px !important;
    text-align: center;
}
.logo_header {
    width: 240px;
}

.nav_header {
    height: 80px;
}

.overlay_menu_glass.active {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: #2b46a64d;
    backdrop-filter: blur(4px);
    z-index: 99;
}

.header-top .nav-lists li.active a {
    color: var(--red-main);
}

.header-top .nav-lists {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header-top .nav-lists li {
    font-size: 0.9em;
    line-height: 75px;
    color: #212529;
    padding: 0px 15px;
    transition: 0.4s all;
    position: relative;
    white-space: nowrap;
}

.nav-lists li div {
    display: none;
}

.nav-lists li.active div {
    width: 100%;
    position: absolute;
    height: 2px;
    background-color: var(--red-main);
    display: block;
    bottom: 0;
    left: 0;
}

.menu_on_hover {
    position: fixed;
    background: #f5f5f6;
    box-shadow: 0px 48px 48px rgba(0, 0, 0, 0.1);
    border: 1px #DEE2E6 solid;
    border-top: none;
    width: -webkit-fill-available;
    top: 78px;
    display: none;
    z-index: 9999;
    border-top: 1px solid rgb(222, 226, 230);
}

.menu_on_hover.show {
    display: block;
}

.menu_on_hover.fixed {
    top: 78px;
}

.menu_on_hover .container>.row {
    padding: 20px 20px 20px 0;
}

.border_menu {
    position: relative;
}

.border_menu::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 120px;
    background-color: #33328F;
    position: absolute;
    top: 11px;
    left: 0;
}

.submenu--text {
    color: #33328F;
}

.menu_on_hover li .sub_header--text {
    font-size: 1.2em;
    line-height: 2em;
    color: #33328F;
    margin-bottom: 20px;
}

.menu_on_hover .list_menu_child_not_border {
    display: flex;
    align-items: center;
    width: 50%;
    float: left
}

.menu_on_hover ul li .sub_header_child_link::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: var(--red-main);
    position: absolute;
    top: 18px;
    left: -20px;
    transform: rotate(45deg);
}

.menu_on_hover ul li.list_menu_child_not_border .sub_header_child_link::before {
    top: 23px;
    left: -20px;
}

.menu_on_hover .sub_header_child_link:hover {
    color: var(--red-main);
}

.menu_on_hover .sub_header_child_link {
    position: relative;
    font-size: 1em;
    margin-left: 15px;
    line-height: 2em;
    color: #212529;
    padding: 10px 0 10px 0px;
}

.menu_on_hover .list_menu_child_border, .menu_on_hover .list_menu_child_not_border {
    line-height: 40px;
}
/* language switch */

.language ul li {
    font-size: 0.8em;
    color: #212529;
    background-color: #FFFFFF;
    transition: .2s ease-in-out;
}

.language li:hover {
    background: #F8F9FA;
    box-sizing: border-box;
    border-radius: 0px;
}

.language .lang-sub {
    font-size: 1em;
    line-height: 0.8em;
    color: #868E96;
}

.language span {
    font-size: 0.8em;
    line-height: 0.8em;
    color: #495057;
    padding-right: 10px;

}

.language p~span {
    padding-left: 20px;
}

.language ul {
    display: none;
    position: absolute;
    right: 10px;
    top: 36px;
    transition-delay: 0.4s;
}

.language ul.show {
    box-shadow: 5px 5px 10px #8888881f;
    right: 10px;
    top: 36px;
    display: block;
    position: absolute;
}

/* <!-- MOBILE MENU TOGGLE --> */
.hamburger-menu {
    --size: 28px;
    height: var(--size);
    width: var(--size);
    cursor: pointer;
    z-index: 101;
    position: relative;
    display: none;
    align-items: center;
}

.hamburger {
    position: relative;
}

.hamburger,
.hamburger::before,
.hamburger::after {
    width: var(--size);
    height: 3px;
    border-radius: 0.5rem;
    background-color: #495057;
    transition: 0.4s;
}

.hamburger::before,
.hamburger::after {
    content: "";
    position: absolute;
    left: 0;
}

.hamburger::before {
    top: -8px;
}

.hamburger::after {
    bottom: -10px;
}

.hamburger-menu.active .hamburger {
    background-color: transparent;
}

.hamburger-menu.active .hamburger::before {
    transform-origin: top left;
    transform: rotate(45deg);
    left: 3px;
}

.hamburger-menu.active .hamburger::after {
    transform-origin: bottom left;
    transform: rotate(-45deg);
    left: 3px;
}

.nav-lists-mobile {
    display: none;
}

.accordion {
    width: 100%;
    margin: 20px 0;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    font-size: 0.8em;
    line-height: 24px;

}
.chevron.bottom {
    transition: transform 0.3s;
}
.link_mobile.open .chevron.right:before {
	transform: rotate(135deg);
}
.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 20px 15px 20px;
    color: #212529;
    border-bottom: 1.5px solid #F1F3F5;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 1.2em;
    line-height: 24px;
    color: #212529;
}
.accordion .link .chevron{
    position: absolute;
    right: 0;
    padding: 5px;
    width: 30px;
}

.accordion li:last-child .link {
    border-bottom: 0
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 1.2em;
    color: #212529;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.accordion li i.fa-chevron-down {
    right: 25px;
    left: auto;
    font-size: 1em;
}

.accordion li.open .link {
    background-color: #F8F9FA;
    color: #868E96;
    border-bottom: none;
}

.accordion li.open li {
    background: #F8F9FA;

}

.accordion li.open i {
    color: #212529;
}

.accordion li.open i.fa-chevron-down {
    transform: rotate(180deg);
}

.submenu {
    display: none;
    background: #F8F9FA;
    font-size: 0.8em;
    line-height: 24px;
    color: #212529;
}

.submenu a:hover {
    background: var(--red-main);
    color: #FFF
}

.submenu a {
    display: block;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}


.lang-table li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 14px 20px;
}


.language .lang {
    color: #212529;
}


/* responsive */

header.header-top {
    position: fixed;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    width: 100vw;
    transition: 0.4s all;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.04);
    /* padding: 20px 0; */
}

header.header-top.up-menu {
    /* top: -66px; */
    transform: translateY(-75px);
    -moz-transform: translateY(-75px);
    -webkit-transform: translateY(-75px);
    -o-transform: translateY(-75px);
    -ms-transform: translateY(-75px);
}

header.header-top.fixed {
    /* padding:10px 0; */
    background: #fff;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 5%);
}


.logo {
    width: 82.64px;
    height: 32px;
}



.header-top .col-md-2 {
    display: flex;
    align-items: center;
}

.header-top .tool {
    justify-content: flex-end;
}

header .col-2:last-child {
    display: flex;
    justify-content: flex-end;
}

.language {

    font-size: 14px;
    /* line-height: 24px; */
    color: #212529;
    font-weight: 600;
    display: flex;
    position: relative;
    align-items: center;
    cursor: pointer;
}

.sort-down {
    padding-left: 5px;
    padding-right: 25px;
}

.sort-down i {
    position: absolute;
    top: 2px;
    z-index: 0;
}

.search {
    align-items: center;
    display: flex;
    cursor: pointer;
}

.box-search-pc {
    display: none;
    transition: 0.4s linear;
}

.header-top .col-md-8.col-6.modeSearch,
.header-top .tool.modeSearch {
    transition: 0.4s linear;
    display: none;
}

.box-search-pc.modeSearch {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 19px;
    padding-bottom: 18px;
    transition: 0.4s linear;
}

.box-search-body {
    display: flex;
    justify-content: center;
    padding-top: 19px;
    padding-bottom: 18px;
    transition: 0.4s linear;
}

.box-search-pc form,
.box-search-body form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e9ecef;
    padding: 10px 20px;
    border-radius: 20px;
    transition: 0.4s linear;
    width: 36%;
}

.box-search-body form {
    backdrop-filter: blur(12px);
}

.box-search-pc form.transaction {
    transform: translate(0%, 0);
    width: 60%;
}

.header-top.fixed .box-search-pc.modeSearch {
    padding-top: 11px;
    padding-bottom: 10px;
}

.box-search-pc form input,
.box-search-pc form input:focus,
.box-search-body form input,
.box-search-body form input:focus {
    border: none;
    background: transparent;
}

.box-search-pc form input::placeholder {}

*:focus {
    outline: none;
}

.box-search-pc form select,
.box-search-body form select {
    border: none;
    padding-left: 10px;
    border-left: 1px solid #E9ECEF;
    background: transparent;
}

.box-search-pc img,
.box-search-body img {
    width: 15px;
    margin: 0 20px;
    cursor: pointer;
}

/* end header  */

@media (max-width: 1440px) {}
@media only screen and (max-width: 1280px) {

}



@media (max-width: 1200px) {
     .menu_on_hover {
        position: unset;
    }

    .nav_header h1 {
        display: flex;
    }
    .logo {
        transform: scale(1);
    }

    .hamburger-menu {
        display: flex;
    }

    .header-top .nav-lists {
        display: none;
    }

    .language {
        font-size: large;
    }

    .search {
        display: none;
    }

    .submenu a {
        display: block;
        padding: 12px;
        font-size: 1.3em;
        padding-left: 35px;
    }

    .submenu--text a {
        font-size: 1.4em;
    }

    .nav-lists-mobile {
        transition: 0.3s ease-in-out;
        position: fixed;
        top: 0;
        left: -100%;
        background-color: #ffff;
        width: 70%;
        height: 100vh;
        display: block;
        transition: .4 ease-in-out;
        padding-top: 10px;
        opacity: 1;
    }

    .nav-lists-mobile.active {
        box-shadow: #3d3d3d3b 4px 4px 4px;
        left: 0px;
        background-color: #ffff;
        z-index: 999;
        opacity: 1 !important;
        overflow: auto;
        /* display: block ; */
    }

    .mobile-search {
        padding: 10px;
        position: relative;
    }

    .mobile-search select {
        border: none;
        position: absolute;
        right: 30px;
        top: 20px;
        font-size: 0.8em;
        line-height: 24px;
        color: #212529;
        outline: none;
    }

    .mobile-search select:checked {
        background-color: var(--purple);
        color: #FFF;
    }

    .mobile-search input::placeholder {
        color: #ADB5BD;
    }

    .mobile-search p {
        border: none;
        position: absolute;
        right: 30px;
        top: 20px;
        font-size: 0.8em;
        line-height: 24px;
        color: #212529;
    }

    .mobile-search p~i {
        padding-top: 20px;
    }

    .nav-lists-mobile input {
        background: #FFFFFF;
        border: 1.5px solid #E9ECEF;
        box-sizing: border-box;
        border-radius: 24px;
        width: 100%;
        height: 40px;
        padding: 20px;
        font-size: 0.8em;
        line-height: 24px;
        color: #ADB5BD;
    }
}

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

@media (max-width: 480px) {
    header.header-top {
        height: 60px;
        position: fixed;
        display: flex;
        align-items: center;
        z-index: 1001;
        background: rgba(255, 255, 255, 0.8);
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        width: 100%;
        transition: 0.4s all;
        box-shadow: 0px 0px 16px rgb(0 0 0 / 4%);
        /* padding: 20px 0; */
    }
    .logo_header {
        width: 80px;
    }
    .hamburger-menu {
        margin-right: 10px;
    }
}

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

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

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