body{
    font-family: 'Open Sans', sans-serif;
    color: #1e1e1e;
    line-height: 18px;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.ttf') format('truetype'),
        url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SVN-SRScript';
    src: url('fonts/SVN-SRScript.eot');
    src: url('fonts/SVN-SRScript.eot?#iefix') format('embedded-opentype'),
        url('fonts/SVN-SRScript.woff') format('woff'),
        url('fonts/SVN-SRScript.ttf') format('truetype'),
        url('fonts/SVN-SRScript.svg#SVN-SRScript') format('svg');
    font-weight: normal;
    font-style: italic;
}
img {
    vertical-align: middle;
    border: none;
}
a{ color:#1e1e1e;}
a:hover {
    color: #643d19;
    outline: none;
    text-decoration: none;
    transition: all 0.5s;
}
ul {
    list-style: none outside;
}
.text-center {
    text-align: center;
}
#page-wraper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#header {
    position: relative;
    background-image: url("img/top.jpg");
    background-repeat: no-repeat;
    background-position: top; 
    z-index: 1000;
}

@media (min-width: 991px){
.logo-main {
    display: inline-block;
    text-align: center;
    margin-top: 1em;
}
.top-left {
    display:block;
    text-align: left;
    margin-top: 40px;
    min-height: 1px;
}
.top-right {
    text-align: right;
    margin-top: 40px;
    display: inline-block;
}
}
.logo-main {
    vertical-align: middle;
    margin:0;
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.hotline{
	display:inline-block;
    color: #dba205; 
    border: 1px solid #dba205;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:10px 15px;
}
.hotline i{
    float: left;
    color: #dba205;    
    font-size: 2rem;
}
.hotline h2{
    margin: 3px 10px;
    font-size: 15px;
    font-weight: 700;  
    color: #603813;
    display: inline-block;  
}
.lg-header {
    cursor: pointer;
}
.lg-header span img {
    float: left;
    width: 24px;
}
.top-mn>li {
    float: left;
}

.header-language-wrap {
    display: inline-block;
    vertical-align: top;
}
.search-hd {
    float: none;
    width: auto;
    display: inline-block;
}
.header-language {
    background-color: transparent;
    border: 1px solid#dba205;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 15px;
    color: #603813;
}
.header-language-wrap .sub-lg li img{margin-right:3px;width:24px}
.header-language-wrap .sub-lg li:hover{background:#c3c3c3}
.header-language-wrap:hover .sub-lg{display:block}
.sub-lg {
    position: absolute;
    display: none;
    margin: 0;
    padding: 10px 0;
    max-width: 300px;
    min-width: 150px;
    background: white;
    color: #603813;
    overflow: auto;
    z-index: 20;
    text-align: left;
    animation: any-enter-top 0.3s;
    -webkit-animation: any-enter-top 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.sub-lg li a{
    white-space: nowrap;    
    padding: 10px 15px;
    display: block;
    color: #444 !important;
}
.sub-lg li a:hover, .sub-lg li button:hover {
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.1); }

.search-hd a {
    display: block;
    padding: 10px;
    background: #dba205;
    text-align: right;
    border: 1px solid #c6954e;    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    font-size:20px;
}


.menu-links {
    border-top: 1px solid #ebe6e1;
    border-bottom: 1px solid #ebe6e1;
}
.menu-links ul {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 1em;
}
.menu-links li {
    position: relative;
}

@media only screen and (min-width: 991px){

.menu-links {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #f4f4f4;
}
.menu-links li {
    display: inline-block;
    margin: 0 20px;
}
.menu-links a {
    position: relative;
    text-transform: uppercase;
    color: #603813;
    display: block;
    font-size: 14px;
    font-weight:400;
    line-height: 40px;
}
.menu-links a:after {
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #7a4705;
  content: '';
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "alpha(opacity=0)";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px); }

.menu-links a:hover::after,
.menu-links a:active::after {
  height: 3px;width: 100%;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "alpha(opacity=100)";
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }
  
}


.nadine-slide{width: 100%}
.carousel-inner img{
	width: 100%;
	height: 100%
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    opacity: .5;
    transition: opacity .6s ease;
} 
.carousel-indicators .active {
    opacity: 1;
    width: 30px;
    height: 3px;
  }

.frm-book {
    background-color: #e4ba46;
    color: #fff;
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid#b0803b;
}
.frm-book h2{font-family: 'Montserrat',serif; font-size: 28px; color: #603813; text-align: center;margin-bottom: -10px;}
.form-book{ padding-bottom: 30px; max-width: 868px;margin: auto; }
.row-f {
    margin-top: 31px;
}
.row-f .w-180 {
    max-width: 180px;
    width: 100%;
}
.row-f .w-136 {
    max-width: 136px;
    width: 100%;
}
.row-f>div {
    float: left;
    margin-left: 4px;
}
.ip-style1 {
    width: 100%;
    color: #744d1f;
    height: 35px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    border: 1px solid #643d19;
    outline: none;
    display: block;
    padding: 0 10px;
    background: #fff;
}
.sl-style1 {
    color: #744d1f;
    height: 35px;
    padding-left: 10px;
    padding-right: 20px;
    background: url(img/sl.png) center right no-repeat #fff;
    width: 100%;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    border: 1px solid #643d19;
    outline: none;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.ip-style1 {
    width: 100%;
    color: #744d1f;
    height: 35px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    border: 1px solid #643d19;
    outline: none;
    display: block;
    padding: 0 10px;
    background: #fff;
}
.btn-book {
    color: #fff;
    background: #643d19;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    border: none;
    padding: 0 20px;
    display: inline-block;
    text-transform: uppercase;
}
.btn-book:hover{
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;}

@media only screen and (max-width: 991px){
.row-f .w-180 {
    max-width: 100%;
}
.row-f .w-136,.row-f .w-180 {
    margin-right: 0;
    margin-bottom: 9px;
}
.row-f .w-136 {
    max-width: none;
    width: -moz-calc(50% - 5px);
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
}
.row-f .right{
    float: right;
}
.row-f .btbook {
    text-align: center;
    width: 100%;
    padding-top: 10px;
}
.row-f .btbook button {
    float: none;
    margin: 0;
}
}


.section-ks {
    background: url(img/bg-feedback.jpg) center bottom no-repeat #f7f7f7;
    display: block;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 100%;
    background-size: 100%;
    padding-top: 65px;
}
@media only screen and (max-width: 850px){
.section-ks {
    -webkit-background-size: auto 50%;
    -moz-background-size: auto 50%;
    -ms-background-size: auto 50%;
    /* background-size: auto 50%; */
}
}
.tt {
    text-align: center;
    font-size: 42px;
    color: #643d19;
    font-family: 'SVN-SRScript',serif;   
    padding:20px 0;   
}
.tt-40 {    
    font-size: 26px;
    color: #e4ba46;
    font-family: 'Montserrat',serif; 
}
.tt-40:before{
  background: url(img/left-tt.png) 0 0 no-repeat;
  content: '';
  width: 31px;
  height: 17px;
  display: inline-block;
  position: absolute;
  margin-left: -31px;
}
.tt-40:after{
  background: url(img/right-tt.png) 0 0 no-repeat;
  content: '';
  width: 31px;
  height: 17px;
  display: inline-block;
  position: absolute;
  margin-right: -31px;
}
.slider-sync {
    margin-top: 33px;    
    padding: 18px;
    position: relative;
    margin-bottom: 70px;
}
.slider-sync .fl-right {
    position: absolute;
    top: -114px;
    right: -105px;
    z-index: 0;
}
.slider-sync .bd-ks {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 50px 60px;
    border:1px solid#e4ba46;
}
.slider-info {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}
.lst-rom-tt {
    font-size: 22px;
    line-height: 22px;
    color: #603813;
    font-family:'Montserrat',serif;
    padding-top: 42px;
    padding-bottom: 30px;
}

.logo-main img{max-height: 134px;}
@media only screen and (max-width: 991px){
.slider-info img{
    width: 100%
}
.slider-info .text-for{margin-left: 0; width: 100%; margin-top: 20px}

.tt-40 {
    font-size: 18px;
}
.tt {
    font-size: 28px;
}
.slider-sync .fl-right,.top-left, .top-right{display: none;}
.logo-main{width: 100%;}
.logo-main img{max-height: 80px;}
}
@media only screen and (max-width: 720px){
.slider-sync .bd-ks{padding:30px;}
}
@media only screen and (min-width: 991px){
.slider-info img {
    display: block;
    max-width: 500px;
    width: 100%;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.slider-info .text-for {
    position: relative;
    width: -moz-calc(100% - 530px);
    width: -webkit-calc(100% - 530px);
    width: calc(100% - 530px);
    margin-left: 28px;
    float: left;
}
}

.slider-info .text-for a {
    font-size: 16px;
    font-weight: 700;
    color: #643d19;
}
.slider-info .text-for .desc-info {
    line-height: 20px;
    margin: 20px 0;
    font-size: 14px;
}
.slider-info .text-for .bt-info a, .viewall a {
    margin: 0;
    letter-spacing: 1px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    font-weight: 400;
    border: solid 1px #e4ba46;
    color: #643d19;
    font-size: 14px;
    padding: 8px 20px;
    display: inline-block;
}
.n-detail a{
    letter-spacing: 1px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    font-weight: 400;   
    background-color: #e4ba46;
    color: #643d19;
    font-size: 14px;
    padding: 5px 20px;
    margin-top: 15px;
    display: inline-block;
}

.bt-info a:hover,.bt-info a:active,
.viewall a:hover,.viewall a:active,
.n-detail a:hover,.n-detail a:active{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #e4ba46;
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05), 0 0 20px rgba(0, 0, 0, 0.1);}

.slider {
    margin-bottom: 0;
}
.slider .thumbnail{
    display: block;    
    padding:0;
    border:0;
}
.slick-slide img {
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.slider .title-1 {
    font-size: 14px;
    margin: -5px 0 10px 0;
    text-align:center;
    font-weight: 700;
    line-height: 20px
}
.custom-fb {
    padding-bottom: 40px;
}
.slider-fb {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px 0;
    text-align: center;
}
.slider-fb .carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 0-20px 0;
    text-indent: -999px;
    cursor: pointer;
    border: none;
    opacity: 1;
    background-color: #fff;
}
.slider-fb .carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin-bottom: -20px;
    background-color: #e4ba46;
}
.slider-fb .carousel-indicators {
    bottom: 0;
}

.slider-fb .carousel-inner .item p{color: #fff; line-height: 26px;}
.slider-fb .carousel-inner .item p strong{font-size: 16px;}


.slider-fb .carousel-inner .item i.fa-quote-left {
    position: absolute;
    left: 0;
    content: "'"
}
.slider-fb .carousel-inner .item i.fa-quote-left:before {
    content: '';
    width: 19px;
    height: 13px;
    display: inline-block;
    background: url(img/quo-l.png) 0 0 no-repeat;
}
.slider-fb .carousel-inner .item i.fa-quote-right {
    position: absolute;
    right: 0;
}
.slider-fb .carousel-inner .item i.fa-quote-right:before {
    content: '';
    width: 19px;
    height: 13px;
    display: inline-block;
    background: url(img/quo-r.png) 0 0 no-repeat;
}

.event-bt {
    width:100%;
    padding-top: 70px;
    padding-bottom: 60px;
}

.list-event {
    margin-top: 40px;
    padding-left: 0;
}
.list-event .item-ev{
    margin:20px 0 40px 0;
    line-height: 24px;
}
.item-ev img{
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-height:200px;
}
.item-ev p {
    margin-bottom: 0;
}
.item-ev p.name {
    font-size: 16px;
    font-weight:700;
    margin: 15px 0;
    height:45px;
}
.item-ev p.add {
    font-size: 14px;
    height:70px;
}
.viewall a{margin: 30px 0;background: #643d19; color: #fff;text-transform: uppercase;}

.footer{
    background: #643d19;
    color: #dfc884;
}
.footer .footer_top {
    padding: 30px 0;
}
.footer .copyright {
    border-top: 1px solid #835a33;
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
    font-weight: 300;
}
.logo-ft{
    padding-top: 2px;
}
.footer .title-type-2 {
    margin-bottom: 10px;    
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
}
.foot_link p {
    padding:15px 0;
    line-height: 30px;
}
.title-type-2:after{
    content: "";
    height: 1px;
    width:100px;
    top: 40px;
    position:absolute;
    background: #835a33;
    display: block
}

.list-vertical{
    padding: 20px 0;
    list-style: none;
}

.list-vertical li {
    margin-bottom: 15px;
    overflow: hidden;
    list-style: none;
    margin-bottom: 12px;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.list-vertical li:hover, .list-vertical li:focus, .list-vertical li:active {
  -moz-transform: translateX(8px);
  -o-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.list-vertical li:last-child {
  margin-bottom: 0;
}
.list-vertical a {
  color: #dfc884;
  font-weight: 300;
}
.list-vertical a i {
  font-size: 17px;
  margin-right: 10px;
}
.list-vertical a:hover, .list-vertical a:focus {
  color: #fff;
  text-decoration: none;
}
.frm-email{
    margin-top: 24px;
    width:100%;
    color: #edd891;
    background: #72461e;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid#edd891;    
    padding: 0 15px;
}
.btemail{
    text-align: right;
}
.btn-dk {
    margin-top: 6px;
    color: #643d19;
    background: #dfc884;
    height: 34px;
    line-height: 34px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    padding: 0 20px;
    display: inline-block;
    text-transform: uppercase;
}
.btn-dk:hover{
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;}

.copyright p {
    margin-top: 5px;
    color: #fff;
    font-size: 14px;
    float: left;
}
.copyright ul.social {
    float: right;
    margin-right: 20px;
    margin-bottom: 0;
}
ul.social li {
    float: left;
}
ul.social li a {
    display: block;
    color: #643d19;
    width: 30px;
    line-height: 30px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 5px;
    text-align: center;
}
.breadcrumb {
    font-size: 12px;
    padding: 10px 0;
    margin:0;
    background: #fff
}
.breadcrumb i, .breadcrumb a {
    color: #b0b0b0;
}
.breadcrumb span, .breadcrumb a:hover {
    color: #c6954e; font-size: 12px
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{background: #643d19;    border-color: #643d19;}
.pagination>li>a, .pagination>li>span{color: #643d19}

/*--Chi tiết tin tức--*/
.list-news{width: 100%}
.blog-item {
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 35px;
}
.blog-item .tt-blog {
    font-size: 16px;
    color: #643d19;
    font-weight:700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.tt-blog, .title-main{padding-top: 40px}
.blog-item  .list-nb {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.blog-item .list-nb li {
    /*
    display: inline-block;
        */
    margin-bottom: 20px;
}
.blog-item .list-nb a {
    display: inline-block;
    font-weight:600;
}
.blog-item .list-nb img.thumb {
    float: left;
    max-width: 90px;
    margin-top: 4px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.blog-item .list-nb .text {
    position: relative;
    float: right;
    font-size: 13px;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
}
.blog-item .list-nb a.tt {
    padding-left: 10px;
    line-height: 20px;
    color: #c78dbc;
    vertical-align: middle;
}

.title-main {
    font-size: 24px;
    color: #643d19;
    font-weight:500;
    margin-bottom: 5px;
}
.item-news {
    display: inline-block;
    border-bottom: 1px solid #eee;
    padding:30px 0;
}
.first{ padding-top: 0}
.item-news img{
    float: left;
    max-width: 320px;
    margin-top: 6px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.item-news .text-news {
    position: relative;
    float: right;
    font-size: 14px;
    width: -moz-calc(100% - 340px);
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
}
@media only screen and (max-width: 480px){
.item-news img{max-width: 160px;}
.item-news .text-news{width: -moz-calc(100% - 170px);
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);}
}
.item-news .text-news a{font-size: 16px; font-weight:500;margin-bottom: 10px}
.item-news .text-news .date {
    color: #c6954e;}
.content-dt {
    margin-top: 20px;
    text-align: justify;
    line-height: 20px;
}
.tt-sec {
    color: #643d19;
    font-weight: 500;
    text-transform: uppercase;
    margin: 35px 0 10px 0;
}
.list-gl {
    display: inline-block;
    padding: 0;
}
.list-gl .box {
    position: relative;
    background: #643d19;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
    margin: 10px -10px;
}
.list-gl .box img{width: 100%}

.tags{
    display: block;
    width: 100%;
    border-top:1px solid#c6954e;
    padding:10px 0 30px 0;
    text-align:left;
}
.tags span{
    display: inline-block;
    background: #c6954e;
    color: #fff;
    padding:0 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.tags p{
    margin: 0 5px;
    font-style: italic;
    color: #c6954e;
    display: inline-block;
}

/*--Thư viện ảnh--*/

.cards{
    position:relative;
    border-top:1px solid #eee
}
.cards.cards-block{
    padding-top:40px;
    padding-bottom:40px;
    margin-top:40px
}
.cards figure{
    position:relative;
    overflow:hidden;
    margin-bottom:30px
}
.cards figure figcaption{
    position:relative;
    background-position:center;
    background-size:cover;
    -moz-transition:all 5s;
    -o-transition:all 5s;
    -webkit-transition:all 5s;
    transition:all 5s
}
.cards figure figcaption img{
    width:100%
}
.cards figure figcaption:before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background-color:#000;
    opacity:0;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    -webkit-transition:all .3s;
    transition:all .3s
}
.cards figure:hover figcaption{
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    -webkit-transform:scale(1.5);
    transform:scale(1.5)
}
.cards figure:hover figcaption:before{
    opacity:.7
}
.cards figure .btn{
    position:absolute;
    top:70%;
    left:50%;
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}
.cards figure:hover .btn{
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    top:50%
}

@media(min-width:768px){
    .cards figure figcaption{
        min-height:360px;
    }
    .cards figure figcaption img{
        display:none
    }
    .cards figure .btn{
        top:80%
    }
}
.btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: "Montserrat",sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 2px;
        -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 12px 18px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn.btn-clean {
    background-color: transparent;
    border-color: rgba(255,255,255,.2);
    color: #fff !important;
}


.gl-detail {
    background-color: #fff;
    position: relative;
    padding: 15px 0;
}
.gallery-item {
    position: relative;
    margin-bottom: 2.5rem;
}
.gallery-item img {
    width: 100%;
}

/*--Room Ảnh--*/
.img-fluid {
    max-width: 100%;
    height: auto;
}

.photo-gallery {
  color:#313437;
  background-color:#fff;
}


.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}


.photo-gallery .photos {
    width:100%;
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}
.lb-outerContainer{max-width: 100%;}
.lightbox .lb-image img{width:100%;}
.ip-style2 {
    width: 97%;
    color: #446ca0;
    height: 30px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #446ca0;
    outline: none;
     
    padding: 0 5px;
    background: #fff;
}