
body {
  /* font-family: Helvetica, Arial, sans-serif; */
  max-width: 1920px !important;
  margin: auto !important;
  -webkit-overflow-scrolling: touch;
}

a {
  color: #007bff;
  font-weight: 500;
}

#rosetta-content-main{
  max-width: 900px;
}
#home{
  position: relative;
  z-index: 2;
}

.breadcrumb-area{
  background: #fff;
}

.lang-active-in-list{
  display: none !important;
}
.carousel-fade .carousel-item{
  transition-duration: 1.6s !important;
}

.banner-background-carousel {
  background-image: url('../assets/image/rectangle.png');
}

input {
  background: #fff;
}

.no-slide img{
  width: 100%;
}

.div-main {
  height: auto;
  overflow: auto;
  position: relative;
  overflow-x: hidden;
}

.div-main .div-branch {
  height: 80px;
  background-color: white;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 2018;
  /* border-bottom: 2px solid #ccc; */
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  max-width: 1920px;
}
.div-main.central-branch .div-branch .div-logo-branch,
.liberty-hotel.div-main .div-branch .div-logo-branch{
  display: none;
}

.div-main .div-branch .div-logo-branch {
  text-align: center;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: 100%;
}

.div-main .main-logo {
  /* margin-left: 50px; */
  /* position: absolute; */
}

.div-main .main-logo.hotel-detail{
  margin-left: 0;
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
}

.div-main .main-logo.hotel-detail .logo-hotel{
  width: auto;
  height: 100%;
}
.div-main .main-logo.hotel-detail .logo-hotel img{
  height: 100%;
  width: auto;
}

.logo-branch.logo-odyssea {
  width: 130px;
}

.div-main .div-branch .div-logo-branch .logo-branch {
  width: 120px;
  margin-right: 120px;
}

.div-main .div-branch .div-logo-branch .logo-odyssea {
  width: 130px;
}

.div-main .div-branch .div-logo-branch .logo-premier {
  width: 140px;
}

.div-main .div-branch .div-logo-branch .logo-central {
  width: 140px;
}

.div-main .div-branch .div-logo-branch .logo-eco {
  width: 110px
}

.div-main .div-branch .div-logo-branch .logo-hotel {
  width: 85px;
}

.div-main .div-branch .div-logo-branch .logo-branch.last-logo {
  margin-right: 0;
}

.div-menu {
  position: absolute;
  z-index: 2017;
  padding: 17px 45px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, transparent 100%);
  width: 100%;
  margin-top: 80px;
}

.div-menu-st {
  display: flex;
  align-items: center;
  font-weight: lighter;
  cursor: pointer;
}

.div-menu-st .menu-text {
  font-size: 24px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-left: 10px;
}

.div-menu .div-header {
  display: flex;
  color: white;
}

.div-menu .div-header .div-header-right-side {
  display: flex;
  align-items: center;
  font-size: 16px;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: lightgrey;
  position: fixed;
  z-index: 2018;
  left: 0;
  right: 0;
  top: 80px;
  width: 100%;
  /* background-color: white; */
  flex-wrap: wrap;
  overflow: auto;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

/* Style the links inside the navigation bar */
.topnav a {
  text-transform: uppercase;
  color: black;
  text-align: center;
  padding: 5px;
  margin: 5px;
  text-decoration: none;
  font-size: 17px;
  background-color: transparent;
  border-bottom: 4px solid transparent;
}

/* Change the color of links on hover */
.topnav a:hover {
  border-bottom: 4px solid black;
}

/* Add a color to the active/current link */
.topnav a.active {
  border-bottom: 4px solid black;
}

.div-branch-extend {
  align-items: center;
}

.div-header-loyalty {
  margin-right: 25px;
}
.div-header-loyalty a {
  font-size: 16px;
  color: white;
}

.div-header-lang {
  margin-right: 25px;
}

.div-header-lang .icon-lang {
  width: 25px;
  margin-right: 10px;
  pointer-events: none;
  background: #fff;
}

.div-header-lang .icon-lang.border-black {
  border: 1px solid #111;
}

.div-header-lang .dropbtn {
  cursor: pointer;
  font-size: 16px;
  border: none;
  outline: none;
  color: #111;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  display: flex;
  align-items: center;
}

.div-header-lang .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.div-header-lang .dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.div-header-lang .dropdown-content a:hover {
  background-color: #ddd;
}

.div-header-lang .show {
  display: block;
}

.div-menu .div-header .div-header-right-side .div-header-sign-in {
  display: flex;
  align-items: center;
}

.div-menu .div-header .div-header-right-side .div-header-sign-in .none-sign-in{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.div-menu .div-header .div-header-right-side .div-header-sign-in .have-sign-in{
  display: none;
}

.div-menu .div-header .div-header-right-side .div-header-sign-in .have-sign-in a{
  display: flex;
  align-items: center;
  color: black;
  cursor: pointer;
}

.div-menu .div-header .div-header-right-side .div-header-sign-in .have-sign-in a img{
  width: 35px;
  height: 35px;
  border: 2px solid black;
  border-radius: 50%;
  margin-right: 10px;
}

.div-menu .div-header .div-header-right-side .div-header-sign-in .icon-sign-in {
  /* height: 20px; */
  margin-right: 10px;
}

/*

*/

.branch-menu {
  position: fixed;
}

.div-branch .div-header-right-side {
  float: right;
  display: flex;
}
.div-branch .div-header-right-side .div-header-sign-in {
  display: flex;
  align-items: center;
}

.div-branch .div-header-right-side .div-header-sign-in .none-sign-in{
  min-width: 80px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.div-branch .div-header-right-side .div-header-sign-in .have-sign-in{
  display: none;
}

.div-branch .div-header-right-side .div-header-sign-in .have-sign-in a{
  display: flex;
  align-items: center;
  color: white;
  cursor: pointer;
}

.div-branch .div-header-right-side .div-header-sign-in .have-sign-in a img{
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.div-branch .div-header-right-side .div-header-sign-in .icon-sign-in {
  /* height: 20px; */
  margin-right: 10px;
}

/**/

.div-search {
  position: relative;
  z-index: 2;
  color: white;
  height: calc(100vh - 96px);
  margin-bottom: 96px;
  /* max-height: 984px; */
  /* margin-left: 15%;
  margin-right: 15%; */
}

.div-search .box-search {
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: fit-content;
  margin: auto;
  padding: 30px 60px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 120px;
}

.div-search .box-search .datepicker__close-button{
  background-color: #9c02b4;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.datepicker__month-day--today{
  background-color: #acb2c1;
}

.div-search .box-search .datepicker__close-button:hover {
  background: #6d057d;
  border-color: #6d057d;
}

.div-search .box-search .sign-up-instant{
  text-align: right;
  margin-top: 7px;
}

.div-search .box-search .datepicker__month-day--first-day-selected,.div-search .box-search .datepicker__month-day--last-day-selected{
  background-color: #9c02b4;
}

.div-search .box-search .form-control:disabled,.div-search .box-search .form-control[readonly]{
  background-color: #fff;
  border: none;
}

.div-search .above-part {
  display: flex;
  align-items: flex-end;
}

.box-search .form-group.option-part{
  margin-bottom: 0;
}

.box-search .form-group.option-part .input-group{
  min-height: 35px;
}

.box-search .form-group.option-part .form-control{
  border-radius: 0;
  cursor: pointer;
  height: auto !important;
}

.box-search .form-group.option-part .input-group-text{
  border-radius: 0;
  background-color: #fff;
  border:none;
  cursor: pointer;
}

.box-search .option-part {
  margin-right: 30px;
  width: 192px;
}

.box-search .option-part.find-hotel {
  width: 286px;
}

.box-search .option-part.find-hotel .input-box-search {
  font-weight: 600;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  background-color: #fff;
}

.box-search .option-part.find-hotel .input-box-search.error{
  -webkit-appearance: textarea;
  border: 1px solid #ff0000;
}

.box-search .option-part.find-hotel .input-box-search::placeholder {
  font-weight: lighter;
  font-style: italic;
}

.box-search .option-part.find-hotel .input-box-search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: lighter;
  font-style: italic;
}

.box-search .option-part.find-hotel .input-box-search::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: lighter;
  font-style: italic;
}

.box-search .option-part.regurlar-part {
  width: 178px;
}

.box-search .option-part.last-part {
  margin-right: 0;
}

.box-search .option-part .label-find {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}

.box-search .option-part .label-date {
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 15px;
}

.box-search .option-part .input-box-search {
  font-size: 14px;
  -webkit-appearance: listitem;
  width: 100%;
  padding: 5px 10px;
  height: 35px;
}

.box-search .option-part .input-date {
  padding: 2px 10px;
}

.div-search .box-search .btn-search {
  width: 192px;
  padding: 8px;
  color: #fff;
  cursor: pointer;
}

.div-search .box-search .btn-search:hover {
  background: #6d057d;
  border-color: #6d057d;
}

.div-search .div-more-options {
  display: flex;
  align-items: center;
  margin-top: 25px;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: fit-content;
  cursor: pointer;
}

.div-search .div-more-options .add-icon {
  font-size: 20px;
  font-weight: 100;
  padding-bottom: 1px;
  margin-right: 8px;
}

.div-search .div-more-options .more-option {
  font-size: 16px;
  font-weight: 100;
}

.div-branch .icon-menu {
  width: 24px;
  color: white;
  margin-left: 20px;
  /* font-weight: 600; */
}

.div-extend-options {
  display: flex;
  align-items: flex-end;
  padding-top: 25px;
}

#extendOptionSearch {
  display: none;
}

.div-extend-options .div-incr-des-number {
  width: 140px;
  margin-right: 30px;
}

.div-extend-options .div-incr-des-number .extend-label {
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 15px;
}

.div-extend-options .div-incr-des-number .incr-des-num {
  display: flex;
  font-size: 18px;
  padding: 7px 10px;
  background: #fff;
  color: black;
}

.div-extend-options .div-incr-des-number .incr-des-num .minus {
  font-size: 22px;
  width: 20%;
  cursor: pointer;
}

.div-extend-options .div-incr-des-number .incr-des-num .number {
  width: 60%;
  text-align: center;
  font-size: 14px;
  border: none;
  height: auto !important;
}

.div-extend-options .div-incr-des-number .incr-des-num .add {
  font-size: 22px;
  width: 20%;
  text-align: right;
  cursor: pointer;
}

.why-section {
  padding: 100px 210px;
  background: #f2f3f4;
}

.why-section .title {
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
}

.why-section .gradient-purple-line {
  height: 7px;
  width: 500px;
  margin: auto;
  background: linear-gradient(to right, #f2f3f4, rgba(156, 2, 180, 0.15), rgba(156, 2, 180, 0.3), rgba(156, 2, 180, 0.5) 30%, #9c02b4 40%, #9c02b4 60%, rgba(156, 2, 180, 0.5) 70%, rgba(156, 2, 180, 0.3), rgba(156, 2, 180, 0.15), #f2f3f4);
  margin-top: 10px;
}

.why-section .options {
  display: flex;
  width: 100%;
  margin: auto;
}

.why-section .options .option-item {
  text-align: center;
  text-decoration: none;
  margin: auto;
}

.why-section .options .first-item {
  margin-left: 0;
}

.why-section .options .last-item {
  margin-right: 0;
}

/* .why-section .options .right-margin {
  margin-right: 50px;
} */

.why-section .options .option-item .image-icon {
  height: 30px;
  width: 30px;
  margin-top: 60px;
}

.why-section .options .option-item .description {
  margin-top: 10px;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

.div-main .breadcrumb-about {
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  height: auto;
}
.div-main .breadcrumb-about label{
  margin-bottom: 0;
}
.about-section{
  margin-bottom: 30px;
}

.about-section .div-cover {
  padding: 0 210px;
  background: rgba(242, 243, 244, 0.7);
  display: flex;
}

.mySlidess.slidefade {
  max-height: 550px;
  overflow: hidden;
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
  position: absolute;
  z-index: 1;
}

.mySlidess.slidefade.active {
  opacity: 1;
}

.banner-contact-us {
  /* height: 50vh;
  position: absolute;
  margin-top: 80px;
  background-image: url('../assets/image/contact-us.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%; */
}

.banner-contact-us img {
  width: 100%;
}

.about-section .div-cover.full-content {
  padding-bottom: 100px;
}

.about-section .div-cover .div-content-cover {
  padding-top: 80px;
  width: 40%;
}

.about-section .div-title {
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a4a4a;
}

.about-section .div-cover .div-content-cover .div-content {
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #777777;
  margin-top: 30px;
  text-align: justify;
}

.about-section .div-right-side {
  width: 50%;
  position: relative;
}

.about-section .div-right-side .right-side-carousel {
  width: calc(100% + 210px);
  position: relative;
  z-index: 2;
  top: 80px;
  height: 550px;
  overflow: hidden;
}

.about-section .div-right-side .div-left-dots {
  text-align: left;
  position: absolute;
  z-index: 10;
  margin-left: 20px;
  bottom: 0;
  margin-bottom: 20px;
}
.about-section .div-right-side .carousel-indicators{
  justify-content:left;
}

.about-section .div-right-side .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 6px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.about-section .div-right-side .active, .dot:hover {
  background-color: #a10596;
}

.central-branch .about-section .div-right-side .active, .dot:hover {
  background-color: #b16532;
}

.liberty-hotel .about-section .div-right-side .active, .dot:hover {
  background-color: #14a652;
}

.about-section .div-cover .div-content-cover .div-btn {
  text-align: right;
  margin-bottom: 40px;
  margin-top: 40px;
}

.about-section .div-right-side {
  overflow: inherit;
}

.about-section .div-right-side {
  position: relative;
}

.about-section .div-right-side .rooms-carousel {
  width: calc(100% + 210px);
  position: relative;
  z-index: 2;
  top: 80px;
  height: 550px;
  overflow: hidden;
}

.about-section .div-right-side .rooms-carousel img {
  width: 100%;
}

.div-btn .btn-see-more {
  /* padding: 10px 20px; */
  margin-right: 40px;
  /* border-radius: 10px; */
  font-size: 16px;
  font-weight: lighter;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  /* text-align: justify; */
  height: 45px;
  width: 140px;
  text-align: center;
  cursor: pointer;
}

.accomodation-section {
  padding-top: 50px;
  /* margin-top: 50px; */
  background-image: url('../assets/image/Lotus.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

/* .accomodation-section .div-title {
  font-size: 36px;
  text-align: center;
  display: flex;
  align-items: center;
  width: 550px;
  margin: auto;
}

.accomodation-section .div-title .line-grey {
  border: 1px solid #ccc;
  width: 25%;
}

.accomodation-section .div-title .title {
  width: 50%;
} */

.email-subcribe-section {
  padding: 50px 0 50px 0;
}

.email-subcribe-section .title {
  font-size: 32px;
  color: white;
  text-align: center;
  font-weight: 200;
}

.email-subcribe-section .description {
  font-weight: lighter;
  color: #ccc;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.email-subcribe-section .subcribe-area {
  text-align: center;
  margin-top: 35px;
  display: flex;
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.email-subcribe-section .subcribe-area .email-input {
  width: 500px;
  height: 45px;
  padding-left: 30px;
  font-size: 15px;
}

.email-subcribe-section .subcribe-area .btn-subcribe {
  height: 45px;
  width: 200px;
  margin-left: 30px;
  background: #fff;
  border: #fff;
  cursor: pointer;
  font-weight: 600;
  cursor: pointer;
  /* border-radius: 10px; */
}

.email-subcribe-section .subcribe-area .btn-subcribe:hover {
  background: #dee2e6;
}

.email-subcribe-section .subcribe-area .btn-subcribe.disabled{
  background: #dee2e6;
  color: grey;
  cursor: not-allowed;
}

.big-footer-section {
  padding: 50px 210px 50px 210px;
  background: #f2f3f4;
}

.big-footer-section .div-cover-main {
  display: flex;
}

.big-footer-section .div-cover-main .follow-and-payment {
  width: 40%;
}

.big-footer-section .div-cover-main .title {
  font-size: 16px;
  font-weight: bold;
}

.big-footer-section .div-cover-main .follow-and-payment .content {
  margin-top: 15px;
  margin-bottom: 25px;
}
.big-footer-section .div-cover-main .follow-and-payment .content.app-content{
  margin-bottom: 0;
}

.big-footer-section .div-cover-main .follow-and-payment .icon-social {
  cursor: pointer;
  width: 28px;
}

.big-footer-section .div-cover-main .follow-and-payment .icon-payment {
  width: 50px;
  cursor: pointer;
}

.big-footer-section .div-cover-main .follow-and-payment .icon-secure {
  width: 120px;
  cursor: pointer;
}

.big-footer-section .div-cover-main .follow-and-payment .icon-store {
  width: 110px;
  cursor: pointer;
}

.big-footer-section .div-cover-main .follow-and-payment .content .right-margin {
  margin-right: 15px;
}

.big-footer-section .div-cover-main .follow-and-payment .content .right-big-margin {
  margin-right: 30px;
}

.big-footer-section .div-cover-main .content-list {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 15px;
}

.big-footer-section .div-cover-main .content-list .content {
  margin-bottom: 15px;
}

.big-footer-section .div-cover-main .content-list .content a{
  color: #212529;
  cursor: pointer;
}

.big-footer-section .div-cover-main .content-list .content a{
  color: #212529;
}

.big-footer-section .div-cover-main .reservation {
  width: 20%;
}

.big-footer-section .div-cover-main .special-offers {
  width: 20%;
}

.big-footer-section .div-cover-main .corporate-site {
  width: 20%;
}

@media (min-width: 768px) {
  /* show 3 items */
  /* .accomodation-carousel .carousel-inner .active, .accomodation-carousel .carousel-inner .active+.carousel-item, .accomodation-carousel .carousel-inner .active+.carousel-item+.carousel-item, .accomodation-carousel .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
    display: block;
  }
  .accomodation-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .accomodation-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item, .accomodation-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item, .accomodation-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
    transition: none;
  } */
  /* .accomodation-carousel .carousel-inner .carousel-item-next, .accomodation-carousel .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  .accomodation-carousel .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
    display: block;
    visibility: visible;
  } */
  /* left or forward direction */
  /* .accomodation-carousel .active.carousel-item-left+.carousel-item-next.carousel-item-left, .accomodation-carousel .carousel-item-next.carousel-item-left+.carousel-item, .accomodation-carousel .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item, .accomodation-carousel .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item, .accomodation-carousel .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  } */
  /* farthest right hidden item must be abso position for animations */
  /* .accomodation-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  } */
  /* right or prev direction */
  /* .accomodation-carousel .active.carousel-item-right+.carousel-item-prev.carousel-item-right, .accomodation-carousel .carousel-item-prev.carousel-item-right+.carousel-item, .accomodation-carousel .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item, .accomodation-carousel .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item, .accomodation-carousel .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  } */
}

.accomodation-section .accom-carousel {
  margin-top: 60px;
}

/* .carousel-item .item-title {
  font-size: 36px;
  margin-top: 35px;
  margin-bottom: 15px;
} */

.accomodation-section .carousel-item .list-detail {
  margin-top: 10px;
  font-size: 15px;
  text-align: justify;
  line-height: 20px;
  height: 200px;
  overflow: hidden;
}

.accomodation-section .carousel-item .item-title {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3d3d3d;
  margin-top: 30px;
  font-weight: bold;
  font-size: 24px;
}

.accomodation-section .carousel-item .list-detail.opacity-text {
  opacity: 0.2;
}

.accomodation-section .carousel-item .item-title.opacity-text {
  opacity: 0.2;
}

.accomodation-section .carousel-item .btn-book-now {
  color: white;
  text-align: center;
  height: 48px;
  width: 170px;
  font-size: 18px;
  font-weight: 100;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}

.accomodation-section .carousel-item .child-item {
  text-align: left;
  /* padding-bottom: 90px; */
}

.accomodation-section .carousel-item .disabled-btn {
  background: #f2f3f4;
  border-color: #f2f3f4;
  border: none;
}

.accomodation-section .carousel ul {
  -webkit-padding-start: 15px;
}

.accomodation-section .carousel .carousel-control-next-cust, .accomodation-section .carousel-control-prev-cust {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  text-align: center;
  opacity: 1;
  font-size: 35px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.79) 0%, rgba(255, 255, 255, 0) 100%);
  width: 25%;
}

.accomodation-section .carousel a:hover {
  color: #111;
  text-decoration: none;
}

.accomodation-section .carousel-control-next-cust {
  right: 0;
}

.accomodation-section .carousel-control-prev-cust {
  left: 0;
}

.accomodation-section .carousel-control-next-cust, .carousel-control-prev-cust .text-black {
  color: #111;
}

.best-deal-section {
  padding: 50px 210px 50px 210px;
}

.best-deal-section .div-title {
  font-size: 36px;
  text-align: center;
  display: flex;
  align-items: center;
  width: 550px;
  margin: auto;
}

.best-deal-section .div-title .line-grey {
  border: 1px solid #ccc;
  width: 20%;
}

.best-deal-section .div-title .title {
  width: 60%;
}

.best-deal-section .box-list-deal {
  margin-top: 40px;
}

.best-deal-section .box-list-deal .img-hotel {
  width: 100%;
}

.best-deal-section .box-list-deal .col-best-deal {
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.best-deal-section .box-list-deal .box-deal {
  background: #f2f3f4;
  color: #3d3d3d;
  font-size: 15px;
  height: 100%;
}

.best-deal-section .box-list-deal .box-deal .hotel-name {
  margin-top: 20px;
  margin-left: 30px;
  font-weight: bold;
  font-size: 18px;
}

.best-deal-section .box-list-deal .box-deal .offer-package {
  margin-left: 30px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
}

.best-deal-section .box-list-deal .box-deal .address {
  font-size: 13px;
  margin-right: 30px;
  margin-top: 5px;
  margin-left: 30px;
  font-weight: lighter;
  min-height: 60px;
}

.best-deal-section .box-list-deal .box-deal .label-available {
  margin-top: 10px;
  margin-left: 30px;
  font-weight: bold;
}

.best-deal-section .box-list-deal .box-deal .price {
  font-size: 30px;
  margin-top: 15px;
  margin-left: 30px;
  font-weight: bold;
}
.best-deal-section .box-list-deal .box-deal .price .span-vnd-night{
  font-size: 15px;
}

.best-deal-section .box-list-deal .box-deal .book-and-see {
  display: flex;
  align-items: center;
  margin-left: 30px;
  margin-top: 25px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.best-deal-section .box-list-deal .box-deal .btn-book-now {
  /* margin-left: 30px; */
  color: white;
  text-align: center;
  height: 40px;
  width: 150px;
  font-size: 16px;
  font-weight: 100;
  cursor: pointer;
  /* margin-top: 50px; */
  border-radius: 10px;
  /* margin-bottom: 20px; */
}

.best-deal-section .box-list-deal .box-deal .see-more-best-deal {
  font-size: 16px;
  display: flex;
  align-items: flex-end;
  color: #343433;
  height: auto;
  padding: 0px 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.1px;
  text-decoration: underline;
  cursor: pointer;
}

.best-deal-section .box-list-deal .box-deal .see-more-best-deal:hover {
  /* background: #9c02b4; */
  font-weight: 600;
}

.div-image-2-1,.div-image-10-9{
  width: 100%;
  overflow: hidden;
}

.div-image-2-1 img,.div-image-10-9 img{
  width: 100%;
}

.destination-section {
  padding: 50px 210px;
  background: #f2f3f4;
}
.destination-section .div-title-with-line-grey .div-title-insite-line-grey{
  background: #f2f3f4;
}

.destination-section .col-des,.destination-section .child-item{
    padding-left: 10px;
    padding-right: 10px;
}

.destination-section .div-title {
  font-size: 36px;
  text-align: center;
  display: flex;
  align-items: center;
  width: 550px;
  margin: auto;
}

.destination-section .div-title .line-grey {
  border: 1px solid #ccc;
  width: 30%;
}

.destination-section .div-title .title {
  width: 40%;
}

.destination-section .destination-list {
  margin-top: 60px;
}

.destination-section .destination-list .row-static-destination {
  margin-left: 0;
  margin-right: 0;
}

/* .destination-section .destination-list .image-stable {
  height: 360px;
  overflow: hidden;
} */

.destination-section .destination-list .image-stable {
  height: 100%;
  overflow: hidden;
}

/* .destination-section .destination-list .image-stable:hover {
  box-shadow: -10px 12px 35px #ada8a8;
}

.destination-section .dynamic-destination-carousel .image-stable:hover{
  box-shadow: 7px -1px 12px #ada8a8;
} */
/*
.destination-section .destination-list img {
  height: 100%;
  width: 100%;
} */

/* .destination-section .destination-list img {
  width: 100%;
  max-height: 385px;
} */

.destination-section .destination-list .image-stable .title {
  position: absolute;
  width: 100%;
  padding-right: 30px;
  text-align: center;
  margin-top: 50px;
  font-size: 28px;
  color: white;
  font-weight: bold;
}

.image-hover-action {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  z-index: 20;
}

.image-hover-action .div-background-change {
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.7);
  display: flex;
  align-items: center;
  transition: background 0.5s ease-in-out;
}

.image-hover-action .div-background-change .see-more-btn {
  margin: auto;
  background: none;
  border: solid 1px #ffffff;
  color: white;
  padding: 13px 40px;
  cursor: pointer;
}
.image-hover-action .div-background-change .see-more-btn:hover{
  color: white;
  text-decoration: none;
}

.destination-section .carousel-inner {
  margin-left: 0;
  margin-right: 0;
}

.destination-section .carousel-three .carousel-inner .carousel-item-right.active,.destination-section .carousel-three .carousel-inner .carousel-item-next {
  transform: translateX(33.33%);
}

.destination-section .carousel-three .carousel-inner .carousel-item-left.active,.destination-section .carousel-three .carousel-inner .carousel-item-prev {
  transform: translateX(-33.33%)
}

.destination-section .carousel-three .carousel-inner .carousel-item-right,.destination-section .carousel-three .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.dynamic-destination-carousel {
  margin-top: 20px;
}

.dynamic-destination-carousel.carousel-fade .carousel-item{
  transition-duration: 1.6s;
}

.dynamic-destination-carousel .image-dynamic-destination {
  width: 100%;
}

.dynamic-destination-carousel .carousel-inner .carousel-item .row {
  margin-right: 0;
  margin-left: 0;
}

.dynamic-destination-carousel .carousel-item .title {
  position: absolute;
  width: 100%;
  padding-right: 30px;
  text-align: center;
  margin-top: 50px;
  font-size: 28px;
  color: white;
  font-weight: bold;
}

.dynamic-destination-carousel .carousel-control-next, .dynamic-destination-carousel .carousel-control-prev {
  font-size: 30px;
  color: black;
  opacity: 0.5;
}

.dynamic-destination-carousel .carousel-control-prev {
  margin-left: -12.5%;
}

.dynamic-destination-carousel .carousel-control-next {
  margin-right: -12.5%;
}

.dynamic-destination-carousel .carousel-control-next:focus, .dynamic-destination-carousel .carousel-control-next:hover, .dynamic-destination-carousel .carousel-control-prev:focus, .dynamic-destination-carousel .carousel-control-prev:hover {
  color: rgba(1, 1, 1, 0.65);
}

.footer-section {
  padding: 70px 210px 20px 210px;
}

.footer-section .div-footer-logo-odyssea {
  width: 173px;
  height: 90px;
  background: #fff;
  text-align: center;
  position: absolute;
  margin-top: -50px;
  margin-left: 50px;
}

.footer-section a:hover {
  text-decoration: none;
}

.footer-section .div-footer-logo-odyssea .logo-odyssea-cover a {
  width: 100%;
}

.footer-section .div-footer-logo-odyssea .logo-odyssea-cover {
  display: flex;
  align-items: center;
  height: 100%;
}

.footer-section .div-footer-logo-odyssea .logo-odyssea-cover .logo-branch {
  width: 140px;
  margin: auto;
}

.footer-section .div-footer-branch {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.footer-section .div-footer-branch .div-logo-branch {
  width: -moz-fit-content;
  width: -ms-fit-content;
  width: fit-content;
  margin: auto;
  align-items: center;
}

.footer-section .div-footer-branch .div-logo-branch .logo-branch {
  width: 155px;
}

.footer-section .div-footer-branch .div-logo-branch .first-logo {
  margin-left: 100px;
}

.footer-section .div-footer-branch .div-logo-branch .right-margin {
  margin-right: 100px;
}

.footer-section .div-footer-branch .div-logo-branch .logo-eco {
  width: 125px;
}

.footer-section .div-footer-branch .div-logo-branch .logo-hotel {
  width: 100px;
}

.footer-section .footer-link {
  display: flex;
}

.footer-section .footer-link .div-info {
    width: 100%;
}

.footer-section .footer-link .div-link {
  display: flex;
  font-size: 16px;
  font-weight: lighter;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9b9b9b;
}

.footer-section .footer-link .div-link a{
  color: #9b9b9b;
}

.footer-section .footer-link .div-link a:hover{
  color: #9b9b9b;
  text-decoration: underline;
}

.footer-section .footer-link .div-link .footer-item {
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

.footer-section .footer-link .div-link .first-item {
  padding-left: 0px;
  padding-right: 15px;
}

.footer-section .footer-link .div-link .last-item {
  padding-left: 15px;
  padding-right: 0px;
}

.footer-section .footer-link .div-copyright {
  font-size: 16px;
  font-weight: lighter;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9b9b9b;
  text-align: right;
}

.mySlides {
  display: none;
  height: 100%;
  width: 100%;
}

#banner.slideshow-container {
  height: calc(100vh - 80px);
  overflow: hidden;
  position: absolute;
  margin-top: 80px;
  width: 100%;
  z-index: 1;
  /* max-height: 1000px; */
}

.slideshow-container video{
  width: 100%;
}

#banner.slideshow-container.carousel-fade .carousel-item {
  transition-duration: 1.6s;
}

#banner.slideshow-container .carousel-inner {
  height: 100%;
  width: 100%;
}

#banner.slideshow-container .carousel-inner .carousel-item {
  height: 100%;
  width: 100%;
}

#banner.slideshow-container .carousel-inner :nth-child(1) .banner-background-carousel {
  width: 100%;
  background-position: center;
  height: 100%;
  background-size: cover;
  background-image: url('../assets/image/image-demo/background-1.jpg');
}

#banner.slideshow-container .carousel-inner :nth-child(2) .banner-background-carousel {
  width: 100%;
  background-position: center;
  height: 100%;
  background-size: cover;
  background-image: url('../assets/image/image-demo/background-2.jpg');
}

#banner.slideshow-container .carousel-inner :nth-child(3) .banner-background-carousel {
  width: 100%;
  background-position: center;
  height: 100%;
  background-size: cover;
  background-image: url('../assets/image/image-demo/background-3.jpg');
}

/* .xxxxxx{
  width: 100%;
  background-position: unset;
  height: 100%;
  background-size: cover;
  background-image: url('../assets/image/rectangle.png');
} */

#banner.slideshow-container img {
  width: 100%;
  height: 100%;
}

#banner .carousel-control-prev, #banner .carousel-control-next {
  z-index: 10;
}

#banner .carousel-control-prev {
  justify-content: left;
}

/* #banner .carousel-control-prev-icon, #banner .carousel-control-next-icon{
  margin-left: 25%;
} */

.icon-next, .icon-previous {
  width: 150px;
}

#banner .carousel-control-next .icon-next, #banner .carousel-control-prev .icon-previous {
  visibility: hidden;
  width: 150px;
}

#banner .carousel-control-next:hover .icon-next, #banner .carousel-control-prev:hover .icon-previous {
  /* display: flex; */
  visibility: visible;
}

#banner .carousel-control-prev:hover {
  background: linear-gradient(to left, rgba(69, 55, 53, 0), rgba(0, 0, 0, 0.3));
}

#banner .carousel-control-next:hover {
  background: linear-gradient(to right, rgba(69, 55, 53, 0), rgba(0, 0, 0, 0.3));
}

/* img {
  vertical-align: middle;
} */

/* Slideshow container */

/* .slideshow-container {
  width: 100%;
  margin: auto;
  position: absolute;
  z-index: 1;
  height: calc(100vh - 80px);
  margin-top: 80px;
} */

/* Fading animation */

/*
.slidefade {
  -webkit-animation-name: slidefade;
  -webkit-animation-duration: 1.5s;
  animation-name: slidefade;
  animation-duration: 1.5s;
}

@-webkit-keyframes slidefade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}

@keyframes slidefade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
} */

/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
  .prev, .next, .text {
    font-size: 11px
  }
}

input[type="date"]::before {
  content: attr("");
  width: 100%;
}

/* hide our custom/fake placeholder text when in focus to show the default
 * 'mm/dd/yyyy' value and when valid to show the users' date of birth value.
 */

input[type="email"]:focus::before, input[type="date"]:valid::before {
  display: none
}

button.btn-book-now:hover, button.btn-book-now:focus {
  background: #fff;
  border: 1px solid #9c02b4;
  color: #111 !important;
}

.btn-book-now {
  cursor: pointer;
}

.btn-book-now.disabled-btn {
  background: #f2f3f4;
  border-color: #f2f3f4;
  border: none;
}

/* for homepage primary color */

.div-main .btn-book-now, .div-main .btn-search {
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  background: #9c02b4;
  border-color: #9c02b4;
  border: none;
}

.div-main .btn-see-more {
  background: none;
  border: 1px solid #9c02b4;
  color: #9c02b4;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.div-main .btn-see-more:hover {
  background: #9c02b4;
  color: white;
}

.div-main .btn-book-now:focus, .div-main .btn-search:focus, .div-main .btn-see-more:focus {
  outline: none;
}

.div-main .option-item .description, .div-main .label-available, .div-main .price {
  color: #9c02b4;
}

.email-subcribe-section {
  background: #401168;
}

.div-main .div-footer-branch {
  border: solid 2px #9815a3;
}

/* for central branch primary color*/

.central-branch .btn-search, .central-branch .btn-book-now {
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  background: #b16532;
  border-color: #b16532;
  border: none;
}

.central-branch .btn-see-more {
  background: none;
  border-color: #b16532;
  color: #b16532;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

/* .central-branch .about-section .div-btn .btn-see-more {
  margin-top: 50px;
  margin-right: 0;
} */

.central-branch .btn-see-more:hover {
  background: #b16532;
  color: white;
}

.central-branch button.btn-book-now:hover {
  background: none;
  border-color: #b16532;
  color: #111;
}

.central-branch .div-search .box-search .btn-search:hover {
  background: #844c26;
  border-color: #b16532;
}

.central-branch .btn-search:focus, .central-branch .btn-see-more:focus, .central-branch .btn-book-now:focus {
  outline: none;
}

/*
.central-branch .logo-odyssea {
  position: absolute;
  left: 5%;
  width: 181px;
} */

.central-branch .option-item .description, .central-branch .label-available, .central-branch .price {
  color: #b16532;
}

.central-branch .why-section .gradient-purple-line.central-branch-line {
  background: linear-gradient(to right, #f2f3f4, rgba(177, 101, 50, 0.15), rgba(177, 101, 50, 0.3), rgba(177, 101, 50, 0.5) 30%, rgb(177, 101, 50) 40%, #b16532 60%, rgba(177, 101, 50, 0.5) 70%, rgba(177, 101, 50, 0.3), rgba(177, 101, 50, 0.15), #f2f3f4);
}

.central-branch .email-subcribe-section {
  background: #b16532;
}

.central-branch .div-footer-branch {
  border: solid 3px #b16532;
}

/* .central-branch .about-section {
  padding-top: 300px;
} */

/* .central-branch .about-section .div-cover {
  position: relative;
} */

/* .central-branch .about-section .div-two-line-cross {
  position: absolute;
  width: calc(50% - 210px);
  height: 100%;
} */

/* .central-branch .about-section .vertical-line {
  position: absolute;
  height: 75%;
  width: 3px;
  background: #533010;
  right: 0;
  bottom: 0;
  margin-right: 100px;
  margin-bottom: 15px;
} */
/*
.central-branch .about-section .horizontal-line {
  position: absolute;
  width: 75%;
  height: 3px;
  background: #533010;
  bottom: 0;
  margin-bottom: 50px;
  right: 0;
  margin-right: 45px;
}

.central-branch .about-section .div-cover .left-image {
  width: 50%;
}

.central-branch .about-section .div-cover .left-image .image-cover {
  width: 80%;
  margin-top: -200px;
}

.central-branch .about-section .div-cover .left-image .image-cover img {
  width: 100%;
  box-shadow: -80px 0px 0px -36px #dac496;
}

.central-branch .about-section .div-cover .right-text {
  width: 50%;
}

.central-branch .about-section .title {
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #533010;
  margin-top: 70px;
}

.central-branch .about-section .paragraph {
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
  margin-top: 30px;
  white-space: pre-line;
}

.central-branch .about-section .div-cover .right-text .div-btn {
  text-align: right;
  margin-bottom: 50px;
} */

/* .central-branch .about-section .div-cover .right-text .div-btn .btn-see-more {
  margin-right: -50px;
  width: 240px;
  height: 72px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
} */

/* .central-branch .accomodation-section {
  padding-top: 100px;
  margin-top: 0;
  background: none;
} */

.food-and-beverage-section{
  padding-top: 50px;
}

.food-and-beverage-section .carousel-indicators {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

.food-and-beverage-section .carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  margin-right: 17px;
  margin-left: 17px;
  text-indent: -999px;
  background-color: #e8e8e8;
  border-radius: 50%;
}

.food-and-beverage-section .carousel-indicators .active {
  background-color: #b16532;
}

.food-and-beverage-section .div-title {
  display: flex;
  align-items: center;
  width: 550px;
  margin: auto;
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
}

.food-and-beverage-section .div-title .line-grey {
  border: 1px solid #ccc;
  width: 20%;
}

.food-and-beverage-section .div-title .title {
  width: 60%;
}

.food-and-beverage-section .carousel-res .item-res {
  padding: 50px 210px;
  background: #f2f3f4;
}

.food-and-beverage-section .carousel-res .image-res {
  width: 100%;
}

.food-and-beverage-section .carousel-res .div-res-detail {
  display: flex;
  align-items: center;
}

.food-and-beverage-section .carousel-res .div-res-detail .item-res-detail {
  height: -moz-fit-content;
  height: -ms-fit-content;
  height: fit-content;
}

.food-and-beverage-section .carousel-res .div-res-detail .item-res-detail .title {
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
}

.central-branch .food-and-beverage-section .carousel-res .div-res-detail .item-res-detail .title {
  color: #b16532;
}

.decor {
  width: 22px;
  height: 6px;
  margin-top: 20px;
}

.central-branch .decor {
  background-color: #b26f36;
}

.food-and-beverage-section .carousel-res .div-res-detail .item-res-detail .content {
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: justify;
  color: #000000;
  margin-top: 30px;
}

.meeting-event-section {
  padding-top: 0px;
}

.meeting-event-section .div-title {
  display: flex;
  align-items: center;
  width: 550px;
  margin: auto;
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
}

.meeting-event-section .div-title .line-grey {
  border: 1px solid #ccc;
  width: 20%;
}

.meeting-event-section .div-title .title {
  width: 60%;
}

.meeting-event-section .item-meet {
  min-height: 600px;
  height: calc(100vh - 200px);
  background-image: url('../assets/image/meeting.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.meeting-event-section .item-meet .row-meeting-detail {
  align-items: center;
  height: 100%;
  padding-left: 210px;
  padding-right: 210px;
}

.meeting-event-section .item-meet .row-meeting-detail .meeting-detail {
  padding: 55px;
  height: -moz-fit-content;
  height: -ms-fit-content;
  height: fit-content;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 4px 0 rgba(154, 136, 136, 0.5);
  color: #525252;
}

.meeting-event-section .item-meet .row-meeting-detail .meeting-detail .title {
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
}

.meeting-event-section .item-meet .row-meeting-detail .meeting-detail .content {
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: justify;
  margin-top: 30px;
}

.meeting-event-section .item-meet .row-meeting-detail .meeting-detail .btn-see-more {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  height: 45px;
  width: 140px;
  margin-top: 50px;
}

.recreation-section .carousel-indicators,.meeting-event-section .carousel-indicators {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

.recreation-section .carousel-indicators li,.meeting-event-section .carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  margin-right: 17px;
  margin-left: 17px;
  text-indent: -999px;
  background-color: #e8e8e8;
  border-radius: 50%;
}

.central-branch .recreation-section .carousel-indicators .active,.central-branch .meeting-event-section .carousel-indicators .active {
  background-color: #b16532;
}

.liberty-hotel .recreation-section .carousel-indicators .active,.liberty-hotel .meeting-event-section .carousel-indicators .active {
  background-color: #14a652;
}

.recreation-section {
  padding-top: 50px;
}

.recreation-section .div-title {
  display: flex;
  align-items: center;
  width: 550px;
  margin: auto;
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
}

.recreation-section .div-title .line-grey {
  border: 1px solid #ccc;
  width: 20%;
}

.recreation-section .div-title .title {
  width: 60%;
}

.recreation-section .div-spa {
  height: calc(100vh - 200px);
  min-height: 600px;
  background-image: url("../assets/image/spa.png");
  background-size: cover;
  padding-left: 210px;
  padding-right: 210px;
  min-height: 768px;
  background-position: center;
}

.recreation-section .div-spa .div-spa-detail {
  display: flex;
  align-items: center;
  height: 100%;
}

.recreation-section .div-spa .div-spa-detail .item-spa-detail {
  height: -moz-fit-content;
  height: -ms-fit-content;
  height: fit-content;
  padding: 55px;
  color: #525252;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 4px 0 rgba(154, 136, 136, 0.5);
}

.recreation-section .div-spa .div-spa-detail .item-spa-detail .title {
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
}

.recreation-section .div-spa .div-spa-detail .item-spa-detail .content {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: justify;
  margin-top: 30px;
}

.recreation-section .div-spa .div-spa-detail .item-spa-detail .sub-title {
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.7px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.recreation-section .div-spa .div-spa-detail .item-spa-detail .list-detail {
  padding-left: 30px;
}


.location-section {
  padding: 50px 0;
}

.location-section .row {
  margin: 0;
}

.location-section .col-location {
  padding: 0;
}

.location-section .location-map {
  height: 100%;
}

.location-section .location-information {
  padding: 100px;
  background-image: url('/static/assets/image/backgroundlocation.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}

.location-section .location-information .title {
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 25px;
}

.location-section .location-information .white-decor {
  height: 8px;
  width: 22px;
  background: #fff;
  margin-bottom: 30px;
}

.location-section .location-information .paragraph {
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 20px;
}

.location-section .location-information .div-contact {
  margin-top: 10px;
  color: white;
  display: flex;
}

.location-section .location-information .div-contact .location-icon {
  margin-right: 5px;
  font-size: 22px;
}

.location-section .location-information .div-contact .phone-icon {
  margin-right: 5px;
  font-size: 21px;
}

.location-section .location-information .div-contact .email-icon {
  margin-right: 5px;
  font-size: 20px;
}

.map-section {
  height: auto;
  padding-bottom: 0px;
}

.map-section .title {
  font-size: 35px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #7c2983;
  padding-left: 210px;
  padding-right: 210px;
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-bottom: 40px;
}
.map-section .location-map {
  height: 500px;
  width: 100%;
}

.map-right{
  height: 100%;
}

/* for Liberty Hotel*/

.liberty-hotel .food-and-beverage-section .carousel-indicators .active {
  background-color: #14a652;
}

.liberty-hotel .btn-search, .liberty-hotel .btn-book-now {
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  background: #14a652;
  border-color: #14a652;
  color: white;
  border: none;
}

.liberty-hotel .btn-see-more {
  background: white;
  border-color: #14a652;
  color: #14a652;
  cursor: pointer;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.liberty-hotel .btn-see-more:hover {
  background: #14a652;
  color: white;
}

.liberty-hotel .logo-odyssea {
  left: 5%;
  width: 130px;
}

.liberty-hotel .option-item .description, .liberty-hotel .label-available, .liberty-hotel .price {
  color: #14a652;
}

.liberty-hotel .why-section .gradient-purple-line.liberty-hotel-line {
  background: linear-gradient(to right, #f2f3f4, rgba(20, 166, 82, 0.15), rgba(20, 166, 82, 0.3), rgba(20, 166, 82, 0.5) 30%, rgb(20, 166, 82) 40%, #14a652 60%, rgba(20, 166, 82, 0.5) 70%, rgba(20, 166, 82, 0.3), rgba(20, 166, 82, 0.15), #f2f3f4);
}

.liberty-hotel button.btn-book-now:hover {
  color: #111;
  background: #fff;
  border-color: #14a652;
}

.liberty-hotel .email-subcribe-section {
  background: #14a652;
}

.liberty-hotel .div-footer-branch {
  border: solid 3px #14a652;
}

.liberty-hotel .accomodation-section {
  background-image: url('../assets/image/BAMBOO.PNG');
  background-size: contain;
  background-repeat: no-repeat;
}

.liberty-hotel .decor {
  background-color: #14a652;
}

.liberty-hotel .food-and-beverage-section .carousel-res .div-res-detail .item-res-detail .title {
  color: #14a652;
}

.liberty-hotel .div-search .box-search .btn-search:hover {
  background: #0c803d;
  border-color: #0c803d;
}

.div-single-meeting {
  padding: 100px 210px 40px 210px;
}

.div-single-meeting .title {
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: #14a652;
}

.div-single-meeting .content {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: justify;
  color: #262525;
  margin-top: 30px;
}

.div-single-meeting .sub-title {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.2px;
  color: #14a652;
  margin-top: 30px;
}

.div-single-meeting .list-detail {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #4a4a4a;
  padding-left: 15px;
  margin-top: 30px;
}

.div-single-meeting .liberty-meeting-photo {
  width: 90%;
  z-index: 2;
  position: relative;
}

.div-single-meeting .div-shadow-photo {
  width: 90%;
  position: absolute;
  z-index: 1;
  top: 0;
  opacity: .1;
}

.div-single-meeting .div-shadow-photo .liberty-shadow-img {
  width: 95%;
  margin-left: 40px;
  margin-top: 40px;
}

.div-single-meeting .div-btn .btn-see-more {
  width: 140px;
  height: 45px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 30px;
}

.div-liberty-spa {
  padding: 100px 210px 40px 210px;
}

.div-liberty-spa .col-image-spa {
  text-align: right;
}

.div-liberty-spa .col-image-spa .liberty-round-photo {
  width: 90%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.div-liberty-spa .col-image-spa .div-round-shadow-photo {
  width: 80%;
  position: absolute;
  z-index: 1;
  opacity: .1;
  left: -50px;
  top: 50px;
}

.div-liberty-spa .col-image-spa .div-round-shadow-photo .liberty-round-shadow-img {
  width: 90%;
  border-radius: 50%;
}

.div-liberty-spa .title {
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: normal;
  color: #14a652;
}

.div-liberty-spa .content {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: justify;
  color: #262525;
  margin-top: 30px;
}

.div-liberty-spa .sub-title {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.2px;
  color: #14a652;
  margin-top: 30px;
}

.div-liberty-spa .list-detail {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #4a4a4a;
  padding-left: 15px;
  margin-top: 30px;
}

.div-liberty-spa .div-btn .btn-see-more {
  width: 140px;
  height: 45px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 30px;
}

.accomodation-section .set-height-class .carousel-item{
  display: block;
}

.accomodation-section .carousel-inner .carousel-item{
  align-items: normal;
}

.accomodation-section .carousel-inner .carousel-item.active, .accomodation-section .carousel-inner .carousel-item-next, .accomodation-section .carousel-inner .carousel-item-prev {
  display: flex;
}

.accomodation-section .carousel-inner .carousel-item-right.active, .accomodation-section .carousel-inner .carousel-item-next {
  transform: translateX(25%);
}

.accomodation-section .carousel-inner .carousel-item-left.active, .accomodation-section .carousel-inner .carousel-item-prev {
  transform: translateX(-25%);
}

.accomodation-section .carousel-inner .carousel-item-right, .accomodation-section .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.accomodation-section .carousel-control-next, .accomodation-section .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  text-align: center;
  opacity: 1;
  font-size: 35px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.79) 0%, rgba(255, 255, 255, 0) 100%);
  width: 25%;
}

.custom-infor-window{
  height: 300px;
  width: 500px;
  overflow: hidden;
}

.custom-infor-window img{
  width: 100%;
}

.custom-infor-window .address{
  margin-top: 8px;
}

.custom-infor-window .name-hotel{
  font-size: 20px;
  color: black;
  font-weight: 400;
}

.custom-infor-window .row-detail{
  display: flex;
  margin-top: 8px;
}

.custom-infor-window .row-detail .material-icons{
  font-size: 18px;
  color: #3498db;
}

.custom-infor-window .iframe-trust-you{
  margin-top: 8px;
}

.div-main .div-branch .div-logo-branch {
  align-items: center;
}


.big-footer-section .div-cover-main .follow-and-payment .icon-social {
  cursor: pointer;
  width: 200px;
  max-width: 200px;
  display: flex;
  align-items: center
}

.big-footer-section .div-cover-main .follow-and-payment .icon-social a{
    display: block;
    width: 100%;
    margin-right: 15px;
}

.big-footer-section .div-cover-main .follow-and-payment .icon-social img {
  width: 100%;
  margin-right: 15px;
  height: 100%;
}

.big-footer-section .div-cover-main .follow-and-payment .icon-payment img {
  width: 100%;
  margin-right: 15px;
}

.big-footer-section .div-cover-main .follow-and-payment .icon-payment {
  width: 45px;
  cursor: pointer;
  display: flex;
  height: 30px;
}

.big-footer-section .div-cover-main .follow-and-payment .icon-secure img {
  width: 100%;
}

.big-footer-section .div-cover-main .follow-and-payment .icon-store {
  width: 110px;
  cursor: pointer;
  display: flex;
  height: 38px;
}

.big-footer-section .div-cover-main .follow-and-payment .icon-store img {
  margin-right: 30px;
  width: 100%;
}

.footer-section .div-footer-branch .div-logo-branch {
  align-items: center;
}

@media (max-width: 767px) and (min-width: 320px) {
  .div-logo-branch-mobile .div-logo-branch .logo-branch {
    width: 40%;
    margin: auto;
  }
  .div-logo-branch-mobile .div-logo-hotel .logo-hotel {
    width: 25%;
    margin: auto;
  }
  .div-logo-branch-mobile .div-logo-hotel .logo-hotel img {
    width: 100%;
  }

}



.div-logo-branch-mobile .div-logo-central .logo-premier img,
.div-logo-branch-mobile .div-logo-central .logo-central img {
  width: 100%;
}
.ui-menu .ui-menu-item-wrapper{
  padding: 8px 10px;
  font-size: 14px;
}
.ui-menu .ui-menu-item .ui-state-hover,
.ui-menu .ui-menu-item .ui-state-active {
  background: rgba(221, 221, 221, 0.3);
  border: 1px solid rgba(221, 221, 221, 0.3);
  font-weight: 600;
  color: rgb(0,0,0);
}

.ui-menu{
  width: 360px !important;
}

/* .ui-menu {
  list-style:none;
  padding: 10px;
  margin: 0;
  display:block;
  width:227px;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin:0;
  padding: 0;
  width: 200px;
}
.ui-menu .ui-menu-item a {
  text-decoration:none;
  display:block;
  padding:.2em .4em;
  line-height:1.5;
  zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  margin: -1px;
}
.ui-helper-hidden-accessible { display:none; } */

/* Discount Popup */
.speech-bubble{
  position: absolute;
  margin-top: 40px;
  background: rgba(156, 2, 180, 0.75);
  border-radius: .4em;
  padding: 11px;
  right: 20px;
  color: white;
}

.speech-bubble:after{
  content: '';
  position: absolute;
  top: 0;
  left: 80%;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-bottom-color: rgba(156, 2, 180, 0.75);
  border-top: 0;
  margin-left: -14px;
  margin-top: -14px;
}

.central-branch .speech-bubble{
  background: rgba(177, 101, 50, 0.75)
}

.central-branch .speech-bubble:after{
  border-bottom-color: rgba(177, 101, 50, 0.75)
}

.liberty-hotel  .speech-bubble{
  background: rgba(20, 166, 82, 0.75)
}

.liberty-hotel  .speech-bubble:after{
  border-bottom-color: rgba(20, 166, 82, 0.75)
}


.contact-us-successfull .div-inside-contact-us-successfully{
  padding: 25px 0px;
  width: 70%;
  margin: auto;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 7px #ccc;
  text-align: center;
}
.contact-us-successfull .div-inside-contact-us-successfully i{
  font-size: 65px;
  color: green;
}
.contact-us-successfull .div-inside-contact-us-successfully .title-success{
  font-weight: bold;
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.contact-us-successfull .div-inside-contact-us-successfully .message-success{
  font-size: 15px;
}

.div-main.loyalty-body .a-ja, .div-main.loyalty-body .a-ko, .div-main.loyalty-body .a-zh-hans, .div-main.loyalty-body .a-ru{
  display: block !important;
}



/* addmin custom */
div.cms .cms-toolbar-item-navigation .cms-toolbar-item-navigation-hover .cms-toolbar-item-navigation-children ul{
  max-height: calc(100vh - 300px);
  overflow: auto;
}

#top-nav {
  height: 40px;
  background-color: #ccc;
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 80px;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
}

#top-nav ul.nav {
  line-height: 36px;
	list-style: none;
	padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
}


#top-nav ul.nav li a {
	display: block;
	font-weight: bold;
  padding: 2px 12px;
  color: #000000;
}

#top-nav ul.nav li:hover a,  #top-nav ul.nav li a:hover{
  background-color: #9c02b4;
  color: white;
  text-decoration: none;
}

.central-branch #top-nav ul.nav li:hover a, .central-branch #top-nav ul.nav li a:hover {
  background-color: #b16532;
}

.liberty-hotel #top-nav ul.nav li:hover a, .liberty-hotel #top-nav ul.nav li a:hover {
  background-color: #14a652;
}

#top-nav li {
	position: relative;
	text-align: center;
	margin:0 1px;
}

#top-nav ul.nav li.current a{
  background-color: #9c02b4;
  color: white;
}

.central-branch #top-nav ul.nav li.current a{
  background-color: #b16532;
}

.liberty-hotel #top-nav ul.nav li.current a{
  background-color: #14a652;
}

#top-nav li ul {
	display: none;
	position:absolute;
	top: 14px;
	left: 0;
	font-weight: normal;
	padding: 1px 0 10px 0;
  margin-left:-1px;
  list-style: none;
}

#top-nav ul.nav li ul.sub li{
  border:1px solid #ccc;
  border-width:0 1px 1px 1px!important;
  min-width: 230px;
  text-align: left;
  line-height: 30px;
}

#top-nav ul.nav li ul.sub li a{
  font-weight: normal!important;
  background:#f9f9f9;
  color: #000000;
}

#top-nav ul.nav li ul.sub li a:hover{
  background:#9c02b4;
  color: white;
}

.central-branch #top-nav ul.nav li ul.sub li a:hover{
  background-color: #b16532;
}

.liberty-hotel #top-nav ul.nav li ul.sub li a:hover{
  background-color: #14a652;
}

#top-nav ul.nav li>ul {
	top: auto;
	left: auto;
}

#top-nav ul.nav li:hover ul, li.over ul {
	display: block;
}

#adv-popup .modal-dialog{
  max-width: 900px;
}

#adv-popup .modal-dialog .modal-content{
  width: auto !important;
}

#adv-popup .modal-dialog .modal-content .btn{
  width: 35px;
  height: 35px;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 1;
  z-index: 1;
  font-size: 18px;
  opacity: .9;
  border: 2px solid #e5e5e5;
}

#adv-popup .modal-dialog .modal-body p{
  padding: 0 !important;
  margin: 0 !important;
}

#adv-popup .modal-dialog .modal-body img{
  max-width: 100%;
  max-height: 100%;
}

/* Youtube video background */
.youtube-video-bg {
  height: calc(100vh - 80px);
  overflow: hidden;
  position: absolute;
  margin-top: 120px;
  width: 100%;
  z-index: 1;
  /* [UI] — Duplicate image */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.youtube-video-bg .youtube-video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.youtube-video-bg .youtube-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtube-video-bg.yloading iframe{
  display: none;
}
