@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Medula+One");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/opensansregular.ttf");
  src: local("☺"), url("../fonts/opensansregular.ttf") format("woff"), url("../fonts/opensansregular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansB';
  src: url("../fonts/opensansbold.ttf");
  src: local("☺"), url("../fonts/opensansbold.ttf") format("woff"), url("../fonts/opensansbold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AivoPortal';
  src: url("../fonts/aivoportal.ttf");
  src: local("☺"), url("../fonts/aivoportal.woff") format("woff"), url("../fonts/aivoportal.woff") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.clear {
  clear: both;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  font-size: 100%;
  padding: 0;
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

ul li {
  list-style-type: none;
}

.container {
  max-width: 900px;
  width: 100%;
  margin: 0px auto;
  position: relative;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 20pt;
}

h2 {
  font-size: 18pt;
}

h3 {
  font-size: 16pt;
}

h4 {
  font-size: 14pt;
}

h5 {
  font-size: 12pt;
}

a {
  color: #284c06;
  text-decoration: none;
  border: 0;
}
a:hover {
  color: #000;
}

div {
  text-align: left;
}

input, textarea {
  border: solid 1px #CCC;
  padding: 2px;
}

table {
  width: 100%;
}

table th {
  font-weight: bold;
  background: white;
  color: #FFF;
  text-align: center;
  padding: 5px;
}

b, i, u, a, p, span {
  vertical-align: baseline;
}

.clr, .clear {
  clear: both;
}

p.no-data {
  display: block;
  text-align: center;
  padding: 60px 0 0 0;
}

body {
  background-color: #fff;
  font-family: roboto, sans-serif;
}

.page {
  min-width: 980px;
}
.page .wrapper_main {
  width: 100%;
  max-width: 980px;
  margin: 0px auto;
  position: relative;
}

#header {
  height: 645px;
  position: relative;
}
#header .block_slide {
  height: 100%;
}
#header .block_slide #maximage {
  height: 635px !important;
}
#header .logo {
  width: 510px;
  /*height: 228px;*/
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header .logo a {
  width: 100%;
  height: 100%;
  display: block;
  /* background: url(../images/logo.png) no-repeat center top; */
  background-size: contain;
  /*font-family: 'Baumans', cursive;*/
  font-family: 'Medula One', cursive;
  font-size: 160px;
  color: white;
  padding: 80px 0 2px 0;
  position: relative;
}
#header .logo a span {
  position: absolute;
  bottom: 0;
  right: 60px;
  font-size: 27px;
}
#header .block_menu {
  height: 100px;
  background-color: #284c06;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
#header .block_menu .container {
  width: 100%;
  max-width: 980px;
}
#header .block_menu .container ul.menu {
  height: 100%;
  width: 100%;
  margin: 0px auto;
  text-align: center;
}
#header .block_menu .container ul.menu li {
  /*width: 20%;*/
  /*float: left;*/
  height: 100%;
  display: inline-block;
}
#header .block_menu .container ul.menu li a {
  display: block;
  height: 100%;
  padding: 0px 30px;
  line-height: 4.2;
  text-align: center;
  font-family: 'roboto';
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0px;
}
#header .block_menu .container ul.menu li a:hover {
  background-color: #fff;
  color: #3f482e;
}
#header .block_menu .container ul.menu li.active a {
  background-color: #fff;
  color: #3f482e;
}
#header .block_menu.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 696;
  background: #284c06;
  height: 50px;
  /*color:#fff; 
  border-bottom:3px solid #6aa68a;*/
  /*box-shadow: 0px 0px 1px 2px #696969;*/
}
#header .block_menu.active .container ul.menu {
  border: none;
  /*height:45px;*/
}
#header .block_menu.active .container ul.menu:before, #header .block_menu.active .container ul.menu:after {
  border: none;
}
#header .block_menu.active .container ul.menu li a {
  line-height: 50px;
  font-size: 20px;
}

#main {
  background: transparent;
  background-color: white;
}
#main .block_wellcome {
  width: 100%;
  padding: 40px 0px;
  line-height: 28px;
}
#main .block_wellcome p {
  text-align: center;
}
#main .block_wellcome p span {
  font-family: 'roboto';
  font-size: 30px;
  color: #284c06;
}
#main .block_wellcome p:nth-child(2) span {
  font-size: 16px;
  color: #000;
}
#main .block_room {
  width: 100% !important;
}
#main .block_function {
  margin: 20px 0px;
}
#main .block_function .block_slide {
  width: 45%;
  float: right;
  overflow: hidden;
}
#main .block_function .block_slide li {
  overflow: hidden;
}
#main .block_function .block_slide li a {
  width: 100%;
  height: 100%;
  display: block;
}
#main .block_function .block_slide li a img {
  max-width: 100%;
  height: 220px;
}
#main .block_function .block_booking {
  width: 45%;
  height: 100%;
  min-height: 230px;
  float: right;
  border: 1px solid #c0c0c0;
}
#main .block_gioithieu {
  position: relative;
  width: 52%;
  height: 220px;
  float: left;
}
#main .block_gioithieu .image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  /*max-height: 110px;*/
  overflow: hidden;
}
#main .block_gioithieu .image img {
  max-height: 100%;
}
#main .block_gioithieu .content_new {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
}
#main .block_gioithieu .content_new .title_new h5 {
  font-family: 'roboto';
  font-size: 22px;
  color: #ec3a4f;
}
#main .block_gioithieu .content_new .title_new h3 {
  font-family: 'roboto';
  font-size: 18px;
  color: #d8d6d6;
}
#main .block_gioithieu .content_new .detail_new {
  font-family: 'roboto';
  font-size: 14px;
  color: #d8d6d6;
  line-height: 23px;
}
#main #bottom {
  padding: 10px 0px 0;
}
#main #bottom .service_hotel {
  width: 30%;
  float: left;
}
#main #bottom .service_hotel .moduletitle {
  margin: 0;
}
#main #bottom .service_hotel .modulecontent ul li {
  padding: 8px 10px 8px 0px;
  border-bottom: 1px solid #c0c0c0;
  position: relative;
}
#main #bottom .service_hotel .modulecontent ul li:after {
  content: "";
  width: 11px;
  height: 16px;
  background: url(../images/list_marker.png) no-repeat center top;
  position: absolute;
  right: 0px;
  top: 10px;
}
#main #bottom .service_hotel .modulecontent ul li span {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin-top: -1px;
  line-height: 1.2;
  text-align: left;
  font-family: 'roboto';
  font-size: 17px;
  color: #979797;
  letter-spacing: 0px;
}
#main #bottom .service_hotel .modulecontent ul:last-child li {
  border: 0;
}
#main #bottom .news-show {
  width: 60%;
  float: right;
}
#main #bottom .news-show .item {
  padding: 0 0 25px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #cecece;
}
#main #bottom .news-show .item .image {
  width: 40%;
  float: left;
  margin: 0 5px 5px 0;
}
#main #bottom .news-show .item .image img {
  max-width: 100%;
}
#main #bottom .news-show .item .content_new {
  /*float: left;*/
  /*width: 55%;*/
  /*margin-left: 2%;*/
}
#main #bottom .news-show .item .content_new .title_new h3 {
  font-family: 'roboto';
  font-size: 18px;
  line-height: 1.1;
  color: #656565;
}
#main #bottom .news-show .item .content_new .detail_new {
  font-family: 'roboto';
  font-size: 14px;
  color: #7e7e7e;
  line-height: 23px;
  margin-top: 10px;
}
#main #bottom .news-show .item:last-child {
  border: 0;
}

.module {
  width: 100%;
  margin-bottom: 30px;
}
.module .moduletitle {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 0;
}
.module .moduletitle h3 {
  font-family: 'roboto';
  font-size: 22px;
  color: #656565;
  text-transform: uppercase;
  font-weight: 700;
}
.module .moduletitle h4 {
  color: #555555;
  float: left;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
  width: 100%;
}
.module .moduletitle span {
  font-family: 'roboto';
  font-size: 12px;
  font-weight: 300;
  padding-left: 57px;
  position: relative;
}
.module .moduletitle span:before {
  background: #71a865 none repeat scroll 0 0;
  bottom: 50%;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin-bottom: -1.5px;
  position: absolute;
  width: 35px;
}
.module.list_room .item {
  position: relative;
  /*min-height: 368px;*/
}
.module.list_room .item .img_room {
  height: 150px;
  overflow: hidden;
}
.module.list_room .item .img_room img {
  width: 100%;
}
.module.list_room .item .detail_room {
  padding: 10px 0 20px 0px;
}
.module.list_room .item .detail_room h3 {
  font-family: 'roboto';
  font-size: 18px;
  color: #3d3d3d;
  text-align: center;
}
.module.list_room .item .detail_room p {
  margin: 10px 0px;
}
.module.list_room .item .detail_room p span {
  font-family: 'roboto';
  font-size: 12px;
  color: #a5a5a5;
}
.module.list_room .item .detail_room p.number {
  text-align: center;
  position: relative;
}
.module.list_room .item .detail_room p.number span {
  font-family: 'roboto';
  font-size: 20px;
  color: #b4b4b4;
}
.module.list_room .item .detail_room p.number span i {
  font-size: 14px;
}
.module.list_room .item .detail_room p.number:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 55px;
  left: 0px;
}
.module.list_room .item .detail_room .infor_room {
  font-family: 'roboto';
  font-size: 16px;
  color: #898989;
  line-height: 20px;
  padding: 0;
  text-align: center;
}
.module.list_room .item .info {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 5%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
  border: 1px solid #cecece;
  text-align: center;
  cursor: pointer;
}
.module.list_room .item .info .tien_nghi {
  font-size: 14px;
}
.module.list_room .item .info .tien_nghi span {
  font-weight: bold;
}
.module.list_room .item .info .description {
  margin: 10px 0 0;
  color: #696969;
  font-size: 14px;
}
.module.list_room .item:hover .info {
  display: block;
}
.module.list_room button.book {
  display: block;
  margin: auto;
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  padding: 0 20px;
  background: #284c06;
  color: #FFF;
  border: 0;
  box-shadow: 0 0 1px #696969;
  height: 30px;
  line-height: 30px;
  width: 130px;
  left: calc(50% - 65px);
  font-size: 14px;
}
.module.list_room button.book:hover {
  background: #BF0000;
}
.module.list_room.slide {
  width: 100% !important;
}
.module.list_room.slide ul {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}
.module.list_room.slide ul li {
  /*width: 250px !important;*/
  float: left;
  margin-left: 1%;
  text-align: center;
}
.module.list_room.slide .item {
  margin: auto;
  padding: 0 3%;
}
.module.list_room.slide .item .img_room {
  height: 170px;
  overflow: hidden;
}
.module.list_room.slide .item .img_room img {
  width: 100%;
  height: 100%;
}
.module.list_room.slide .item .detail_room {
  padding: 20px 0px;
}
.module.list_room.slide .item .detail_room p.number span {
  font-size: 100px;
}
.module.list_room.slide .item .info {
  width: 94%;
  padding: 5%;
  margin: 0 3%;
}
.module.list_room.detail .item {
  width: 100%;
  border-bottom: 1px solid rgba(106, 166, 138, 0.69);
  margin-bottom: 20px;
}
.module.list_room.detail .item .name {
  color: #284c06;
  font-size: 24px;
  margin: 0;
}
.module.list_room.detail .item .image {
  width: 300px;
  /*height: 300px;*/
  float: left;
  margin: 10px 20px 20px 0;
  position: relative;
  overflow: hidden;
}
.module.list_room.detail .item .image img {
  max-width: 100%;
  /*position: absolute;
  top: calc(50% - 190px);
  left: calc(50% - 190px);*/
}
.module.list_room.detail .item .con {
  width: 200px;
  float: left;
  margin: 0 20px 20px 0;
  line-height: 1.5;
}
.module.list_room.detail .item .con span {
  width: 200px;
  padding-left: 40px;
  margin: 5px 0;
  float: left;
  text-align: left;
  position: relative;
  font-size: 16px;
  color: #01403a;
}
.module.list_room.detail .item .con span:before {
  content: "\E823";
  color: #6aa68a;
  font-size: 18px;
  position: absolute;
  top: 3px;
  left: 10px;
  font-family: 'AivoPortal';
  line-height: 1;
}
.module.list_room.detail .item .des {
  width: calc(100% - 590px);
  float: left;
  margin: 0 0 20px 0;
  position: relative;
  line-height: 1.5;
}
.module.list_room.detail .item .des p {
  margin: 5px 0;
  float: left;
  width: 100%;
  font-size: 16px;
  text-align: left;
}
.module.list_room.detail .item .des p.price {
  color: #284c06;
  font-size: 30px;
}
.module.list_room.detail .item .des p.price span, .module.list_room.detail .item .des p.price i {
  color: #6d6a6a;
}
.module.list_room.detail .item .des p.price i {
  font-size: 20px;
}
.module.list_room.detail .item .des button.btn {
  position: initial;
  margin: 20px 0 0 0;
  float: left;
}

.mini_page #header {
  height: 400px;
}
.mini_page #header .block_slide #maximage {
  height: 400px !important;
}
.mini_page #header .logo {
  top: 155px;
}
.mini_page #main .block_main .news_left {
  width: 72%;
  overflow: hidden;
  padding: 20px 0px;
  margin-left: 1%;
  float: left;
}
.mini_page #main .block_main .news_left h3 {
  font-family: 'roboto';
  font-size: 22px;
  color: #656565;
  text-transform: uppercase;
  font-weight: 700;
}
.mini_page #main .block_main .news_left .block_list-news li {
  width: 90%;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #cecece;
}
.mini_page #main .block_main .news_left .block_list-news .block_news-vertical {
  display: block;
}
.mini_page #main .block_main .news_left .block_list-news .block_news-vertical .img_top {
  float: left;
  width: 35%;
}
.mini_page #main .block_main .news_left .block_list-news .block_news-vertical .img_top img {
  width: 100%;
}
.mini_page #main .block_main .news_left .block_list-news .block_news-vertical .content {
  float: left;
  width: 60%;
  margin-left: 3%;
}
.mini_page #main .block_main .news_left .block_list-news .block_news-vertical .content .title {
  font-family: 'roboto';
  font-size: 16px;
  /*color:#474747;*/
  font-weight: 700;
  margin: 0px 0px 10px;
  line-height: 1.5;
}
.mini_page #main .block_main .news_left .block_list-news .block_news-vertical .content .detail {
  font-family: 'roboto';
  font-size: 14px;
  color: #7e7e7e;
  line-height: 21px;
}
.mini_page #main .block_main .news_left .block_list-news .block_news-vertical .content .read_more {
  display: block;
  font-family: 'roboto';
  color: #474747;
  margin: 10px 0px;
}
.mini_page #main .block_main .news_left .block_list-news .btn_viewmore {
  width: 25%;
  display: block;
  margin: 30px auto 0px;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
}
.mini_page #main .block_main .sidebar {
  width: 27%;
  float: left;
  padding: 20px 0px;
}
.mini_page #main .block_detail .news-detail {
  background-color: rgba(192, 192, 192, 0.09);
  margin: 0px auto;
}
.mini_page #main .block_detail .news-detail .title {
  font-weight: bold;
  font-size: 18px;
  color: #284c06;
}
.mini_page #main .block_contact {
  padding: 4% 0 2%;
}
.mini_page #main .block_contact h3 {
  font-family: 'roboto';
  font-size: 24px;
  color: #656565;
  text-transform: uppercase;
  margin: 0 0 20px 0px;
  font-weight: 600;
}
.mini_page #main .block_contact .contact_left {
  width: 53%;
  margin-right: 2%;
  float: left;
}
.mini_page #main .block_contact .contact_left .address {
  line-height: 25px;
}
.mini_page #main .block_contact .contact_right {
  width: 43%;
  float: left;
  margin-left: 2%;
}
.mini_page #main .block_contact .contact_right .contact-form {
  width: 100%;
  float: right;
  margin: 0 0% 0 0;
  position: relative;
}
.mini_page #main .block_contact .contact_right .contact-form input[type="text"], .mini_page #main .block_contact .contact_right .contact-form textarea {
  display: inline-block;
  outline: none;
  width: 100%;
  padding: 15px 0px 15px 15px;
  background: white;
  font-family: "Roboto";
  color: #3498d9;
  margin-bottom: 20px;
  font-size: 11pt;
  font-weight: normal;
  line-height: 1.2;
  border: 1px solid #d4d4d4;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-sizing: border-box;
  box-sizing: border-box;
}
.mini_page #main .block_contact .contact_right .contact-form input[type="text"].error, .mini_page #main .block_contact .contact_right .contact-form textarea.error {
  border: 1px solid red;
}
.mini_page #main .block_contact .contact_right .contact-form input[type="submit"] {
  border: none;
  display: inline-block;
  outline: none;
  cursor: pointer;
  background-color: #7b868f;
  text-rendering: geometricPrecision;
  text-decoration: none;
  font: 18px "Roboto";
  font-weight: 300;
  color: #fff;
  padding: 10px 40px;
  float: left;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}
.mini_page #main .block_contact .contact_right .contact-form input[type="submit"]:hover {
  color: #fff;
  background-color: #e93f51;
}
.mini_page #main .block_contact .contact_right .contact-form #loading {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.mini_page #main .block_contact .contact_right .contact-form #loading img {
  position: relative;
  margin: 0 auto;
  top: 40%;
}
.mini_page #main .block_contact .contact_right .contact-form .notice {
  display: none;
}
.mini_page #main .block_contact .contact_right .contact-form .notice.success {
  width: 93%;
  padding: 10px 0 10px 45px;
  border-top: 2px solid #0F61CE;
  border-bottom: 2px solid #0F61CE;
  margin: 0 0 20px 5px;
  font-weight: bold;
  background: #D7E8FF url(../images/notice-info.png) no-repeat 10px center;
  font-size: 10pt;
  color: #000;
}
.mini_page #main .block_contact .contact_right .contact-form .notice.error {
  width: 93%;
  padding: 10px 0 10px 45px;
  border-top: 2px solid #BF0000;
  border-bottom: 2px solid #BF0000;
  margin: 0 0 20px 5px;
  font-weight: bold;
  background: #FFEAEA url(../images/notice-alert.png) no-repeat 10px center;
  font-size: 10pt;
  color: #BF0000;
}
.mini_page #main .book_room {
  padding: 20px 0px;
}
.mini_page #main .book_room h3 {
  font-family: 'roboto';
  font-size: 30px;
  color: #656565;
  text-transform: uppercase;
  padding: 0px 0px 10px;
}
.mini_page #main .book_room .row {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.mini_page #main .book_room .row .select {
  width: 248px;
  height: 30px;
  background: #fff;
  border: 1px solid rgba(106, 166, 138, 0.69);
  color: #01403a;
  position: relative;
  cursor: pointer;
  float: left;
}
.mini_page #main .book_room .row .box_date {
  width: 248px;
  height: 30px;
  background: #fff;
  border: 1px solid rgba(106, 166, 138, 0.69);
  color: #01403a;
  position: relative;
  cursor: pointer;
  float: left;
}
.mini_page #main .book_room .row .box_date input {
  width: 250px;
  padding-left: 10px;
  height: 30px;
  float: left;
  color: #01403a;
  outline: none;
  border: none;
  background: none;
}
.mini_page #main .book_room .row input.btn {
  border: none;
  padding: 10px;
  display: block;
  margin: 0px auto;
}
.mini_page #main .uu_diem li {
  padding: 5px 0px;
}

#footer {
  width: 100%;
  background-color: #284c06;
}
#footer .main_footer {
  width: 80%;
  margin: 0px auto;
  padding: 20px 0px;
}
#footer .main_footer .footer_left {
  width: 50%;
  float: left;
}
#footer .main_footer .footer_left .logo_footer {
  width: 310px;
  height: 100px;
  margin: 20px 0 20px 10%;
  /*a{
  	display: block;
  	width: 100%;
  	height: 100%;
  	background: url(../images/logo.png) no-repeat center top;
  	background-size: contain;
  }*/
}
#footer .main_footer .footer_left .logo_footer a {
  width: 100%;
  height: 100%;
  display: block;
  /* background: url(../images/logo.png) no-repeat center top; */
  background-size: contain;
  /*font-family: 'Baumans', cursive;*/
  font-family: 'Medula One', cursive;
  font-size: 96px;
  color: white;
  padding: 0;
  position: relative;
}
#footer .main_footer .footer_left .logo_footer a span {
  position: absolute;
  bottom: 2px;
  right: 40px;
  font-size: 19px;
}
#footer .main_footer .footer_left .content_footer {
  line-height: 25px;
  width: 80%;
  margin: 0px auto;
  color: #fff;
}
#footer .main_footer .footer_left .content_footer p span {
  width: 100px;
  display: inline-block;
}
#footer .main_footer .footer_left .content_footer p a {
  color: #FFF;
}
#footer .main_footer .footer_left .content_footer p a:hover {
  color: yellow;
}
#footer .main_footer .footer_left .content_footer b {
  font-weight: 100;
}
#footer .main_footer .footer_right {
  width: 45%;
  float: right;
}
#footer .ohi {
  background-color: #68717d;
  width: 100%;
  padding: 10px 0px;
}
#footer .ohi .content {
  width: 80%;
  margin: 0px auto;
  text-align: center;
}

#loading {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
#loading img {
  position: relative;
  margin: 0 auto;
  top: 40%;
}

.notice {
  display: none;
  width: 93%;
  padding: 15px 0px 15px 50px;
  margin: 0 0 0px 0px;
  font-weight: bold;
  font-size: 10pt;
}
.notice.error {
  border-top: 2px solid #BF0000;
  border-bottom: 2px solid #BF0000;
  background: #FFEAEA url(../images/notice-alert.png) no-repeat 10px center;
  color: #BF0000;
}
.notice.success {
  border-top: 2px solid #0F61CE;
  border-bottom: 2px solid #0F61CE;
  background: #D7E8FF url(../images/notice-info.png) no-repeat 10px center;
  color: #000;
}

.custom {
  position: relative;
  margin: 20px 0 0;
    /*.bg{
    	border-radius: 0;
	    background-color: rgba(255, 170, 0, 1);
	    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
	    border: 6px solid rgba(255, 170, 0, 1);
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 10px;
	    left: 0;
    }*/
  /*img{
  	width: 100%;
  	margin: 0 0 10px 0;
  }*/
}
.custom .box {
  text-align: center;
  	    /*.boxcontent{
  		    width: 245px;
  		    margin: auto;
  		    h3{
  			    font: italic normal normal 60px/1.4em 'UVNHONGHAHEP',sans-serif;
  			    color: #FFFFFF;
  			}
  		    h4{
  		    	font: italic normal normal 40px/1.4em 'UVNHONGHAHEP',sans-serif;
      			color: #FFFFFF;
  		    }
  	    }*/
}
.custom #CDSWIDSSP {
  margin: 0 auto;
}

.owl-carousel .owl-wrapper {
  display: flex !important;
  flex-wrap: wrap;
}
.owl-carousel .owl-wrapper .owl-item {
  float: initial;
}
.owl-carousel .owl-controls .owl-pagination {
  text-align: center;
}

#mobile {
  display: none;
  margin-top: 0px;
}
#mobile .rd-mobilepanel {
  display: none;
  position: relative;
  z-index: 9;
}
#mobile .rd-mobilepanel .rd-mobilepanel_toggle span {
  cursor: pointer;
  width: 45px;
  height: 5px;
  background-color: #fff;
  backface-visibility: hidden;
  position: relative;
  display: block;
  margin: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mobile .rd-mobilepanel .rd-mobilepanel_toggle span:before, #mobile .rd-mobilepanel .rd-mobilepanel_toggle span:after {
  content: "";
  position: absolute;
  right: 0px;
  top: -12px;
  width: 45px;
  height: 5px;
  background-color: #fff;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
#mobile .rd-mobilepanel .rd-mobilepanel_toggle span:after {
  top: 12px;
}
#mobile .rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.47);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#mobile .rd-mobilemenu.active {
  left: 0;
  display: block;
}
#mobile .rd-mobilemenu.active .rd-mobilemenu_ul {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#mobile .rd-mobilemenu .rd-mobilemenu_ul {
  position: fixed;
  top: 60px;
  margin: 0;
  right: 0;
  bottom: -20px;
  width: 200px;
  padding: 0;
  color: #96989A;
  background-color: #34393D;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
#mobile .rd-mobilemenu .rd-mobilemenu_ul ul {
  height: 400px;
  overflow-y: scroll;
  padding-bottom: 20px;
}
#mobile .rd-mobilemenu .rd-mobilemenu_ul li {
  line-height: 21px;
}
#mobile .rd-mobilemenu .rd-mobilemenu_ul li a {
  display: block;
  padding: 14px 25px 16px;
  color: #96989A;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 18px;
}
#mobile .rd-mobilemenu .rd-mobilemenu_ul li a:hover {
  background: #f05e5e;
  color: #FFF;
}
#mobile .rd-mobilemenu .rd-mobilemenu_ul li .active a {
  background: #f05e5e;
  color: #FFF;
}
#mobile .rd-mobilemenu .rd-mobilemenu_ul li ul {
  margin-left: 10px;
  display: block;
  height: auto;
}
#mobile .rd-mobilemenu .rd-mobilemenu_ul li ul li a {
  color: #5d5159;
}
#mobile .rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: absolute;
  top: 4px;
  right: 40px;
  width: 48px;
  height: 48px;
  z-index: 10;
}
#mobile .rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mobile .rd-mobilepanel_toggle.active span {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
#mobile .rd-mobilepanel_toggle.active span:before, #mobile .rd-mobilepanel_toggle.active span:after {
  right: -22px;
  top: 0;
  width: 25px;
}
#mobile .rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -135deg);
  -moz-transform: rotate3d(0, 0, 1, -135deg);
  -ms-transform: rotate3d(0, 0, 1, -135deg);
  -o-transform: rotate3d(0, 0, 1, -135deg);
  transform: rotate3d(0, 0, 1, -135deg);
}
#mobile .rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 135deg);
  -moz-transform: rotate3d(0, 0, 1, 135deg);
  -ms-transform: rotate3d(0, 0, 1, 135deg);
  -o-transform: rotate3d(0, 0, 1, 135deg);
  transform: rotate3d(0, 0, 1, 135deg);
}

@media only screen and (max-width: 850px) {
  #mobile {
    display: block;
    background-color: #34393D;
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 10;
    top: 0px;
  }
  #mobile .rd-mobilepanel {
    display: block;
    width: 100%;
  }
  #mobile .rd-mobilepanel_toggle {
    top: 5px;
  }

  #pc {
    display: none;
  }
}
.news-detail {
  /*width: 92%;
  padding: 2% 4%;*/
  width: 100%;
  padding: 20px 0;
  line-height: 30px;
  font-family: tahoma;
  font-size: 14px;
}
.news-detail table {
  border-collapse: collapse;
  font-size: 13px;
  font-family: Tahoma;
  margin-top: 10px;
}
.news-detail table tr td {
  border: 1px solid #230d0b;
  vertical-align: middle;
  color: #4e4029;
  font-weight: normal;
  text-align: center;
}
.news-detail table tr:first-child td {
  background-color: #4a110c;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.news-detail table tr:first-child td strong {
  color: #fff;
}
.news-detail fieldset {
  border: 1px solid #230d0b;
  margin: 20px 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.news-detail fieldset legend {
  color: #fff;
  background-color: #4a110c;
  padding: 0px 10px;
  font-weight: bold;
}
.news-detail ul {
  margin-left: 40px;
}
.news-detail ul li {
  list-style-type: disc;
}
.news-detail a {
  text-decoration: none;
  color: black;
}
.news-detail img {
  border: 1px solid #230d0b;
  padding: 1px;
  max-width: 100%;
}
.news-detail .box-none img {
  border: none;
}
.news-detail h1 {
  color: #000;
  font-size: 20px;
  padding-left: 34px;
  background: url(../images/icon-h1.png) no-repeat left top;
  margin-bottom: 10px;
  margin-top: 10px;
}
.news-detail h2 {
  font-size: 18px;
  padding-left: 40px;
  background: url(../images/icon-h2.png) no-repeat 0px -5px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #000;
  font-weight: 600;
}
.news-detail strong {
  font-weight: bold;
}
.news-detail p {
  margin: 10px 0px 0px;
}

@media screen and (max-width: 1000px) {
  .page {
    min-width: 100%;
    overflow-x: hidden;
  }
  .page .wrapper_main {
    /*width: 90%;*/
  }
}
@media screen and (max-width: 980px) {
  .page .wrapper_main {
    padding: 0 10px;
  }
}
@media screen and (max-width: 880px) {
  #header .block_menu .container ul.menu li a {
    padding: 0 20px;
  }

  .module.list_room.detail .item .des {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mini_page #header .logo {
    /*width: 90%;
    height: 155px;*/
    top: 100px;
  }

  #main .block_function {
    margin: 10px auto;
  }
  #main .block_function .block_slide, #main .block_function .block_gioithieu {
    /*width: calc(100% - 20px);*/
    width: 100%;
    margin: 5px auto;
    float: inherit;
  }
  #main .block_function-different .service_hotel, #main .block_function-different .new_hot {
    /*width: calc(100% - 20px);*/
    width: 100%;
    margin: 5px auto;
    float: inherit;
  }
  #main .block_function-different .new_hot .img_left, #main .block_function-different .new_hot .content_new {
    width: 100%;
    margin: 0px auto;
    float: inherit;
  }
  #main .block_function-different .new_hot .img_left {
    margin: 10px auto;
  }
  #main .block_function-different .new_hot .content_new .title_new h3 {
    font-size: 20px;
  }
  #main .block_function-different .new_hot .content_new .title_new h5 {
    font-size: 16px;
  }
  #main .block_function-different .new_hot .content_new .detail_new {
    margin-top: 5px;
  }
  #main .block_room ul li {
    width: 100% !important;
    margin: 0px auto;
    float: inherit;
  }
  #main .block_room ul li .content_room .img_room {
    width: 100%;
  }

  #footer .main_footer {
    width: 90%;
  }
  #footer .main_footer .footer_left {
    width: 100%;
    margin: 5px auto;
    float: inherit;
  }
  #footer .main_footer .footer_left .logo_footer {
    width: 100%;
    margin: 20px 0 20px 0;
  }
  #footer .main_footer .footer_left .logo_footer a span {
    right: 0;
    left: 210px;
  }
  #footer .main_footer .footer_left .content_footer {
    width: 100%;
    padding-right: 50px;
  }
  #footer .main_footer .footer_right {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #header .block_menu {
    height: 84px;
  }
  #header .block_menu .container ul.menu {
    /*height: 84px;*/
  }
  #header .block_menu .container ul.menu li a {
    font-size: 20px;
    line-height: 84px;
  }
}
@media screen and (max-width: 700px) {
  #main #bottom .service_hotel {
    width: 100%;
  }
  #main #bottom .news-show {
    width: 100%;
  }

  .mini_page #main .block_main .news_left {
    width: 100%;
    margin: 0px auto;
    float: inherit;
  }
  .mini_page #main .block_main .news_left .block_list-news .item {
    width: 100%;
  }
  .mini_page #main .block_main .news_left .block_list-news .block_news-vertical .btn_viewmore {
    width: 75%;
    border: 1px solid #c0c0c0;
  }
  .mini_page #main .block_main .sidebar {
    display: none;
  }
  .mini_page #main .block_contact .contact_left, .mini_page #main .block_contact .contact_right {
    width: 100%;
    float: inherit;
  }
  .mini_page #main .block_contact .contact_right {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  #header .block_menu .container ul.menu li a {
    padding: 0 10px;
  }

  .popup2.active {
    width: 90% !important;
  }
  .popup2 .content .detail {
    width: 90%  !important;
    float: inherit  !important;
    margin: 20px auto 20px 7%  !important;
    overflow-y: scroll !important;
  }
  .popup2 .content .detail .row .label {
    width: 100% !important;
    float: inherit !important;
    text-align: center !important;
    margin: 0px auto !important;
  }
  .popup2 .content .detail .row .box_date, .popup2 .content .detail .row .select {
    width: 100% !important;
  }
  .popup2 .content .detail .row .box_date textarea, .popup2 .content .detail .row .select textarea {
    width: 100% !important;
  }

  .datepicker table {
    top: calc(50% - 110px) !important;
    right: 15px !important;
  }
}
@media screen and (max-width: 570px) {
  #header .logo {
    width: 350px;
    text-align: center;
  }
  #header .logo a {
    font-size: 110px;
  }
  #header .logo a span {
    font-size: 25px;
    right: 40px;
    bottom: -8px;
  }

  .module.list_room.detail .item .image {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 500px) {
  #header .block_menu .container ul.menu li a {
    font-size: 18px;
  }
  #header .block_menu.active .container ul.menu li a {
    font-size: 18px;
  }

  #main #bottom .news-show .item .image {
    width: 100%;
  }

  .mini_page #main .block_main .news_left {
    width: 100%;
    margin: 0px auto;
    float: inherit;
  }
  .mini_page #main .block_main .news_left .block_list-news .item {
    width: 100%;
  }
  .mini_page #main .block_main .news_left .block_list-news .item .block_news-vertical .img_top, .mini_page #main .block_main .news_left .block_list-news .item .block_news-vertical .content {
    width: 100%;
    float: inherit;
  }
}
@media screen and (max-width: 460px) {
  #header .block_menu .container ul.menu li a {
    font-size: 14px;
  }
  #header .block_menu.active .container ul.menu li a {
    font-size: 14px;
  }

  .module.list_room.detail .item .image {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  #header .logo a {
    font-size: 75px;
  }
  #header .logo a span {
    font-size: 20px;
    right: 80px;
    bottom: -6px;
  }
}
@media screen and (max-width: 380px) {
  #header .block_menu .container ul.menu li a {
    /*font-size: 12px;*/
    padding: 0 4px;
  }
  #header .block_menu.active .container ul.menu li a {
    padding: 0 4px;
  }

  #footer .main_footer .footer_left .logo_footer a {
    font-size: 80px;
  }
  #footer .main_footer .footer_left .logo_footer a span {
    left: 165px;
  }
}
/***** Popup2 *****/
.popup2 {
  width: 0;
  height: 485px;
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 698;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: width 300ms ease;
  -moz-transition: width 300ms ease;
  -ms-transition: width 300ms ease;
  -o-transition: width 300ms ease;
  transition: width 300ms ease;
}
.popup2.active {
  width: 440px;
}
.popup2 .content {
  width: 100%;
  height: 100%;
  position: relative;
}
.popup2 .content .title {
  width: 150px;
  height: 40px;
  cursor: pointer;
  opacity: 0.87;
  position: absolute;
  top: 55px;
  left: -95px;
  background: #284c06 url(../images/bg.png) repeat left top;
  text-transform: uppercase;
  text-align: center;
  font-family: "OpenSansB";
  color: #fff;
  line-height: 43px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  transform: rotate(-90deg);
}
.popup2 .content .title span {
  display: block;
  font-size: 20px;
}
.popup2 .content .title:hover {
  opacity: 1;
}
.popup2 .content .detail {
  width: 100%;
  float: left;
  margin: 20px 0;
  height: 445px;
  overflow: hidden;
  -webkit-transition: width 300ms ease;
  -moz-transition: width 300ms ease;
  -ms-transition: width 300ms ease;
  -o-transition: width 300ms ease;
  transition: width 300ms ease;
}
.popup2 .content .detail .row {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.popup2 .content .detail .row .label {
  width: 140px;
  float: left;
  text-align: right;
  color: #284c06;
  font-size: 15px;
  margin: 3px 10px 0 10px;
}
.popup2 .content .detail .row .select {
  width: 248px;
  height: 30px;
  background: #fff;
  border: 1px solid #284c06;
  color: #01403a;
  position: relative;
  cursor: pointer;
  float: left;
}
.popup2 .content .detail .row .select:after {
  content: '\E817';
  font-family: 'AivoPortal';
  font-size: 15px;
  color: #01403a;
  position: absolute;
  top: 8px;
  right: 10px;
  line-height: 1;
  z-index: 101;
}
.popup2 .content .detail .row .select span {
  float: left;
  width: 228px;
  height: 20px;
  padding: 5px 10px;
}
.popup2 .content .detail .row .select .sub_select {
  width: 248px;
  background: #fff;
  float: left;
  position: absolute;
  top: 30px;
  left: -1px;
  display: none;
  z-index: 105;
  border: 1px solid #284c06;
  border-top: none;
}
.popup2 .content .detail .row .select .sub_select span {
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 10px;
  display: block;
  height: 25px;
}
.popup2 .content .detail .row .select .sub_select span:hover {
  background: #f3f0f0;
}
.popup2 .content .detail .row .box_date {
  width: 248px;
  height: 30px;
  background: #fff;
  border: 1px solid #284c06;
  color: #01403a;
  position: relative;
  cursor: pointer;
  float: left;
}
.popup2 .content .detail .row .box_date.textmore {
  height: auto;
  border: none;
}
.popup2 .content .detail .row .box_date input {
  width: 250px;
  padding-left: 10px;
  height: 30px;
  float: left;
  color: #284c06;
  outline: none;
  border: none;
  background: none;
}
.popup2 .content .detail .row .box_date textarea {
  width: 250px;
  padding: 10px;
  height: 60px;
  float: left;
  color: #284c06;
  outline: none;
  border: 1px solid #284c06;
  background: none;
}
.popup2 .content .detail .row .btn {
  background: #284c06;
  color: #fff;
  float: left;
  padding: 5px 10px;
  font-size: 15px;
  /*margin-left:103px; */
  opacity: 0.87;
  cursor: pointer;
  border: none;
  outline: none;
  text-transform: uppercase;
  margin: 20px 0 10px calc(50% - 115px);
}
.popup2 .content .detail .row .btn:hover {
  opacity: 1;
}

/***** DATEPICKER *****/
.datepicker > div {
  position: relative;
}

.datepicker table {
  position: fixed;
  top: calc(50% - 50px);
  right: 422px;
  background: #fff;
  width: 260px;
  z-index: 769;
  border: 1px solid #01403a;
  padding: 10px;
}

.datepicker table td {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 3px 0;
  text-align: center;
}

.datepicker table td:hover {
  border: 1px solid #6aa68a;
  color: #6aa68a;
}

.datepicker table th {
  font-weight: bold;
  background: none;
  color: #000;
  text-align: center;
  padding: 5px;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover {
  background: #6aa68a;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
