@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;
}


/* Swiper slide*/

.swiper-container {
    height: 700px !important;
    text-align: center;
    margin-top: 77px;
}

.swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 250px 60px;
    text-align: center;
    background-size: cover !important;
}

.swiper-slide .title {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: rgb(46, 46, 254) 2px 0px 0px, rgb(46, 46, 254) 1.75517px 0.958851px 0px, rgb(46, 46, 254) 1.0806px 1.68294px 0px, rgb(46, 46, 254) 0.141474px 1.99499px 0px, rgb(46, 46, 254) -0.832294px 1.81859px 0px, rgb(46, 46, 254) -1.60229px 1.19694px 0px, rgb(46, 46, 254) -1.97998px 0.28224px 0px, rgb(46, 46, 254) -1.87291px -0.701566px 0px, rgb(46, 46, 254) -1.30729px -1.5136px 0px, rgb(46, 46, 254) -0.421592px -1.95506px 0px, rgb(46, 46, 254) 0.567324px -1.91785px 0px, rgb(46, 46, 254) 1.41734px -1.41108px 0px, rgb(46, 46, 254) 1.92034px -0.558831px 0px;
}

.swiper-slide .subtitle {
    font-size: 60px;
    
}

.swiper-slide .text {
    font-size: 24px;
    line-height: 160%;
    text-align: center;
    text-shadow: rgb(46, 46, 254) 1px 0px 0px, rgb(46, 46, 254) 0.540302px 0.841471px 0px, rgb(46, 46, 254) -0.416147px 0.909297px 0px, rgb(46, 46, 254) -0.989992px 0.14112px 0px, rgb(46, 46, 254) -0.653644px -0.756802px 0px, rgb(46, 46, 254) 0.283662px -0.958924px 0px, rgb(46, 46, 254) 0.96017px -0.279415px 0px;
}

.row-slide-txt {
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 70px;
}

.row-slide-txt .slide-tt {
    font-size: 30px;
    line-height: normal;
    color: #fff;
    padding-bottom: 20px;
}

.row-slide-txt .slide-des {
    font-size: 20px;
    line-height: normal;
    color: #fff;
}


/* 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: 18px;
    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: #00abff;
        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: 18px;
        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: 60%;
        float: none;
		margin:0 auto;
    }
    .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 */