@media (min-width: 897px) {
    header .nav_link {
        right: 130px;
        top: 42px;
    }
}
@media (min-width: 897px) {
    header.shrink .nav_link {
        top: 32px;
    }
}
.header_right {
    width: auto;
}
.top_link {
    padding: 42px 0px 0px 0px;
    transition: all 0.3s;
}
@media (max-width: 896px) {
    .top_link {
        top: 22px;
        padding: 0;
    }
}
@media (max-width: 480px) {
    .top_link {
        top: 16px;
    }
}
@media (min-width: 897px) {
    header.shrink .header_body .top_link {
        padding: 32px 0px 0px 0px;
    }
}
header:after{
    content: '';
    background-color: #e1e5e8;
    height: 2px;
    display: block;
    top: 114px;
    position: relative;
    left: 0;
    right: 0; 
    width: 100%;
    margin: auto;
}
header.shrink:after{
    top: unset;
    height: 0;
}
@media (max-width: 992px) {
    header:after{
        top: 95px;
    }
}
@media (max-width: 896px) {
    header:after{
        top: 76px;
    }
}
@media (max-width: 480px) {
    header:after{
        top: 68px;
    }
}
@media (max-width: 896px) {
    li.hassub > a:after {
        font-weight: normal;
    }
}
@media (max-width: 896px) {
    .top_link .nav_icon {
        color: #000;
    }
}
.nav_logo{
    text-align: center;
    margin: 20px 0 0 0;
    opacity: 0.4;
    display: none;
}
.nav_logo img{
    width: 120px;
}
@media (max-width: 896px) {
    .nav_logo{
        display: block;
    }
    .nav_link ul {
        margin: 15px 0 0 0;
    }
}
.language_dropdown{
    display: inline-block;
}
.language_dropdown .dropdown-toggle{
    display: flex;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    align-items: center;
    gap: 0px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 8px 8px 0 0;
    font-size: 18px;
    margin: 0;
}
.language_dropdown .dropdown-toggle.show{
    color: #000000;
    background-color: #fef200;
    font-size: 18px;
}
.language_dropdown .dropdown-toggle:after{
    content: "\F282";
    font-family: "bootstrap-icons";
    color: #000;
    font-size: 15px;
    border-top: .3em solid transparent;
}
.language_dropdown .dropdown-toggle.show:after{
    color: #000000;
}
.language_dropdown .dropdown-toggle.show:after{
    content: "\F286";
}
.language_dropdown .dropdown-menu{
    width: 100%;
    min-width: auto;
    border: none;
    background-color: #fef200;
    left: 0 !important;
    border-radius: 0 0 8px 8px;
    margin-top: -2px !important;
    padding: 0 10px;
}
.language_dropdown .dropdown-item{
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0;
}
.language_dropdown .dropdown-item:focus, .language_dropdown .dropdown-item:hover {
    /* color: #fef200; */
    background-color: transparent;
}

.language_dropdowns{
    display: inline-block;
}
.language_dropdowns ul{
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}
.language_dropdowns>ul>li{
    background-color: #fef200;
    padding: 5px 10px;
    border-radius: 8px;
}
.language_dropdowns>ul>li:hover{
    background-color: #fef200;
}
.language_dropdowns ul li{
    display: flex;
    position: relative;
    /* padding: 0; */
    gap: 5px;
    font-size: 18px;
    font-weight: 600;
}
.language_dropdowns ul li a{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
}
.language_dropdowns > ul > li:after{
    content: "\F282";
    font-family: "bootstrap-icons";
    color: #000;
    font-size: 15px;
    border-top: .3em solid transparent;
}
.language_dropdowns > ul > li:hover:after{
    content: "\F286";
}
.language_dropdowns ul li a > img{
    height: 15px;
}
.language_dropdowns ul li ul{
    display: none;
    position: absolute;
    flex-direction: column;
    border-radius: 0 0 8px 8px;
    top: 34px;
    left: 0;
    background-color: #fef200;
    padding: 5px 0;
    margin: 0;
    text-align: left;
    gap: 0;
    right: 0;
}
.language_dropdowns ul li:hover > ul{
    display: inline-flex;
}
.language_dropdowns ul li ul li{
    display: inline-block;
    position: relative;
    padding: 0;
}
.language_dropdowns ul li ul li a{
    padding: 7px 10px !important;
}
header.shrink {
    border-bottom: #e1e5e8 solid 2px;
}

@media (min-width: 897px) {
    header.shrink .site_logo {
        width: 179px !important; 
    }
}
@media (min-width: 897px) {
  header.shrink .header_body {
    height: 92px !important;
    background: transparent;
  }
}
@media (max-width: 896px) {
  header.shrink .header_body {
    height: 76px !important;
  }
}
@media (max-width: 480px) {
  header.shrink .header_body {
    height: 68px !important;
  }
}
@media (max-width: 896px) {
    header.shrink .site_logo {
        margin: 10px 0 0 10px;
    }
}
@media (max-width: 896px) {
    .site_logo{
        display: inline-block;
        margin: 10px 0 0 10px;
    }
}