@media (min-width:1000px) {
.mg-room:hover figcaption {
  background-color: rgba(0, 0, 0, 0.2);
}
.mg-room:hover figcaption p,
.mg-room:hover figcaption ul,
.mg-room:hover figcaption .btn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.mg-room:hover figcaption .btn {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.mg-room:hover figcaption .btn.btn-link {
  -webkit-transition: opacity 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s, color 0.3s;
          transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s;
}
.mg-room:hover figcaption p,
.mg-room:hover figcaption ul {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.mg-room:hover figcaption h2,
.mg-room:hover figcaption .mg-room-rating,
.mg-room:hover figcaption .mg-room-price {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.mg-room:hover figcaption h2,
.mg-room:hover figcaption .mg-room-rating {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.mg-room:hover figcaption .mg-room-price {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
}

@media (max-width:999px){
.mg-room figcaption .btn.btn-main {    
    opacity: 1;display: inline-block;
}
.mg-room figcaption {
  background-color: rgba(0, 0, 0, 0.2);
}
.mg-room figcaption p,
.mg-room figcaption ul,
.mg-room figcaption .btn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.mg-room figcaption .btn {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.mg-room figcaption .btn.btn-link {
  -webkit-transition: opacity 0.3s ease 0.5s, -webkit-transform 0.3s ease 0.5s, color 0.3s;
          transition: opacity 0.3s ease 0.5s, transform 0.3s ease 0.5s, color 0.3s;
}
.mg-room figcaption p,
.mg-room figcaption ul {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.mg-room figcaption h2,
.mg-room figcaption .mg-room-rating,
.mg-room figcaption .mg-room-price {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.mg-room figcaption h2,
.mg-room figcaption .mg-room-rating {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.mg-room figcaption .mg-room-price {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
}

.list-unstyled > li{
	background: url(/images/arrow.png)no-repeat;
    padding: 0 0 10px 30px;
}
.carousel-inner>.item>img{width:100% !important;}
.gallery{display:none;}

.list-thumb{
	color: #fff;
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding:10px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.8) 100%);	
}
.list-thumb h2{
	font-size: 17px;
	margin:0;
}
.list-thumb a:after{
	font-family: FontAwesome;
	content: "»";
    padding-left: 10px;
}
.list-thumb a:hover{
	color: #fff;
}
.list-thumb p{
	position: absolute;
    bottom: 0;
	margin: 0 10px 10px 0;
}
p > .price{
	color:red;
}
p > .price:after{
	font-family: FontAwesome;
	content: "vnd";
    padding-left: 10px;
}

.tmp-title {
    border-bottom: 6px solid #ae1c3f;
    margin: 20px 0 4px 0;
}
.tmp-title .fl {
    display: inline-block;
    text-transform: uppercase;
}
.tmp-title h2 {
    padding: 5px 10px;
    font-size: 20px;
    margin: 0;
    position: relative;
    z-index: 1;
    overflow: visible;
    background-color: #ae1c3f;
    color: white;
}
.tmp-title h2:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    right: -10px;
    top: 0;
    border-left: #ae1c3f 10px solid;
    border-top: transparent 16px solid;
    border-bottom: transparent 16px solid;
    border-right: none;
    z-index: -1;
}

.tmp-title h2 a{
    color: white;
}
.btn-danger {
    background-color: none !important;
    /* border-color: #d43f3a; */
}
.hienthidapan > a {
	color: #337ab7 !important;
	
}
.hienthidapan> a:hover {
  color: red!important;
  text-decoration: underline !important;
}
.aui .table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.table-data{
	font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
  .btn-timkiem {
	display: inline-block; 
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	text-align: center;
	width: 100%;
	float: left;
	border: 0 none;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
.timkiem {
    background-color: #1289e5;
    border: 1px solid #127fd3;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin: 10px 0 5px 5px;
    padding: 5px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 100;
}
.tieude{
	color: #1289e5;
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
    border-bottom: 1px solid #f4f4f4;
}
.tieude-1{
	color: #ae1c3f;
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
}
