@media screen {
    * { margin: 0; padding: 0; }    
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
    }

    ul, ol {list-style: none;}
    strong {font-weight: bold;}

    article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }

    .group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
    .group { display: inline-block; clear: both; }
    /* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */

    body { font: 12px/2 "Helvetica Neue",Helvetica,Arial,sans-serif;}

    /*
            TYPOGRAPHY
    */
    h1, h2, h3, h4, h5 {}
    a img { border: 0; }
    a {color: #ce9702; text-decoration: none;}
    .zoomer:active { top: 0; }
}

@font-face {
    font-family:UVNBenXuan_R;
    src:url('http://www.hoianriverresort.com/template/fonts/UVNBenXuan_R.TTF') format('truetype'),
        url('http://www.hoianriverresort.com/template/fonts/UVNBenXuan_R.TTF/UVNBenXuan_R.eot#iefix') format('embedded-opentype'),
        url('http://www.hoianriverresort.com/template/fonts/UVNBenXuan_R.TTF/UVNBenXuan_R.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}

/* Mau cho nut submit*/
.cil{
    cursor:pointer;
    border:outset 0px #24782b;
    color:#24782b;
    width: 133px;
    height:32px;/**/
    background-image:url(http://www.hoianriverresort.com/template/images/check.png);
    background-repeat:no-repeat;

}

.cil_vi{
    cursor:pointer;
    border:outset 0px #24782b;
    color:#24782b;
    width: 133px;
    height:32px;/**/
    background-image:url(http://www.hoianriverresort.com/template/images/check_vi.png);
    background-repeat:no-repeat;

}

.bao-sanpham-hinh
{
    margin:10px;
    float:left;
    height:220px;
    width:355px;
    border: 1px solid #CCCCCC;
}
.sanpham-hinh
{
    padding: 5px 0 0 5px;
}

body
{
    font-size:10pt;
    font-family:Arial, Helvetica, sans-serif;
    background-color:#FFFFFF;

}

.clear-both
{
    margin-top:10px;
    clear:both;
}


#head-res {
display:none;
 }
#main-res {
display:none;
 }
#footer-res {
display:none;
 }
#header {
display:block;
 }
#main {
display:block;
 }
#footer {
display:block;
 }
#logo {
display:block;
 }

/* video */
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/* di dong */	
#sanpham1
{
display:block;
}
#sanpham2
{
display:none;
}


@media screen and (max-width: 600px)
 {
#sanpham1
{
display:none;
}
#sanpham2
{
display:block;
}
 
}




@media screen and (max-width: 1300px) {
#sidebar1 {
display:none;
 }
#logo {
display:none;
 }
#mxh {
display:none;
 }
#logo1 {
display:none;
 }
#home {
display:none;
 }
#head {
display:none;
 }
#header {
display:none;
 }
#head-res
{
display:block;
}
#menu {
display:none;
 }
#menu-res
{
display:block;
}
#banner
{
display:none;
}
#kmai
{
display:none;
}
#reservation
{
display:none;
}
#reservation-res
{
display:block;
}
#main {
display:none;
 }

#main-res {
display:block;
 }

#bando {
display:none;
 }
#bando-res {
width:100%;
display:block;
 }
#footer-res
{
display:block;
}
#footer
{
display:none;
}

}



/* dong di dong */

	
/* menu responsive */	

a {
    text-decoration: none;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav {
    width: 40em; /* 1000 */
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    position: absolute;
    z-index:999999;
    top: 25%;
    left: 50%;
    margin-left: -30em; /* 30 480 */
}
#nav > a {
    display: none;
}
#nav li {
    position: relative;
}
#nav li a {
    color: #fff;
    display: block;
}
#nav li a:active {
    background-color: #fff !important;
}
#nav span:after {
    width: 0;
    height: 0;
    border: 0.313em solid transparent; /* 5 */
    border-bottom: none;
    border-top-color: #efa585;
    content: '';
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: -0.313em; /* 5 */
}
/* first level */

#nav > ul {
    height: 3.75em; /* 60 */
    background-color: #000;
}
#nav > ul > li {
    width: 25%;
    height: 100%;
    float: left;
}
#nav > ul > li > a {
    height: 100%;
    font-size: 1.0em; /* 24 */
    line-height: 2.5em; /* 60 (24) */
    text-align: center;
}
#nav > ul > li:not( :last-child) > a {
    border-right: 1px solid #cc470d;
}
#nav > ul > li:hover > a, #nav > ul:not( :hover) > li.active > a {
    background-color: #cc470d;
}
/* second level */

#nav li ul {
    background-color: #cc470d;
    display: none;
    position: absolute;
    z-index:999999;
    top: 100%;
}
#nav li:hover ul {
    display: block;
    left: 0;
    right: 0;
}
#nav li:not( :first-child):hover ul {
    left: -1px;
}
#nav li ul a {
    font-size: 0.85em; /* 20 */
    border-top: 1px solid #e15a1f;
    padding: 0.75em; /* 15 (20) */
}
#nav li ul li a:hover, #nav li ul:not( :hover) li.active a {
    background-color: #e15a1f;
}
@media only screen and ( max-width: 80em ) /* 1000 */ {
    #nav {
        width: 100%;
        position: static;
        margin: 0;
    }
}
@media only screen and ( max-width: 80em ) /* 980 */ {
    html {
        font-size: 75%; /* 12 */
    }
    #nav {
        position: relative;
        top: auto;
        left: auto;
    }
    #nav > a {
        width: 3.125em; /* 50 */
        height: 3.125em; /* 50 */
        text-align: left;
        text-indent: -9999px;
        background-color: #e15a1f;
        position: relative;
    }
    #nav > a:before, #nav > a:after {
        position: absolute;
        border: 2px solid #fff;
        top: 35%;
        left: 25%;
        right: 25%;
        content: '';
    }
    #nav > a:after {
        top: 60%;
    }
    #nav:not( :target) > a:first-of-type, #nav:target > a:last-of-type {
        display: block;
    }
    /* first level */

    #nav > ul {
        height: auto;
        display: none;
        position: absolute;
        z-index:999999;
        left: 0;
        right: 0;
    }
    #nav:target > ul {
        display: block;
    }
    #nav > ul > li {
        width: 100%;
        float: none;
    }
    #nav > ul > li > a {
        height: auto;
        text-align: left;
        padding: 0 0.833em; /* 20 (24) */
    }
    #nav > ul > li:not( :last-child) > a {
        border-right: none;
        border-bottom: 1px solid #cc470d;
    }
    /* second level */

    #nav li ul {
        position: static;
        padding: 1.25em; /* 20 */
        padding-top: 0;
    }
}


/* dong menu responsive */	


/*  CSS MENU XO XUONG */


#topmenu-wrapper {
    /*background: #; /* color chinh */
    float: left;
    line-height: 20px;
    width: 100%;

}

nav#menu-box {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

nav#menu-box ul {
    margin: 0;
    padding: 0;
    margin-left: 30px;
}

nav#menu-box ul li {
    float: left;
    font-size: 10pt;
    margin: 0;
    padding: 10px 15px;  /* chieu rong va dai cua menu */
    width: auto;
    font-family:Time New Roman;
    font-weight:100;
    border-right: 0px solid #ccc;
    text-transform: uppercase;

}

nav#menu-box ul li:first-child {
    border-left: 0px solid #ccc;;
    /* gach dung giua- color */
}

nav#menu-box ul li a {
    color: #5f1616; /* mau chu */
    text-decoration: none;
    display: block;
}

nav#menu-box ul li a:hover {
    color:#c65816; /* mau chu tro chuot vao mau vang*/
}

nav#menu-box ul li:hover {
    background: 0; /* mau tro chuot vao */
    border: 0px solid #dc8282;  
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    /*background: -webkit-gradient( linear, left bottom, left top, color-stop(0.09, rgb(59,63,65)), color-stop(0.55, rgb(72,76,77)), color-stop(0.78, rgb(75,77,77)) );
    background: -moz-linear-gradient( center bottom, rgb(59,63,65) 9%, rgb(72,76,77) 55%, rgb(75,77,77) 78% );
    background: -o-linear-gradient( center bottom, rgb(59,63,65) 9%, rgb(72,76,77) 55%, rgb(75,77,77) 78% ); 
    border-bottom: 0px solid #ad8b36; */
}

nav#menu-box ul li span {
    background:url(http://www.hoianriverresort.com/template/images/v.png) center no-repeat;
    height: 10px;
    position: absolute;
    text-indent: -9999px;
    top: 16px;
    right: 5px;
    width: 10px; /* chieu dai mui ten  */
}

nav#menu-box ul li span.arrow {
    background-position: 0 2px;
}

nav#menu-box ul li span.arrow-right {
    background-position: -10px 2px;
}

nav#menu-box ul li ul.menuLevel-1 {
    float: left;
    list-style: none;
    margin-left: -80px;
    padding: 0;
    position: absolute;
    z-index:9000;
    top: 38px;
    background: #0b5ea9; /* mau xanh  */
    width: 240px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -webkit-transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
    -o-transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
    transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
    -moz-border-radius: 5px;  /* bo goc  memu1  */
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

nav#menu-box ul li ul.menuLevel-1 li {
    border: none;
    border-bottom: 1px solid #ccc;
    clear: both;
    text-align: left;
    padding: 8px 10px;
    width: 240px;
    -moz-transition: opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
    -webkit-transition: opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
    -o-transition: opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
    transition: opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
    border-radius: 5px;   /* bo goc gach chan duoi  */

}

nav#menu-box ul li ul.menuLevel-1 li:hover {
    background: 0; /* mau do  */
}

nav#menu-box ul li ul.menuLevel-1 li a {
    color: rgba(255,255,255,0);
}

nav#menu-box ul li:hover ul.menuLevel-1 {
    opacity: 1;
    visibility: visible;
}

nav#menu-box ul li:hover ul.menuLevel-1 li {
    margin-top: 0;
    opacity: 1;
}

nav#menu-box ul li:hover ul.menuLevel-1 li a {
    color: rgba(255,255,255,0.6);
    -moz-transition: color 0.1s ease-out;
    -webkit-transition: color 0.1s ease-out;
    -o-transition: color 0.1s ease-out;
    transition: color 0.1s ease-out;
}

nav#menu-box ul li:hover ul.menuLevel-1 li a:hover {
    color: rgba(255,255,255,1);
    -moz-transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

nav#menu-box ul li:hover ul.menuLevel-1 li:hover > a {
    color: #fad400;
}

/* menuLevel-2 */

nav#menu-box ul li ul.menuLevel-1 li ul.menuLevel-2 {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 100px;
    top: 0px;
    background: #222;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -webkit-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -o-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
}

nav#menu-box ul li ul.menuLevel-1 li ul.menuLevel-2 li {
    border: none;
    border-bottom: 1px solid #ccc;
    clear: both;
    margin: 0;
    padding: 10px;
    width: 200px;
    opacity: 1;
}

nav#menu-box ul li ul.menuLevel-1 li:hover ul.menuLevel-2 {
    opacity: 1;
    left: 240px;
    visibility: visible;
    border-radius: 7px;   /* bo goc gach chan duoi  */
}

/* DONG CSS MENU XO XUONG */

/* Header */
#header
{
    width: 100%;
    margin: 0 auto;
    display: table;
}

#head 
{   
    width: 100%;
    height: 70px;
    display: block;
    position: fixed; /*Cho menu c? đ?nh 1 v? trí v?i top và left*/
    top: 0; /*N?m trên cùng*/
    left: 0; /*N?m sát bên trái*/
    z-index: 100000; /*Hi?n th? l?p trên cùng*/
}
#logo-nho{
    display: block;
    position: fixed; /*Cho menu c? đ?nh 1 v? trí v?i top và left*/
    top: 0; /*N?m trên cùng*/
    left: 635px; /*N?m sát bên trái*/
    z-index: 10000000; /*Hi?n th? l?p trên cùng*/
}

#logo {
    position: absolute;
    z-index: 10000000;
    left: 540px;
}

#menu {
    width: 100%;
    height: auto;
    clear: both;
}

#banner {
    width: 100%;
    height: 607px;
    clear: both;
}

/* Dong Header */

/* Main */
#main {

}

.content {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

/* Dong Main */

/* Footer */
#footer {

}

#foot {

}

/* Dong Footer */

#a {
    color: #fff;
    text-decoration: none;
}
#a:hover{
    color: #ffdd1d;
    text-decoration: none;
}

.zoom img{
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.zoom img:hover {
    transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    -moz-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
    -ms-transform: scale(1.5,1.5);
}

/* hiển thị nội dung mục Images */

#mainwrapper {
    -font: 10pt normal Arial, sans-serif;
    -height: auto;
    -margin: 80px auto 0 auto;
    -text-align: center;
    -width: 660px;
}


/* Image Box Style */
#mainwrapper .boxzz {
    -border: 5px solid #fff;
    cursor: pointer;
    -height: 182px;
    -float: left;
    -margin: 5px;
    position: relative;
    overflow: hidden;
    -width: 200px;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px 1px #ccc;
    -box-shadow: 1px 1px 1px 1px #ccc;
}
#mainwrapper .boxzz img {
    -position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;    
    transition: all 300ms ease-out;
}


/* Caption Common Style */
#mainwrapper .boxzz .caption {
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;    
    transition: all 300ms ease-out;
    right: 0;
}




/** Caption 1: Simple **/
#mainwrapper .boxzz .simple-caption {
    height: 100%;
    width: 40%;
    display: block;
    -bottom: -30px;
    -line-height: 25pt;
    text-align: center;
}


/** Caption 2: Full Width & Height **/
#mainwrapper .boxzz .full-caption {
    width: 170px;
    height: 170px;    
    top: -200px;
    text-align: left;
    padding: 15px;
}


/** Caption 3: Fade **/
#mainwrapper .boxzz .fade-caption, #mainwrapper .boxzz .scale-caption  {
    opacity: 0;
    width: 170px;
    height: 170px;
    text-align: left;
    padding: 15px;
}


/** Caption 4: Slide **/
#mainwrapper .boxzz .slide-caption {
    width: 170px;
    height: 170px;    
    text-align: left;
    padding: 15px;
    left: 200px;
}


/** Caption 5: Rotate **/
#mainwrapper #box-5.boxzz .rotate-caption {
    width: 170px;
    height: 170px;    
    text-align: left;
    padding: 15px;
    top: 200px;
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


#mainwrapper .boxzz .rotate {
    width: 200px;
    height: 400px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;    
    transition: all 300ms ease-out;
}


/** Caption 6: Scale **/
#mainwrapper .boxzz .scale-caption h3, #mainwrapper .boxzz .scale-caption p {
    position: relative;
    left: -200px;
    width: 170px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;    
    transition: all 300ms ease-out;
}


#mainwrapper .boxzz .scale-caption h3 {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;    
    transition-delay: 300ms;
}


#mainwrapper .boxzz .scale-caption p {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    -ms-transition-delay: 500ms;    
    transition-delay: 500ms;
}


/** Simple Caption :hover Behaviour **/
#mainwrapper .boxzz:hover .simple-caption {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    opacity: 1;
    transform: translateY(-100%);
}


/** Full Caption :hover Behaviour **/
#mainwrapper .boxzz:hover .full-caption {
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    opacity: 1;
    transform: translateY(100%);
}


/** Fade Caption :hover Behaviour **/
#mainwrapper .boxzz:hover .fade-caption, #mainwrapper .boxzz:hover .scale-caption  {
    opacity: 1;
}


/** Slide Caption :hover Behaviour **/
#mainwrapper .boxzz:hover .slide-caption {
    background-color: rgba(0,0,0,1) !important;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    opacity: 1;
    transform: translateX(-100%);
}
#mainwrapper .boxzz:hover img#image-4 {
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
}


/** Rotate Caption :hover Behaviour **/
#mainwrapper .boxzz:hover .rotate {
    background-color: rgba(0,0,0,1) !important;
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


/** Scale Caption :hover Behaviour **/
#mainwrapper .boxzz:hover #image-6 {
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}


#mainwrapper .boxzz:hover .scale-caption h3, #mainwrapper .boxzz:hover .scale-caption p {
    -moz-transform: translateX(200px);
    -o-transform: translateX(200px);
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
}
/*đóng nội dung mục Images */






/* hiển thị nội dung mục restauran res */

#mainwrapper1 {
    -font: 10pt normal Arial, sans-serif;
    -height: auto;
    -margin: 80px auto 0 auto;
    -text-align: center;
    -width: 660px;
}


/* Image Box Style */
#mainwrapper1 .boxzz1 {
    -border: 5px solid #fff;
    cursor: pointer;
    -height: 182px;
    -float: left;
    -margin: 5px;
    position: relative;
    overflow: hidden;
    -width: 290px;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px 1px #ccc;
    -box-shadow: 1px 1px 1px 1px #ccc;
}
#mainwrapper1 .boxzz1 img {
    -position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;    
    transition: all 300ms ease-out;
}


/* Caption Common Style */
#mainwrapper1 .boxzz1 .caption {
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;    
    transition: all 300ms ease-out;
    left: 0;
}




/** Caption 1: Simple **/
#mainwrapper1 .boxzz1 .simple-caption {
    height: 100%;
    width: 300px;
    display: block;
    -bottom: -30px;
    -line-height: 25pt;
    text-align: center;
}


/** Caption 2: Full Width & Height **/
#mainwrapper1 .boxzz1 .full-caption {
    width: 170px;
    height: 170px;    
    top: -200px;
    text-align: left;
    padding: 15px;
}


/** Caption 3: Fade **/
#mainwrapper1 .boxzz1 .fade-caption, #mainwrapper1 .boxzz1 .scale-caption  {
    opacity: 0;
    width: 170px;
    height: 170px;
    text-align: left;
    padding: 15px;
}


/** Caption 4: Slide **/
#mainwrapper1 .boxzz1 .slide-caption {
    width: 170px;
    height: 170px;    
    text-align: left;
    padding: 15px;
    left: 200px;
}


/** Caption 5: Rotate **/
#mainwrapper1 #box-5.boxzz1 .rotate-caption {
    width: 170px;
    height: 170px;    
    text-align: left;
    padding: 15px;
    top: 200px;
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


#mainwrapper1 .boxzz1 .rotate {
    width: 200px;
    height: 400px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;    
    transition: all 300ms ease-out;
}


/** Caption 6: Scale **/
#mainwrapper1 .boxzz1 .scale-caption h3, #mainwrapper1 .boxzz1 .scale-caption p {
    position: relative;
    left: -200px;
    width: 170px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;    
    transition: all 300ms ease-out;
}


#mainwrapper1 .boxzz1 .scale-caption h3 {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;    
    transition-delay: 300ms;
}


#mainwrapper1 .boxzz1 .scale-caption p {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    -ms-transition-delay: 500ms;    
    transition-delay: 500ms;
}


/** Simple Caption :hover Behaviour **/
#mainwrapper1 .boxzz1:hover .simple-caption {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    opacity: 1;
    transform: translateY(-100%);
}


/** Full Caption :hover Behaviour **/
#mainwrapper1 .boxzz1:hover .full-caption {
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    opacity: 1;
    transform: translateY(100%);
}


/** Fade Caption :hover Behaviour **/
#mainwrapper1 .boxzz1:hover .fade-caption, #mainwrapper1 .boxzz1:hover .scale-caption  {
    opacity: 1;
}


/** Slide Caption :hover Behaviour **/
#mainwrapper1 .boxzz1:hover .slide-caption {
    background-color: rgba(0,0,0,1) !important;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    opacity: 1;
    transform: translateX(-100%);
}
#mainwrapper1 .boxzz1:hover img#image-4 {
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
}


/** Rotate Caption :hover Behaviour **/
#mainwrapper1 .boxzz1:hover .rotate {
    background-color: rgba(0,0,0,1) !important;
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


/** Scale Caption :hover Behaviour **/
#mainwrapper1 .boxzz1:hover #image-6 {
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}


#mainwrapper1 .boxzz1:hover .scale-caption h3, #mainwrapper1 .boxzz1:hover .scale-caption p {
    -moz-transform: translateX(200px);
    -o-transform: translateX(200px);
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
}
/*đóng nội dung mục restaurant res */








/* Thu Nghiem Floating Menu */
#fixNav{
    width: 100%;
    height: 70px;
    background:rgba(211,236,247,0.6);
    opacity: 1;
    display:none;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2); /*�? b�ng cho menu*/
    position: fixed; /*Cho menu c? d?nh 1 v? tr� v?i top v� left*/
    top: 0; /*N?m tr�n c�ng*/
    left: 0; /*N?m s�t b�n tr�i*/
    z-index: 100000; /*Hi?n th? l?p tr�n c�ng*/

}
#fixNav ul{
    margin: 0;
    padding: 0;
    margin-left: 70px;
}
#fixNav ul li{
    list-style:none inside;
    width: auto;
    float: left;
    line-height: 45px; /*Cho text canh gi?a menu*/
    color:#666666;
    padding: 0;
    margin-top: 20px;
    margin-right:10px;
    position: relative;
}
#fixNav ul li a{

    white-space: nowrap; /*Cho ch? trong menu kh�ng b? wrap       text-transform: uppercase;*/
    padding: 0 10px;
    color:#521d1f;
    display: block;
    font-size: 0.8em;
    text-decoration: none;
    font-size: 11pt;
}
/*CSS Style cho Submenu*/
#fixNav ul li ul {
    position: absolute;
    width: auto;
    display: none;
    background-color: #252525;
    border-bottom: 3px solid #0082bb;
    padding-left: 5px;
}

#fixNav ul li ul li{
    display: block;
    padding:0;
    margin: 0;
    float: none; /*B? float cho li c?p th? 2*/
}
/* Hover cho submenu */
#fixNav ul li a:hover {
    /* Hover th� li s? d?i m�u*/
    color: red;
}
#fixNav ul li:hover ul{
    /*Display ra submenu*/
    display: block;
}
/*Kh�ng copy c�i n�y, d�ng tang padding top bottom d? demo cu?n 
p{
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Dong Thu Nghiem Floating Menu */

.tensp1 a:link, .tensp1 a:visited{
    color: white;
    text-decoration: none;
    width: 290px;
    height: 50px;
    margin: 30px 10px 0 10px;
    padding-top: 8px;
    border: 2px solid #fff;
    font-size: 16pt;
    font-weight: 100px;
    display: inline-block;
}

.tensp1 a:hover, .tensp1 a:active{
    color: #521d1f;
    background-color: #ffd515;
    border: none;
}

.tensp a:link, .tensp a:visited{
    color: white;
    text-decoration: none;
    float: left; 
    width: 350px;
    height: 50px;
    margin: 30px 50px 0 50px;
    padding-top: 8px;
    border: 2px solid #fff;
    font-size: 16pt;
    font-weight: 100px;
    display: inline-block;
}

.tensp a:hover, .tensp a:active{
    color: #521d1f;
    background-color: #ffd515;
    border: none;
}

.bg {
    background: url('http://www.hoianriverresort.com/template/images/banner.png') top left repeat;
    position: fixed;
    height: 2000px;
    width: 100%;
    top: 0;
    z-index: -1;
}

#sidebar {
    width: 100%;
    height: 50px;
    color: #fff;
    background:rgba(98,15,14,1);
    border-top: 2px solid #fff;
    display: block;
    -box-shadow: 0px 2px 2px rgba(0,0,0,0.5); /*Đổ bóng cho menu*/
    position: fixed; /*Cho menu cố định 1 vị trí với top và left*/
    bottom: 0; /*Nằm duoi cùng*/
    left: 0; /*Nằm sát bên trái*/
    z-index: 100000; /*Hiển thị lớp trên cùng*/
}
#sidebar2 {
    width: 100%;
    height: 50px;
    color: #fff;
    background:rgba(98,15,14,1);
    border-top: 2px solid #fff;
    display: block;
    -box-shadow: 0px 2px 2px rgba(0,0,0,0.5); /*Đổ bóng cho menu*/
    position: fixed; /*Cho menu cố định 1 vị trí với top và left*/
    bottom: 0; /*Nằm duoi cùng*/
    left: 0; /*Nằm sát bên trái*/
    z-index: 100000; /*Hiển thị lớp trên cùng*/
}

#menu-sp ul{
    margin: 0;
    padding: 0;
}
#menu-sp ul li{
    list-style:none inside;
    text-align: center;
    color: #fff;
}
#menu-sp ul li a{
    text-transform: uppercase;
    white-space: nowrap; /*Cho ch? trong menu không b? wrap*/
    padding: 0 10px;
    color: #fff;
    display: block;
    font-size: 0.8em;
    text-decoration: none;
}
/*CSS Style cho Submenu*/
#menu-sp ul li ul {
    position: absolute;
    bottom: 0;
    width: 336px;
    display: none;
    background-color: #252525;
}

#menu-sp ul li ul li{
    display: block;
    padding: 10px 0;
    margin: 0;
    text-align: center;

}
#menu-sp ul li ul li:hover{
    background:rgba(98,15,14,1);
}
/* Hover cho submenu */
#menu-sp ul li:hover {
    /* Hover th? li s? đ?i màu*/
    background-color: #252525;
    padding-bottom: 11px;
}
#menu-sp ul li:hover ul{
    /*Display ra submenu*/
    display: block;
}

.sub-about{
    font-size: 13pt;
    margin: 0px;
    padding: 0px; 
    width: 100px;
    height: 30px;
    background: #521d1f;
    color: #fff;
    border: none;
}
.sub-about:hover{
    background:rgba(98,15,14,0.8);
}
.sub-room a:link, .sub-room a:visited{
    margin: 0 auto;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
}

.sub-room a:hover, .sub-room a:active{
    text-decoration: none;
    background: #521d1f;
    color: #fff;
}
.sub-room1 a:link, .sub-room a:visited{
    margin: 0 auto;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #333;
    color: #333;
}

.sub-room1 a:hover, .sub-room a:active{
    text-decoration: none;
    background: #521d1f;
    color: #333;
}
.sub-res a:link, .sub-res a:visited{
    padding: 3px 10px;
    background: #521d1f;
    margin: 0 auto;
    font-size: 11pt;
    color: #fff;
}
.sub-res a:hover, .sub-res a:active{
    background: #ffd515;
    text-decoration: none;
    color: #521d1f;
}