
/* Header top */
.padding-left-3 {
    padding-left: 35px;
}
.header__container {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
}
.header__bottom{
    transition: all .3s linear;
}
.header__bottom.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 8px 0 !important;
    /*animation: fadeHeader 0.6s ease forwards;*/
}

@keyframes fadeHeader {
    0% {
        opacity: 0.9;
        transform: translateY(-5px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.header__top {
    height: 76px;
    background-color: var(--MainBGColor-Blue);
}

.header__top--container {
    display: grid;
    grid-template-columns: 6fr 5fr;
    align-items: center;
    height: 100%;
    align-items: center;
}

.header__top--right {
}

.header__top--left {
    display: grid;
    /* grid-template-columns: 4fr 6fr 1fr; */
    grid-template-columns: 200px 340px 1fr;
    grid-gap: 1em;
    align-items: center;
}

.header__search--input {
    padding: 0.5em 1em;
    border-radius: 24px;
    min-width: 340px;
    width: 100%;
    background-color: var(--MainBGColor-Grey);
}

.header__search--input:focus-visible {
        outline: none;
        border: none;
    }

#country_selector {
    display: none;
}


/* Header Top */
.header__middle {
    height: 89px;
    background: var(--MainBGColor-White);
    transition: all .3s;
}

.header__middle--container {
    height: 100%;
    margin: auto;
}

.header__middle--container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header__middle--controls {
    display: flex;
    grid-gap: 1em;
    align-items: center;
}

.country-select {
    width: 50px;
    height: 34px;
    background: white;
    border-radius: 6px;
}

.header__logo-img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.header__button--icon {
}

.header__link--link {
    font-weight: 600;
}

.header__link--icon {
    display: inline-block;
    height: 2em;
    object-fit: cover;
}

.languages_link {
    font-weight: 500;
}

.languages_link.active {
        font-weight: 600;
    }

a.Hotline_BVSC_Detail {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    font-size:16px;
    color: #0065C0;
    font-weight:bold;
}

.Hotline_BVSC_Detail_Image img {
    filter: brightness(0.33) sepia(100%) hue-rotate(190deg) saturate(900%);
    width: 100%;
    height: 100%;
}

.Hotline_BVSC_Detail_Image {
    margin-top: -3px;
}
.Hotline_BVSC_Detail_PhoneNumber {
    padding-left: 5px;
}

/* Header bottom */
.header__bottom {
    display: flex;
    background-color: var(--MainBGColor-Blue);
    padding: 6px 0;
}

.header__bottom--container {
    /*height: 100%;*/
    margin: auto;
}

.header__bottom--controls {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/*.header_links_child {
    text-decoration: none;
    color: var(--TxtColor-White);
    transition: all 0.5s ease;
    font-weight: 600;
}*/

/*.header_links_child:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--MainBGColor-Yellow2);
    transform-origin: scaleX(1);
    transition: transform 0s;
}*/

.header_links_child:current:hover {
    /*    text-decoration: underline !important;
text-underline-position: under;
transform-origin: bottom left;*/
    color: var(--MainBGColor-Yellow2);
}

header_links_child:hover:after {
    transform: scaleX(1);
}

/*.header_links_child.active, .header_links_child.active:after {
    color: var(--MainBGColor-Yellow2);
    transform: scaleX(1);
    transition: all .3s;
}*/

.header_links_child.active {
    color: var(--MainBGColor-Yellow2);
    transform: scaleX(1);
    transition: all .3s;
}

.header__bottom--container {
    display: grid;
    grid-template-columns: 79% 19%;
    align-items: center;
    grid-gap: 1em;
    justify-content: space-between;
}

.header__search_container {
    display: flex;
    justify-content: flex-end;
    position: relative;
    height: 100%;
}

#home__search-input {
    display: none;
    transition: opacity 0s, width 0.3s ease;
}

input#home__search-input:before {
    content: "";
    position: relative;
}

#home__search-input.active {
    display: block !important;
}

input#home__search-input {
    position: relative;
    height: 40px;
    top: 54px;
    box-shadow: 0 4px 4px 1px #33333314;
    min-width: 40vw;
    width: 100%;
    box-shadow: 0px 2px 10px 2px #33333321;
}

.header_search_removeValue {
    display: none;
    height: fit-content;
    position: absolute;
    top: 62px;
    transform: translate(-15px, 0);
    cursor: pointer;
}

#home__search-input {
}

/*.header__search_container:hover #home__search-input {
    min-width: 300px;
    width: 100%;
    opacity: 1;
    height: 40px;
    top: 48px;
    box-shadow: 0 2px 4px 0 #33333317;
}*/

.header__search_container:hover .header__top--magnifier {
    /*filter: revert;*/
}

.header__top--magnifier {
    filter: invert(1);
}

.header__top--magnifier {
    height: 50%;
    position: absolute;
    margin: auto;
    top: 50%;
    bottom: 50%;
    cursor: pointer;
    /*transform: translate(0, 55%);*/
}

.header__link--box {
    position: relative;
}

.header__sublink--container {
    position: absolute;
    padding-top: 10px;
    z-index: 999;
    width: max-content;
    /*transform: translate(0, 5%);*/
    transition: all 0.3s ease;
}

.header__sublink--container {
    /* display: grid; */
    grid-template-columns: auto;
    grid-gap: 0.5rem;
    background: white;
    border-radius: 3px;
    padding: 4px 0;
    margin-top: 1px;
    /* opacity: 0; */
    display: none;
    box-shadow: 0px 16px 24px rgb(0 0 0 / 9%);
}

    .header__sublink--container header_links_child {
        color: black;
    }

.header__sublink--link:hover {
    text-decoration: underline !important;
}

.header__link--arrow {
    border-top: solid white 1px;
    border-left: solid white 1px;
    padding: 2px;
    display: inline-flex;
    transform: rotate(-135deg);
    position: relative;
    top: -2px;
    left: 2px;
    /*transition: all 0.3s ease;*/
}

.header__sublink--container.header__sub_child.subMenuLevel2:before {
    border: none;
}

.header__link--box:hover > .header__sublink--container {
    /*opacity: 1;*/
    display: grid;
    border-radius: 6px;
    /*overflow: hidden;*/
}

.header__sublink--container .header__link--box:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.header__sublink--container .header__link--box:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.header__link--box:hover .header__link--arrow {
    transform: rotate(45deg);
}


.header__sublink--container:before {
    content: "";
    position: absolute;
    width: 0;
    transform: rotate(45deg);
    border-width: 3px;
    border-style: solid;
    border-top-color: white;
    border-left-color: white;
    border-bottom-color: transparent;
    border-right-color: transparent;
    left: 10%;
    top: -2px;
}


.blackArrow {
    border-color: black;
}

.header__sublink--container.header__sub_child {
    /* border-radius: 8px; */
}

.header__sublink--container header_links_child:hover {
    /* background: var(--MainBGColor-Blue);
    color: white; */
    border: none;
}

header_links_child:hover:after {
    transform: scale(1);
}

.header__sub_child aheader_links_child {
    display: block;
    padding: 0.3em 1em;
}

.header__bottom--controls > header_links_child:only-child {
    display: block;
}

.header__sub_box.subMenuLevel2 {
    position: relative;
}

.header__sublink--container.header__sub_child.subMenuLevel2 {
    position: absolute;
    top: 0;
    left: 100%;
}

.header__sub_box .header__link--arrow.blackArrow {
    transform: rotate(135deg);
    border-color: black;
}

header_links_child:hover .header__link--arrow.blackArrow {
    border-color: white;
}


/*.header__sub_child .header__link--box {
    padding: 0.5em 1em;
}*/

ul.header__bottom--controls li{
    list-style:none;
}

ul.header__bottom--controls {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

li.header__link--box {
    padding: 0;
}

aheader_links_child.active {
    font-size: 16px !important;
}

ul.header__sublink--container.header__sub_child {
    padding: 0;
    grid-gap: 0;
    background: none;
}

.header__sublink--container.header__sub_child .header__link--box {
    background: var(--MainBGColor-White);
    /* color: white;
    border: none;*/
    width: 100%;
    /*padding: 32px 0;*/
}

    .header__sublink--container.header__sub_child .header__link--box a:hover {
        border-bottom: solid var(--MainBGColor-Blue) 1px;
        border-radius: 6px;
        /* color: white;
    border: none;*/
        width: 100%;
        /*padding: 32px 0;*/
    }

.accordion {
    width: 100%;
    margin: 20px 0 20px 0;
    /*margin: 20px auto 20px;*/
    background: var(--MainBGColor-Blue);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    font-size: 0.8em;
    line-height: 24px;
/*    padding: 10px;*/
}

    .accordion .link {
        cursor: pointer;
        display: block;
        padding: 15px 20px 15px 20px;
        border-bottom: 1px solid #5d8bd1;
        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;
    }

        .accordion .link .chevron {
            position: absolute;
            right: 0;
            padding: 5px;
            width: 30px;
        }

.submenu {
    display: none;
    background: var(--MainBGColor-Blue);
    font-size: 0.8em;
    line-height: 24px;
    color: #fff;
    padding-left: 0 !important;
}

    .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;
    }

.submenu--text {
    color: #fff;
}

#btnHomeSearchMobile {
    position: absolute;
    right: 1em;
    top: 1em;
}

#headerSearchInputMobile {
    background-color: var(--MainBGColor-Grey);
    padding: 1em !important;
    width: 100%;
    height: 40px;
    border-radius: 24px;
    position: relative;
}

.mobile-menu-search-icon {
    position: absolute;
    right: 20px;
    top: 14px
}

.mobile-menu .form-group.header__search_container {
    padding: 1em;
}

.btn-mobile-menu {
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    display: flex;
    align-items: start;
    justify-content: center;
    /*height: 40px;*/
    position: relative;
    width: 100%;
    min-height: 1px;
}

    .btn-mobile-menu .language {
        font-size: 14px;
        /* line-height: 24px; */
        color: #fff;
        font-weight: 600;
        display: flex;
        position: relative;
        align-items: center;
        cursor: pointer;
    }

        .btn-mobile-menu .language .lang {
            color: #fff;
        }

    .btn-mobile-menu .sort-down {
        padding-left: 5px;
        padding-right: 25px;
    }

    .btn-mobile-menu .language span {
        font-size: 0.8em;
        line-height: 0.8em;
        padding-right: 10px;
    }

.chevron::before {
    border-color: white;
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    left: 0px;
    position: relative;
    top: 5px;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.45em;
}

.chevron.bottom:before {
    top: 3px;
    transform: rotate(135deg);
    border-width: 2px 2px 0 0;
    border-color: var(--dark);
}

.btn-mobile-menu .chevron.bottom {
    transition: transform 0.3s;
}


.btn-mobile-menu .language ul {
    display: none;
    position: absolute;
    right: 10px;
    top: 36px;
    transition-delay: 0.4s;
}

    .btn-mobile-menu .language ul li {
        font-size: 0.8em;
        color: #212529;
        background-color: #FFFFFF;
        transition: .2s ease-in-out;
    }

.btn-mobile-menu .lang-table li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 14px 20px;
}

.btn-mobile-menu .language .lang-sub {
    font-size: 1em;
    line-height: 0.8em;
    color: #868E96;
}

/* .btn-mobile-menu .search {
    align-items: center;
    display: flex;
    cursor: pointer;
} */

.hamburger-menu {
    --size: 28px;
    height: var(--size);
    width: var(--size);
    cursor: pointer;
    z-index: 101;
    position: relative;
    display: none;
    align-items: center;
}

#logoMobileMenu {
    width: 65%;
    /*height: 40px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-menu-nav {
}

.mobile-menu-container {
    display: flex;
    padding: 0 16px;
    justify-content: space-between;
    height: 100%;
}

.header__bottom--controls {
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-between;
}

.hasSubMenu {
    position: relative;
}

.subMenu {
    position: absolute;
}

.subMenuClass {
    position: absolute;
    display: none;
    background: var(--MainBGColor-White);
    color: black;
    border-radius: 6px;
    padding: 2px 10px;
    /*transform: translateY(10px);*/
}

.subMenuClass2 {
    display: grid;
    grid-template-columns: auto auto auto;
}

.targetMenu {
    display: none;
    padding: 2px 10px;
}

.targetMenu.active {
    display: grid;
}

/*ul, li {
    list-style: none;
}*/

.hasSubMenu2 {
    position: relative;
}

.subMenuClass2 {
    position: absolute;
    left: 100%;
    background: #333;
    width: max-content;
    position: absolute;
    /* top: -4px; */
    transform: translate(3px, -40px);
}

.subMenuClass2 {
    display: none;
    grid-template-columns: auto auto auto;
    background: var(--MainBGColor-White);
    color: black;
    border-radius: 6px;
    padding: 10px 1em;
    grid-column-gap: 3em;
    grid-row-gap: 0em;
}

.header_links_child {
    width: max-content;
    line-height: 2;
    margin: 5px 0;
    cursor: pointer;
    padding: 0;
    text-transform: uppercase;
}
.header_links_child:hover{
    cursor: pointer;
}

.parentLink {
    cursor: pointer;
}

.subMenuClass3 {
    padding: 0;
}

.subMenuClass2 {
    margin-left: 7px;
}

.targetMenu .header_links_child {
    max-width: 340px;
}

.parentLink {
    color: var(--MainBGColor-Blue);
    display: flex;
    justify-content: flex-start;
}

.multipleLink.level2:hover {
    background: #0065C0;
    border-radius: 5px;
}
.multipleLink.level2:hover .parentLink {
    color: white;
}


.arrow {
    content: "";
    float: right;
    border-top: solid;
    border-left: solid;
    border-width: 2px;
    border-color: white;
    padding: 4px;
    width: 2px;
    height: 2px;
    right: 0;
    top: 0;
}

    .arrow:hover {
        cursor: pointer;
    }

.collapse-arrow {
    transform: translate(7px, 10px) rotate(223deg);
}

.expand-arrow {
    transform: translate(7px, 15px) rotate(45deg);
}

.subMenuClass .arrow {
    border-color: black;
}

.parentLink .arrow {
    border-color: var(--MainBGColor-Blue);
    position: relative;
    left: 1px;
}

.header-short-link {
    font-size: 14px;
}

    .header-short-link:hover {
        color: var(--MainBGColor-Yellow2);
    }


/*.btn-toggle:hover .subMenuClass.targetMenu, .btn-toggle:hover .subMenuClass2.targetMenu {
    display: grid;
}*/

/*.btn-toggle:hover > .subMenuClass.targetMenu {
    display: grid;
}*/

.subMenuClass2.targetMenu {
    overflow: hidden;
    overflow-y: scroll;
    max-height: 400px;
    padding: 0.5em 2em 0 1em;
}

.subMenuClass.targetMenu, .subMenuClass2.targetMenu {
    box-shadow: 0px 16px 24px rgb(0 0 0 / 9%);
}
    /*.parentLink:hover, .header_links_child:hover {
    border-bottom: solid var(--MainBGColor-Blue) 1px;
    transition: all .3s;
}*/
    /*.subMenuClass3 .header_links_child:hover, .subMenuClass4 .header_links_child:hover, .subMenuClass5 .header_links_child:hover {
    color: var(--MainBGColor-Blue);
}*/
    /*.subMenuClass > .header_links_child:hover {
    color: var(--MainBGColor-Blue);
}*/

.singleLink:not(.header_links_child.level1):hover {
    color: var(--MainBGColor-Blue);
}

.header_links_child .parentLink:hover {
    color: #003e76;
}

.targetMenu {
    display: none;
}
.targetMenu {
    width: max-content;
}
.header_links_child.level2 {
    width: 100%;
    padding: 0.5em 1em;
}

.subMenuClass2 {
    display: none;
}

.hasSubMenu2:hover .subMenuClass2 {
    display: grid;
}
.subMenuClass2:before {
    content: "";
    position: absolute;
    width: 40px;
    left: -25px;
    height: 100%;
}
.header_links_child.hasSubMenu2:before {
    content: "";
    position: absolute;
    width: 35px;
    top: 0;
    right: -25px;
    height: 155%;
}
.header_links_child.hasSubMenu:after {
    content: "";
    position: absolute;
    width: 110%;
    bottom: -3px;
    height: 1px;
}

.hasSubMenu:hover > div > .arrow, .hasSubMenu2:hover > div > .arrow {
    transform: translate(7px, 15px) rotate(45deg);
    transition: all .3s;
}
.arrow:after {
    content: "";
    position: absolute;
    padding: 10px;
    top: 0;
    left: 0;
    transform: translate(-45%, -45%) rotate(45deg);
}

.targetMenu > .header_links_child {
    font-weight: 400 !important;
}

.targetMenu .singleLink {
    padding: 4px 8px;
    height: fit-content;
}
.targetMenu .singleLink:hover {
    background: #0065C0;
    color: white !important;
    border-radius: 6px;
    transition: all .3s;
}

.header_links_child.level1:hover, .header_links_child.level1 > *:hover {
    cursor: pointer;
}
/*.header_links_child .hasSubMenu3:hover .subMenuClass3.active {
    display: grid;
}*/
/*.btn-toggle:hover + .arrow {
    transform: translate(7px, 15px) rotate(45deg);
}*/
/*.btn-toggle:hover > .targetMenu {
    display: grid;
}*/

.mobile-menu {
    width: 100%;
}

@media only screen and (max-width: 1400px) {
    .header__middle {
        display: block;
    }
    .header__bottom {
        height: auto;
    }
    li.header_links_child {
        font-size: 14px;
    }
    .subMenuClass2.targetMenu {
        overflow-x: scroll;
        max-width: 50vw;
    }
}

@media only screen and (max-width: 1024px) {
    .header__bottom {
        height: auto;
    }

    li.header__link--box {
        padding: 16px 0;
        width: 100px;
        text-align: center;
    }
   
}

@media only screen and (max-width: 912px) {
    .header__middle {
        display: none;
    }

    .main-menu {
        display: none;
    }

    .mobile-menu {
        display: block !important;
        height: 100%;
    }

    .mobile-menu-nav-container {
        display: block !important;
        position: fixed;
        top: 0;
        width: 100%;
        left: -100%;
        height: 100vh;
        padding-top: 10px;
        opacity: 1;
        background: var(--MainBGColor-Blue);
        z-index: 99;
        width: 80vw;
        transition: 0.1s linear;
    }

    .mobile-menu-nav-container.active {
        left: 0px;
        color: var(--MainBGColor-Yellow2);
        background: var(--MainBGColor-Blue);
        opacity: 1 !important;
        /*box-shadow: #3d3d3d3b 4px 4px 4px;*/
    }

    .mobile-menu-nav-container .link_mobile a {
        color: var(--MainBGColor-White);
    }

    .mobile-menu-nav-container .link_mobile a:hover {
        color: var(--MainBGColor-Yellow2);
    }

    .link_mobile .submenu .link_mobile .link a {
        display: block;
        padding-left: 20px;
    }

    .link_mobile .submenu .link_mobile .submenu .link_mobile .link a {
        display: block;
        padding-left: 40px;
    }

    .link_mobile .submenu .link_mobile .submenu .link_mobile .submenu .link_mobile .link a {
        display: block;
        padding-left: 60px;
    }

    .language {
        font-size: large;
    }

    .hamburger-menu {
        display: flex;
    }

    .hamburger {
        position: relative;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
    }

     .hamburger, .hamburger::before, .hamburger::after {
            width: var(--size);
            height: 3px;
            border-radius: 0.5rem;
            background-color: #fff;
            transition: 0.4s;
        }

    .hamburger::before, .hamburger::after {
        content: "";
        position: absolute;
        left: 0;
    }

    .hamburger::before {
        top: -8px;
    }

    .hamburger::after {
        bottom: -10px;
    }

    .hamburger-menu.active .hamburger::before {
        transform-origin: top left;
        transform: rotate(45deg);
        left: 3px;
    }

    .hamburger-menu.active .hamburger {
        background-color: transparent;
    }

        .hamburger-menu.active .hamburger::after {
            transform-origin: bottom left;
            transform: rotate(-45deg);
            left: 3px;
        }

    .chevron.right:before {
        left: 0;
        border-color: var(--dark);
        transform: rotate(45deg);
        border-width: 2px 2px 0 0;
    }

    .link_mobile.open .chevron.right:before {
        transform: rotate(135deg);
    }

    .link_mobile a {
        color: white;
    }
    /*.link_mobile .link a {
        color: var(--MainBGColor-White);
    }
*/
    /*.link_mobile .link a:hover {
        color: var(--MainBGColor-Yellow2);
        background-color: #000066;
    }*/
   
}

@media only screen and (max-width: 768px) {
}