.container:after, .container:before, .navigation:after, .navigation:before, .nav-collapse:after, .nav-collapse:before, .nav-header:after, .nav-header:before, .row:after, .row:before {
    display: table;
    content: " ";
}
.container:after, .navigation:after, .nav-collapse:after, .nav-header:after, .row:after {
    clear: both;
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.col {
    position: relative;
    min-height: 1px;
    padding: 15px;
}
.col.c60, .col.c30, .col.c24, .col.c20, .col.c15, .col.c12, .col.c10, .col.c6, .col.c5, .col.c4, .col.c3, .col.c2, .col.c1 {
    width: 100%;
}
ul.nav {
    list-style: none;
    margin: 0;
    padding: 0;
}




.navigation {
    position: relative;
}
.navigation.fix.top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    border-width: 0 0 1px;
    padding: 6px 0px;
}
a.logo {
    display: inline-block;
    width: max-content;
}
.navigation ul.nav {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.navigation ul.nav a {
    display: inline-block;
    width: 100%;
    padding: 15px;
    text-transform: uppercase;
}

.header {
    max-height: 60vh;
}

.slideshow-container {
    position: relative;
    width: 100%;
}
.slideshow-base {
    z-index: -1;
    position: static;
    display: block;
    width: 100%;
    height: 600px;
    max-height: 60vh;
    min-height: 300px;
}
.slideshow-slide {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.slideshow-slide.active {
    display: inline;
    z-index:3;
}
.slideshow-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-positon: 100% 0;
}
.slideshow-slide div {
    padding-top: 60px;
    padding-bottom: 39px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: transparent;
    z-index: 3;
}
.slideshow-container .prev, .slideshow-container .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -15px;
    padding: 6px;
    font-size: 1.5em;
    transition: 1.5s ease;
    user-select: none;
    z-index: 60;
    color: #fff;
}
.slideshow-container .prev {
    left: 0;
    border-radius: 0 6px 6px 0;
}
.slideshow-container .next {
  right: 0;
  border-radius: 6px 0 0 6px;
}
.slideshow-container div.dots {
    padding: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: transparent;
    z-index: 60;
}
.slideshow-container .dot {
  cursor: pointer;
  height: 9px;
  width: 9px;
  margin: 0 6px;
  border-radius: 50%;
  display: inline-block;
}

.banner_text {
    z-index: 2;
    position: relative;
}
.banner_text {
    min-height: 210px;
    padding-top: 60px;
}
.banner_text.main {
    min-height: 510px;
    padding-top: 150px;
    padding-bottom: 90px;
}
.banner_text>.title img, .banner_text>.subtitle img {
    width: 60%;
}


@media only screen and (max-width: 450px) {
    .col.c30, .col.c24, .col.c20, .col.c15, .col.c12, .col.c10, .col.c6, .col.c5, .col.c4, .col.c3, .col.c2, .col.c1 {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 450px) {
    .col.c30, .col.c24, .col.c20, .col.c15, .col.c12, .col.c10, .col.c6, .col.c5, .col.c4, .col.c3, .col.c2, .col.c1 {
        width: 50%;
    }
}
@media only screen and (min-width: 600px) {
    .col.c20, .col.c15, .col.c10, .col.c6, .col.c5, .col.c4, .col.c3, .col.c2, .col.c1 {
        width: 33.333333333%;
    }
}
@media only screen and (min-width: 750px) {
    .col.c15, .col.c12, .col.c10, .col.c6, .col.c5, .col.c4, .col.c3, .col.c2, .col.c1 {
        width: 25%;
    }
}
@media only screen and (min-width: 900px) {
    .col.c12, .col.c10, .col.c6, .col.c5, .col.c4, .col.c3, .col.c2, .col.c1 {
        width: 20%;
    }
    .col.c24 {
        width: 40%;
    }
    .nav-collapse.collapse {
        display: inline-block!important;
        float: right;
        overflow: visible!important;
    }
    .navigation .nav.right {
        float: right!important;
    }
    .navigation .nav>li {
        float: left;
    }
    .navigation .nav>a {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .navigation .nav>li>a {
        padding: 18px 15px;
        height: 54px;
    }
}
@media only screen and (min-width: 1050px) {
    .col.c10, .col.c5, .col.c4, .col.c3, .col.c2 {
        width: 16.666666%;
    }
    .col.c15 {
        width: 25%;
    }
    .col.c12 {
        width: 20%;
    }
    .col.c6 {
        width: 10%;
    }
    .col.c3 {
        width: 5%;
    }
    .col.c2 {
        width: 3.333333333%;
    }
    .col.c1 {
        width: 1.666%;
    }
    .nav-toggle {
        display: none;
    }
}
@media only screen and (min-width: 1230px) {
    .container {
        padding-right: 0;
        padding-left: 0;
        width: 1200px;
    }
    header, footer {
        line-height: 1;
    }
}

@media only screen and (max-height: 450px) {
    .navigation ul.nav a {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}