@import url(../plugins/font_awesome/css/font-awesome.min.css);

@import url("../plugins/magnific/dist/magnific-popup.css");

@import url("../plugins/flipster/dist/jquery.flipster.min.css");

@font-face {
    font-family:'Caveat';src:url("../font/Caveat-Regular.ttf") format("truetype");
}

@font-face {
    font-family:'Montserrat';src:url("../font/Montserrat-Regular.ttf") format("truetype");
}

/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    };
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    };
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    };
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    };
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.125);
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,0.03);
    border-top: 1px solid rgba(0,0,0,0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -0.75rem;
    margin-left: -.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    };
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:first-child .card-img-top,.card-group>.card:first-child .card-header {
        border-top-right-radius: 0;
    }

    .card-group>.card:first-child .card-img-bottom,.card-group>.card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group>.card:last-child .card-img-top,.card-group>.card:last-child .card-header {
        border-top-left-radius: 0;
    }

    .card-group>.card:last-child .card-img-bottom,.card-group>.card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }

    .card-group>.card:only-child {
        border-radius: .25rem;
    }

    .card-group>.card:only-child .card-img-top,.card-group>.card:only-child .card-header {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .card-group>.card:only-child .card-img-bottom,.card-group>.card:only-child .card-footer {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0;
    };
}

.card-columns .card {
    margin-bottom: .75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    };
}

.accordion .card {
    overflow: hidden;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion .card .card-header {
    margin-bottom: -1px;
}




.slidtab .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/* NAV */

.slidtab .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.slidtab .nav-link {
    display: block;
    padding: .5rem 1rem;
}

.slidtab .nav-link:hover,.slidtab .nav-link:focus {
    text-decoration: none;
}

.slidtab .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.slidtab .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.slidtab .nav-tabs .slidtab .nav-item {
    margin-bottom: -1px;
}

.slidtab .nav-tabs .slidtab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.slidtab .nav-tabs .slidtab .nav-link:hover,.slidtab .nav-tabs .slidtab .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.slidtab .nav-tabs .slidtab .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.slidtab .nav-tabs .slidtab .nav-link.active,.slidtab .nav-tabs .slidtab .nav-item.show .slidtab .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.slidtab .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.slidtab .nav-pills .slidtab .nav-link {
    border-radius: .25rem;
}

.slidtab .nav-pills .slidtab .nav-link.active,.slidtab .nav-pills .show>.slidtab .nav-link {
    color: #fff;
    background-color: #007bff;
}

.slidtab .nav-fill .slidtab .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.slidtab .nav-justified .slidtab .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}


/*NAV END*/
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
@media print {
    *,*::before,*::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,img {
        page-break-inside: avoid;
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3;
    }

    h2,h3 {
        page-break-after: avoid;
    }@    page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,.table th {
        background-color: #fff !important;
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    };
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url("ajax-loader.gif") center center no-repeat;
}

@font-face {
    font-family:"slick";src:url("../plugins/slick-1.8.1/slick/fonts/slick.eot");src:url("../plugins/slick-1.8.1/slick/fonts/slickd41d.eot?#iefix") format("embedded-opentype"),url("../plugins/slick-1.8.1/slick/fonts/slick.woff") format("woff"),url("../plugins/slick-1.8.1/slick/fonts/slick.ttf") format("truetype"),url("../plugins/slick-1.8.1/slick/fonts/slick.svg#slick") format("svg");font-weight:normal;font-style:normal;
}

.slick-prev,.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #291b65;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: #eae6f2;
    border-radius: 50%;
    display: block;
    height: 15px;
    width: 15px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
    background-color: #291B65;
}



.card {
    border-radius: 0px !important;
    background: transparent;
    border: 0px solid;
}

.modal-backdrop-search {
    top: 90px;
    background-image: url("../images/bg_search.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.modal-backdrop-search.show {
    opacity: 1;
}

#modal_search .modal-content {
    background: transparent;
}

#modal_search .modal-content .form-control {
    background: #12023E;
    border: 0px solid;
    border-radius: 5px;
    padding: 30px;
}

#modal_search .modal-content .btn_submit_search {
    background: transparent;
    color: #FFF;
    font-size: 38px;
    padding: 0px 12px;
}

.container {
    max-width: 890px;
}

.container-fluid {
    max-width: 1130px;
}

.btn_main {
    background-color: #291B65;
    color: #fff;
    border-radius: 25px;
    padding: 8px 20px;
    margin: auto 15px;
    border: 2px solid #291B65;
}

.btn_main:hover {
    color: #291B65;
    background-color: #fff;
    border: 2px solid #291B65;
}

.btn_secondary {
    color: #291B65;
    background-color: transparent;
    border: 2px solid #291B65;
    border-radius: 25px;
    padding: 8px 20px;
    margin: auto 15px;
}

.btn_secondary:hover {
    background-color: #291B65;
    color: #fff;
    border: 2px solid #291B65;
}

button.btn_close_modal {
    right: 0;
    background: #fff;
    width: 30px;
    height: 30px;
    font-size: 32px;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
    top: 0px;
}

textarea.form-control {
    height: auto;
    padding: 15px 30px;
}

.form-control {
    padding: .375rem 30px;
    background-color: #FFF;
    border-radius: 30px;
}

#main_content {
    min-height: 80vh;
}

#main_content .section_title {
    color: #281166;
    font-family: Caveat;
    font-size: 45px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    margin-bottom: 30px;
}

.slick-slider .slick-list {
    width: 80%;
    margin: auto;
}

.slick-slider .prevArrow {
    position: absolute;
    top: 40%;
    bottom: auto;
    left: -70px;
    width: 50px;
}

.slick-slider .nextArrow {
    position: absolute;
    top: 40%;
    bottom: auto;
    right: -70px;
    width: 50px;
}

.slide_home .slick-list {
    width: 100%;
    margin: auto;
}

#header .logo_header {
    max-width: 150px;
}

#header #main_navbar li {
    padding: 18px .5rem;
}

#header #main_navbar li a {
    color: #444444;
    font-family: Montserrat;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
}

#header #main_navbar li a i {
    font-size: 18px;
}

#header #main_navbar li .nav_btn {
    background-color: #291B65;
    color: #fff;
    border-radius: 25px;
    padding: 10px;
    margin: auto 15px;
    text-align: center;
    margin: auto;
}

#header #main_navbar li.active a {
    color: #281267;
    font-family: Montserrat;
    font-size: 12px;
    border-bottom: 2px solid #281166;
    font-weight: bold;
}

#header #main_navbar li.active .nav_btn {
    color: #FFF;
}

#header #main_navbar li button,#header #main_navbar li [type="button"],#header #main_navbar li [type="reset"],#header #main_navbar li [type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.radius_img {
    width: 100%;
    height: 50px;
    z-index: 9;
    position: absolute;
    height: 50px;
    width: 100%;
    left: 0;
    right: 0;
    background-image: url(../images/header.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.radius_bg {
    width: 100%;
    height: 50px;
    z-index: 9;
    position: absolute;
    height: 50px;
    width: 100%;
    left: 0;
    right: 0;
    background-image: url(../images/header.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

#slider_home .slide_home .img_slide {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: 100% 100%;
}

#slider_home .slide_home .img_slide:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 56.25%;
}

#slider_home .slide_home .img_slide>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#news_home {
    padding: 50px 0px;
    background: #facb33;
    background-image: url("../images/bg_ice.png");
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
}

.item_news .img_news {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.item_news .img_news:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 100%;
}

.item_news .img_news>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.item_news .card-body {
    margin-top: -10px;
}

.item_news .card-body:before {
    left: 0;
    width: 50%;
    border-right: 20px solid transparent;
    content: '';
    position: absolute;
    top: -20px;
    height: 0;
    border-bottom: 20px solid white;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.item_news .card-body:after {
    right: 0;
    width: 50%;
    border-left: 20px solid transparent;
    content: '';
    position: absolute;
    top: -20px;
    height: 0;
    border-bottom: 20px solid white;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.item_news .card-body .tanggal {
    color: #999999;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 500;
}

.item_news .card-body .judul {
    color: #281166;
    font-family: Caveat;
    font-size: 28px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.item_news .card-body .judul:after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    width: 38px;
    background-color: #281166;
    margin-top: 10px;
}

.item_news .card-body .isi {
    color: #444444;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
}

.item_news .card-footer {
    background-color: #fff;
    border: 0px solid;
    padding-top: 0px;
    border-radius: 0px !important;
}

.wave_home {
    position: relative;
}

.wave_home::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 10px;
    background-size: 20px 20px;
    background-image: radial-gradient(circle at 10px -5px, transparent 12px, #facb33 13px);
}

.wave_home::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 15px;
    background-size: 40px 20px;
    background-image: radial-gradient(circle at 10px 15px, #facb33 12px, transparent 13px);
}

#about_home {
    padding: 50px 0px;
    background: #fff;
    background-image: url("../images/bg_ice.png");
    background-repeat: repeat;
    background-size: contain;
    background-position: 0;
}

#about_home .about_history {
    background-color: #928EE9;
    background-image: url("../images/bg_about_history.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100% 100%;
    text-align: center;
    padding: 30px;
}

#about_home .about_history h6 {
    color: #FFFFFF;
    font-family: Montserrat;
    font-weight: 500;
}

#about_home .about_history h4 {
    color: #281166;
    font-family: Caveat;
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 25px;
}

#about_home .about_history h4:after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    width: 38px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #281166;
    margin-top: 5px;
}

#about_home .about_history p {
    color: #FFFFFF;
    font-family: Montserrat;
    font-weight: 300;
    text-align: center;
}

#about_home .about_history .slide_product_home img {
    max-width: 150px;
    margin: auto;
}

#about_home .about_product {
    background: #EA9797;
    text-align: center;
    padding: 30px;
}

#about_home .about_product h6 {
    color: #FFFFFF;
    font-family: Montserrat;
    font-weight: 500;
}

#about_home .about_product h4 {
    color: #281166;
    font-family: Caveat;
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 25px;
}

#about_home .about_product h4:after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    width: 38px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #281166;
    margin-top: 5px;
}

#about_home .about_product p {
    color: #FFFFFF;
    font-family: Montserrat;
    font-weight: 300;
    text-align: center;
}

#about_home .about_product .slide_product_home {
    width: 60%;
    margin: auto;
}

#about_home .about_product .slide_product_home img {
    max-width: 150px;
    margin: auto;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    padding: 10px;
}

#about_home .about_product .slide_product_home .slick-arrow {
    position: absolute;
    top: 37%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 40px;
    color: #281166;
    border: 3px solid #281166;
    text-align: center;
    cursor: pointer;
}

#about_home .about_product .slide_product_home .slick-arrow:hover {
    color: #fff;
    border: 3px solid #fff;
}

#about_home .about_product .slide_product_home .arrow_left {
    left: -30px;
}

#about_home .about_product .slide_product_home .arrow_right {
    right: -30px;
}

#about_home .card-footer {
    background: transparent;
    border: 0px solid;
}

#about_home .info_stat {
    margin: 30px 0px;
}

#about_home .info_stat .media {
    margin: 0px auto;
    width: 240px;
}

#about_home .info_stat img {
    height: 90px;
    margin-right: 10px;
}

#about_home .info_stat h5 {
    color: #281166;
    font-family: Caveat;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 0px;
}

#about_home .info_stat h6 {
    color: #281166;
    font-family: Montserrat;
    font-size: 12px;
    text-transform: uppercase;
}

#about_banner {
    background: #f9f9f9;
}

#about_banner .title_banner {
    position: absolute;
    margin-top: 80px;
}

#about_banner .title_banner h6 {
    color: #565656;
    font-family: Montserrat;
    font-size: 13px;
    text-transform: uppercase;
}

#about_banner .title_banner h6:before {
    content: " ";
    display: block;
    position: absolute;
    left: -4px;
    height: 2px;
    width: 38px;
    background-color: #291b65;
    margin-top: -20px;
}

#about_banner .title_banner h4 {
    color: #291b65;
    font-family: Caveat;
    font-size: 46px;
    font-weight: bold;
}

.wave_page_about {
    position: relative;
}

.wave_page_about::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 10px;
    background-size: 20px 20px;
    background-image: radial-gradient(circle at 10px -5px, transparent 12px, #291b65 13px);
}

.wave_page_about::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 15px;
    background-size: 40px 20px;
    background-image: radial-gradient(circle at 10px 15px, #291b65 12px, transparent 13px);
}

#about_history {
    background-image: url("../images/bg_about_our_story.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    padding-top: 80px;
    padding: 70px 0px 50px;
}

#about_history .item_history_left {
    padding-right: 20px;
    padding-top: 100px;
}

#about_history h6 {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 13px;
    text-transform: uppercase;
}

#about_history h6:before {
    content: " ";
    display: block;
    position: absolute;
    left: -4px;
    height: 2px;
    width: 38px;
    background-color: #fff;
    margin-top: -20px;
}

#about_history h4 {
    color: #FFFFFF;
    font-family: Caveat;
    font-size: 46px;
    font-weight: bold;
}

#about_history p {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 300;
}

#about_history .item_history {
    padding: 30px 5px 0px;
    text-align: center;
}

#about_history .img_history_1 {
    padding: 5px 20px 20px;
    margin-bottom: 30px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

#about_history .img_history_2 {
    padding: 5px 20px 20px;
    margin-bottom: 30px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

#about_history .img_history_3 {
    padding: 5px 20px 20px;
    margin-bottom: 30px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

#about_history .tahun {
    text-align: center;
    color: #FFFFFF;
    font-family: Caveat;
    font-size: 25px;
    font-weight: bold;
}

#about_history #tahun_1998 {
    width: 10px;
    height: 10px;
    background: #FFF;
    border-radius: 50%;
    margin: auto;
}

#about_history #tahun_1998:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0px;
    height: 2px;
    width: 50%;
    margin-top: 4px;
    border-top: 2px dashed;
}

#about_history #tahun_2009 {
    width: 10px;
    height: 10px;
    background: #FFF;
    border-radius: 50%;
    margin: auto;
}

#about_history #tahun_2009:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0px;
    height: 2px;
    width: 100%;
    margin-top: 4px;
    border-top: 2px dashed;
}

#about_history #tahun_2019 {
    width: 10px;
    height: 10px;
    background: #FFF;
    border-radius: 50%;
    margin: auto;
}

#about_history #tahun_2019:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0px;
    height: 2px;
    width: 50%;
    margin-top: 4px;
    border-top: 2px dashed;
}

#about_produksi {
    padding: 30px 0px;
}

#about_produksi .item_produksi {
    background-color: #E9E9E9;
    background-image: url("../images/bg_about_produksi.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
    text-align: left;
    padding: 100px 30px;
}

#about_produksi .item_produksi h6 {
    color: #444444;
    font-family: Montserrat;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

#about_produksi .item_produksi h6:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0px;
    height: 2px;
    width: 38px;
    background-color: #281166;
    margin-top: -20px;
}

#about_produksi .item_produksi h4 {
    color: #281166;
    font-family: Caveat;
    font-size: 46px;
    font-weight: bold;
}

#about_produksi .item_produksi p {
    color: #444444;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
}

#about_produksi .item_award {
    background-color: transparent;
    background-image: url("../images/bg_about_award.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    text-align: left;
    padding: 100px 30px;
}

#about_produksi .item_award h4 {
    color: #281166;
    font-family: Caveat;
    font-size: 46px;
    font-weight: bold;
}

#about_produksi .item_award h4:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0px;
    height: 2px;
    width: 38px;
    background-color: #281166;
    margin-top: -20px;
}

#about_produksi .item_award p {
    color: #444444;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 70px;
}

#about_produksi .item_award .btn_main {
    color: #FFF;
    -webkit-appearance: none;
}

#about_produksi .item_award .btn_main:hover {
    color: #291B65;
}

#about_produksi .item_sertifikat {
    background-color: transparent;
    background-image: url("../images/bg_about_sertifikat.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    text-align: left;
    padding: 100px 30px;
}

#about_produksi .item_sertifikat h4 {
    color: #281166;
    font-family: Caveat;
    font-size: 46px;
    font-weight: bold;
}

#about_produksi .item_sertifikat h4:before {
    content: " ";
    display: block;
    position: absolute;
    right: 0px;
    height: 2px;
    width: 38px;
    background-color: #281166;
    margin-top: -20px;
}

#about_produksi .item_sertifikat p {
    color: #444444;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 70px;
}

#about_produksi .item_sertifikat .btn_main {
    color: #FFF;
    -webkit-appearance: none;
}

#about_produksi .item_sertifikat .btn_main:hover {
    color: #291B65;
}

#news_banner_section {
    background-color: #FF1A7F;
    min-height: 0;
    padding-top: 0;
    padding: 50px 0px;
    background-image: url("../images/bg_ice_opacity.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
}

#news_banner_section .section_title:after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    width: 38px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    margin-top: 10px;
}

#news_banner {
    min-height: 80vh;
    padding-top: 30vh;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

#news_banner .media-body {
    background: #ffffffab;
    padding-top: 17px;
}

#news_banner .item_news {
    padding-top: 150px;
}

#news_banner .tanggal {
    color: #999999;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 500;
}

#news_banner .judul {
    color: #281166;
    font-family: Caveat;
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 25px;
}

#news_banner .judul:after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    width: 38px;
    background-color: #281166;
    margin-top: 10px;
}

#news_banner .isi {
    color: #444444;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
}

#news_banner .img_news {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#news_banner .img_news:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 100%;
}

#news_banner .img_news>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#news_page {
    padding: 50px 0px;
    background: #facb33;
    background-image: url("../images/bg_ice_white.png");
    background-repeat: repeat;
    background-size: contain;
    background-position: 0;
}

#page_karir {
    padding: 50px 0px;
    background: #facb33;
    background-image: url("../images/bg_ice_white.png");
    background-repeat: repeat;
    background-size: contain;
    background-position: 0;
    min-height: 85vh;
}

#news_banner_detail img {
    border-radius: 0px 0px 50% 50% /100px 100px;
}

#news_detail_page .news_author {
    color: #999999;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
}

#news_detail_page .news_title {
    color: #281166;
    font-family: Caveat;
    font-size: 40px;
    font-weight: bold;
}

#news_detail_page .news_content {
    color: #444444;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 300;
}

#news_detail_page .news_content img {
    max-width: 100%;
}

#news_detail_page .news_share {
    margin: 15px 0px;
}

#news_detail_page .news_share h5 {
    float: left;
    margin-right: 15px;
    font-weight: normal;
    font-size: 16px;
    margin-top: 10px;
}

#news_detail_page .news_share .list_sosmed {
    float: left;
}

#news_detail_page .news_share .list_sosmed a {
    padding: 0.5rem;
}

#news_detail_page .news_share .list_sosmed i {
    color: #291B66;
    font-size: 24px;
}

#news_related {
    background-color: #291b66;
    padding: 50px 0px;
}

#news_related .title_section {
    color: #FFF;
    margin-bottom: 30px;
}

#news_related .title_section:before {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    width: 38px;
    left: 0;
    background-color: #fff;
    margin-top: -10px;
}

#news_related .related_item_news:before {
    top: 0;
    height: 50%;
    border-bottom: 20px solid transparent;
    content: '';
    position: absolute;
    left: -20px;
    width: 20px;
    border-right: 20px solid white;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#news_related .related_item_news:after {
    height: 50%;
    border-top: 20px solid transparent;
    content: '';
    left: -19px;
    position: absolute;
    top: 50%;
    width: 20px;
    border-right: 20px solid white;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#contact_us_page {
    padding: 50px 0px;
    background: #f9f9f9;
    background-image: url("../images/bg_contact_us.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#contact_us_page .section_title {
    margin-bottom: 50px;
}

#contact_us_page .section_title:after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    width: 38px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #281166;
    margin-top: 10px;
}

#contact_us_page .alamat {
    margin-bottom: 30px;
    font-size: 13px;
}

#contact_us_page .alamat h5 {
    color: #281166;
    font-family: Caveat;
    font-size: 25px;
    font-weight: bold;
}

#contact_us_page .alamat p {
    color: #353535;
    font-family: Montserrat;
}

#contact_us_page .form_contact_us .form-control {
    padding: 25px;
    background-color: #ffffff69;
}

#reseller_page {
    padding: 50px 0px;
    background: #f9f9f9;
    background-image: url("../images/bg_reseller_top.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 80vh;
}

#reseller_page .section_title {
    margin-bottom: 70px;
}

#reseller_page .section_title:after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    width: 38px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #281166;
    margin-top: 10px;
}

#reseller_page .form-control {
    padding: 25px;
    background-color: #ffffff69;
}

.wave_page_product {
    position: relative;
}

.wave_page_product::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 10px;
    background-size: 20px 20px;
    background-image: radial-gradient(circle at 10px -5px, transparent 12px, #fff 13px);
}

.wave_page_product::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 15px;
    background-size: 40px 20px;
    background-image: radial-gradient(circle at 10px 15px, #fff 12px, transparent 13px);
}

.menu_tabs_product {
    margin-top: -30px;
    position: relative;
    left: 0;
    right: 0;
}

.slidtab .menu_tabs_product li a {
    padding: .5rem 3px;
}

.menu_tabs_product li a.btn_main {
    margin: auto 0px;
    padding: .5rem 1rem;
}

.menu_tabs_product img {
    max-width: 45px;
    margin-top: -10px;
}

#product_banner_top {
    padding: 50px 0px;
    background: #facb33;
    background-image: url("../images/bg_ice.png");
    background-repeat: repeat;
    background-size: contain;
    background-position: 0;
}

#product_banner_top .media-body {
    padding: 50px 15px;
}

#product_banner_top #nama_produk {
    color: #281166;
    font-family: Caveat;
    font-size: 32px;
    font-weight: bold;
    line-height: 70px;
}

#product_banner_top #nama_produk:before {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    width: 38px;
    left: 0;
    right: 0;
    background-color: #281166;
    margin-top: -10px;
}

#product_banner_top #keterangan_produk {
    color: #353535;
    font-family: Montserrat;
}

#product_page {
    padding: 50px 0px;
    background: #fff;
}

#product_page .tab-content {
    position: relative;
}

#product_page .tab-content>.tab-pane {
    display: block;
    visibility: hidden;
}

#product_page .tab-content>.tab-pane.active {
    visibility: visible;
}

#product_page .tab-pane:not(:first-child) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#product_page .slick-slider .slick-slide {
    padding: 15px;
    outline: none;
}

#product_page .slick-slider .slick-slide.slick-current img {
    margin-top: -20px;
    margin-bottom: 20px;
}

#product_page .slide_product .item_product:hover img {
    margin-top: -10px;
    margin-bottom: 10px;
}

#product_page .slick-arrow {
    position: absolute;
    top: 37%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 40px;
    color: #7a7a7a;
    border: 3px solid #7a7a7a;
    text-align: center;
    cursor: pointer;
}

#product_page .slick-arrow:hover {
    color: #281166;
    border: 3px solid #281166;
}

#product_page .arrow_left {
    left: -30px;
}

#product_page .arrow_right {
    right: -30px;
}

#page_gallery .section_title {
    margin-bottom: 70px;
    color: #FFF;
}

#page_gallery .section_title:after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    width: 38px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    margin-top: 10px;
}

#page_gallery h5 {
    margin-bottom: 30px;
    color: #FEFEFF;
    font-family: Caveat;
    font-size: 35px;
    font-weight: bold;
}

#page_gallery h5:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0px;
    height: 2px;
    width: 38px;
    background-color: #fff;
    margin-top: -12px;
}

#page_gallery section {
    padding: 50px 0px;
}

#page_gallery #gallery_video {
    padding: 50px 0px 0px;
    background: #281166;
    background-image: url("../images/bg_ice_grey.png");
    background-repeat: repeat;
    background-size: contain;
}

#page_gallery #gallery_video .item_video {
    margin-bottom: -60px;
    z-index: 9;
}

#page_gallery .wave_page_gallery {
    position: relative;
}

#page_gallery .wave_page_gallery::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 10px;
    background-size: 20px 20px;
    background-image: radial-gradient(circle at 10px -5px, transparent 12px, #FF1A7F 13px);
}

#page_gallery .wave_page_gallery::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 15px;
    background-size: 40px 20px;
    background-image: radial-gradient(circle at 10px 15px, #FF1A7F 12px, transparent 13px);
}

#page_gallery #gallery_video_bottom {
    background: #FF1A7F;
    padding: 100px 0px 0px;
}

#page_gallery #gallery_video_bottom .item_video {
    background-position: center;
    margin-bottom: 30px;
}

#page_gallery #gallery_visit {
    padding: 50px 0px;
    background: #facb33;
    background-image: url("../images/bg_ice.png");
    background-repeat: repeat;
    background-size: contain;
}

#page_gallery #gallery_visit h5 {
    color: #281166;
}

#page_gallery #gallery_visit h5:before {
    background-color: #281166;
}

#page_gallery #gallery_visit .item_visit {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
}

#page_gallery #gallery_visit .item_visit:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 100%;
}

#page_gallery #gallery_visit .item_visit>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#page_gallery #gallery_visit .item_visit .overlay_content {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    padding: 15px;
    padding-top: 20%;
    background-color: rgba(0,0,0,0.57);
    color: #fff;
    font-family: Caveat;
    font-size: 22px;
}

#page_gallery #gallery_visit .item_visit .overlay_content img {
    margin-bottom: 5px;
}

#page_gallery #gallery_visit .item_visit:hover .overlay_content {
    display: block;
}

#page_gallery #gallery_photo {
    padding: 50px 0px;
    background: #fff;
    background-image: url("../images/bg_ice.png");
    background-repeat: repeat;
    background-size: contain;
    background-position: 0 0;
}

#page_gallery #gallery_photo h5 {
    color: #281166;
}

#page_gallery #gallery_photo h5:before {
    background-color: #281166;
}

#page_gallery #gallery_photo .item_photo {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
}

#page_gallery #gallery_photo .item_photo:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 100%;
}

#page_gallery #gallery_photo .item_photo>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#page_gallery #gallery_photo .item_photo .overlay_content {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    padding-top: 50%;
    background-color: rgba(0,0,0,0.57);
    color: #fff;
}

#page_gallery #gallery_photo .item_photo:hover .overlay_content {
    display: block;
}

#careers_page {
    padding: 50px 0px;
    background: #facb33;
    background-image: url("../images/bg_ice.png");
    background-repeat: repeat;
    background-size: contain;
    background-position: 0;
}

#careers_page .item_careers img {
    width: 100%;
}

#careers_page .item_careers .card-body {
    margin-top: -10px;
}

#careers_page .item_careers .card-body:before {
    left: 0;
    width: 50%;
    border-right: 20px solid transparent;
    content: '';
    position: absolute;
    top: -20px;
    height: 0;
    border-bottom: 20px solid white;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#careers_page .item_careers .card-body:after {
    right: 0;
    width: 50%;
    border-left: 20px solid transparent;
    content: '';
    position: absolute;
    top: -20px;
    height: 0;
    border-bottom: 20px solid white;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#careers_page .item_careers .card-body .tanggal {
    color: #999999;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 500;
}

#careers_page .item_careers .card-body .judul {
    color: #281166;
    font-family: Caveat;
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 25px;
}

#careers_page .item_careers .card-body .judul:after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    width: 38px;
    background-color: #281166;
    margin-top: 10px;
}

#careers_page .item_careers .card-body .isi {
    color: #444444;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
}

#careers_page .item_careers .card-footer {
    background-color: #fff;
    border: 0px solid;
    padding-bottom: 30px;
}

.faq-head {
    font-family: Caveat;
    font-size: 30px;
}

.faq-head a {
    color: #281166;
}

.faq-head a i {
    font-size: 34px;
    float: right;
}

#where_to_buy_page {
    padding: 100px 0px;
    background: #facb33;
    background-image: url("../images/bg_ice.png");
}

#list_shop {
    padding: 50px 0px;
}

#list_shop .item_shop {
    background: #f8f8f8;
    margin-top: 30px;
}

.wave_where_to_buy {
    position: relative;
}

.wave_where_to_buy::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 10px;
    background-size: 20px 20px;
    background-image: radial-gradient(circle at 10px -5px, transparent 12px, #fff 13px);
}

.wave_where_to_buy::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 15px;
    background-size: 40px 20px;
    background-image: radial-gradient(circle at 10px 15px, #fff 12px, transparent 13px);
}

#footer {
    margin-top: -15px;
    background: transparent;
    background-image: url(../images/wave_top_footer.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 100px 0px 0px;
    color: #fff;
}

#footer #footer_top .logo_footer {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 180px;
}

#footer #footer_top .item_footer {
    margin-bottom: 15px;
    color: #FFFFFF;
    font-family: Montserrat;
}

#footer #footer_top .item_footer h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

#footer #footer_top .item_footer .list_item li a {
    color: #FFF;
    padding: 5px 0px;
    font-size: 14px;
    text-transform: capitalize;
}

#footer #footer_top .item_footer .list_sosmed li a {
    color: #FFF;
    font-size: 30px;
    padding: .5rem 0.8rem;
}

#footer #footer_bottom {
    background-image: url(../images/bottom_footer.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 0px;
    padding: 50px 0px 100px;
}

@media only screen and (max-width: 600px) {
    .radius_img {
        width: 100%;
        height: 0px;
        z-index: 9;
        position: absolute;
        left: 0;
        right: 0;
    }

    .radius_bg {
        width: 100%;
        height: 0px;
        z-index: 9;
        position: absolute;
        left: 0;
        right: 0;
    }

    #contact_us_page {
        padding: 50px 0px;
        background: #f9f9f9;
        background-image: url("../images/bg_contact_us_mobile.html");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    #reseller_page {
        padding: 50px 0px;
        background: #f9f9f9;
        background-image: url("../images/bg_reseller_top_mobile.html");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 80vh;
    }

    .menu_tabs_product {
        margin-bottom: 30px;
    }

    .menu_tabs_product {
        margin-top: -30px;
        position: relative;
        left: 0;
        right: 0;
    }

    .menu_tabs_product li a {
        padding: .5rem 3px;
    }

    .menu_tabs_product li a.btn_main {
        margin: auto 0px;
        padding: 5px 1rem;
    }

    .menu_tabs_product li:first-child {
        width: 100%;
        text-align: center;
    }

    .menu_tabs_product li:first-child a {
        padding: .5rem 3px;
    }

    .menu_tabs_product li:first-child a.btn_main {
        width: 150px;
        margin: auto auto;
        margin-bottom: 15px;
        padding: 5px 1rem;
    }

    .menu_tabs_product img {
        max-width: 35px;
        margin-top: -10px;
    }

    button.btn_close_modal {
        right: 0px;
    };
}

@media only screen and (max-width: 990px) {
    #header #main_navbar li {
        padding: 5px .5rem !important;
    }

    #about_history {
        padding-top: 50px;
        padding: 0px 0px 50px;
    }

    #about_banner {
        background: #f9f9f9;
    }

    #about_banner .title_banner {
        margin-top: 50px;
    }

    #about_banner .title_banner h6 {
        color: #565656;
        font-family: Montserrat;
        font-size: 13px;
        text-transform: uppercase;
    }

    #about_banner .title_banner h6:before {
        content: " ";
        display: block;
        position: absolute;
        left: -4px;
        height: 2px;
        width: 38px;
        background-color: #291b65;
        margin-top: -20px;
    }

    #about_banner .title_banner h4 {
        color: #291b65;
        font-family: Caveat;
        font-size: 24px;
        font-weight: bold;
    }

    #news_banner {
        min-height: 30vw;
        padding-top: 10vw;
        background: #F9F9F9;
        background-position: center;
        background-size: 0%;
        background-repeat: no-repeat;
        display: none;
    }

    .menu_tabs_product {
        margin-bottom: 20px;
    }

    #footer {
        text-align: center;
    }

    #footer .list_sosmed {
        text-align: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    #footer .list_sosmed li {
        text-align: center;
    }

    #footer .list_sosmed li a {
        text-align: center;
    }

    .flipster__item img {
        max-width: 100%;
    }

    .slide_modal {
        overflow-x: visible;
        overflow-y: visible;
    }

    button.btn_close_modal {
        right: 0px;
    }

    #about_home .about_product .slide_product_home {
        width: 100%;
        margin: auto;
    };
}

.flipster__button {
    width: 50px !important;
    height: 50px !important;
}

.flipster__button svg {
    width: 15px !important;
}

.flipster__item p {
    display: none;
}

.flipster__item--current .flipster__item__content img {
    background: #ffffffed;
}

.flipster__item--current p {
    display: block;
    max-width: 700px;
}
