/* Shortcode
--------------------------------------------------------------------------------*/
body,button,input,select,textarea,h1 ,h2, h3, h4, h5, h6 { 
	font-family: Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, sans-serif;
}
.caption  h5 {
    font-size: 13px;
     font-weight: normal; 
}
body,a{
	color:#5b5b5b;
}
a,input,textarea,button,select {
  outline: none;
}
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none !important;
  text-decoration: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.owl-controls .owl-prev,
.owl-controls .owl-next {
  color: #fff;
  font-size: 24px;
  position: absolute;
  z-index: 10;
  top: 50%;
  font-size: 13px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
  color: #e7c130;
  border-color: #e7c130;
}
.owl-controls .owl-prev {
  left: 10px;
}
.owl-controls .owl-next {
  right: 10px;
}


/* Header
--------------------------------------------------------------------------------*/
#header {
  position: relative;
  z-index: 999;
}
.header_top {
  background-color: #efeeec;
  height:36px;
  overflow:hidden;
}
.header_top:after {
  display: table;
  content: '';
  clear: both;
}
.header_top .header_left marquee  {
  width:360px;
  line-height: 36px;
}
.header_top .header_right .login-register {
	font-size: 14px;
	line-height: 36px;
}
.header_top .header_right .login-register a {  
	padding: 0 10px;
}
.header_top .header_right .login-register a:hover,
.header_top .header_right .login-register a.active {
  color: #0063ca;
}
.header_content {
  font-size: 0;
  z-index: 999;
  background:#0063ca;
  height:80px;
}
.header_content:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0063ca;
  opacity: .85;
  top: 0;
  left: 0;
  z-index: -1;
}
.header_content .container {
  position: relative;
}

.header_content .header_menu {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  position:absolute;
  top:580px;
  left:0;
  width:100%;
}
.page-user .header_content .header_menu{
  top: 10px;
  right: 0px;
  left: 310px;
  width: auto;
}
.page-user .header_content .menu > #menu_oa, .page-user .header_content .menu > #menu_sale_news{
	display:none;
}
.header_content .menu {
  list-style: none;
  width:1000px;
  margin: 0 auto;
  padding: 0;
}
.header_content .menu a {float:left;}
.header_content .menu > li {
  float: left;
  position: relative;
}
.header_content .menu > a > li  {
  display: block;
  width:80px;
  margin-right:10px;
  border-radius:5px;
  color: #fff;
  text-align:center;
  background:#0063ca;
  -webkit-box-shadow: #292929 1px 3px 3px;
  -moz-box-shadow: #292929 1px 3px 3px;
  box-shadow: #292929 1px 3px 3px;
  transition:0.5s;
  -webkit-transition:0.5s;
  -moz-transition:0.5s;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}
.header_content .menu > a > li.current-menu-item  {
  background-color: #fdbe11;
}
.header_content .menu > a > li:hover {
	margin-top:-8px;
	background-color: #fdbe11;
}
.header_content .menu .book{
	margin-top:-28px;
}
.header_content .menu a li img{
	padding:8px 0;
}
.header_content .menu a li  span{
	display:block;
	height:30px;
	line-height:30px;
}
.header_logo {
  float: left;
  /*line-height: 80px;*//*  change  */
}
.header_logo img {
  max-height: 80px;
}
.header_tel {
  float: right;
}
.menu-bars {
  color: #fff;
  width: 50px;
  font-size: 28px;
  cursor: pointer;
  display: none;
  top: 0;
  right: 15px;
  bottom: 0;
  position: absolute;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.menu-bars span {
  width: 25px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.menu-bars span:before,
.menu-bars span:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.menu-bars span:after {
  top: -8px;
}
.menu-bars span:before {
  bottom: -8px;
}
.menu-bars:hover {
  background-color: #fff;
}
.menu-bars:hover span {
  background-color: transparent;
}
.menu-bars:hover span:after {
  background-color: #e7c130;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.menu-bars:hover span:before {
  background-color: #e7c130;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.menu-bars.active {
  background-color: #fff;
}
.menu-bars.active span {
  background-color: transparent;
}
.menu-bars.active span:after {
  background-color: #e7c130;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.menu-bars.active span:before {
  background-color: #e7c130;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.header_mobile {
  background-color: rgba(0, 99, 202, 0.85);
  left: 0;
  right: 0;
  z-index: 999;
  position: absolute;
}
.header_mobile .container {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header_mobile .header_logo {
  display: inline-block;
}
.header_mobile .header_tel {
  display: none;
}

.header_mobile .menu-bars {
  display: block;
}
.header_mobile .header_menu {
  position: fixed;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: -270px;
  width: 270px;
  overflow-y: auto;
  background-color: rgba(0, 99, 202, 0.85);
  -webkit-transition: right 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
  -moz-transition: right 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
  -ms-transition: right 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
  -o-transition: right 0.5s cubic-bezier(0, 0.67, 0.35, 0.94);
}
.header_mobile .header_menu.active {
  right: 0;
}
.header_mobile .header_menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.header_mobile .header_menu ul a  li {
  display: block;
  padding: 10px 40px 10px 20px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.header_mobile .header_menu ul a  li  img {
  float: left;
  width: 24px;
  margin-right:20px;
}
.header_mobile .header_menu ul a:hover li  {
  background-color: #fdbe11;
}
.header_mobile .header_menu ul  > a > li.current-menu-item {
  background-color: #fdbe11;
}
.header_mobile .header_logo {
  line-height: 1;
}
.header_mobile.header-sticky {
  position: fixed;
  top: 0;
  -webkit-backface-visibility: hidden;
}
/* Banner
--------------------------------------------------------------------------------*/
#slider-revolution ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.banner-slider{
  height:550px;
  overflow:hidden;
}
.banner-slider .slider-item {
  height:550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;

}
.banner-slider .owl-prev,
.banner-slider .owl-next {
  height: 38px;
  line-height: 38px;
  width: 38px;
}
.banner-slider .owl-prev {
  left: 50px;
}
.banner-slider .owl-next {
  right: 50px;
}

/* Home
--------------------------------------------------------------------------------*/
/* HOME ABOUT */
.section-home-about {
  /*padding-top: 50px;*/
  padding-top: 0px;
}
.home-about  {
  text-align:right;
  padding:45px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-about .text {
	width:490px;
	padding:20px;
	margin-right:auto;/*  change  */
	background: rgba(0, 0, 0, 0.5);
	text-align:left;
}
.home-about .text .heading {
	font-size: 16px;
    color: #fdbe11;
    font-weight: bold;
    line-height: 40px;
	margin:0;
	position:relative;
}
.home-about .text .heading em {
    color: #ccc;
    font-size: 12px;
    padding: 0 10px;
    font-weight: normal;
}
.home-about .text .more {
	height: 20px;
	padding: 0 5px;
    background: #ccc;
	color:#5b5b5b;
	position:absolute;
	right:0;
	top:10px;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal; 
}
.home-about .text .more:hover {
    background: #fdbe11;
}
.home-about .text p {
  color: #FFF;
  line-height: 30px; 
  height: 120px;
  overflow: hidden;
}

.home-about .text .booking {
    position: relative;
}
.home-about .text .booking a {
    position: absolute;
    top: -10px;
    right: -400px;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    border: 2px solid #333;
    font-size: 14px;
    font-weight: bold;
	background: #333;
    display: block;
}

/*
.home-about .text  .booking a:hover {
    background: transparent;
	height: 30px;
    padding: 0 56px;
    color: #5b5b5b;
    position: absolute;
    right: 0;
    top: 0px;
}/*  change  */
/* END / HOME ABOUT */

/* HOME NEW */
.section-home-news {
	padding-top: 68px;
}
.home-news .heading {
    position: relative;
    background: #fdbe11;
    height: 36px;
    width: 100%; 
	margin:0;
	padding-left:8px;
	font-size: 14px;
	font-weight: normal;
	line-height: 36px;
}
.home-news .heading .more {
    position: absolute;
    right: 8px;
	top:0;
}
.home-news .table th{
	display:none;
}
.home-news .table  td{
	border-top:none;
	border-bottom: 1px #ccc dashed;
}
.home-news .table  .news-title-col{
	padding-left:5px;
}
.home-news .table .news-date-col {
    text-align: right;
	width:100px;
	padding-right:5px;
}
.home-news .table  a{
	display:block;
	line-height:24px;
	height:24px;
	overflow:hidden;
}
.news-list table  a:hover{
	color:#0063ca;
}
/* END / HOME NEW */

/* HOME GALLERY
--------------------------------------------------------------------------------*/
.section-home-gallery {
	padding-top: 20px;
	padding-bottom: 50px;
}
.home-sale_img img{
	width:96%;
	margin-bottom:15px;
    -webkit-box-shadow: #292929 1px 3px 3px;
    -moz-box-shadow: #292929 1px 3px 3px;
    box-shadow: #292929 1px 3px 3px;
}
.home-sale_img img.active{
	width:100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.home-gallery_img,
.home-gallery_img .img-item{
  position: relative;
}
.home-gallery_img .img-item h6 {
  background-color: rgba(51, 51, 51, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 13px;
  color: #fff;
  padding: 15px 20px;
  margin:0;
}
.home-gallery_img .img-item img {
  width: 100%;
}
.home-gallery_img .apb-zoom {
  position: absolute;
  bottom: 65px;
  right: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.home-gallery_img .apb-zoom:hover {
  color: #e7c130;
}
.home-gallery_thumbs {
  margin-top: 10px;
}
.home-gallery_thumbs .owl-item {
  padding: 0 5px;
}
.home-gallery_thumbs .owl-item.active a:before {
  border-color: #e7c130;
}
.home-gallery_thumbs a {
  display: block;
  position: relative;
}
.home-gallery_thumbs a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  border: 4px solid transparent;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.home-gallery_thumbs a:hover::before {
  border-color: #e7c130;
}
.home-gallery_thumbs a img {
  width: 100%;
}
.home-gallery_thumbs  img a{
  width: 100%;
}
.home-gallery_thumbs .owl-prev,
.home-gallery_thumbs .owl-next {
  width: 26px;
  text-align: center;
  background-color: #232323;
  border-width: 0;
  height: auto;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.home-gallery_thumbs .owl-prev:hover,
.home-gallery_thumbs .owl-next:hover {
  background-color: #e7c130;
  color: #fff;
}
.home-gallery_thumbs .owl-prev .fa,
.home-gallery_thumbs .owl-next .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.home-gallery_thumbs .owl-prev {
  left: 0;
}
.home-gallery_thumbs .owl-next {
  right: 0;
}
/* END / HOME GALLERY */

/* CONTENT*/
.section-contact {
	padding-top: 50px;
	padding-bottom: 20px;
}
.contact{
	background: #efeeec;
    padding: 20px;
}
.contact .heading {
    height: 40px;
    line-height: 40px;
   /* border-bottom: #0063ca solid 2px;*/
    color: #0063ca;
    margin-bottom: 20px;
	font-size:15px;
	font-weight:bold;
}
.contact .text h4 {
    font-size: 16px;
	font-weight:bold;
    color: #c49208;
    margin-bottom: 20px;
}
.contact .text p {
    line-height:30px;
}
/* Footer
--------------------------------------------------------------------------------*/
#footer {
  background-color: #053669;
}
#footer .footer_center {
  padding-bottom: 20px;
  color:#f8f9fa;
}
#footer .footer_center .widget {
  margin-top: 10px;
  line-height:26px;
  margin-left: 20px;
}
#footer .footer_center .widget_logo {
  text-align:center;
  margin: 30px 0;
}
#footer .footer_center .widget_logo  img{
   margin-right:10px;
}
#footer .footer_center .widget .widget-title {
  font-size: 20px;
  line-height:38px;
  margin:50px 0 10px;
  color:#FFF;
}
#footer .footer_center .widget .text  em {
    color: #fcc52e;
    font-size: 18px;
}
#footer .footer_bottom {
  background-color: #333;
  padding: 10px 0;
  text-align: center;
  color: #acacac;
  font-size: 14px;
  border-top: 1px #505050 solid;
}
#footer .footer_bottom p {
  margin-bottom: 0;
}
.section-page{
	padding-top: 50px;
    padding-bottom: 20px;
}
.login-uc{
	margin-top: 40px;
}

/* Responsive
--------------------------------------------------------------------------------*/
.main { clear: both; width: 1000px; margin: 0 auto;}
.main .searchbar{  margin-top: -250px;  margin-left: 430px;}
/*SEARCH
.main { clear: both; width: 1000px; margin: 0 auto;}
.main .searchbar{  margin-top: -248px;  margin-left: 618px;}
.main .home-tab{width:640px;position:relative;background:#fff;}
.main .searchbar label{font-family:"微软雅黑";font-size:14px;height:30px;color:#fff;}
.main .searchbar #tab-head li{float:left;padding:0 20px;height:34px;line-height:34px;font-size:14px;cursor:pointer;border-right:1px #ccc dashed}
.main .searchbar #tab-head .active{background:#2f383d;color:#fff;border:0}
.main .searchbar #tab-body{clear:both;padding:10px 20px;background:#2f383d;height:160px;}
.main .searchbar .room-search-city,.searchbar .room-search-hotel{width:278px;float:left;padding-right:20px;}
.main .searchbar .room-search-city select,.searchbar .room-search-hotel select{width:278px;padding:4px 0;font-family:"微软雅黑"}
.main .searchbar .room-search-checkin,.searchbar .room-search-checkout,.searchbar .room-search-room,.searchbar .room-search-adult,.searchbar .room-search-kid{width:100px;float:left;padding-right:20px;}
.main .searchbar .room-search-checkin input,.searchbar .room-search-checkout input{width:100px;font-family:"微软雅黑";padding:4px 0;}
.main .searchbar .room-search-room select,.searchbar .room-search-adult select,.searchbar .room-search-kid select{width:98px;font-family:"微软雅黑";padding:4px 0;}
.main .searchbar .form-submit label{display:none!important;}
.main .searchbar .form-submit input,.searchbar .control-submit input,.searchbar .control-submit input{position:absolute;right:0;top:0;height:34px;line-height:34px;padding:0 20px!important;font-size:14px;font-family:"微软雅黑";background: #ca1830;color:#fff;border:0}
.main .searchbar .order-query-form input,.searchbar .login-form input{padding:4px 0;font-family:"微软雅黑"}
.main .searchbar  a{color:#fff}
.main #login-detail p{color:#ca1830;font-size:14px;}
@media screen and (max-width: 1199px) {
.main .searchbar{  margin-top: -248px;  margin-left: 618px;}
.main .home-tab{width:640px;position:relative;background:#fff;}
.main .searchbar label{font-family:"微软雅黑";font-size:14px;height:30px;color:#fff;}
.main .searchbar #tab-head li{float:left;padding:0 20px;height:34px;line-height:34px;font-size:14px;cursor:pointer;border-right:1px #ccc dashed}
.main .searchbar #tab-head .active{background:#2f383d;color:#fff;border:0}
.main .searchbar #tab-body{clear:both;padding:10px 20px;background:#2f383d;height:160px;}
.main .searchbar .room-search-city,.searchbar .room-search-hotel{width:278px;float:left;padding-right:20px;}
.main .searchbar .room-search-city select,.searchbar .room-search-hotel select{width:278px;padding:4px 0;font-family:"微软雅黑"}
.main .searchbar .room-search-checkin,.searchbar .room-search-checkout,.searchbar .room-search-room,.searchbar .room-search-adult,.searchbar .room-search-kid{width:100px;float:left;padding-right:20px;}
.main .searchbar .room-search-checkin input,.searchbar .room-search-checkout input{width:100px;font-family:"微软雅黑";padding:4px 0;}
.main .searchbar .room-search-room select,.searchbar .room-search-adult select,.searchbar .room-search-kid select{width:98px;font-family:"微软雅黑";padding:4px 0;}
.main .searchbar .form-submit label{display:none!important;}
.main .searchbar .form-submit input,.searchbar .control-submit input,.searchbar .control-submit input{position:absolute;right:0;top:0;height:34px;line-height:34px;padding:0 20px!important;font-size:14px;font-family:"微软雅黑";background: #ca1830;color:#fff;border:0}
.main .searchbar .order-query-form input,.searchbar .login-form input{padding:4px 0;font-family:"微软雅黑"}
.main .searchbar  a{color:#fff}
.main #login-detail p{color:#ca1830;font-size:14px;}
*/



@media screen and (max-width: 991px) {
  /*HOME GALLERY*/
  .home-sale_img {
	display:none;
	}

	/* CONTENT*/
	.section-contact {
	padding-top: 20px;
	}
	/*-------section-------*/
  #page-wrap .bg-white .booking{
	display:none;
  }
  #page-wrap .bg-white .booking a{
	display:none;
  }
   /* SEARCH */
  .main {
    display: none;
  }
}

@media screen and (max-width: 767px) {
	 /* SEARCH */
	.main {
    display: none;
   }
  .sidebar{
	display:none;
  }
  .section-page {
    padding-top: 15px;
	}
  /* BANNER */
  .banner-slider,
  .banner-slider .slider-item {
	height:360px;
	}
  .banner-slider .owl-next {
    right: 20px;
  }
  .banner-slider .owl-prev {
    left: 20px;
  }
  /*HEADER*/
  #header .header_top .header_left,
  #header .header_top .header_right{
    text-align: right;
    float: none;
    width: 100%;
  }
  #header .header_top .header_right {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  /*-------section-------*/
  #page-wrap .bg-white .booking{
	display:none;
  }
  #page-wrap .bg-white .booking a{
	display:none;
  }
}

@media screen and (max-width: 480px) {
  /*HEADER*/
  #header .header_top .header_left {
    display: none;
  }
    
  #header .header_top .header_right {
    border-top-width: 0;
  }
  #header .header_logo {
    line-height: 1;
  }
  #header .header_logo img {
    max-height: 70px;
  }
  /* BANNER */
  .banner-slider,
  .banner-slider .slider-item{
	height:240px;
	}
  .banner-slider .owl-next,
  .banner-slider .owl-prev {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-width: 0;
  }
  .banner-slider .owl-next {
    right: 0;
  }
  .banner-slider .owl-prev {
    left: 0;
  }
  /* SEARCH */
  .main {
    display: none;
  }
   /* HOME ABOUT */
  .section-home-about {
    padding-top: 20px;
  }
  .home-about {
   padding:20px 0;
  }
  .home-about .text {
   width:100%;
  }
  .home-about .text p { 
	height: 210px;
}
	/* HOME NEWS */
  .home-news .table .news-date-col {
	width:80px;
	font-size:12px;
	}
	.home-news .table  a{
	height:30px;
	line-height:30px;
	}	
	/*-------section-------*/
  #page-wrap .bg-white .booking{
	display:none;
  }
  #page-wrap .bg-white .booking a{
	display:none;
  }
}

@media screen and (max-width: 320px) {
  .heading {
    font-size: 20px;
  }
  /*-------section-------*/
  #page-wrap .bg-white .booking{
	display:none;
  }
  #page-wrap .bg-white .booking a{
	display:none;
  }
  /* SEARCH */
  .main {
    display: none;
  }
}
#footer .footer_center .widget_logo  .b_logo {
	padding-bottom: 8px;
	/*height: 55px;*//*  change  */
}

.reservation_content .row  .col-lg-3 {border-right: 1px solid #E0DBDB;}
div#ui-datepicker-div {
    z-index: 999;
}