.slick-slider .slick-list,
.slick-slider .slick-track {
  height: 100%;
}

#sec-about {
  position: relative;
}

.rooms-item {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.room-price .price {
  justify-content: center;
}

.room-price .price-new {
  font-size: 26px;
  text-align: center;
}

.search-popup {
  z-index: 10;
}

.mphb-reservation-form-block {
  background: #042351;
}

.header-booking-form .top-booking-form {
  position: relative;
  margin-bottom: 15px;
}
.header-booking-form .top-booking-form h6 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: normal;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
.header-booking-form input.form-control {
  color: white;
}
.header-booking-form input.form-control::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}
.header-booking-form input.form-control:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}
.header-booking-form input.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}
.header-booking-form input.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
.header-booking-form input.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}
.header-booking-form input.form-control:focus, .header-booking-form input.form-control:active {
  box-shadow: none;
}
.header-booking-form .number-input {
  border: 1px solid;
  padding: 0 10px;
}
.header-booking-form input[type=nunber] {
  color: white;
}
.header-booking-form input[type=nunber]::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}
.header-booking-form input[type=nunber]:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}
.header-booking-form input[type=nunber]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}
.header-booking-form input[type=nunber]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
.header-booking-form input[type=nunber]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.mphb-reservation-form-block .mphb-price {
  top: 0;
  font-size: 28px;
  font-family: "roboto", sans-serif;
}

.footer-bottom {
  justify-content: center;
}

.number-input .base-icon-account {
  font-size: 18px;
}

.button-style1, .mphb-button, .mphb_sc_checkout-submit-wrapper .button {
  background: #f59d52;
  color: white;
  margin-bottom: 2px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  color: #FFF!important;
}
.button-style1:hover, .button-style1:focus, .button-style1:active, .mphb-button:hover, .mphb-button:focus, .mphb-button:active, .mphb_sc_checkout-submit-wrapper .button:hover, .mphb_sc_checkout-submit-wrapper .button:focus, .mphb_sc_checkout-submit-wrapper .button:active {
  background: #fc8b2b;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.list-room-slider .room-item .room-detail .top .price {
  font-size: 20px;
  font-family: "roboto", sans-serif;
  line-height: 1;
  color: #b35403;
  width: 42%;
  display: inline-block;
  text-align: right;
}

.header-booking-form input.form-control {
  height: 40px;
}

.number-input {
  height: 40px;
}
.number-input .label {
  color: white;
  padding-right: 10px;
  padding-left: 10px;
}
.number-input input {
  -moz-appearance: textfield;
}
.number-input input::-webkit-outer-spin-button, .number-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.number-input .b {
  margin-top: 3px;
  padding-left: 15px;
  margin-left: auto;
}

.number-input .plus, .number-input .minus {
  position: relative;
  width: 20px;
  height: 12px;
  cursor: pointer;
}

.number-input .plus {
  margin-bottom: 1px;
}

.number-input .plus:before, .number-input .plus:after, .number-input .minus:before, .number-input .minus:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  box-shadow: inset 0 0 0 2px;
  margin: -1px 0 0 -5px;
}

.number-input .plus:after {
  transform: rotate(90deg);
}

#popup-book-now .book-now,
.banner-bottom .book-now {
  background: #f59d52 !important;
  padding: 5px 20px;
  cursor: pointer;
}
#popup-book-now .book-now:focus, #popup-book-now .book-now:active,
.banner-bottom .book-now:focus,
.banner-bottom .book-now:active {
  outline: 0;
}

.contact-form textarea,
.contact-form input {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 9px;
  margin-bottom: 10px;
  height: 40px;
  resize: none;
  transition: all 400ms ease-in-out;
  border: none;
  background: #F2F2F2;
  border-radius: 4px;
  box-shadow: none;
}
.contact-form textarea {
  height: auto;
}
.contact-form button[type=submit] {
  background: #f59d52;
  padding: 10px 25px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  border: none;
  z-index: 3;
}

.services-list .services-item .services-img-link .services-item-img {
  min-height: 295px;
}

#testimonial .testimonial-slider .testimonial-item .top .rate {
  font-size: 14px;
}

.popup-book-now input, .popup-book-now select {
  height: auto;
}

.banner-bottom {
  padding: 25px 0;
}

.custom-modal .modal-dialog .modal-content {
  background: #000 url(../images/icon/pattern-menu.png);
  width: 500px;
  color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.custom-modal .modal-header {
  justify-content: center;
  border: 0;
  padding-top: 70px;
}
.custom-modal .modal-header .modal-title {
  margin: 0;
}
.custom-modal .close {
  position: absolute;
  right: 20px;
  top: 8px;
}

.bg-sec-3 {
  background: transparent url("../images/bg-color.jpg") no-repeat;
  background-size: cover;
}

.banner-bottom .hotel-rating-block .content {
  margin-right: auto;
  line-height: normal;
}

.single-post .breadcrumb.custom {
  background: none;
  padding: 0;
  width: 100%;
}
.single-post .post-nav {
  margin-bottom: 15px;
}
.single-post .blog-header {
  position: relative;
  margin-bottom: 15px;
}
.single-post .blog-header .title {
  font-size: 36px;
}
.single-post .blog-header .meta {
  display: block;
  clear: both;
}
.single-post .blog-header .meta-item {
  display: inline-block;
  padding-right: 15px;
  font-size: 14px;
  font-style: italic;
}
.single-post .blog-header .meta-item i {
  color: #444d59;
  font-size: 15px;
}

.single-service-header {
  margin-bottom: 15px;
}
.single-service-header h1 {
  color: #444d59;
  font-size: 28px;
  line-height: normal;
  margin-top: 0;
}

.related_articles .h {
  font-size: 32px;
  font-weight: 600;
}

.section-breadcrumb {
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  position: relative;
}
.section-breadcrumb .breadcrumbs {
  padding: 0;
  margin: 0;
  background: none;
}
.section-breadcrumb .breadcrumbs .breadcrumb {
  background: none;
  padding: 10px 0;
  margin-bottom: 0;
  border-radius: 0;
}
.section-breadcrumb .breadcrumbs .breadcrumb li,
.section-breadcrumb .breadcrumbs .breadcrumb li a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .breadcrumb {
    display: block;
    white-space: nowrap;
    overflow: hidden;
  }

  .breadcrumb .breadcrumb-item {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
  }
}

.site-content.site-content .section {
  padding: 20px 0;
}

.section-header .page-inner {
  padding-bottom: 20px;
}
.section-header .page-title {
  font-size: 32px;
  margin: 0;
}

.subscribe-form form .input-block {
  padding: 0;
}
.subscribe-form form .input-block input {
  padding: 11px 0;
}
.subscribe-form form .input-block input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}
.subscribe-form form .input-block input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}
.subscribe-form form .input-block input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}
.subscribe-form form .input-block input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
.subscribe-form form .input-block input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.number-input.single_room {
  width: 100%;
  padding-right: 5px;
}
.number-input.single_room .label {
  font-size: 12px;
}

.header-booking-form .no-gutters > .col, .header-booking-form .no-gutters > [class*=col-] {
  padding-right: 10px;
  padding-left: 0;
}
@media screen and (max-width: 480px) {
  .header-booking-form .no-gutters > .col, .header-booking-form .no-gutters > [class*=col-] {
    padding-right: 0;
  }
}

.thums-rooms-slider .slick-list {
  max-height: 140px;
}

.room-attributes .attr-item i {
  margin-right: 10px;
}

.room-services-block .item .t i {
  margin-right: 5px;
}

.room-services .room-attributes {
  border: 0;
  margin: 0;
}
.room-services .room-attributes .attr-item {
  display: block;
  width: 34%;
  margin: 0;
  font-size: 17px;
  text-transform: initial;
}
@media screen and (max-width: 480px) {
  .room-services .room-attributes .attr-item {
    width: 100%;
  }
}
.room-services .room-attributes .attr-item:not(:last-child) {
  margin-bottom: 0;
  width: 31%;
}
@media screen and (max-width: 480px) {
  .room-services .room-attributes .attr-item:not(:last-child) {
    width: 100%;
  }
}
.room-services .room-attributes .attr-item i {
  margin-right: 0;
}

.rooms-list .room-details .title a {
  display: block;
}

.contact-links-block i {
  padding-right: 5px;
}

body {
  top: 0px !important;
}

#google_language_translator {
  display: none !important;
}

#flags {
  text-align: right;
  float: right;
  clear: right;
}

#flags ul {
  float: right !important;
}

#flags ul {
  margin: 0;
  padding: 0;
}

#flags li {
  float: left !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: none !important;
  list-style: none !important;
  content: none !important;
}

.nav li:first-child {
  margin-left: 0 !important;
}

#flags.size24 a.united-states[title=English] {
  background: url(../images/flags.png) -116px -351px no-repeat !important;
}

#flags.size24 a[title=Vietnamese] {
  background: url(../images/flags.png) 0 -380px no-repeat;
}

#flags.size24 a {
  display: block;
  width: 24px !important;
  height: 18px !important;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
}

#flags.size24 a:first-child {
  margin-right: 3px;
}

@media screen and (max-width: 420px) {
  .page_home .banner {
    height: 400px;
  }
  .page_home .banner .main-slider {
    height: 100%;
  }
}