#content h2{
    color:#603917;
    font-size:24px;
    font-weight:normal;
    display:inline-block;
    padding-right:20px;
    margin: 0;
}

#content .content_left h2 {
    border-right:1px solid #603917;
}
#content > .flex {
    padding-top: 15px;
    margin-bottom:15px;
    align-items: center;
}

#content > .flex .tabs {
    margin-left: 5px;
}

#content .tabs li {
    float: left;
    margin: 0 10px 0 10px;
    height: 32px;
    cursor: pointer;
    font-size:14px;
}

#content .tabs li a {
    color: #000000;
}
#content .tabs li.active {
    color:#603917;
    border-bottom:2px solid #603917;
    padding-bottom: 0;
}

#content .tabs li.active a {
    color: #603917;
}

#content .tabs li.hover{
    background: none;
}

#content .tabs span {
    display: block;
    padding: 7px 0 5px 0;
}

#booking_tabs_block {
    width: 100%;
    margin-bottom:15px;
    position:relative;
}
#booking_tabs_block ul, #booking_tabs_block li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#booking_tabs_block .tab_container {
    clear: both;
    border-top: 1px solid #C5C4C2;
    border-bottom: 1px solid #C5C4C2;
    overflow: hidden;
}
#booking_tabs_block .tab_container ul {
    border-top: 1px solid #C5C4C2;
    border-bottom: 1px solid #C5C4C2;
    margin-top:1px;
    position: relative;
    overflow: hidden;
}

#booking_tabs_block .tab_container .tab_content li .block {
    width:25%;
    float:left;
    box-sizing: border-box;
    padding:10px;
}
#booking_tabs_block .tab_container .tab_content li .block p.title{
    font-size:14px;
    color:#40322d;
    margin:5px 0;
}
#booking_tabs_block .tab_container .tab_content li .block input[type=text],
#booking_tabs_block .tab_container .tab_content li .block select{
    width:100%;
    border:1px solid #DCDCDC;
    padding:5px;
    color:#747474;
}

#booking_tabs_block .tab_container .tab_content li .block input[type=button],
#booking_tabs_block .tab_container .tab_content li .block input[type=submit]{
    background:#8e7c4a;
    color:#fff;
    border:none;
    font-size:14px;
    width:100%;
    padding:10px 0;
    margin-top:28px;
}
#booking_tabs_block .tab_container .tab_content li .block input.inputdatepicker{
    background:#fff url(/website/static/images/datep_icon.gif) 96% center no-repeat;
}



#news_tab {
    width: 100%;
    margin-bottom:15px;
    position:relative;
}
#news_tab ul, #news_tab li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#news_tab .tab_container {
    clear: both;
    overflow: hidden;
    width: 100%;
    position: relative;
}

#news_tab .tab_container .tab_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

#news_tab .tab_container .tab_content.active {
    left: 0;
    top: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
#news_tab .tab_container .tab_content:first-child {
    position: relative;
}

#news_tab .dot-list .slick-dots {
    display: none!important;
}

#news_tab .dot-list .slick-dots.active {
    display: flex!important;
    justify-content: center;
}

#news_tab .dot-list .slick-dots li {
    cursor: pointer;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #d09050;
    margin-right: 5px;
    opacity: .6;
}

#news_tab .dot-list .slick-dots li.slick-active {
    opacity: 1;
}

#news_tab .dot-list .slick-dots li:last-child {
    margin-right: 0;
}

/*------------------subnav---------------*/
#news_tab .subnavBlock{
    position:relative;
    z-index:7;
    width:100%;
    margin:15px 0;
    overflow: hidden;
}
#news_tab .subnavBlock .subnav ul li {
    width:295px;
    display:inline-block;
    position:relative;
    background: transparent;
}
#news_tab .subnavBlock .subnav ul li a {
    display:block;
    margin: 5px 10px 5px 5px;
    border-radius: 5px;
    overflow: hidden;
    text-decoration:none;
    background:#fff;
    box-shadow: 0 0 5px 1px #aaaaaa;
}
#news_tab .subnavBlock .subnav ul li a img{

}
#news_tab .subnavBlock .subnav ul li a .date{
    float:left;
    display:inline-block;
    background:url("/website/static/images/date_b.png") 0 0 no-repeat;
    width:44px;
    height:33px;
    text-align:center;
    margin:5px 0;
    margin-bottom:0;
    margin-left:10px;
    color:#666666;
    font-size:20px;
    padding-top:9px;
    font-weight:bold;
    line-height:11px;
    font-family:"Arial";
}
#news_tab .news-cover {
    height: 270px;
    background-position: center center;
    background-size: cover;
}
#news_tab .subnavBlock .subnav ul li a .date span{
    font-size:11px;
    font-weight:normal;
}
#news_tab .subnavBlock .subnav ul li a .title{
    font-size:16px;
    line-height: 22px;
    font-weight: bold;
    color:#937762;
    margin:7px 0;
    height: 44px;
}
[lang="en"] #news_tab .subnavBlock .subnav ul li a .title{
    height: 44px;
}
#news_tab .subnavBlock .subnav ul li a .sub-title{
    font-size:14px;
    height: 20px;
    margin:5px 0;
    color:#888888;
    word-break: break-word;
}

#news_tab .news-content {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

#news_tab .news-content .new_date {
    color:#8e7c4a;
    font-size:14px;
    display:block;
}

#news_tab .subnavBlock .subnav ul li a .more-link{
    position:absolute;
    right:5px;
    bottom:5px;
    font-size:14px;
    color:#603917;
    padding-left:25px;
    background:url(/website/static/images/more_icon.png) left center no-repeat;
}

#news_tab .subnavBlock .btn_left a{
    background:#CAC9C7 url(/website/static/images/news_arrow_l.png) center center no-repeat;
    width:20px;
    height:93px;
    position:absolute;
    cursor: pointer;
    top:74px;
    left:-10px;
    display:inline-block;
    z-index:9999;
    border-radius:2px;
    transition: background 0.5s;
    -moz-transition: background 0.5s;	/* Firefox 4 */
    -webkit-transition: background 0.5s;	/* Safari ��� Chrome */
    -o-transition: background 0.5s;	/* Opera */
}
#news_tab .subnavBlock .btn_right a{
    background:#CAC9C7 url(/website/static/images/news_arrow_r.png) center center no-repeat;
    width:20px;
    height:93px;
    position:absolute;
    cursor: pointer;
    top:74px;
    right:1px;
    display:inline-block;
    z-index:9999;
    border-radius:2px;
    transition: background 0.5s;
    -moz-transition: background 0.5s;	/* Firefox 4 */
    -webkit-transition: background 0.5s;	/* Safari ��� Chrome */
    -o-transition: background 0.5s;	/* Opera */
}
#news_tab .subnavBlock .btn_left a:hover {
    background:#603917 url(/website/static/images/news_arrow_l.png) center center no-repeat;
}
#news_tab .subnavBlock .btn_right a:hover{
    background:#603917 url(/website/static/images/news_arrow_r.png) center center no-repeat;
}

#news_tab .subnavBlock a.moreLink{
    float: right;
    font-size:14px;
    color:#603917;
    padding-right:20px;
    background:url(/website/static/images/arrow_moreLink.png) right center no-repeat;
    margin-top:10px;
    font-weight:bold;
}

#botm_menu{
    text-align:center;
    margin-top:20px;
}

#botm_menu ul li{
    margin:5px 2px ;
    flex: 1 1 50%;
}

#botm_menu ul li a{
    display:block;
}

#botm_menu ul li img{
    border:7px solid #DEDEDE;
    border-radius:7px;
    max-width: 100%;
    width: 100%;
    height: auto;
}

#botm_menu ul li h3{
    float:left;
    display:inline-block;
    font-size:14px;
    color:#40322d;
    padding-right: 30px;
    margin:5px 0;
    background: url(/website/static/images/arrow_btnLink.png) right center no-repeat;
}

#bg_slider {
    zoom: 1;
    position: relative;
    width:100%;
    max-width: 930px;
    z-index: 1;
    height:auto;
    margin:0 auto 0;
    padding-top: 36px;
    border:none;
    text-align:left; /* reset align=center */
    font-size: 10px;
}
.homepage #bg_slider {
    max-width: none;
}

* html #bg_slider{ width:100%; }
#bg_slider .line_bg{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url(/website/static/images/bgimg_line.png) 0 0 repeat;
    z-index:9;
	pointer-events: none;
}
#bg_slider .bottom_bg{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:99px;
    background:url(/website/static/images/shadow_btn.png) 0 0 repeat;
    z-index:9;
    opacity:0.5;
}
#bg_slider .ws_images ul{
    position:relative;
    width: 10000%;
    height:auto;
    left:0;
    list-style:none;
    margin:0;
    padding:0;
    border-spacing:0;
    overflow: visible;
    table-layout:fixed;
}
#bg_slider .ws_images ul li{
    width:1%;
    line-height:0; /*opera*/
    float:left;
    font-size:0;
    padding:0 0 0 0 !important;
    margin:0 0 0 0 !important;
}

.homepage #bg_slider .ws_images img {
    min-height: 250px;
    object-fit: cover;
    display: block;
}

#bg_slider .ws_images{
    position: relative;
    left:0;
    top:0;
    width:100%;
    height:auto;
    overflow:hidden;
}
#bg_slider .ws_images a{
    width:100%;
    display:block;
    color:transparent;
}
#bg_slider img{
    max-width: none !important;
}
#bg_slider .ws_images img{
    width:100%;
    height:auto;
    border:none 0;
    max-width: none;
    padding:0;
    margin:0;
    min-height: 250px;
    object-fit: cover;
}
#bg_slider a{
    text-decoration: none;
    outline: none;
    border: none;
}

#bg_slider .ws_bullets {
    font-size: 0;
    float: left;
    position:absolute;
    z-index:70;
}
#bg_slider  .ws_bullets div{
    position:relative;
    float:left;
}
#bg_slider  .wsl{
    display:none;
}
#bg_slider sound,
#bg_slider object{
    position:absolute;
}

#bg_slider .ws_photoItem {
    border: 2em solid #fff;
    margin-left: -2em;
    margin-top: -2em;
}


#bg_slider .ws_bullets {
    padding: 5px;
}

#bg_slider .ws_bullets:after {
    clear: both;
}

#bg_slider .ws_bullets > li {
    width:9px;
    height:9px;
    border-radius: 100%;
    background-color: #ffffff;
    opacity: .3;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

#bg_slider .ws_bullets > li.slick-active {
    opacity: 1;
}

#bg_slider .ws_bullets a {
    width:9px;
    height:9px;
    background: url(/website/static/images/bullet.png) left top;
    float: left;
    text-indent: -4000px;
    position:relative;
    margin-left:10px;
    color:transparent;
}
#bg_slider .ws_bullets a.ws_selbull, #bg_slider .ws_bullets a:hover{
    background-position: 0 100%;
}
#bg_slider a.ws_next, #bg_slider a.ws_prev {
    position:absolute;
    display:none!important;
    top:55%;
    margin-top:-2.5em;
    z-index:60;
    width: 45px;
    height: 45px;
    opacity:0.6;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;	/* Firefox 4 */
    -webkit-transition: opacity 0.5s;	/* Safari ��� Chrome */
    -o-transition: opacity 0.5s;	/* Opera */
}
#bg_slider a.ws_next{
    background-image: url(/website/static/images/bg_arrow_r.png);
    right:1em;
}
#bg_slider a.ws_prev {
    background-image: url(/website/static/images/bg_arrow_l.png);
    left:1em;
}
#bg_slider a.ws_next:hover,#bg_slider a.ws_prev:hover {
    opacity:1;
}

* html #bg_slider a.ws_next,* html #bg_slider a.ws_prev{display:block!important;}
#bg_slider:hover a.ws_next, #bg_slider:hover a.ws_prev {display:block!important;}

/* bottom center */
#bg_slider  .ws_bullets {
    bottom: 5px;
    left:50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 930px;
}
#bg_slider  .ws_bullets div{
    /*left:-50%;*/
}
#bg_slider .ws-title{
    position:absolute;
    display:block;
    bottom: 2em;
    left: 3em;
    margin-right: 0;
    padding:1.5em 1em;
    background:rgba(0, 0, 0, 0.9);
    border-left:0.5em solid #008AC3;
    color:#E9E9E9;
    z-index: 50;
    font-family:'Oswald',Arial,Helvetica,sans-serif;
    line-height: 2.2em;
    text-transform: uppercase;
}
#bg_slider .ws-title div{
    margin-top: 0.3em;
    font-size: 1.6em;
    line-height: 1.15em;
}
#bg_slider .ws-title span{
    font-size: 2em;
}
#bg_slider .ws-title span{
    font-size: 2.8em;
}#bg_slider  .ws_logo{
     position: absolute;
     left:0;
     top:0;
     height: 100%;
     width: 100%;
     z-index: 9;
     background: url(/website/static/images/loading.gif) 50% 50% no-repeat;
 }
#bg_slider  img.loading{
    width:147px;
    height:48px;
    background: url(/website/static/images/loading.gif) 50% 50% no-repeat;
}

#bg_slider > h2 {
    position: absolute;
    left: 20px;
    bottom: 17px;
    color: #fef3d3;
    font-size: 14px;
    font-weight: normal;
    z-index: 10;
}

#bg_slider > h2 span {
    font-size: 30px;
}

/*
@media (max-width: 1580px) {
	#bg_slider{
		margin-left:-250px;
	}
	#bg_slider a.ws_next{
		background-position: 100% 0;
		right:26em;
	}
	#bg_slider a.ws_prev {
		background-position: 0 0;
		left:26em;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0){
		#bg_slider a.ws_next {right:22em;}
		#bg_slider a.ws_prev {left:22em;}
	}
}
@media (max-width: 1280px) {
	#bg_slider{
		margin-left:-320px;
	}
	#bg_slider a.ws_next{
		background-position: 100% 0;
		right:33em;
	}
	#bg_slider a.ws_prev {
		background-position: 0 0;
		left:33em;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0){
		#bg_slider a.ws_next {right:28em;}
		#bg_slider a.ws_prev {left:28em;}
	}

}
@media (max-width: 1024px) {
	#bg_slider {
		margin-left:-446px;
	}
	#bg_slider a.ws_next{
		background-position: 100% 0;
		right:46em;
	}
	#bg_slider a.ws_prev {
		background-position: 0 0;
		left:46em;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0){
		#bg_slider a.ws_next {right:39em;}
		#bg_slider a.ws_prev {left:39em;}
	}
}

@media (max-width: 1580px) {
	#body{
		overflow:hidden;
		width:1400px;
	}
}
@media (max-width: 1280px) {
	#body{
		width:1263px;
	}
}
@media (max-width: 1024px) {
	#body{
		width:1007px;
	}
}*/

.panel {
    border: none;
    border-top: 1px solid #8e7c4a;
}

.panel-heading, .panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    background-color: #fdfaf3;
}


@media screen and (max-width: 991px) {
    #booking_tabs_block .tab_container .tab_content li .block {
        width: 50%;
    }

	#bg_slider {
		max-width:750px;
	}
	
	.homepage #bg_slider {
		max-width: none;
	}
	
    #bg_slider .ws_bullets {
        max-width: 750px;
    }
}

@media screen and (max-width: 767px) {
    #content > .flex {
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
    }

    #content > .flex .tabs {
        margin-left: 0;
    }

    #content .tabs li {
        margin: 0;
        padding: 5px 10px;
        height: auto;
    }

    #content .tabs li a {
        color: #8e7c4a;
    }

    #content .tabs li.active {
        border-bottom: none;
        padding-bottom: 5px;
        background-color: #8e7c4a;
    }

    #content .tabs li.active {
        border-bottom: none;
        padding-bottom: 5px;
        background-color: #8e7c4a;
    }

    #content .tabs li.active a {
        color: white;
    }

    #content .tabs span {
        padding: 0;
    }

    #booking_tabs_block .tab_container .tab_content li .block input[type=button],
    #booking_tabs_block .tab_container .tab_content li .block input[type=submit]{
        margin-top: 10px;
    }
}

@media screen and (max-width: 375px) {
    #content .tabs li {
        padding: 5px;
    }
}

.divider {
    border-top: 1px solid #C5C4C2;
}