.slideshow{
    margin-top:0px!important;
}

.container {
    max-width:1024px;
}
/**/

.header{
    font-family: 'Cuprum', sans-serif;
    border-bottom:solid 6px #225ca9;
}
.header-logo img{
    height:90px; 
    width:auto;
}

.header-slogan>div{
    font-size: 14px;
}
    .header-slogan>div:first-child{
        font-size: 20px;
    }
    .header-slogan>div:last-child{
        font-size: 12px;
        font-weight: 700;
        color: #00929f;
    }

.header-phone {
    color: #225ca9;
    position: relative;
    text-align: right;
    float: right;
}
.header-phone>div:first-child{
    font-size: 14px;
}
.header-phone>div:first-child>a{
    font-size: 16px;
}
.header-phone>div:first-child>a>span{
    font-size: 14px;
}
.header-phone a{
    text-decoration:none;
    color:#225ca9;
}
.header-menu-main{
    background: #225ca9;
}

.header-menu-main>div:first-child{
    border-bottom: 48px solid #225ca9;
    border-left: 16px solid #fff;
    padding: 0;
}
.header-menu-main>div>a{
    display: block;
    padding-top:1rem;
    padding-bottom:.5rem;
    color:#fff;
    text-decoration: none;
    font-size: 1.25rem;
}
.header-menu-main>div>a:hover{
    text-decoration: underline;
    text-decoration-thickness: 2px;
}


.header-menu-main .dropdown-menu{
    border-radius: 0;
    opacity: 0;
    display: block;
    height:0px;
    padding: 0;
    transition: opacity .5s ease-in-out;
    box-shadow: 0px 0px 3px 2px rgb(0 0 0 / 10%);
    background: #fff;
    margin-top: .5rem !important;
    border: none;
}
.header-menu-main .dropdown-menu.show{
    opacity: 1;
    height:auto;
    padding: .75rem 0;
}
.header-menu-main .dropdown-menu>a{
    display: block;
    padding: .4rem 1rem;
    text-decoration: none;
}
.header-menu-main .dropdown-menu>a:hover{
    text-decoration: underline;
}

.dropdown-toggle:after {
    transform: rotate(-90deg);
    transition: all 0.5s ease;
    vertical-align: .175em;
    border-top: .2em solid;
    border-right: .2em solid transparent;
    border-bottom: 0;
    border-left: .2em solid transparent;
}
.dropdown-toggle.show:after {
    transform: rotate(0deg);
}