.breadcrumbs {
    background: #ffeed1;
    margin-bottom: 30px;
}

.breadcrumbs .breadcrumb {
    display: flex;
    padding: 8px 0px;
    align-items: center;
}

.breadcrumb li a {
    color: #2790bf;
    font-size: 13px;
    text-transform: uppercase;
}

.breadcrumb li:before {
    padding: 0 10px;
    color: #ccc;
    content: "/";
}

.breadcrumb li:first-child:before {
    content: none;
}

.breadcrumb li.active a {
    color: #000000;
}

@media (min-width: 768px) {
    .breadcrumbs .breadcrumb {
        padding: 20px 0px;
    }
}

ul.breadcrumb {
    display: flex;
    padding: 15px 0px;
}

.text-left.wrap-breadcrumbs {
    background: #e1e1e1;
    margin-bottom: 10px;
}

















.navbar-component {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-ikon-menu-component svg {
    fill: var(--color-1);
    width: 20px;
    height: 20px;
}

.navbar-ikon-menu-component {
    display: flex;
    position: relative;
}

ul.navbar-nav-component {
    display: flex;
    align-items: center;
}

.logo-image-header a {
    height: 48px;
    padding: 5px 0 0 0;
    display: inline-block;
}

.logo-image-header a img {
    width: auto;
    height: 100%;
}

.box-header {
    padding: 2px 0px;
}

li.navbar-nav-list-item-component a {
    padding: 15px 10px;
    font-size: 17px;
    display: inline-block;
    line-height: 1.3;
    font-weight: 400;
    color: #2790bf;
}

li.navbar-nav-list-item-component a svg {
    height: 12px;
    fill: #2790bf;
}

li.navbar-nav-list-item-component ul li a {
    padding: 7px 14px;
    display: block;
    width: 100%;
    font-size: 16px;
}

li.navbar-nav-list-item-component ul li ul {
    right: 0;
    left: 100%;
    top: 0;
}

.navbar-ikon-menu-component button {
    width: 40px;
    display: inline-block;
    text-align: center;
    border: none;
    outline: none;
    background: none;
}

.navbar-nav-component li {
    position: relative;
}

.navbar-nav-component li .submenu {
    display: none;
}

.navbar-nav-component li:hover .submenu {
    display: block;
}

.navbar-nav-component li ul li ul {
    display: none;
}

.navbar-nav-component li ul li:hover ul {
    display: block;
}

.navigation-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    display: none;
}




/* header mobile  */

.lengw {
    display: flex;
}

.lengw a {
    border: none !important;
    width: unset !important;
    padding: 15px 10px !important;
}

.lengw a img {
    width: 30px;
}

.nav-mobile {
    /* display: flex;
    background-color: #fff;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 10px 10px; */



    display: flex;
    background-color: #fff;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 10px 10px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.menu-ikon-mobile svg {
    fill: #00338d;
    height: 25px;
    width: 30px;
}

.menu-ikon-mobile {
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 0;
    margin-top: 18px;
}

span.clear-mobile {
    display: none;
}

.logo-mobile a {
    display: flex;
}

.logo-mobile a img {
    height: 42px;
}

.menu-navbar-li-mobile {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    height: 100%;
    display: none;
    width: 100%;
}

.menu-navbar-li-mobile.active {
    display: block;
}

.menu-navbar-li-mobile:before {
    content: "";
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: -1;
    background: #fff;
}

.mobile-nav-search {
    background: #f0f0f0ff;
    padding: 15px 20px;
    width: 100%;
    position: relative;
}

.mobile-nav-search input {
    width: 100%;
    height: 45px;
    padding-left: 20px;
    border: 1px solid #cdcdcd;
    font-size: 15px;
}

.word-icon-component i {
    margin-left: 10px;
}


.mobile-nav-search ul .mobile-primary {
    padding: 20px;
}

.menu-navbar-li-mobile .nav-menu {
    border-bottom: 1px solid #9d9d9d;
    width: 100%;
}

.menu-navbar-li-mobile ul .mobile-primary a {
    padding: 10px 20px 10px 20px;
    display: inline-block;
    border-width: 1px 1px 0px 1px;
    width: 100%;
    font-size: 1.8rem;
    border-color: #9d9d9d;
    border-style: solid;
    color: #2790bf;
}

.menu-navbar-li-mobile .nav-menu .submenu {
    background-color: var(--bg-1);
}

.menu-navbar-li-mobile .nav-menu .submenu li a {
    border-color: #fff;
    color: white;
	background: #2790bf;
}

.menu-navbar-li-mobile .nav-menu .submenu li svg {
    fill: white;
}

.menu-navbar-li-mobile .nav-menu .submenu li ul {
    background-color: white;
}

.menu-navbar-li-mobile .nav-menu .submenu li ul a {
    border-color: #9d9d9d;
    color: var(--color-2);
}

.nav-menu ul {
    opacity: 0;
    visibility: hidden;
    max-height: 0px;
    -moz-transition: max-height 1s ease;
    -webkit-transition: max-height 1s ease;
    -o-transition: max-height 1s ease;
    transition: max-height 1s ease;
}

.nav-menu .btn-menu-mobile.active~ul {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
}

/* .header-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
} */

.logo-mobile {
    display: flex;
    width: 100%;
}

.menu-taget-mobile {
    z-index: 99;
    /*! position: relative; */
}

.navbar-nav-component ul {
    z-index: 99;
    min-width: 220px;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-top: 3px solid #2790bf;
}

.btn-menu-mobile {
    height: 58px;
    width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-menu-mobile svg {
    fill: #2790bf;
    height: 21px;
    width: 30px;
}

.word-icon-component {
    font-size: 17px;
    color: #2790bf;
    cursor: pointer;
}

.submenu li svg {
    position: absolute;
    right: 4px;
    height: 12px;
    fill: #2790bf;
    top: 14px;
}







.navbar-ikon-menu-component.active .item-lengw {
    display: block;
}

.item-lengw {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border: 1px solid #cdcdcd70;
    display: none;
}

.item-lengw ul li {
    padding: 5px 0px;
    cursor: pointer;
    border-bottom: 1px solid #cdcdcd85;

}

.item-lengw ul li a {
    font-size: 15px;
    margin-left: 10px;
}

.item-lengw ul li:hover {
    background: #cdcdcd;
}

@media (min-width: 576px) {}

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

@media (min-width: 992px) {
    .header-mobile {
        display: none;
    }

    .navigation-header {
        display: block;
    }
}

@media (min-width: 1200px) {
    li.navbar-nav-list-item-component a {
        font-size: 18px;
    }

    .word-icon-component {
        font-size: 18px;
    }
}

@media (min-width: 1400px) {
    li.navbar-nav-list-item-component a {
        padding: 15px 20px;
        font-size: 19px;
    }

    .word-icon-component {
        font-size: 19px;
    }

    .box-header {
        padding: 2px 0px;
    }

}