header{
    /*position: sticky;
    position: -webkit-sticky;*/
    position: fixed;
    left: 0px;
    top: 0;
    z-index: 10000;
    background-color: transparent;
    width: 100%;
}
header .baner_top_bg{
    transition-duration: 0.4s;
    background-color: transparent ;
}
header .baner_top_bg.black{
    background-color: #FFF ;
}
header .baner_top_bg.scroll.black .baner{
    padding: 16px 0px;
}
header .baner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0px;
    transition-duration: 0.4s;
}
header .baner_top_bg.scroll{
    background-color: #FFF;
}
header .baner_top_bg.scroll .baner{
    padding: 2px 0px;
}
header .baner .left_box{
    display: flex;
    align-items: center;
}
header .baner .left_box img{
    margin-right: 64px;
}
header .baner .left_box a:last-child img{
    margin-right: 0px;
}
header .baner .center_box ul{
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
    list-style: none;
    transition-duration: 0.4s;
}
header .baner_top_bg.scroll .baner .center_box ul{
    margin-bottom: 0px;
}
header .baner .center_box ul li{
    transition-duration: 0.4s;
}
header .baner .center_box ul li a{
    transition-duration: 0.4s;
}
header .baner .center_box ul li:hover>a,
header .baner .center_box ul li.current-menu-item>a,
header .baner .center_box ul li.current-menu-parent>a,
header .baner .center_box ul .sub-menu li.current-menu-item>a,
header .baner .center_box ul .sub-menu li:hover>a{
    /*color: #2A334A;*/
    opacity: 1;
}
header .baner .center_box ul .sub-menu{
    display: none;
    position: absolute;
    flex-direction: column;
    background-color: #FFF;
    top: 100%;
    width: 300px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px;
}
header .baner .center_box ul .sub-menu li{
    /*border-bottom: 1px solid #757575;*/
    transition-duration: 0.4s;
}
header .baner .center_box ul .sub-menu li:last-child{
    border-bottom: 0px;
}
header .baner .center_box ul .sub-menu li a{
    padding: 4px 24px;
    color: #2A334A;
}
header .baner .center_box .menu-item-has-children{
    position: relative;
    padding-right: 6px;
}
header .baner .center_box .menu-item-has-children:hover .sub-menu{
    display: flex;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
}
header .baner .center_box{
    display: flex;
    align-items: center;
}
header .baner .center_box ul a{
    font-size: 14px;
    color: #FFF;
    padding: 10px 24px;
    font-weight: 400;
    display: block;
    opacity: 0.75;
}
header .baner_top_bg.scroll .center_box ul a{
    color: #2A334A;
}
header .baner .center_box ul .menu-item-has-children{
    position: relative;
}
header .baner .center_box ul .menu-item-has-children::after{
    content: '';
    display: block;
    width: 8px;
    height: 4px;
    background-image: url('icons/sub-menu.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}
header .baner_top_bg.scroll .center_box ul .menu-item-has-children::after{
    background-image: url('icons/sub-menu-dark.svg');
}

.contact_menu_header{
    padding-top: 17px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    transition-duration: 0.4s;
}
.contact_menu_header .wrapper{
    position: relative;
}
header .baner_top_bg.scroll .contact_menu_header{
    padding-top: 4px;
}
.contact_menu_header>div{
    display: flex;
    justify-content: center;
}
.contact_menu_header a{
    padding: 8px;
    display: inline-flex !important;
    align-items: center;
    font-size: 12px;
    color: #FFF;
    padding: 0px 24px;
    font-weight: 400;
    display: block;
    opacity: 0.75;
    transition-duration: 0.4s;
}
header .baner_top_bg.scroll .contact_menu_header a{
    color: #2A334A;
}
.contact_menu_header a:hover{
    opacity: 1;
}
.contact_menu_header a img{
    margin-right: 10px;
}

.contact_menu_header .gt_float_switcher .gt-selected,
.contact_menu_header .gt_float_switcher{
    background-color: transparent;
    box-shadow: unset;
}
.contact_menu_header .gt-current-lang{
    padding: 0px !important;
}
.contact_menu_header .gt-current-lang>img{
    display: none;
}
.contact_menu_header .gt-current-lang>.gt_float_switcher-arrow{
    display: none !important;
}
.contact_menu_header .gt-current-lang>.gt-lang-code{
    padding: 8px;
    display: inline-flex !important;
    align-items: center;
    font-size: 12px;
    color: #FFF;
    font-family: 'GILROY', sans-serif;
    padding: 0px 24px;
    font-weight: 400;
    display: block;
    opacity: 0.75;
    transition-duration: 0.4s;
    position: relative;
}
.contact_menu_header .gt-current-lang>.gt-lang-code::after{
    content: '';
    display: block;
    width: 8px;
    height: 4px;
    background-image: url('icons/sub-menu.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}
.contact_menu_header .gt-current-lang>.gt-lang-code:hover{
    opacity: 1;
}
.contact_menu_header .gt_options{
    background-color: #FFF;
    position: absolute !important;
    left: 0px;
    padding: 24px;
    width: calc(100% - 48px);
    transform: translateY(32px) !important;
}
.contact_menu_header .gt_float_switcher .gt_options a{
    transition: unset;
    transition-duration: 0.4s;
}
.contact_menu_header .gt_float_switcher .gt_options a:hover{
    background-color: #2A334A;
}

.scroll .contact_menu_header .gt-current-lang>.gt-lang-code{
    color: #2A334A;
}
.scroll .contact_menu_header .gt-current-lang>.gt-lang-code::after{
    background-image: url('icons/sub-menu-dark.svg');
}

#close_box_button{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 500;
    display: none;
}

.baner_top_bg:not(.scroll) .button_box::before{
    border: 2px solid #2A334A;
}

.baner .left_box img{
    transition-duration: 0.4s;
}
.scroll .baner .left_box img{
    filter: invert(100%);
}

.contact_menu_header .phone_image_span{
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background-image: url('icons/PhoneCall.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.contact_menu_header .mail_image_span{
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background-image: url('icons/ChatCircleText.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.scroll .contact_menu_header .phone_image_span{
    background-image: url('icons/PhoneCall-dark.svg');
}
.scroll .contact_menu_header .mail_image_span{
    background-image: url('icons/ChatCircleText-dark.svg');
}