.container{
    max-width: calc(1180px + 140px);
    padding: 0 20px;
}

.sticky{
    position: sticky;
    z-index: 1050;
    inset: 0 auto auto 0;
    background-color: var(--white);
    /* box-shadow: 0px 8px 30px -8px #7090b040; */
}

.sticky .header1{
    background-color: var(--main);
}

.sticky .header1 .rss{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    width: fit-content;
    margin-left: auto;
}

.sticky .header1 .rss>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 9px;
    color: var(--white);
    font-size: 14px;
    border-left: 1px solid var(--white);
    padding: 8px 9px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.sticky .header1 .rss>*:last-child{
    border-right: 1px solid var(--white);
}

.sticky .header1 .rss>*:hover{
    background-color: var(--footer-design);
}

.sticky .header2 .container,
.sticky .header2 .navbar{
    height: inherit;
}

.sticky .header2 .navbar{
    align-items: center;
    padding: 0;
}

.sticky .header2  .navbar-brand{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-right: 1.97vw;
}

.sticky .header2  .navbar-brand img{
    width: auto;
    height: 93px;
}

.sticky .header2  .navbar>*:has(.menu){
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    width: fit-content;
    height: 100px;
}

.sticky .header2  .menu{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    width: fit-content;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sticky .header2  .menu>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.sticky .header2  .menu>*:not(:last-child){
    margin-right: 24px;
}

.sticky .header2  .menu>* a,
#offcv ul li a{
    color: #535C5F;
}

.sticky .header2  .menu>*.current-menu-item>a{
    color: var(--main);
}

.sticky .header2  .menu>*.menu-item-has-children{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 13px;
}

.sticky .header2  .menu>*.menu-item-has-children::before{
    content: '';
    position: absolute;
    inset: auto 0 0;
    width: 100%;
    height: 5px;
    background-color: transparent;
    clip-path: polygon(5px 0,calc(100% - 5px) 0,100% 100%,0 100%);
    -webkit-clip-path: polygon(5px 0,calc(100% - 5px) 0,100% 100%,0 100%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.sticky .header2  .menu>*.menu-item-has-children::after{
    content: url('data:image/svg+xml;utf8,<svg width="12" height="16" viewBox="0 0 12 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.725012 9.3C0.925012 9.1 1.16668 9.004 1.45001 9.012C1.73335 9.02 1.97501 9.12434 2.17501 9.325L5.00001 12.15L5.00001 1C5.00001 0.71667 5.09601 0.479003 5.28801 0.287003C5.48001 0.0950034 5.71735 -0.000663462 6.00001 3.21651e-06C6.28335 3.2289e-06 6.52101 0.0960033 6.71301 0.288003C6.90501 0.480003 7.00068 0.717337 7.00001 1L7.00001 12.15L9.85001 9.3C10.05 9.1 10.2877 9 10.563 9C10.8383 9 11.0757 9.1 11.275 9.3C11.475 9.5 11.575 9.73767 11.575 10.013C11.575 10.2883 11.475 10.5257 11.275 10.725L6.70001 15.3C6.60001 15.4 6.49168 15.471 6.37501 15.513C6.25834 15.555 6.13334 15.5757 6.00001 15.575C5.86668 15.575 5.74168 15.554 5.62501 15.512C5.50834 15.47 5.40001 15.3993 5.30001 15.3L0.700013 10.7C0.516679 10.5167 0.425011 10.2877 0.425011 10.013C0.425011 9.73834 0.525013 9.50067 0.725012 9.3Z" fill="rgb(83, 92, 95)"/></svg>');
}

.sticky .header2  .menu>*.menu-item-has-children:hover::before{
    background-color: var(--main);
}

.sticky .header2  .menu>*.menu-item-has-children .sub-menu{
    display: none;
    list-style: none;
    position: absolute;
    inset: calc(100% - 1px) auto auto -50%;
    min-width: 167px;
    width: fit-content;
    border-top: 2px solid var(--main);
    background: var(--white);
    padding: 8px 9px;
    margin: 0 auto;
}

.sticky .header2  .menu>*.menu-item-has-children:hover .sub-menu{
    display: block;
}

.sticky .header2  .menu>*.menu-item-has-children .sub-menu>*{
    width: 100%;
    border-bottom: 1px dashed var(--main);
    padding: 7px 0;
}

.sticky .header2  .menu>*.menu-item-has-children .sub-menu>* a{
    display: block;
    display: -webkit-block;
    color: #535C5F;
}

.sticky .header2 .ms-auto{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 23px;
    border-left: 1px solid var(--line);
    padding: 13px 0 13px clamp(1rem,1.97vw,24px);
}

.sticky .header2 .df{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 11px;
}

.sticky .header2 .df .icon{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    min-width: 40px;
    max-width: 40px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    outline: 1px dashed #C2D0D3;
    -moz-outline: 1px dashed #C2D0D3;
    outline-offset: 3px;
    -moz-outline-offset: 3px;
    background-color: var(--main);
}

.sticky .header2 .df .tit{
    color: #BABDBD;
    font-size: 14px;
}

.sticky .header2 .df .telp,
.sticky .header2 .df .mailp{
    color: var(--title);
    font-weight: 500;
}

.sticky .header2  .navbar-toggler{
    box-shadow: none;
}

.sticky .header2  .navbar-toggler{
    border: none;
}

.sticky .header2  .navbar-toggler .navbar-toggler-icon{
    background-image: url(../../assets/img/barsy.svg);
    transition: all .3s ease-in-out;
}

.toggled{
    background-image: url(../../assets/img/xxx.svg) !important;
    transform: rotateZ(180deg) !important;
    transition: all .3s ease-in-out !important;
}

/* OFFCANVAS */

#offcv{
    z-index: 1060;
    background-color: #F8F8F8;
}

#offcv .offcanvas-header{
    justify-content: end;
}

#offcv .offcanvas-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#offcv .logo a{
    margin-bottom: 2rem;
    display: block;
}

#offcv .offcanvas-body ul{
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

#offcv .offcanvas-body ul li{
    padding: 5px 0 !important;
    margin: 0 !important;
}

/* OFFCANVAS ! */

/* WHATSAPP */

.wpp{
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 200;
    position: fixed;
    bottom: 37px;
    right: 36px;
    z-index: 1040;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 46px;
    padding: 0 27px;
    color: #fff !important;
    border-radius: 10px;
    background-color: #25D366;
    box-shadow: 0 3px 25px rgba(37, 211, 102, 50%);
}

.wpp svg{
    margin-right: 14px;
}

/* WHATSAPP ! */

/* MEDIA QUERIES */

@media(max-width: 1260px){
    .sticky .menu>*{
        margin-right: 1vw;
    }
    .sticky .menu>* a{
        text-align: center;
    }
}

@media(max-width:1200px){
    .sticky .navbar-brand{
        margin-right: 1.5vw;
    }
    .sticky .menu>*>a{
        white-space: nowrap;
    }
    .sticky .header2 .ms-auto{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .sticky .header2 .df .icon{
        display: none;
        display: -webkit-none;
    }
}

@media(max-width: 992px){
    .sticky{
        top: -38px;
    }
    .sticky .header2 .navbar>*:has(.menu),
    .sticky .header2 .ms-auto{
        display: none;
        display: -webkit-none;
    }
    .sticky,
    .sticky .navbar{
        height: fit-content;
    }
    .sticky .navbar{
        align-items: center;
    }
    .sticky .navbar-brand{
        padding: .3125rem 0;
    }
}

@media(max-width: 768px){
    .wpp{
        padding: 0 1rem;
    }
    .wpp svg{
        margin-right: 0;
    }
    .sticky{
        top: 0;
    }
    .sticky .header1,
    .wpp .t{
        display: none;
    }
}

@media(min-width: 768px){
    .container{
        padding: 0 70px;
    }
}


/* MEDIA QUERIES ! */