@charset "utf-8";
/* CSS Document */

@media (max-width: 768px) {

.desktop {
	display: none;
}

.mobile {
	display: block;
}

.header {
	height: 620px;
}

.logo {
	padding: 10px 0px 17px 0px;
}

.bottle {
	margin: 0px 0px 0px 37px;
}

.about {
	min-height: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5%;
}

.about_title {
	margin: 100px 0px 5px 0px;
	text-align: center;
}

.about_desc {
	text-align: center;
}

.about_desc2 {
	width: 100%;
	text-align: center;
	padding: 10px 5%;
}

.about_pic {
	float: none;
	height: 330px;
	margin: 0px 0px 50px 0px;
}

.news_pic {
	height: 280px;
	margin: 30px 0px;
}

.news_title {
	padding: 0px 0px 5px 0px;
	text-align: center;
}

.news_title_slider {
	display: inline-block;
	float: none;
	padding: 0px 0px 5px 0px;
	text-align: center;
}

.news_desc {
	text-align: center;
}

.news_line {
	float: none;
	width: 200px;
	height: 3px;
	background: #d3b25e;
}

.news_desc2 {
	float: none;
	width: 100%;
	padding: 10px 5%;
	text-align: center;
}

.guest {
	height: auto;
	min-height: 380px;
	margin: 0px 0px 50px 0px;
}

.guest_desc {
	padding: 70px 0px 20px 0px;
}

.wrap {
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -250px;
	padding-bottom: 250px;
}

.footer {
	min-height: 250px;
}

.footer_soc {
	margin: 25px 0px 15px 0px;
}

.footer_container {
	min-height: 250px;
}

.mob_lang {
	padding: 0px 0px 20px 0px;
	color: #9d8750;
	font-size: 19px;
}

.mob_lang a {
	color: #9d8750;
	text-decoration: none;
}

.mob_lang a:hover {
	color: #ffffff;
}

.contact {
	text-align: center;
	padding: 0px 0px 0px 0px;
}

.copy {
	padding: 15px 0px 0px 0px;
	text-align: center;
}

.totop {
	
}

.carousel-control {
  top: 45px;
  left: 45%;
}

.carousel-control.right {
  right: 45%;
}

.news_desc_slider {
	float: none;
	width: 100%;
	padding: 70px 5% 0px 5%;
	text-align: justify;
}

}