@charset "UTF-8";
* {
  font-family: "Roboto", "Microsoft JhengHei", "Helvetica Neue", "Helvetica,Arial", "sans-serif", "fontawesome", "Glyphicons Halflings" !important;
}

.product-detail-company {
  max-width: 60px;
  float: left;
  border-radius: 0 !important;
  position: relative;
  bottom: 5px;
  max-height: 40px;
}

header #logo {
  border-right: 0;
}

.tabs-left {
  margin-top: 0;
}
.tabs-left .active a {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.tabs-left a {
  text-align: center;
  border-radius: 5px 0px 0px 5px !important;
  font-size: 18px;
}

.table.doc-table {
  width: 100% !important;
}
.table.doc-table th, .table.doc-table td {
  border: 0 !important;
}

#reservation-form {
  margin-top: 0;
  position: absolute;
  width: 100%;
  top: 70px;
}
#reservation-form .popover-icon i {
  color: #fff;
}
#reservation-form .reservation-horizontal {
  background-color: #00101C;
  background-color: rgba(0, 16, 28, 0.6);
  border: 0;
}
#reservation-form .reservation-horizontal label {
  font-size: 17px;
  color: #fff;
}

.product-files img {
  max-width: 100%;
}
.product-files .img-box {
  max-width: 13px;
  position: relative;
  display: inline-block;
  bottom: 1px;
}
.product-files td {
  font-size: 15px;
}

.compare_box {
  position: fixed;
  bottom: -120px;
  width: 100%;
  transform: translate(-50%, 0%);
  left: 50%;
  z-index: 1000;
  height: 160px;
  padding: 8px 10px;
  background: #115293;
  text-align: center;
  border-top: 1px solid #fff;
}
.compare_box.active {
  bottom: 0px;
}
.compare_box .toggle_compare_box {
  position: absolute;
  right: 15px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  top: -31px;
  padding: 0px 10px;
  background: #115293;
  border-top: 1px solid #fff;
  border-radius: 5px 5px 0px 0px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.compare_box .inner_section {
  height: 60%;
  display: inline-block;
  /*
  position: relative;
  bottom: 15px;
  */
}
.compare_box .inner {
  position: relative;
  color: #eee;
  height: 100%;
  width: 140px;
  display: inline-block;
  border: 2px solid #eee;
  border-radius: 5px;
  margin-right: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.compare_box .inner a {
  color: #fff;
}
.compare_box .inner:last-of-type {
  border: 0;
  box-shadow: none;
  margin-right: 0;
  /*
  top: 12px;
  */
}
.compare_box .inner_btn {
  background: #299C3A;
  border-radius: 15px;
  color: #fff;
  width: 100px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 14px;
  padding: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.compare_box .inner_btn a {
  color: #fff;
}
.compare_box .inner_btn.default {
  background: #666;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 0;
}
.compare_box .default i {
  font-size: 30px;
  color: #fff;
  margin-top: 10px;
}
.compare_box .default p {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
}
.compare_box .over {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}
.compare_box .over p {
  color: #222;
  margin-bottom: 5px;
  font-size: 14px;
}
.compare_box .over p:first-of-type {
  font-size: 11px;
  position: absolute;
  right: 6px;
  top: 1px;
  color: #fff;
}
.compare_box .over p:nth-child(2) {
  background: #299C3A;
  color: #fff;
}
.compare_box .over p:nth-child(3) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0px 2px;
}
.compare_box .over p:last-of-type {
  font-size: 14px;
  color: #666;
}
.compare_box .over span {
  font-size: 15px;
  font-weight: bold;
}

@media only screen and (max-width: 1366px) {
  /* 3 slot */
  .fourth_col, td.col3 {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  /* 2 slot */
  .third_col, td.col2 {
    display: none !important;
  }

  .inner {
    width: 100px !important;
  }

  .product-detail-company {
    float: none;
    margin-bottom: 20px;
  }

  .tabs-left a {
    font-size: 14px;
  }

  #reservation-form {
    top: 0px;
  }
  #reservation-form .reservation-horizontal {
    padding: 15px 20px;
  }
  #reservation-form .reservation-horizontal .faq_title {
    font-size: 25px;
    position: relative;
    right: 5px;
  }
  #reservation-form .reservation-horizontal .form-group {
    margin-bottom: 0;
  }
  #reservation-form .reservation-horizontal label {
    font-size: 13px;
  }
  #reservation-form .reservation-horizontal .btn-block {
    font-size: 18px !important;
    padding: 5px 6px !important;
  }
}
@media only screen and (max-width: 320px) {
  /* 2 slot */
  .inner {
    width: 90px !important;
  }

  .compare_box .inner_btn {
    width: 90px !important;
  }
}
.swal2-title {
  font-size: 25px !important;
  line-height: 35px;
}

.nav-pills > li > a {
  border-radius: 0;
}

.product_btn {
  background: #21afef !important;
  border-radius: 0;
}
.product_btn.small_btn {
  padding: 5px 6px !important;
  font-size: 13px !important;
  margin-right: 5px;
}
.product_btn i {
  color: #fff !important;
}

a {
  outline: none !important;
}

.is_create_bank {
  padding-top: 20px;
}

#clientModal #myTable_wrapper {
  overflow: auto;
}

.record_btn {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 0;
  font-size: 18px;
  padding: 10px 10px;
}
.record_btn i {
  margin-right: 5px;
}

.large_checkbox {
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
}

#overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}
#overlay i {
  font-size: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

label {
  font-size: 16px;
}

.product_item_img {
  height: 80px;
  width: auto !important;
  float: right;
  border: 1px solid #eee !important;
}
.product_item_img.fail_load {
  border: 0 !important;
  height: auto !important;
}

.book_button {
  -webkit-border-radius: 16px 16px 16px 16px;
  -moz-border-radius: 16px 16px 16px 16px;
  border-radius: 16px 16px 16px 16px;
  background-color: #21afef;
  color: #ffffff;
  width: 110px;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  margin: 0;
  letter-spacing: 1px;
  position: relative;
  bottom: 3px;
  font-size: 17px;
  font-weight: bold;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
}

.select2-container {
  width: 100% !important;
}

.footer_terms a {
  font-size: 14px;
}

.home_box {
  margin-bottom: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}
.home_box img {
  margin-left: 30px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home_box img:hover {
  margin-left: 0;
}
.home_box p {
  position: absolute;
  color: #fff;
  bottom: 20px;
  left: 30px;
  font-size: 30px;
}

.round_img {
  display: inline-block;
}
.round_img img {
  border-radius: 200%;
  width: 150px;
}
.round_img p {
  color: #fff;
  font-size: 15px;
}

.mt20 {
  margin-top: 20px !important;
}

.product-nav a {
  font-size: 18px;
  border-radius: 5px !important;
}

p, .navbar-nav .dropdown-menu {
  font-size: 14px;
}

img {
  max-width: 100%;
}

img.fail_load {
  box-shadow: none !important;
  max-width: 60% !important;
}

a {
  color: #15518e;
}

.tab-content {
  padding: 20px 0px;
}

.go_back {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 2px;
  left: 20px;
}

.navbar-brand {
  height: auto;
}

.year_list {
  font-size: 22px;
  margin-bottom: 30px;
}
.year_list a {
  color: #15518e;
}

a:focus {
  outline: none;
}

.apply_record label {
  font-size: 15px;
}

.form-control {
  color: #666;
}

.client_box {
  cursor: pointer;
}

.past_booking_box {
  cursor: pointer;
}

.modal.fade.in {
  z-index: 10000;
  -webkit-transform: translateZ(2px);
  -moz-transform: translateZ(2px);
  -o-transform: translateZ(2px);
  transform: translateZ(2px);
}

.room-thumb .content {
  padding: 0px 25px 0px 15px;
}

.room-thumb .main {
  border: 0;
}
.room-thumb .main .price {
  border: 0;
}
.room-thumb .main h5 {
  padding: 10px 0 0 15px;
}

.company-carousel .owl-dots {
  margin-top: 30px !important;
}

.content_box .content_title {
  background: #39699a;
  overflow: hidden;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-top: 20px;
  margin-bottom: 25px;
  margin-left: -50vw;
  margin-right: -50vw;
}
.content_box .content_subtitle {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-top: 20px;
  color: #39699a;
  font-size: 15px;
}
.content_box .content_subtitle span {
  color: #666;
  font-size: 13px;
}

.navbar-nav a {
  font-size: 17px;
}
.navbar-nav p {
  font-size: 14px;
}

.warning_bar {
  padding: 5px 0px;
  background: #d43636;
}
.warning_bar p {
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 16px;
}

.btn-primary {
  background: #5e9bd9;
  border: 0;
  font-size: 15px;
  padding: 8px 40px;
}
.btn-primary.danger {
  background: #c50707;
}

p {
  color: #666;
}

.btn-sm {
  font-size: 12px;
  padding: 2px 10px;
  font-weight: normal;
}

.title {
  color: #39699a;
}

.subtitle {
  font-size: 16px;
}

.box-icon .circle {
  padding: 20px;
}

.room-thumb:hover img {
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -o-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}

.join_box {
  padding: 10px;
}
.join_box ul {
  padding-left: 25px;
}
.join_box li {
  font-size: 15px;
  margin-bottom: 5px;
}
.join_box .title {
  font-size: 18px;
  text-align: center;
  color: #464646;
  font-weight: bold;
  margin-bottom: 20px;
}

.room-thumb {
  height: 310px;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.room-thumb img {
  display: inherit;
  border: 0;
}
.room-thumb .content {
  padding-top: 15px;
}
.room-thumb .content p {
  margin-bottom: 20px;
}

.list-unstyled li {
  margin-bottom: 6px;
}
.list-unstyled li i {
  width: 25px;
}

.shape {
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 60px 60px 0;
  height: 0px;
  width: 0px;
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border-color: transparent #e6711d transparent transparent;
}
.shape .shape-text {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  right: -50px;
  bottom: -20px;
  white-space: nowrap;
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.my_sticker {
  left: 50%;
  transform: translate(-50%, 0);
  width: 50%;
  min-width: 350px;
  bottom: 0px;
  position: relative;
  z-index: -1;
}
.my_sticker .panel-default {
  background: inherit;
  border-radius: 0;
  border: 0;
  position: fixed;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 100%;
}
.my_sticker .panel-collapse {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.16) -1px 4px 5px 0px, rgba(0, 0, 0, 0.12) -1px 6px 10px 0px;
}
.my_sticker .panel-footer {
  border-radius: 0 0 30px 30px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  width: 100px;
  margin: auto;
}
.my_sticker .panel-footer .filter_btn {
  color: #666 !important;
}

.panel-heading .accordion-toggle:after {
  font-family: "fontawesome";
  content: "";
  float: right;
  color: #fff;
}

.panel-heading .accordion-toggle.collapsed:after {
  content: "";
}

.big_title {
  font-size: 40px;
  text-align: center;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  color: #464646;
}
.big_title.home_btn_title {
  margin-top: 80px;
}

.title_txt {
  font-size: 16px;
  margin-bottom: 50px;
}

.short_divider {
  margin: 20px 15%;
  border-top: 1px solid #eee;
}

#top-header .th-text .th-item .btn-group ul.dropdown-menu > li > a:hover, article .meta-date, .comment .reply-button, aside .widget .tags a, aside .widget ul a:hover .badge, #call-to-action, .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, #go-top:hover, .testimonials .owl-theme .owl-controls .owl-buttons div:hover, .standard-slider .owl-theme .owl-controls .owl-buttons div:hover, .box-icon .circle:hover, .gallery a i, .gallery-slider a i {
  background: #568abf;
}

header, .blog-author img, .comment .avatar img, aside h3, blockquote, .ui-widget-header, .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, #owl-gallery, #owl-reviews img, .parallax-effect, .revolution-slider, .testimonials .owl-theme .owl-controls .owl-buttons div, .standard-slider .owl-theme .owl-controls .owl-buttons div, #go-top, .box-icon .circle, .testimonials .owl-theme .owl-controls .owl-buttons div, .standard-slider .owl-theme .owl-controls .owl-buttons div, #map {
  background: #15518e;
  border-color: #15518e !important;
}

.owl-theme .owl-controls {
  margin-top: 50px;
}

.owl-theme .owl-controls .owl-page span {
  background: #15518e;
}

.parallax-effect .color-overlay {
  background-color: rgba(21, 81, 142, 0.8);
}

.btn-default {
  color: #15518e;
}

.steps-item {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.steps-item p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-weight: 800;
  color: #505050;
}
.steps-item:hover {
  transition: box-shadow 300ms;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
}

.step {
  text-align: right;
}
.step img {
  position: relative;
  z-index: 1;
}
.step i {
  position: relative;
  left: 80px;
  bottom: 50px;
  font-size: 180px;
  margin-bottom: 30px;
  color: #42a5f5;
}
.step p {
  text-align: center;
  font-weight: 800;
  color: #568abf;
  margin-bottom: 0;
}
.step p.title {
  color: #274d73;
  font-size: 60px;
}
.step p.subtitle {
  font-size: 25px;
  z-index: -1;
}
.step .content {
  position: absolute;
  text-align: center;
  right: 80px;
  top: 150px;
  z-index: 0;
}

#filter_table .form-group {
  margin-bottom: 50px;
}

.true_false {
  margin: 0;
  display: inline-block;
}
.true_false p {
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px 10px;
  cursor: pointer;
  margin: 0;
}
.true_false li {
  margin-left: -4px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.room-list {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.room-thumb .main h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 210px;
  font-size: 15px;
  color: #333;
}

.room-thumb .main .price, .comment, .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th, .panel-default > .panel-heading {
  background: rgba(124, 136, 138, 0.05);
}

.blue_block {
  background: #15518e;
  padding: 20px 10px;
  margin-top: 20px;
}
.blue_block li {
  padding: 0px 10px;
}
.blue_block p {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 10px;
}
.blue_block input {
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  font-size: 30px;
  text-align: center;
  width: 80px;
}
.blue_block select {
  border-radius: 0;
  font-size: 18px;
  height: 40px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 170px;
}

.contact_btn {
  color: #39699a;
  border: 2px solid #39699a;
  font-size: 20px;
  padding: 5px 10px;
  margin-top: 50px;
  display: inline-block;
}

.faq_title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px #666;
  margin: 0;
}

.blue_panel {
  background: #15518e;
  color: #fff;
}

/* select2 */
.select2-selection {
  height: 34px !important;
  padding: 6px 12px;
}

.select2-selection__rendered {
  font-size: 14px;
  line-height: 1.42857143 !important;
}

.select2-selection__arrow {
  margin-top: 2px;
}

.plan_detail {
  font-size: 18px;
}

.plan_detail .title {
  font-size: 20px;
  color: #15518e;
  font-weight: bold;
  margin-top: 10px;
}

.info_box {
  background: #15518e;
  margin: 80px 0px;
  padding-top: 40px;
  padding-bottom: 60px;
}
.info_box .title {
  color: #fff;
  font-size: 22px;
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
}
.info_box .txt {
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.info_box .small_txt {
  color: #eee;
  font-size: 16px;
}
.info_box .icon {
  color: #fff;
  font-size: 30px;
}

.navbar.shrink p.menu_text {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.mobile_only {
  display: none !important;
}

.desktop_only {
  display: block !important;
}

.desktop_cell_only {
  display: table-cell !important;
}

.step .desktop_only {
  display: inline-block !important;
}

.mobile_lang_select a, .mobile_lang_select p {
  display: inline-block !important;
  vertical-align: middle;
}

.mobile_lang_select p {
  margin: 0;
}

.ui-coverflow img {
  box-shadow: 0 0 4em 1em white;
}

.jFiler-theme-default .jFiler-input {
  width: 250px !important;
}

.ui-coverflow-wrapper {
  height: 400px;
}

.ui-state-active {
  border: 0 !important;
  background: inherit !important;
}

.usp a {
  margin-bottom: 0;
}

footer .footer-bottom {
  padding: 20px 0px 40px 0px;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #39699a;
  margin: auto;
}

.prize_item_list {
  margin-top: 0px;
  margin-bottom: 50px;
}
.prize_item_list li {
  font-size: 15px;
  margin-bottom: 5px;
}
.prize_item_list .title {
  font-size: 22px !important;
}
.prize_item_list b {
  font-size: 16px;
}
.prize_item_list .mt20 {
  margin-top: 40px !important;
}

.prize_box {
  text-align: center;
}
.prize_box img {
  height: 100px;
}
.prize_box p {
  margin-top: 10px;
  font-size: 15px;
}

.service_box {
  margin-bottom: 50px;
}
.service_box .title {
  color: #666;
  font-size: 20px;
  font-weight: bold;
}

.quote_box p {
  color: #fff;
  font-size: 15px;
}
.quote_box p.quote_txt {
  border-left: 4px solid #15518e;
  margin-bottom: 20px;
  padding-left: 10px;
}
.quote_box p.title {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
}

.person_box {
  max-width: 300px;
  margin: auto;
  background: #f4f4f7;
  margin-top: 150px;
  position: relative;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 100px 40px 15px 40px;
  min-height: 222px;
}
.person_box img {
  width: 150px;
  height: 150px;
  padding: 10px;
  border-radius: 86px;
  -webkit-border-radius: 86px;
  -moz-border-radius: 86px;
  background: #dedede;
  position: absolute;
  margin-left: -82px;
  margin-top: -162px;
  left: 50%;
}
.person_box .title {
  font-size: 22px;
  font-weight: bold;
  color: #666;
}
.person_box p {
  font-size: 18px;
}

footer.wealth, footer.wealth .footer-bottom {
  margin-top: 0;
}

.apply_product {
  margin: 30px 0px;
}
.apply_product .media-body {
  padding-left: 10px;
}

/* Step form */
/*
.my-form-wizard .wizard-card .moving-tab, .my-form-wizard .wizard-card .nav-pills > li a {
  font-size: 15px;
}

.my-form-wizard .form-control, .my-form-wizard .form-group .form-control {
  font-size:16px;
}

.my-form-wizard .form-group label.control-label {
  color:#666;
}

.my-form-wizard .btn {
  font-size:18px;
  font-weight:bold;
}
*/
.vertical-text {
  transform: rotate(90deg);
  transform-origin: left top 0;
}

/* The side navigation menu */
.sidenav {
  height: 100%;
  width: 500px;
  margin-right: -501px;
  position: fixed;
  -webkit-transform: translateZ(2px);
  -moz-transform: translateZ(2px);
  -o-transform: translateZ(2px);
  transform: translateZ(2px);
  z-index: 10000;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  border-left: 1px solid #d2d2d2;
  box-shadow: 0px -1px 14px 0px #888888;
}
.sidenav .content {
  margin: 10px;
}

#apply_form label, #apply_transport_form label {
  font-size: 15px;
  font-weight: normal;
}

#apply_form .error, #apply_transport_form .error {
  color: #ff0000;
}

.home_btn_group {
  position: absolute;
  top: -60px;
  width: 100%;
}
.home_btn_group .item {
  margin: auto;
}
.home_btn_group .owl-nav {
  position: absolute;
  bottom: 33px;
  width: 100%;
}
.home_btn_group .owl-nav .owl-prev {
  float: left;
}
.home_btn_group .owl-nav .owl-next {
  float: right;
}
.home_btn_group.mobile_only {
  position: relative;
}

/*
.dataTables_wrapper {
  overflow-x:auto;
  padding-bottom:20px;
}
*/
.dataTables_wrapper th {
  border-bottom: 1px solid #ccc !important;
}

.pagination .paginate_button a {
  border-color: #ccc;
  color: #666 !important;
}
.pagination .paginate_button.active a {
  color: #fff !important;
}

.home_btn {
  background: #254261;
  text-align: center;
  border-radius: 200px;
  width: 110px;
  height: 110px;
  padding-top: 15px;
  display: inline-block;
  -webkit-box-shadow: 1px 1px 2.85px 0.15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2.85px 0.15px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2.85px 0.15px rgba(0, 0, 0, 0.2);
}
.home_btn img {
  width: 40px !important;
  margin-bottom: 10px;
  display: inline-block !important;
}
.home_btn p {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

#msg_box, #group_msg_box {
  font-size: 15px;
}
#msg_box p, #group_msg_box p {
  font-size: 15px;
}
#msg_box p:last-of-type, #group_msg_box p:last-of-type {
  font-size: 13px;
  margin-top: 5px;
}
#msg_box p:last-of-type span:last-of-type, #group_msg_box p:last-of-type span:last-of-type {
  float: right;
}

.af_box p {
  font-size: 15px;
}

.apply_record_tabs li a {
  color: #39699a;
}

.navbar-default .navbar-toggle {
  margin-top: 12px;
}

.owl-item {
  text-align: center;
}

.room-list .room-thumb {
  margin-top: 3px;
  margin-bottom: 0px;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 36px;
  margin-left: 50px;
  z-index: 10;
}

#sticky {
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  transform: translateZ(1px);
}

.bg-title {
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}

.bg-title p:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  top: -8px;
  background: #39699a;
}

.bg-title p {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 6px 22px 13px 15px;
  color: #fff;
  position: relative;
  margin: 0;
  background: #39699a;
}

.bg-title p:after {
  pointer-events: none;
  position: absolute;
  content: "";
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: top;
  transition-property: top;
  right: -12px;
  top: -12px;
  border-width: 8px 8px 8px 0px;
  border-style: solid;
  z-index: 0;
  border-color: #39699a transparent transparent transparent;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

#parallax-pagetitle {
  background-position: 50% 90% !important;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .navbar-nav a {
    font-size: 15px;
  }
  .navbar-nav p {
    font-size: 13px;
  }

  .product_item_img {
    position: relative !important;
    right: 10px;
  }

  .navbar.shrink #logo, header #logo {
    padding-right: 5px;
  }

  .navbar-default .navbar-nav > li > a {
    padding-left: 4px;
  }

  .room-thumb, .room-thumb .mask {
    height: 300px !important;
  }

  #retina-logo {
    width: 190px;
  }
}
@media screen and (max-width: 767px) {
  .search-title {
    position: static !important;
  }
  .search-title p {
    font-size: 30px !important;
  }
  .search-title ul {
    margin: 0;
  }

  .is_create_bank {
    padding-top: 0px;
  }

  #logo {
    margin-top: 5px;
  }

  .feature_box {
    margin-bottom: 20px;
  }

  .step .content {
    position: relative;
    margin-bottom: 20px;
    right: inherit;
    top: inherit;
  }
  .step i {
    font-size: 80px;
    position: absolute;
    left: inherit;
    right: 5px;
    bottom: 0px;
  }
  .step i.fa-pencil-square-o {
    right: 0px;
  }
  .step p {
    text-align: left;
  }
  .step p.subtitle {
    font-size: 18px;
  }

  .footer_quote {
    font-size: 20px;
  }

  .footer_terms {
    margin-top: 20px;
    text-align: left;
  }

  .desktop_only, .desktop_cell_only {
    display: none !important;
  }

  .step .desktop_only {
    display: none !important;
  }

  .mobile_only {
    display: block !important;
  }

  .home_box {
    height: 100px;
  }

  .navbar-nav {
    float: none !important;
    max-height: 500px;
    overflow-y: scroll;
  }

  .heading_title {
    font-size: 22px;
  }

  .banner_title {
    font-size: 26px;
  }

  .banner_subtitle {
    font-size: 18px;
  }

  .slot, .slot * {
    background-position: center center !important;
    min-height: 300px;
  }

  .bannercontainer .banner {
    height: 470px !important;
  }
  .bannercontainer .tp-bgimg {
    background-position: center center !important;
    min-height: 300px;
  }

  .contact_btn {
    margin-top: 0;
  }

  .navbar-brand {
    padding: 0px;
    padding-left: 5px;
  }

  .big_title {
    font-size: 25px;
  }
  .big_title.home_btn_title {
    margin-top: 0px;
  }

  .owl-carousel .room-thumb {
    margin: 0px;
    border: 1px solid #ebebeb !important;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  .owl-theme .owl-controls {
    margin: 10px;
  }

  .contact_btn {
    margin-top: 20px;
  }

  .apply_product .media-left {
    display: block;
  }
  .apply_product .media-body {
    display: block;
    margin-left: 0;
    margin-top: 20px;
    padding: 0;
  }

  .room-thumb .main h5 {
    font-size: 14px;
    max-width: 210px;
  }
}
@media screen and (max-width: 500px) {
  .sidenav {
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  #pdf_link {
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
}

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