html, table, caption, tbody, tfoot, thead, tr, th, td{
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font: normal 13px/100% Verdana, Geneva, sans-serif;
	line-height:24px;
}
body{
    margin: 0px auto;
    background: url(background.jpg);
    color:333;
}
a{
    text-decoration: none;
}
.break-content{
    height: 15px;
    margin-top:15px;
    border-top: 2px solid #77001C
}
.main-area{
    width:1000px;
    margin: 0px auto; 
    margin-top: -20px;
    background: url(s5_main_body_bg.jpg);
    padding-top:10px;
    padding-bottom:15px
}
.banner-bg{
background: url(s5_header.png) repeat-x scroll left bottom;
    height: 240px;
}
.branch-banner-bg{
    background: #a90329; /* Old browsers */
background: -moz-linear-gradient(top,  hsla(346,96%,34%,1) 0%, hsla(346,100%,22%,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(346,96%,34%,1)), color-stop(100%,hsla(346,100%,22%,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  hsla(346,96%,34%,1) 0%,hsla(346,100%,22%,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  hsla(346,96%,34%,1) 0%,hsla(346,100%,22%,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  hsla(346,96%,34%,1) 0%,hsla(346,100%,22%,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  hsla(346,96%,34%,1) 0%,hsla(346,100%,22%,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

    height: 180px;
}
#home_banner{
    margin: 0px auto;
    width: 960px;
    padding-top:10px;
}
.logo{
    width: 400px;
    height: 120px;
    padding-left: 158px;
    padding-top:0px;
    background: url(linhphuong_logo.png) no-repeat;
    float:left;
    margin-top:20px;
}
.branch-name{
/*    width: 250px;*/
    height: 108px;
    background: url(linhphuong_logo.png);
    float:left;
}
#language{
    float:right;
}
#right-banner{
    float:right;
    padding-right:5px;
    color:white;
    width: 300px;
}
#flag_vn{
    background: url(flag_vn.png) no-repeat;
    padding-left: 30px;
    padding-bottom:3px;
}
#flag_en{
    background: url(flag_en.png)  no-repeat;
    padding-left: 30px;
    padding-bottom:3px;
}
#hot-contact{
    text-align: center;
}
#home_slider{
    /*margin-top: -60px;*/
    margin: 0px auto;
    width:920px;
    margin-top: 20px;
    background: #fff; /*url(s5_main_body_bg.jpg);*/
    padding:5px;
    border-radius: 5px;
/*-webkit-box-shadow: 0px 0px 6px -1px rgba(86,86,86,1);
-moz-box-shadow: 0px 0px 6px -1px rgba(86,86,86,1);
box-shadow: 0px 0px 6px -1px rgba(86,86,86,1);*/
-webkit-box-shadow: 0px 4px 8px 0px rgba(20,20,20,1);
-moz-box-shadow: 0px 4px 8px  0px rgba(20,20,20,1);
/*box-shadow: 0px 4px 8px  0px rgba(20,20,20,1);*/
box-shadow: 0px 0px 3px -1px rgba(20,20,20,1);
padding-bottom: 10px;

}
#home_slider div.img-holder{
    margin-left: 4px;
    margin-top: 6px;
    text-align: center;
    float:left;
    position: relative;
    width: 19.5%;
    overflow: hidden ;
}
/*.img-holder:hover .hotel-info-bg, .img-holder:hover>img{
    -webkit-border-top-left-radius: 50px;
-moz-border-radius-topleft: 50px;
border-top-left-radius: 50px;
}*/

.img-holder:hover .hotel-info-bg, .img-holder:hover .hotel-info{
    display: block;
    cursor: pointer
}
.img-holder:hover{
    overflow: unset !important;
}
.img-holder:hover img{
    box-shadow: 0 17px 40px 0 rgba(0, 0, 0, .2);
    transform: translateY(-10px);
    z-index: 999;
    position: relative;
}
.hotel-rating{
    position: absolute;
    top:20px;
    left:0px;
}
.hotel-rating-bg{
    position: absolute;
    bottom:0px;
    left:0px;
    /*width:308px;*/
    height: 36px;
    background: #000;
    opacity:0.1;
    filter:alpha(opacity=10);
}
.hotel-address{
    position: absolute;
    bottom:10px;
    left:0px;
    color: #ddd;
    text-align: left;
    padding:5px;
    font-size: 11px;
}
.hotel-address-bg{
    position: absolute;
    bottom:0px;
    left:0px;
    /*width:297px;*/
    height: 60px;
    background: #000;
    opacity:0.2;
    filter:alpha(opacity=20);
    border:1px solid #fff
}
.hotel-info-bg{
    position: absolute;
    top:0px;
    left:0px;
    /*width:308px;*/
    height: 540px;
    background: #000;
    opacity:0.2;
    filter:alpha(opacity=20);
    display: none;
}
.hotel-info{
    position: absolute;
    top:160px;
    left:20px;
    /*width:267px;*/
    color: #fff;
    text-align: left;
    padding:5px;
    font-size: 13px;
    display: none;
}
.hotel-info div{
    margin-top: 5px;
    text-shadow: 1px 1px 1px rgba(70, 70, 70, 0.75);
}
#home_slider>.img-holder>a{
    padding:0px;
}
#home_slider>.img-holder>a>img{
/*    height: 540px;
    width: 307px;*/
    height: 550px;
    /*width: 297px;*/
    border: 1px solid #ddd;
}
#pictue_slider{
    width: 930px;
    margin: 0px auto;
    box-shadow: 0px 0px 3px -1px rgba(120,120,120,1);
    -moz-box-shadow: 0px 0px 3px -1px rgba(120,120,120,1);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(120,120,120,1);
    border:2px solid #fff
}
#home_intro{
    background: #fff;
    
/*    border-radius: 5px;*/
-webkit-box-shadow: 0px 0px 3px 1px rgba(86,86,86,1);
-moz-box-shadow: 0px 0px 3px 1px rgba(86,86,86,1);
box-shadow: 0px 0px 3px -1px rgba(20,20,20,1);
/*width:60%; float:left;*/
width: 930px;
margin: 0px auto;
background: #fff /*url(s5_main_body_bg.jpg);*/
}
#branch-room-order{
    margin-left:5px;
    background: #fff;
/*    border-radius: 5px;*/
-webkit-box-shadow: 0px 0px 3px 1px rgba(86,86,86,1);
-moz-box-shadow: 0px 0px 3px 1px rgba(86,86,86,1);
box-shadow: 0px 0px 3px 1px rgba(86,86,86,1);
width:38%; float:right;
}
#room-order{
    margin-left:5px;
    /*background: #fff;*/
/*    border-radius: 5px;*/
/*-webkit-box-shadow: 0px 0px 3px 1px rgba(86,86,86,1);
-moz-box-shadow: 0px 0px 3px 1px rgba(86,86,86,1);
box-shadow: 0px 0px 3px 1px rgba(86,86,86,1);*/
width:380px; float:right;
}
#branch-contact{
    margin-top: 20px;
    /*background: #72001B;*/
    /*background: #835A41;*/
    /*background: url(s5_header.png) repeat-x scroll left top;*/
/*    -webkit-box-shadow: 0px 4px 18px 0px rgba(20,20,20,1);
-moz-box-shadow: 0px 4px 18px  0px rgba(20,20,20,1);
box-shadow: 0px 4px 18px  0px rgba(20,20,20,1);*/

    /*color:#F6B801;*/
    text-shadow: 0px 0px 1px rgba(100, 100, 100, 0.85);
    color: #444;
    padding:10px;
}
#branch-contact ul{
    list-style: none;
    margin-top: -10px;
    margin-left:-36px;
}
#branch-contact ul li{
    float:left;
    margin-left: 10px;
    font-size: 12px;
}
#branch-contact a{
    color: #444
}
#footer-area{

    padding-top:5px;
        background: #CCCCCC;
        color:#333366;
        margin-bottom: 0px;
}
#branch-footer-area{
        padding-top:5px;
        background: #CCCCCC;
        color:#333366;
        margin-top: 20px;
        margin-bottom: 0px;
}
.footer-contact{
    float:left;
}
.footer-copyright{
    float:right;
}
.footer-copyright span{
    display: block;
    text-align: center;
    /*margin-top: 5px;*/
}
.footer{
    margin: 0px auto;
    text-align: left;
    padding:5px;
}

.group-title{
    padding: 8px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    color:#F6B801;
    font-size:14px;
    background: #84583D; /* Old browsers */
/*background: -moz-linear-gradient(top,  hsla(0,0%,100%,1) 0%, hsla(0,0%,95%,1) 50%, hsla(0,0%,93%,1) 51%, hsla(0,0%,100%,1) 100%);  FF3.6+ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(0,0%,100%,1)), color-stop(50%,hsla(0,0%,95%,1)), color-stop(51%,hsla(0,0%,93%,1)), color-stop(100%,hsla(0,0%,100%,1)));  Chrome,Safari4+ 
background: -webkit-linear-gradient(top,  hsla(0,0%,100%,1) 0%,hsla(0,0%,95%,1) 50%,hsla(0,0%,93%,1) 51%,hsla(0,0%,100%,1) 100%);  Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top,  hsla(0,0%,100%,1) 0%,hsla(0,0%,95%,1) 50%,hsla(0,0%,93%,1) 51%,hsla(0,0%,100%,1) 100%);  Opera 11.10+ 
background: -ms-linear-gradient(top,  hsla(0,0%,100%,1) 0%,hsla(0,0%,95%,1) 50%,hsla(0,0%,93%,1) 51%,hsla(0,0%,100%,1) 100%);  IE10+ 
background: linear-gradient(to bottom,  hsla(0,0%,100%,1) 0%,hsla(0,0%,95%,1) 50%,hsla(0,0%,93%,1) 51%,hsla(0,0%,100%,1) 100%);  W3C 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );  IE6-9 */

}
.intro{
    padding:15px; color: #333333; font-size: 15px;
}
/**Form dat phong */
.textbox{
    border:1px solid #CCCCCC;
    background: beige;
    height:20px;
}
.cbo{
    border:1px solid #CCCCCC;
    background: beige;
    height:22px;
}
.label{
    float:left;
}
.field{
    float:left;
}
/** Css chung **/
.number{
    text-align:right;
}
.number2{
    text-align:right;
}
.number3{
    text-align:right;
}
.width_400{
    width:400px
}
.width_300{
    width:300px
}
.width_250{
    width:250px
}
.width_150{
    width:150px;
}
.width_120{
    width:120px;
}
.width_110{
    width:110px;
}
.width_100{
    width:100px;
}
.width_80{
    width:80px;
}
.width_75{
    width:75px;
}
.width_70{
    width:70px;
}
.width_60{
    width:60px;
}
.width_50{
    width:50px;
}
.width_40{
    width:40px;
}
.width_30{
    width:30px;
}
.width_20{
    width:20px;
}
.center{
    text-align: center
}

.menu-bar{
    height: 48px;
   background: #f6f8f9; /* Old browsers */
/*background: -moz-linear-gradient(top,  hsla(200,20%,97%,1) 0%, hsla(200,21%,92%,1) 50%, hsla(205,18%,87%,1) 51%, hsla(210,25%,97%,1) 100%);  FF3.6+ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(200,20%,97%,1)), color-stop(50%,hsla(200,21%,92%,1)), color-stop(51%,hsla(205,18%,87%,1)), color-stop(100%,hsla(210,25%,97%,1)));  Chrome,Safari4+ 
background: -webkit-linear-gradient(top,  hsla(200,20%,97%,1) 0%,hsla(200,21%,92%,1) 50%,hsla(205,18%,87%,1) 51%,hsla(210,25%,97%,1) 100%);  Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top,  hsla(200,20%,97%,1) 0%,hsla(200,21%,92%,1) 50%,hsla(205,18%,87%,1) 51%,hsla(210,25%,97%,1) 100%);  Opera 11.10+ 
background: -ms-linear-gradient(top,  hsla(200,20%,97%,1) 0%,hsla(200,21%,92%,1) 50%,hsla(205,18%,87%,1) 51%,hsla(210,25%,97%,1) 100%);  IE10+ 
background: linear-gradient(to bottom,  hsla(200,20%,97%,1) 0%,hsla(200,21%,92%,1) 50%,hsla(205,18%,87%,1) 51%,hsla(210,25%,97%,1) 100%);  W3C 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 );  IE6-9 */
    -webkit-box-shadow: 0px 0px 6px -1px rgba(86,86,86,1);
-moz-box-shadow: 0px 0px 6px -1px rgba(86,86,86,1);
box-shadow: 0px 0px 6px -1px rgba(86,86,86,1);
     margin-top: -60px;
}
.main-menu{
    list-style: none;
    margin-top: -40px;

}
.main-menu li{
    float:left;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 14px;
    margin-left: 2px;
        color: #73001B;
    text-transform: uppercase;
    /*border: 1px solid #aaa;*/
    cursor: pointer;
    /*border-left:1px solid #aaa;*/
    
}
.main-menu li:hover{
    background: #ddd
}
#branch-content{
    margin-top: 20px;
    padding:5px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 6px -1px rgba(86,86,86,1);
-moz-box-shadow: 0px 0px 6px -1px rgba(86,86,86,1);
box-shadow: 0px 0px 6px -1px rgba(86,86,86,1);
}
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
/* red */
.red {
	/*color: #faddde;*/
        color:#F6B800;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}