@charset "utf-8";
body {
    background: #fff;
}

.wrap-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.row-menu {
    position: relative;
}


/* Preloader */

#myProgress {
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
    z-index: 10000;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #1c1c1c;
    text-align: center;
    padding-top: 25%;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 50px;
}

#loading-bar {
    width: 50%;
    float: left;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#myBar {
    width: 10%;
    height: 1px;
    background-color: #fff;
    text-align: center;
}

/* Slider*/
.bx-wrapper .bx-pager {
    position: absolute;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 30px;
}
/* End Slider */
.bx-wrapper {
    box-shadow: none;
    border: none;
    margin-top: 70px;
    margin-bottom: 0;
    position: relative;
}
/* Menu Index */

.row-menu-ind {
    text-align: center;
}

.menu-ind-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.menu-ind-img img {
    border-radius: 10px;
    overflow: hidden;
    padding: 2px;
}

.menu-ind-title {
    border-bottom: 1px #ccc solid;
    margin-bottom: 15px;
}

.menu-ind-title h4 {
    font-size: 18px;
    line-height: 160%;
    font-weight: bold;
}

.menu-ind-title h5 {
    font-size: 14px;
    text-transform: capitalize;
    margin: 5px 0 10px 0;
}

.menu-ind-des {
    font-size: 14px;
    color: #a8a8a8;
    line-height: 160%;
    margin-bottom: 20px;
}

.menu-ind-btn {
    text-align: center;
    margin: 0 auto;
    max-width: 160px;
}

.menu-ind-btn a {
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}

.menu-ind-btn a:hover {
    background: transparent;
    color: #000;
}


/* RWD */

@media screen and (max-width:992px) {
    .menu-ind-item {
        margin-bottom: 50px;
    }
}

@media screen and (min-width:768px) {
    .menu {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .swiper-container {
        height: 400px !important;
    }
    .swiper-slide {
        padding: 140px 40px;
    }
    .swiper-slide .title {
        font-size: 20px;
    }
    .swiper-slide .subtitle {
        font-size: 30px;
    }
    .swiper-slide .text {
        font-size: 14px;
    }
    ul.menu {
        display: none;
        position: absolute;
        top: 9px;
        left: 0;
        background: #000;
        z-index: 2;
        width: 100%;
    }
    ul.menu li {
        width: 100%;
        float: left;
        display: block;
        border-top: 1px #f2f2f2 solid;
    }
    ul.menu li:hover {
        border-radius: 0 !important;
    }
    ul.menu li a {
        color: #fff;
        font-size: 14px;
        padding: 15px 0;
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
    }
    ul.menu li:hover,
    ul.menu li.active {
        text-decoration: none;
        color: #fff;
    }
}

@media screen and (max-width:640px) {
    .menu-ind-item {
        width: 100%;
        float: left;
    }
    .menu-ind-item:last-child {
        margin-bottom: 0;
    }
    .swiper-container {
        height: 280px !important;
    }
    .swiper-slide {
        padding: 95px 20px;
    }
}

@media screen and (max-width:440px) {
    .swiper-container {
        height: 200px !important;
    }
    .swiper-container {
        margin-top: 60px;
    }
    .swiper-slide {
        padding: 62px 40px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        background-size: 20px 30px;
    }
}


/* END RWD */