@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 {
	width:100%;
    height: auto !important;
    text-align: center;    
}

.swiper-slide {
	width:100%;
    height: auto !important;
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background-size: cover !important;
}

.swiper-slide .title {
    font-size: 40px;
}

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

.swiper-slide .text {
    font-size: 24px;
    line-height: 160%;
    text-align: center;
}

.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%;    
}

.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 {
        	width:100%;
    height: auto !important;
    }
    .swiper-slide {
		width:100%;
		height: auto !important;
    }
    .swiper-slide .title {
        font-size: 20px;
    }
    .swiper-slide .subtitle {
        font-size: 30px;
    }
    .swiper-slide .text {
        font-size: 14px;
    }
	.row-slide-txt {
		padding:0px 0px;
	}
    ul.menu {
        display: none;
        position: absolute;
        top: 10px;
        left: 0;
        background: rgb(128, 69, 38);
        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;
    }

    .swiper-controls { display: none;}

}

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

@media screen and (max-width:440px) {
    .swiper-container {
        	width:100%;
    
    }

    .swiper-button-next,
    .swiper-button-prev {
        background-size: 20px 30px;
    }
}


/* END RWD */