@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,400italic");

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Arial";
  font-size: 16px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #F0F3F6; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #FFD200;
  text-decoration: none; }
  a:hover, a:focus {
    color: #33B1E6;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 5px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #F0F3F6;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Arial";
  font-weight: 400;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 0;
  margin-bottom: 0; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fefccb;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #FFD200; }

a.text-primary:hover,
a.text-primary:focus {
  color: #cca800; }

.text-success {
  color: #358914; }

a.text-success:hover,
a.text-success:focus {
  color: #245c0e; }

.text-info {
  color: #bad6f5; }

a.text-info:hover,
a.text-info:focus {
  color: #8dbcef; }

.text-warning {
  color: #8f8b1d; }

a.text-warning:hover,
a.text-warning:focus {
  color: #656214; }

.text-danger {
  color: #d0423e; }

a.text-danger:hover,
a.text-danger:focus {
  color: #b02f2b; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #FFD200; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #cca800; }

.bg-success {
  background-color: #d4ffcd; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #a8ff9a; }

.bg-info {
  background-color: #dbecff; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #a8d1ff; }

.bg-warning {
  background-color: #fefccb; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #fdf999; }

.bg-danger {
  background-color: #ffd2d3; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #ff9fa1; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid transparent; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 3px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #eeeeee; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #eeeeee; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #eeeeee; }
  .table .table {
    background-color: #F0F3F6; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #eeeeee; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #eeeeee; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #eeeeee; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #eeeeee; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e2e2e2; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #d4ffcd; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #beffb4; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #dbecff; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c2dfff; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fefccb; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fefbb2; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #ffd2d3; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ffb9ba; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #eeeeee; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid transparent; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333; }

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dce4ec;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #FFD200;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 210, 0, 0.6); }
  .form-control::-moz-placeholder {
    color: #acb6c0;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #acb6c0; }
  .form-control::-webkit-input-placeholder {
    color: #acb6c0; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 40px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 34px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 64px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 34px;
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 34px;
  line-height: 34px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 34px;
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

.form-group-sm select.form-control {
  height: 34px;
  line-height: 34px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 34px;
  min-height: 32px;
  padding: 7px 9px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 64px;
  padding: 18px 27px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 5px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 64px;
  line-height: 64px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 64px;
  padding: 18px 27px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 5px; }

.form-group-lg select.form-control {
  height: 64px;
  line-height: 64px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 64px;
  min-height: 38px;
  padding: 19px 27px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 50px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 64px;
  height: 64px;
  line-height: 64px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 34px;
  height: 34px;
  line-height: 34px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #358914; }

.has-success .form-control {
  border-color: #358914;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #245c0e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #59df24; }

.has-success .input-group-addon {
  color: #358914;
  border-color: #358914;
  background-color: #d4ffcd; }

.has-success .form-control-feedback {
  color: #358914; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8f8b1d; }

.has-warning .form-control {
  border-color: #8f8b1d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #656214;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d7d23b; }

.has-warning .input-group-addon {
  color: #8f8b1d;
  border-color: #8f8b1d;
  background-color: #fefccb; }

.has-warning .form-control-feedback {
  color: #8f8b1d; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d0423e; }

.has-error .form-control {
  border-color: #d0423e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #b02f2b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e49290; }

.has-error .input-group-addon {
  color: #d0423e;
  border-color: #d0423e;
  background-color: #ffd2d3; }

.has-error .form-control-feedback {
  color: #d0423e; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 24.9999994px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 7px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #555555;
  border-color: #555555; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #3c3c3c;
    border-color: #161616; }
  .btn-default:hover {
    color: #333;
    background-color: #3c3c3c;
    border-color: #373737; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #3c3c3c;
    border-color: #373737; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #2a2a2a;
      border-color: #161616; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #555555;
    border-color: #555555; }
  .btn-default .badge {
    color: #555555;
    background-color: #333; }

.btn-primary {
  color: #333;
  background-color: #FFD200;
  border-color: #FFD200; }
  .btn-primary:focus, .btn-primary.focus {
    color: #333;
    background-color: #cca800;
    border-color: #806900; }
  .btn-primary:hover {
    color: #333;
    background-color: #cca800;
    border-color: #c2a000; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #333;
    background-color: #cca800;
    border-color: #c2a000; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #333;
      background-color: #a88b00;
      border-color: #806900; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #FFD200;
    border-color: #FFD200; }
  .btn-primary .badge {
    color: #FFD200;
    background-color: #333; }

.btn-success {
  color: #333;
  background-color: #33B1E6;
  border-color: #33B1E6; }
  .btn-success:focus, .btn-success.focus {
    color: #333;
    background-color: #1998cd;
    border-color: #116589; }
  .btn-success:hover {
    color: #333;
    background-color: #1998cd;
    border-color: #1891c4; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #333;
    background-color: #1998cd;
    border-color: #1891c4; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #333;
      background-color: #1580ad;
      border-color: #116589; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #33B1E6;
    border-color: #33B1E6; }
  .btn-success .badge {
    color: #33B1E6;
    background-color: #333; }

.btn-info {
  color: #333;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:focus, .btn-info.focus {
    color: #333;
    background-color: #31b0d5;
    border-color: #1f7e9a; }
  .btn-info:hover {
    color: #333;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #333;
    background-color: #31b0d5;
    border-color: #2aabd2; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #333;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #333; }

.btn-warning {
  color: #333;
  background-color: #ff5500;
  border-color: #ff5500; }
  .btn-warning:focus, .btn-warning.focus {
    color: #333;
    background-color: #cc4400;
    border-color: #802b00; }
  .btn-warning:hover {
    color: #333;
    background-color: #cc4400;
    border-color: #c24100; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #333;
    background-color: #cc4400;
    border-color: #c24100; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #333;
      background-color: #a83800;
      border-color: #802b00; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #ff5500;
    border-color: #ff5500; }
  .btn-warning .badge {
    color: #ff5500;
    background-color: #333; }

.btn-danger {
  color: #333;
  background-color: #D9552B;
  border-color: #D9552B; }
  .btn-danger:focus, .btn-danger.focus {
    color: #333;
    background-color: #b14320;
    border-color: #702a14; }
  .btn-danger:hover {
    color: #333;
    background-color: #b14320;
    border-color: #a9401e; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #333;
    background-color: #b14320;
    border-color: #a9401e; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #333;
      background-color: #93371a;
      border-color: #702a14; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #D9552B;
    border-color: #D9552B; }
  .btn-danger .badge {
    color: #D9552B;
    background-color: #333; }

.btn-select {
  height: 44px;
  padding: 12px 10px;
  color: #fff;
  background-color: #dce4ec;
  border-color: #dce4ec; }
  .btn-select:focus, .btn-select.focus {
    color: #fff;
    background-color: #bbcbda;
    border-color: #89a4bf; }
  .btn-select:hover {
    color: #fff;
    background-color: #bbcbda;
    border-color: #b4c5d6; }
  .btn-select:active, .btn-select.active,
  .open > .btn-select.dropdown-toggle {
    color: #fff;
    background-color: #bbcbda;
    border-color: #b4c5d6; }
    .btn-select:active:hover, .btn-select:active:focus, .btn-select:active.focus, .btn-select.active:hover, .btn-select.active:focus, .btn-select.active.focus,
    .open > .btn-select.dropdown-toggle:hover,
    .open > .btn-select.dropdown-toggle:focus,
    .open > .btn-select.dropdown-toggle.focus {
      color: #fff;
      background-color: #a4b9cd;
      border-color: #89a4bf; }
  .btn-select:active, .btn-select.active,
  .open > .btn-select.dropdown-toggle {
    background-image: none; }
  .btn-select.disabled, .btn-select.disabled:hover, .btn-select.disabled:focus, .btn-select.disabled.focus, .btn-select.disabled:active, .btn-select.disabled.active, .btn-select[disabled], .btn-select[disabled]:hover, .btn-select[disabled]:focus, .btn-select[disabled].focus, .btn-select[disabled]:active, .btn-select[disabled].active,
  fieldset[disabled] .btn-select,
  fieldset[disabled] .btn-select:hover,
  fieldset[disabled] .btn-select:focus,
  fieldset[disabled] .btn-select.focus,
  fieldset[disabled] .btn-select:active,
  fieldset[disabled] .btn-select.active {
    background-color: #dce4ec;
    border-color: #dce4ec; }
  .btn-select .badge {
    color: #dce4ec;
    background-color: #fff; }

.form-group-sm .btn-select {
  height: 34px;
  padding: 7px 10px; }

.btn-link {
  color: #FFD200;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #33B1E6;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 18px 27px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 5px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #FFD200; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #FFD200; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #333333;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #dce4ec;
  border-radius: 3px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 6px 9px;
    font-size: 12px;
    border-radius: 2px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 18px 27px;
    font-size: 18px;
    border-radius: 5px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #FFD200; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #eeeeee; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 3px 3px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #eeeeee; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #fff;
      background-color: #ffaa00;
      border: 1px solid #eeeeee;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 3px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #FFD200; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #eeeeee; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #eeeeee;
      border-radius: 3px 3px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #F0F3F6; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 3px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px; }
    .navbar-nav .open .dropdown-menu > li > a {
      line-height: 20px; }
      .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
    .navbar-nav > li {
      float: left; }
      .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5px;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 8px;
    margin-bottom: 8px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #fff;
  border-color: transparent; }
  .navbar-default .navbar-brand {
    color: #333; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #FFD200;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #333; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #FFD200;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #e6e6e6; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #e6e6e6; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #e6e6e6; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e6e6e6;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #333; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #FFD200;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #e6e6e6; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #333; }
    .navbar-default .navbar-link:hover {
      color: #FFD200; }
  .navbar-default .btn-link {
    color: #333; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #FFD200; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #33B1E6;
  border-color: transparent; }
  .navbar-inverse .navbar-brand {
    color: #fff; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #FFD200;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #fff; }
  .navbar-inverse .navbar-nav > li > a {
    color: #fff; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #FFD200;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #1ca8e3; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #1998cd; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #1998cd; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #1ba2db; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #1ca8e3;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #fff; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #FFD200;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #1ca8e3; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #fff; }
    .navbar-inverse .navbar-link:hover {
      color: #FFD200; }
  .navbar-inverse .btn-link {
    color: #fff; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #FFD200; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #ccc; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #eeeeee;
  border-radius: 3px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #555555; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 3px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 8px 14px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #333;
      background-color: #fff;
      border: 1px solid #F5F5F5;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #33afe4;
    outline: none; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #33afe4;
    cursor: default;
    outline: none; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #F5F5F5;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 18px 27px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #F5F5F5;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #33B1E6; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #fff;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #555555; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #3c3c3c; }

.label-primary {
  background-color: #FFD200; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #cca800; }

.label-success {
  background-color: #33B1E6; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #1998cd; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #ff5500; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #cc4400; }

.label-danger {
  background-color: #D9552B; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #b14320; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #FFD200;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #FFD200;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 5px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #F0F3F6;
  border: 1px solid #eeeeee;
  border-radius: 3px; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #FFD200; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #d4ffcd;
  border-color: #bae4b4;
  color: #358914; }
  .alert-success hr {
    border-top-color: #a9dda1; }
  .alert-success .alert-link {
    color: #245c0e; }

.alert-info {
  background-color: #dbecff;
  border-color: #D9EDF7;
  color: #bad6f5; }
  .alert-info hr {
    border-top-color: #c4e3f3; }
  .alert-info .alert-link {
    color: #8dbcef; }

.alert-warning {
  background-color: #fefccb;
  border-color: #e3e1af;
  color: #8f8b1d; }
  .alert-warning hr {
    border-top-color: #dcda9c; }
  .alert-warning .alert-link {
    color: #656214; }

.alert-danger {
  background-color: #ffd2d3;
  border-color: #e4bfbf;
  color: #d0423e; }
  .alert-danger hr {
    border-top-color: #dcadad; }
  .alert-danger .alert-link {
    color: #b02f2b; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #FFD200;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #33B1E6; }
  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #ff5500; }
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #D9552B; }
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eeeeee; }
  .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #eeeeee; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #FFD200;
  border-color: #FFD200; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #fff6cc; }

.list-group-item-success {
  color: #358914;
  background-color: #d4ffcd; }

a.list-group-item-success,
button.list-group-item-success {
  color: #358914; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #358914;
    background-color: #beffb4; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #358914;
    border-color: #358914; }

.list-group-item-info {
  color: #bad6f5;
  background-color: #dbecff; }

a.list-group-item-info,
button.list-group-item-info {
  color: #bad6f5; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #bad6f5;
    background-color: #c2dfff; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #bad6f5;
    border-color: #bad6f5; }

.list-group-item-warning {
  color: #8f8b1d;
  background-color: #fefccb; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8f8b1d; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8f8b1d;
    background-color: #fefbb2; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8f8b1d;
    border-color: #8f8b1d; }

.list-group-item-danger {
  color: #d0423e;
  background-color: #ffd2d3; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #d0423e; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #d0423e;
    background-color: #ffb9ba; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #d0423e;
    border-color: #d0423e; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #eeeeee;
  border-top: 1px solid #eeeeee;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 2px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 2px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 2px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 2px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #eeeeee; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #eeeeee; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #eeeeee; }

.panel-default {
  border-color: #eeeeee; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #eeeeee;
    border-color: #eeeeee; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #eeeeee; }
    .panel-default > .panel-heading .badge {
      color: #eeeeee;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #eeeeee; }

.panel-primary {
  border-color: #FFD200; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #FFD200;
    border-color: #FFD200; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #FFD200; }
    .panel-primary > .panel-heading .badge {
      color: #FFD200;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #FFD200; }

.panel-success {
  border-color: #bae4b4; }
  .panel-success > .panel-heading {
    color: #358914;
    background-color: #d4ffcd;
    border-color: #bae4b4; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bae4b4; }
    .panel-success > .panel-heading .badge {
      color: #d4ffcd;
      background-color: #358914; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bae4b4; }

.panel-info {
  border-color: #D9EDF7; }
  .panel-info > .panel-heading {
    color: #bad6f5;
    background-color: #dbecff;
    border-color: #D9EDF7; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #D9EDF7; }
    .panel-info > .panel-heading .badge {
      color: #dbecff;
      background-color: #bad6f5; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #D9EDF7; }

.panel-warning {
  border-color: #e3e1af; }
  .panel-warning > .panel-heading {
    color: #8f8b1d;
    background-color: #fefccb;
    border-color: #e3e1af; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #e3e1af; }
    .panel-warning > .panel-heading .badge {
      color: #fefccb;
      background-color: #8f8b1d; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e3e1af; }

.panel-danger {
  border-color: #e4bfbf; }
  .panel-danger > .panel-heading {
    color: #d0423e;
    background-color: #ffd2d3;
    border-color: #e4bfbf; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #e4bfbf; }
    .panel-danger > .panel-heading .badge {
      color: #ffd2d3;
      background-color: #d0423e; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e4bfbf; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 5px; }

.well-sm {
  padding: 9px;
  border-radius: 2px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Arial";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px 4px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.checkbox {
  padding-left: 20px; }

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px; }

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555; }

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1; }

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c"; }

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px; }

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65; }

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; }

.checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.checkbox.checkbox-inline {
  margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.radio {
  padding-left: 20px; }

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px; }

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out; }

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1; }

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.radio input[type="radio"]:checked + label::after {
  transform: scale(1, 1); }

.radio input[type="radio"]:disabled + label {
  opacity: 0.65; }

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed; }

.radio.radio-inline {
  margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

.navbar {
  border-width: 0; }
  .navbar-default .badge {
    background-color: #fff;
    color: #fff; }
  .navbar-inverse .badge {
    background-color: #fff;
    color: #33B1E6; }
  .navbar-brand {
    line-height: 1; }

.navbar-brand {
  padding: 15px; }

.navbar-default {
  border-bottom: 1px solid #EBEBEB; }
  .navbar-default .navbar-toggle {
    border-color: #FFD200; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #FFD200;
      color: #fff !important; }
      .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #fff; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #FFD200; }
  .navbar-default .navbar-header {
    position: relative;
    z-index: 3; }

.btn {
  border: none; }
  .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 0 none;
    outline-offset: 0px; }
  .btn i {
    margin-right: 5px; }

.btn:hover,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0 none; }

.btn:active {
  box-shadow: none; }

.btn-outline {
  border: 1px solid #fff;
  color: #fff;
  background: none; }
  .btn-outline:hover {
    background: #fff;
    color: #00A888; }

.btn-file {
  position: relative;
  overflow: hidden; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

.btn-group.open .dropdown-toggle {
  box-shadow: none; }

.dropdown-menu li a:active, .dropdown-menu li a:active:focus, .dropdown-menu li a:focus, .dropdown-menu li a:hover {
  outline: none !important; }

.text-primary,
.text-primary:hover {
  color: #FFD200; }

.text-success,
.text-success:hover {
  color: #33B1E6; }

.text-danger,
.text-danger:hover {
  color: #D9552B; }

.text-warning,
.text-warning:hover {
  color: #ff5500; }

.text-info,
.text-info:hover {
  color: #5bc0de; }

table a:not(.btn),
.table a:not(.btn) {
  text-decoration: underline; }

table .dropdown-menu a,
.table .dropdown-menu a {
  text-decoration: none; }

table .success,
table .warning,
table .danger,
table .info,
.table .success,
.table .warning,
.table .danger,
.table .info {
  color: #fff; }
  table .success > th > a,
  table .success > td > a,
  table .success > a,
  table .warning > th > a,
  table .warning > td > a,
  table .warning > a,
  table .danger > th > a,
  table .danger > td > a,
  table .danger > a,
  table .info > th > a,
  table .info > td > a,
  table .info > a,
  .table .success > th > a,
  .table .success > td > a,
  .table .success > a,
  .table .warning > th > a,
  .table .warning > td > a,
  .table .warning > a,
  .table .danger > th > a,
  .table .danger > td > a,
  .table .danger > a,
  .table .info > th > a,
  .table .info > td > a,
  .table .info > a {
    color: #fff; }

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border: none; }

table-bordered > thead > tr > th,
table-bordered > tbody > tr > th,
table-bordered > tfoot > tr > th,
table-bordered > thead > tr > td,
table-bordered > tbody > tr > td,
table-bordered > tfoot > tr > td,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #eeeeee; }

.form-control,
input {
  box-shadow: none; }
  .form-control:focus,
  input:focus {
    box-shadow: none; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label,
.has-warning .form-control-feedback {
  color: #ff5500; }

.has-warning .form-control,
.has-warning .form-control:focus {
  border: 2px solid #ff5500; }

.has-warning .input-group-addon {
  border-color: #ff5500; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
.has-error .form-control-feedback {
  color: #D9552B; }

.has-error .form-control,
.has-error .form-control:focus {
  border: 2px solid #D9552B; }

.has-error .input-group-addon {
  border-color: #D9552B; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success .form-control-feedback {
  color: #33B1E6; }

.has-success .form-control,
.has-success .form-control:focus {
  border: 2px solid #33B1E6; }

.has-success .input-group-addon {
  border-color: #33B1E6; }

.has-success-unibee .form-control:focus {
  border: 1px solid #33B1E6; }

.has-success-unibee input.form-control {
  padding: 6px 12px;
  height: 34px; }

.has-primary-unibee .form-control:focus {
  border: 1px solid #FFD200; }

.has-primary-unibee input.form-control {
  padding: 6px 12px;
  height: 34px; }

.form-control {
  color: #333; }
  .form-control::focus {
    border: 1px solid #33B1E6; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: transparent; }

.pager a,
.pager a:hover {
  color: #fff; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  background-color: #fff; }

.alert .alert-link {
  color: #fff;
  text-decoration: underline; }

.progress {
  height: 10px;
  box-shadow: none; }
  .progress .progress-bar {
    font-size: 10px;
    line-height: 10px; }

.well {
  box-shadow: none; }

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  border-color: #eeeeee; }

a.list-group-item-success.active {
  background-color: #d4ffcd; }

a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  background-color: #beffb4; }

a.list-group-item-warning.active {
  background-color: #fefccb; }

a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  background-color: #fefbb2; }

a.list-group-item-danger.active {
  background-color: #ffd2d3; }

a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  background-color: #ffb9ba; }

.panel-default .close {
  color: #333333; }

.modal .close {
  color: #333333; }

.popover {
  color: #333333; }

/* NAV TABS */
.nav-tabs-custom {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }
  .nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom-color: #f4f4f4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
    .nav-tabs-custom > .nav-tabs > li {
      border-top: 3px solid transparent;
      margin-bottom: -2px;
      margin-right: 5px; }
      .nav-tabs-custom > .nav-tabs > li > a {
        color: #444;
        border-radius: 0; }
        .nav-tabs-custom > .nav-tabs > li > a.text-muted {
          color: #999; }
        .nav-tabs-custom > .nav-tabs > li > a, .nav-tabs-custom > .nav-tabs > li > a:hover {
          background: transparent;
          margin: 0; }
        .nav-tabs-custom > .nav-tabs > li > a:hover {
          color: #999; }
      .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
      .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
      .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
        border-color: transparent; }
    .nav-tabs-custom > .nav-tabs > li.active {
      border-top-color: #33AFE4; }
      .nav-tabs-custom > .nav-tabs > li.active > a,
      .nav-tabs-custom > .nav-tabs > li.active:hover > a {
        background-color: #fff;
        color: #444; }
      .nav-tabs-custom > .nav-tabs > li.active > a {
        border-top-color: transparent;
        border-left-color: #f4f4f4;
        border-right-color: #f4f4f4; }
    .nav-tabs-custom > .nav-tabs > li:first-of-type {
      margin-left: 0; }
      .nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
        border-left-color: transparent; }
    .nav-tabs-custom > .nav-tabs.pull-right {
      float: none !important; }
      .nav-tabs-custom > .nav-tabs.pull-right > li {
        float: right; }
      .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
        margin-right: 0; }
        .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
          border-left-width: 1px; }
        .nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
          border-left-color: #f4f4f4;
          border-right-color: transparent; }
    .nav-tabs-custom > .nav-tabs > li.header {
      line-height: 35px;
      padding: 0 10px;
      font-size: 20px;
      color: #444; }
      .nav-tabs-custom > .nav-tabs > li.header > .fa,
      .nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
      .nav-tabs-custom > .nav-tabs > li.header > .ion {
        margin-right: 5px; }
  .nav-tabs-custom > .tab-content {
    background: #fff;
    padding: 10px 15px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .nav-tabs-custom > .tab-content {
        padding: 0; } }
  .nav-tabs-custom .dropdown.open > a:active, .nav-tabs-custom .dropdown.open > a:focus {
    background: transparent;
    color: #999; }

@keyframes circle-animate {
  0% {
    opacity: .1;
    transform: rotate(0) scale(0.5) skew(1deg); }
  30% {
    opacity: .5;
    transform: rotate(0) scale(0.7) skew(1deg); }
  100% {
    opacity: .1;
    transform: rotate(0) scale(1) skew(1deg); } }

@keyframes circle-fill-animate {
  0%,
  100% {
    opacity: .2;
    transform: rotate(0) scale(0.7) skew(1deg); }
  50% {
    opacity: .2;
    transform: rotate(0) scale(1) skew(1deg); } }

@keyframes fadeIn {
  from {
    opacity: 0; } }

@keyframes progress-bar-loading {
  0% {
    left: -180px;
    width: 30%; }
  50% {
    width: 30%; }
  70% {
    width: 70%; }
  80% {
    left: 50%; }
  95% {
    left: 120%; }
  to {
    left: 100%; } }

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

/* .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
} */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/**Ver 2.0**/
/** Phần config chung **/
body, html {
  width: 100%;
  height: 100%; }

a:hover,
a:focus {
  color: #FFD200; }

.dtable {
  display: table; }

.d-inline {
  display: inline-block; }

.dtable-cell {
  display: table-cell;
  vertical-align: middle; }

.hw100 {
  height: 100%;
  width: 100%; }

.w-100 {
  width: 100%; }

.h_40 {
  height: 40px; }

.fix {
  position: fixed; }

.body {
  height: 100%;
  position: relative;
  background-color: #F0F3F6;
  font-family: 'Open Sans',mallory,'Helvetica Neue',Helvetica,Arial,sans-serif !important;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans',mallory,'Helvetica Neue',Helvetica,Arial,sans-serif !important; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0 !important; }

.no-border {
  border: 0; }

.whd-table {
  display: table;
  width: 100%;
  height: 100%; }

.no-bg {
  background: transparent; }

.bg-while {
  background: #fff; }

.overlay,
.overlay-x {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100; }

.divider {
  width: 80px;
  background: #33B1E6;
  height: 4px;
  margin-top: 15px;
  margin-bottom: 15px; }

.text-bold {
  font-weight: bold; }

.text-overflow {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis; }

.center-text-to-div {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.border-radius-base {
  border-radius: 3px; }

.select-control {
  border: 1px solid #dce4ec;
  border-radius: 4px; }

.reset-panel {
  border: 0;
  box-shadow: none; }

.row-border-top {
  border-top: 1px solid #e5e5e5; }

.row-border-right {
  border-right: 1px solid #e5e5e5; }

.button-action {
  width: 60px;
  height: 60px;
  cursor: pointer; }

.navbar-brand {
  /*@media only screen and (min-width : 768px) {
		padding: 0 !important;
		img{
			height: 65px;margin-top: -5px;
		}
	}*/ }
  @media only screen and (min-width: 320px) {
    .navbar-brand img {
      height: 40px; } }

.phone-fix {
  background: #33AFE4;
  bottom: 100px;
  right: 20px;
  z-index: 9999; }
  @media only screen and (min-width: 320px) {
    .phone-fix {
      display: block; } }
  @media only screen and (min-width: 480px) {
    .phone-fix {
      display: block; } }
  @media only screen and (min-width: 768px) {
    .phone-fix {
      display: none; } }
  .phone-fix .phone-wrap {
    display: table;
    width: 100%;
    height: 100%; }
  .phone-fix i {
    color: #fff;
    font-size: 30px;
    display: table-cell;
    vertical-align: middle; }

.booking-fix {
  background: #fdd000;
  display: table; }
  .booking-fix span {
    color: #333;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold; }

.booking-animate {
  width: 100px;
  height: 100px;
  right: 0;
  bottom: 160px;
  transition: opacity .3s ease;
  z-index: 9999; }
  @media only screen and (min-width: 320px) {
    .booking-animate {
      display: block; } }
  @media only screen and (min-width: 480px) {
    .booking-animate {
      display: block; } }
  .booking-animate .animate-circle,
  .booking-animate .animate-circle-fill,
  .booking-animate .animate-circle-img {
    position: absolute;
    border-radius: 100%; }
  .booking-animate .animate-circle,
  .booking-animate .animate-circle-fill {
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-play-state: running;
    animation-fill-mode: none;
    transition: all .5s ease 0s;
    transform-origin: 50% 50% 0; }
  .booking-animate .animate-circle {
    animation-name: circle-animate;
    animation-duration: 1.2s;
    background-color: transparent;
    border: 2px solid #fdd000;
    opacity: .5;
    width: 100%;
    height: 100%; }
  .booking-animate .animate-circle-fill {
    animation-name: circle-fill-animate;
    animation-duration: 2.3s;
    background-color: rgba(255, 210, 0, 0.58);
    width: 80px;
    height: 80px;
    opacity: 0.75 !important;
    top: 10px;
    left: 10px; }
  .booking-animate .animate-circle-img {
    transform-origin: 50% 50% 0;
    top: 20px;
    left: 20px; }

/**
* nav-bar-outline
**/
.navbar-outline {
  background: transparent;
  border: 1px solid transparent; }
  .navbar-outline .navbar-nav {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent; }
    .navbar-outline .navbar-nav > li {
      border-right: 1px solid transparent;
      border-left: 1px solid transparent; }
    .navbar-outline .navbar-nav > li > a {
      color: #fff; }

.navbar-hotline-menu li {
  float: right; }
  .navbar-hotline-menu li img {
    height: 25px; }
  .navbar-hotline-menu li p {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 1rem;
    color: #FFF;
    text-align: center; }
  .navbar-hotline-menu li .link-powred {
    padding: 0px;
    font-size: 1rem; }
  .navbar-hotline-menu li a {
    padding: 5px 15px 10px 15px; }

/****************/
.tago-model .modal-title {
  color: #FFD200;
  font-size: 17px;
  text-transform: uppercase; }

.tago-model .help-block {
  font-size: 11px;
  color: #999999;
  margin: 0; }
  .tago-model .help-block i {
    color: #87a6bc;
    font-size: 5px;
    vertical-align: middle;
    padding-right: 5px;
    line-height: 0; }

.tago-model label.title {
  font-size: 15px;
  font-weight: 400; }

.tago-model .close {
  display: block;
  margin-top: 0;
  font-size: 20px;
  text-shadow: 0 0 0 #ccc;
  color: #fff;
  cursor: default; }
  .tago-model .close span:hover {
    color: #ddd;
    cursor: pointer; }

.tago-model .triangle-topright {
  width: 0;
  height: 0;
  border-top: 40px solid #FFD200;
  border-left: 40px solid transparent;
  position: absolute;
  top: 0px;
  right: 0;
  opacity: 1; }
  .tago-model .triangle-topright span {
    position: relative;
    top: -38px;
    right: 16px; }

@media only screen and (max-width: 480px) {
  .package-grid .package-item {
    width: auto; } }

.package-grid .thumbnail {
  padding: 0;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: relative;
  overflow: hidden;
  transition-duration: 200ms;
  transition-timing-function: ease; }
  .package-grid .thumbnail .block-img {
    display: block;
    position: relative;
    overflow: hidden; }
    .package-grid .thumbnail .block-img img {
      transition-duration: 200ms;
      transition-timing-function: ease; }
    .package-grid .thumbnail .block-img .sale-off,
    .package-grid .thumbnail .block-img .location {
      position: absolute; }
    .package-grid .thumbnail .block-img .location {
      width: 100%;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 10px 10px;
      background: rgba(0, 0, 0, 0.5); }
      .package-grid .thumbnail .block-img .location p {
        margin: 0;
        color: #fff;
        font-size: 13px; }
        .package-grid .thumbnail .block-img .location p .icon {
          color: #FFD200; }
        .package-grid .thumbnail .block-img .location p .start {
          color: #FFD200; }
    .package-grid .thumbnail .block-img .sale-off {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: #FFD200;
      color: #333;
      text-align: center;
      line-height: 48px;
      top: 5px;
      left: 5px;
      font-size: 16px;
      font-weight: bold; }
  .package-grid .thumbnail:hover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
    .package-grid .thumbnail:hover .block-img img {
      /* -webkit-transform: scale(1.1);
    				transform: scale(1.1); */ }
  .package-grid .thumbnail:hover img.cou-pic {
    opacity: 0.5; }
  .package-grid .thumbnail .caption {
    padding: 10px 15px; }
    .package-grid .thumbnail .caption h3 {
      font-size: 13px;
      font-weight: bold;
      height: 40px;
      display: -webkit-box;
      line-height: 20px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-bottom: 5px; }
      .package-grid .thumbnail .caption h3 a {
        color: #333; }
        .package-grid .thumbnail .caption h3 a:hover {
          color: #FFD200; }
    .package-grid .thumbnail .caption .start {
      color: #FFD200; }
    .package-grid .thumbnail .caption .option {
      margin-bottom: 10px; }
      .package-grid .thumbnail .caption .option p {
        color: #91BB15;
        font-size: 12px;
        margin: 0; }
    .package-grid .thumbnail .caption .booking-now .price p {
      margin: 0; }
    .package-grid .thumbnail .caption .booking-now .price .public-price {
      color: #999;
      font-size: 12px;
      text-decoration: line-through; }
    .package-grid .thumbnail .caption .booking-now .price .new-price {
      color: #33B1E6;
      font-size: 20px;
      font-weight: 500; }
    .package-grid .thumbnail .caption .booking-now .btn-booking-medium {
      padding: 8px 15px;
      margin-top: 4px; }
    @media only screen and (min-width: 992px) {
      .package-grid .thumbnail .caption .booking-now .col-booking {
        padding-left: 0; } }
  @media only screen and (min-width: 320px) {
    .package-grid .thumbnail {
      margin-bottom: 15px; } }
  @media only screen and (min-width: 768px) {
    .package-grid .thumbnail {
      margin-bottom: 30px; } }

/*Start responsive - newprice */
@media (max-width: 767px) {
  .box-rate {
    float: left;
    width: 50%; } }

@media (max-width: 767px) {
  .box-price {
    float: right;
    width: 50%; } }

/*End*/
@media only screen and (max-width: 480px) {
  .combo-grid .combo-item {
    width: auto; } }

.combo-grid .margin-top20 {
  margin-top: 20px; }

.combo-grid .thumbnail {
  padding: 0;
  border: 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.12);
  transition: box-shadow .2s ease-in-out;
  transition-property: box-shadow;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s; }
  .combo-grid .thumbnail:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3); }
  .combo-grid .thumbnail:hover img {
    opacity: 0.5; }
  .combo-grid .thumbnail:hover span.title {
    text-decoration: underline; }
  .combo-grid .thumbnail .image {
    display: block;
    position: relative;
    overflow: hidden;
    background: #000;
    border-radius: 5px 3px 0 0; }
    .combo-grid .thumbnail .image img {
      max-width: 100%;
      height: 200px;
      width: 100%;
      object-fit: cover;
      object-position: center; }
    .combo-grid .thumbnail .image .image-caption {
      position: absolute;
      padding: 10px 15px;
      bottom: 0;
      left: 0;
      width: 100%;
      margin-bottom: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(30%, rgba(0, 0, 0, 0.8)), to(transparent)); }
      .combo-grid .thumbnail .image .image-caption .from-location,
      .combo-grid .thumbnail .image .image-caption .to-location {
        font-size: 16px;
        text-shadow: 1px 1px 2px #333, 0 0 1em #333, 0 0 0.2em #333;
        color: #fff; }
        .combo-grid .thumbnail .image .image-caption .from-location i,
        .combo-grid .thumbnail .image .image-caption .to-location i {
          color: #33afe4; }
      .combo-grid .thumbnail .image .image-caption .fl__form_box_schedule_line {
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 73px;
        margin-left: 15px; }
        .combo-grid .thumbnail .image .image-caption .fl__form_box_schedule_line .fl__form_box_schedule_line_content {
          margin-top: 5px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-align: center;
          align-items: center; }
          .combo-grid .thumbnail .image .image-caption .fl__form_box_schedule_line .fl__form_box_schedule_line_content .dot {
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #d8d8d8; }
          .combo-grid .thumbnail .image .image-caption .fl__form_box_schedule_line .fl__form_box_schedule_line_content span {
            display: block; }
          .combo-grid .thumbnail .image .image-caption .fl__form_box_schedule_line .fl__form_box_schedule_line_content .fa {
            transform: rotate(45deg);
            color: #d8d8d8; }
        .combo-grid .thumbnail .image .image-caption .fl__form_box_schedule_line .fl__form_box_schedule_line_content:before {
          content: '';
          height: 1px;
          background-color: #d8d8d8;
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          z-index: -1;
          transform: translateY(-50%); }
  .combo-grid .thumbnail .caption {
    padding: 10px 15px; }
    .combo-grid .thumbnail .caption h3 {
      font-size: 18px;
      height: 45px;
      display: -webkit-box;
      line-height: 22px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-bottom: 5px;
      color: #1a3863; }
    .combo-grid .thumbnail .caption .preference {
      display: none !important;
      margin: 2px 0px 5px 0;
      background-color: #f3f9f2;
      border-color: #32a923;
      color: #32a923;
      border: 1px dashed;
      border-radius: 3px;
      font-size: 12px;
      line-height: 1.23;
      padding: 5px 6px;
      white-space: normal;
      font-weight: 400;
      width: 100%; }
      .combo-grid .thumbnail .caption .preference .color-fa-home {
        color: #32a923; }
      .combo-grid .thumbnail .caption .preference .link-topic {
        color: #32a923;
        margin-right: 3px; }
    .combo-grid .thumbnail .caption .combo-time, .combo-grid .thumbnail .caption .combo-icon {
      font-size: 12px; }
    .combo-grid .thumbnail .caption .fix-icon {
      position: absolute;
      top: 10px;
      font-size: 20px;
      right: 15px; }
      @media (max-width: 767px) {
        .combo-grid .thumbnail .caption .fix-icon {
          font-size: 18px;
          right: 15px;
          top: -8px; } }
      .combo-grid .thumbnail .caption .fix-icon i {
        font-size: 20px;
        color: #1a3863; }
      .combo-grid .thumbnail .caption .fix-icon .fa-plus {
        font-size: 14px; }
    .combo-grid .thumbnail .caption .departure-date {
      margin: 2px 0; }
    .combo-grid .thumbnail .caption .review_score {
      font-size: 12px; }
      .combo-grid .thumbnail .caption .review_score .rating_text {
        color: #003580; }
        .combo-grid .thumbnail .caption .review_score .rating_text .score {
          font-size: 16px; }
      .combo-grid .thumbnail .caption .review_score .count {
        color: #333;
        font-weight: normal;
        font-style: italic; }
    .combo-grid .thumbnail .caption .old-price {
      color: #999;
      font-size: 14px;
      text-decoration: line-through; }
    .combo-grid .thumbnail .caption .new-price {
      font-size: 20px;
      color: #eb6502;
      border-top: 1px solid #e4e4e4;
      margin-top: 10px;
      padding-top: 10px; }
      .combo-grid .thumbnail .caption .new-price .prefix {
        font-size: 11px;
        float: left; }
      .combo-grid .thumbnail .caption .new-price .number {
        line-height: 20px;
        display: inline-block;
        font-weight: bold; }
        @media (max-width: 767px) {
          .combo-grid .thumbnail .caption .new-price .number {
            font-size: 18px;
            margin-left: -14px; } }
        .combo-grid .thumbnail .caption .new-price .number small {
          font-size: 75%;
          font-weight: normal; }
      .combo-grid .thumbnail .caption .new-price span.sub-price {
        color: #999999;
        font-weight: 400;
        font-size: 13px; }
  @media only screen and (min-width: 320px) {
    .combo-grid .thumbnail {
      margin-bottom: 15px; } }
  @media only screen and (min-width: 768px) {
    .combo-grid .thumbnail {
      margin-bottom: 30px; } }

.border-3 {
  opacity: 1 !important; }

.padding-6 {
  padding: 0 6px !important; }
  @media (max-width: 767px) {
    .padding-6 {
      padding: 0 15px !important; } }

.padding-right-15 {
  padding-right: 15px !important; }

.padding-left-6 {
  padding-left: 6px; }

.padding-15 {
  padding: 0 15px !important; }

.note-fix {
  min-height: 20px !important; }

.margin-bot30 {
  margin-bottom: 30px; }

.grid-location {
  position: relative;
  margin-bottom: 12px; }
  .grid-location img {
    max-width: 100%; }
  .grid-location img.img-medium {
    height: 190px;
    width: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 3px;
    transition: all .2s linear; }
    .grid-location img.img-medium:hover {
      opacity: 0.8;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .grid-location img.img-large {
    height: 410px;
    border-radius: 3px; }
  .grid-location .caption {
    position: absolute;
    padding: 10px 15px;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(30%, rgba(0, 0, 0, 0.8)), to(transparent));
    border-radius: 3px; }
    .grid-location .caption span {
      color: #fff;
      font-size: 18px;
      text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
      font-family: Helvetica, Arial, sans-serif; }
    .grid-location .caption span.sub-location {
      font-size: 14px; }

.fix-margin-location {
  margin-right: 8px; }
  @media (max-width: 767px) {
    .fix-margin-location {
      margin-right: 0; } }

.package-list {
  padding-left: 5px;
  margin-top: 20px; }
  .package-list .media {
    background: #fff;
    position: relative;
    transition-duration: 200ms;
    transition-timing-function: ease;
    overflow: inherit;
    border-bottom: 1px solid #E5E5E5;
    padding: 0;
    padding-bottom: 15px; }
    @media only screen and (min-width: 320px) {
      .package-list .media .media-left {
        display: block;
        margin-bottom: 10px;
        padding-right: 0; }
        .package-list .media .media-left a {
          width: 100%; } }
    @media only screen and (min-width: 480px) {
      .package-list .media .media-left {
        display: table-cell;
        margin-bottom: 0; } }
    .package-list .media .media-left a {
      display: block;
      position: relative; }
      .package-list .media .media-left a img {
        max-height: 230px;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center center; }
        @media only screen and (min-width: 320px) {
          .package-list .media .media-left a img {
            border-radius: 0; } }
        @media only screen and (min-width: 480px) {
          .package-list .media .media-left a img {
            border-radius: 0; } }
      @media only screen and (min-width: 480px) {
        .package-list .media .media-left a {
          width: 228px;
          height: auto; } }
      @media only screen and (min-width: 768px) {
        .package-list .media .media-left a {
          width: 228px;
          height: 214px; } }
    @media only screen and (min-width: 320px) {
      .package-list .media .media-body {
        padding: 15px;
        padding-top: 0; } }
    @media only screen and (min-width: 480px) {
      .package-list .media .media-body {
        padding: 0;
        padding-left: 15px; } }
    .package-list .media .media-body h3 {
      display: inline-block;
      font-size: 18px;
      line-height: 24px;
      text-overflow: ellipsis;
      vertical-align: middle;
      color: #333;
      overflow: hidden;
      margin: 0;
      margin-bottom: 15px; }
      .package-list .media .media-body h3 a {
        color: #333; }
        .package-list .media .media-body h3 a:hover {
          color: #33afe4;
          text-decoration: none; }
    .package-list .media .media-body .box-price p {
      margin: 0; }
    .package-list .media .media-body .box-price .text-price {
      color: #666; }
    .package-list .media .media-body .box-price .old-price {
      text-decoration: line-through;
      color: #666; }
    .package-list .media .media-body .box-price .new-price {
      font-size: 25px;
      font-weight: bold;
      color: #2c2c2c; }
    .package-list .media .media-body .box-price .sale-off {
      background-color: #91BB15;
      color: #fff;
      border-radius: 2px;
      text-align: center;
      line-height: 1;
      padding: 5px 20px;
      margin: 0;
      margin-bottom: 10px;
      float: right; }
      .package-list .media .media-body .box-price .sale-off .discount {
        font-size: 16px;
        font-weight: 600; }
    .package-list .media .media-body .box-price .price {
      width: 100%;
      float: left; }
      .package-list .media .media-body .box-price .price .public-price {
        color: #999;
        font-size: 14px;
        text-decoration: line-through;
        text-align: right;
        margin: 0; }
      .package-list .media .media-body .box-price .price .new-price {
        color: #33B1E6;
        font-size: 22px;
        font-weight: bold;
        text-align: right;
        margin-bottom: 10px; }
      .package-list .media .media-body .box-price .price .flash-price {
        color: #EE595D; }
    .package-list .media .media-body .box-price .text-price-new {
      font-size: 16px;
      line-height: 35px; }
      .package-list .media .media-body .box-price .text-price-new span {
        position: absolute;
        text-decoration: line-through;
        padding-left: 10px; }
    .package-list .media .media-body .box-price .line-dotted {
      position: relative;
      height: 22px; }
      .package-list .media .media-body .box-price .line-dotted:before {
        content: '';
        position: absolute;
        width: 100%;
        bottom: 7px; }
    .package-list .media .media-body .box-price .line-dotted-default {
      border-bottom: 1px dotted #666; }
    .package-list .media .media-body .box-price .line-dotted-sale-off {
      border-bottom: 1px dotted #d80007; }
    .package-list .media .media-body .box-price .box-price-wrap .row-sale-off {
      border-bottom: 1px dotted #d80007;
      padding-bottom: 5px; }
      .package-list .media .media-body .box-price .box-price-wrap .row-sale-off .sale-off {
        line-height: 20px; }
      .package-list .media .media-body .box-price .box-price-wrap .row-sale-off .old-price {
        font-size: 20px;
        text-decoration: line-through;
        font-weight: 400; }
    .package-list .media .media-body .flight-result {
      margin-top: 10px; }
      .package-list .media .media-body .flight-result .keel-grid .depart {
        padding: 0 16px; }
    .package-list .media .media-body .btn-booking-list {
      border-color: #fc0 #e4a000 #e4a000 #fc0;
      background-color: #fc0;
      box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
      color: #000;
      margin-top: 5px;
      font-weight: bold; }
      .package-list .media .media-body .btn-booking-list:hover {
        text-decoration: none;
        border-color: #ffb300 #e4a000 #e4a000 #ffb300;
        background-color: #ffb300; }
      .package-list .media .media-body .btn-booking-list:active {
        background-color: #f5ac00;
        border-color: #f5ac00;
        box-shadow: none; }
    .package-list .media .media-body .flight-more {
      font-size: 12px;
      font-weight: bold;
      color: #333;
      margin-top: 10px;
      display: block; }
    .package-list .media .media-body .package-includes {
      padding-left: 15px; }
      .package-list .media .media-body .package-includes .inc-title {
        margin: 5px 0; }
      .package-list .media .media-body .package-includes .icon-green {
        color: #00af97; }
      .package-list .media .media-body .package-includes .text-inc {
        font-style: italic; }
      .package-list .media .media-body .package-includes .inland-promotion {
        display: block;
        height: 25px;
        float: left;
        cursor: pointer; }
        .package-list .media .media-body .package-includes .inland-promotion .tit-inland-promotion {
          background-color: #EE595D;
          padding: 4px 8px;
          display: inline-block;
          color: #fff;
          font-size: 12px;
          float: left;
          border-radius: 3px 0 0 3px; }
        .package-list .media .media-body .package-includes .inland-promotion .icon-inland-promotion {
          border-radius: 0 3px 3px 0;
          border-left: 1px dashed #EEE;
          background: rgba(217, 43, 43, 0.9);
          padding: 4px 8px;
          display: inline-block;
          color: #fff;
          font-size: 12px;
          float: left; }

.box-row {
  margin-top: 30px; }
  .box-row .region-title {
    border-bottom: 2px solid #ddd;
    display: block;
    position: relative;
    padding: 15px 0;
    margin-bottom: 20px;
    padding-top: 0; }
    .box-row .region-title:after {
      display: block;
      content: "";
      width: 80px;
      height: 4px;
      background: #FFD200;
      position: absolute;
      bottom: -2px; }

.dropdown-option {
  margin-right: 4px; }
  .dropdown-option li span, .dropdown-option li a {
    display: block;
    padding: 6px 10px;
    white-space: nowrap;
    cursor: pointer; }
    .dropdown-option li span i, .dropdown-option li a i {
      color: transparent; }
    .dropdown-option li span:hover, .dropdown-option li a:hover {
      color: #fff;
      background-color: #33b1e6; }
  .dropdown-option li.selected span i {
    color: #33AFE4; }

.tago-breadcrumb {
  background: transparent;
  padding: 0;
  display: inline-block;
  white-space: nowrap;
  font-size: 11px;
  line-height: 10px; }
  @media only screen and (min-width: 320px) {
    .tago-breadcrumb {
      margin-bottom: 10px;
      margin-top: 10px; } }
  @media only screen and (min-width: 480px) {
    .tago-breadcrumb {
      margin-bottom: 15px;
      margin-top: 15px; } }
  @media only screen and (min-width: 768px) {
    .tago-breadcrumb {
      margin-bottom: 10px;
      margin-top: 10px; } }
  .tago-breadcrumb li a {
    color: #999; }
  .tago-breadcrumb li + li:before {
    font-family: FontAwesome;
    content: "\f101";
    color: #b7b7b7; }

@media only screen and (min-width: 320px) {
  .category h1 {
    margin: 10px 0;
    font-size: 16px; } }

@media only screen and (min-width: 480px) {
  .category h1 {
    margin: 15px 0;
    font-size: 24px; } }

.box-filter .filter-head {
  margin-bottom: 15px;
  position: relative;
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
  padding-bottom: 10px; }
  .box-filter .filter-head:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 40px;
    display: block;
    bottom: -1px;
    background: #fdd000;
    z-index: 10; }

.box-filter .filter-row li a {
  font-size: 14px;
  padding: 1px 5px;
  cursor: pointer;
  display: block;
  color: #333; }

.mobile-filter .btn-mobile {
  background: #fff;
  border: 1px solid #ddd; }

.mobile-filter h3 {
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
  font-weight: 700;
  padding: 10px 15px;
  line-height: 15px; }

.mobile-filter .dropdown-menu {
  width: 100%; }
  .mobile-filter .dropdown-menu li a {
    padding: 10px 20px; }

.btn-view-more {
  background: #fff;
  border: 1px solid #dedede;
  color: #666;
  padding-top: 8px;
  padding-bottom: 8px; }
  .btn-view-more:hover {
    border: 1px solid #FFD200;
    color: #FFD200; }
  .btn-view-more i {
    padding-left: 5px;
    margin: 0; }

.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
  width: 100% !important; }

.fb-like-fixed {
  position: fixed;
  bottom: 90px;
  right: 20px; }

@media only screen and (max-width: 480px) {
  .sbzon {
    right: 0px !important;
    bottom: 5px !important;
    margin: 0 0 4px 10px !important; } }

@media only screen and (max-width: 480px) {
  .fb_dialog {
    right: 20px !important; } }

.listing-search .tt-menu {
  width: 100% !important;
  left: 0px !important;
  top: 52px !important; }

.dropdown-location {
  transition: opacity 0.3s ease-out;
  opacity: 0; }

.animated {
  animation-duration: 0.8s; }

#search_location .search-row .animated {
  animation-duration: 0.2s; }

#search_location .search-row .fa-caret-down {
  color: #b9b9b9; }

#search_location .search-row .open .fa-caret-down {
  color: #909090; }

.open .dropdown-menu {
  opacity: 1; }

.pagination li a {
  color: #888; }

.panel-filter {
  background: #FFF;
  border-radius: 3px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden; }
  .panel-filter ul {
    margin: 0;
    padding: 0; }
    .panel-filter ul li {
      list-style: none;
      display: block;
      float: left;
      padding: 10px 15px; }
      .panel-filter ul li a {
        color: #555; }
    .panel-filter ul .active {
      background: rgba(221, 221, 221, 0.6); }

.fake-select {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #dce4ec; }
  .fake-select input {
    border: none; }

.color-brand-blue {
  color: #33afe4; }

a.color-brand-blue:hover, a.color-brand-blue:active, a.color-brand-blue:focus {
  color: #488bf8; }

.bg-brand-blue {
  background: #33afe4; }

.color-pink {
  color: #ee595d !important; }

.color-nav {
  color: #1a3863; }

.color-price {
  color: #eb6502 !important; }

.pdd-0 {
  padding: 0; }

.pdd-t-0 {
  padding-top: 0 !important; }

.pdd-b-0 {
  padding-bottom: 0 !important; }

.pdd-r-0 {
  padding-right: 0; }
  @media (max-width: 320px) and (max-width: 767px) {
    .pdd-r-0 {
      padding-right: 15px; } }

.pdd-l-0 {
  padding-left: 0; }
  @media (max-width: 320px) and (max-width: 767px) {
    .pdd-l-0 {
      padding-left: 15px; } }

.mgr-t-30 {
  margin-top: 30px; }

.mgr-t-5 {
  margin-top: 5px; }

.mgr-t-10 {
  margin-top: 10px; }

.mgr-0 {
  margin: 0 !important; }

.text-italic {
  font-style: italic; }

.dp-inline {
  display: inline; }

.menu-bar ul {
  list-style: none;
  display: inline-block;
  padding: 10px 0;
  line-height: 30px;
  clear: both;
  float: left;
  width: 100%; }

.navbar-tago {
  background: #1a3863;
  padding: 5px 0;
  border: none;
  box-shadow: 0 1px 3px 0 rgba(27, 27, 27, 0.1), 0 4px 8px 0 rgba(27, 27, 27, 0.1); }
  @media only screen and (min-width: 320px) {
    .navbar-tago .navbar-brand {
      display: block;
      padding: 5px 0 10px 10px; }
      .navbar-tago .navbar-brand img {
        height: 40px; } }
  .navbar-tago .navbar-nav > li > a {
    color: #ffffff; }
    .navbar-tago .navbar-nav > li > a:hover, .navbar-tago .navbar-nav > li > a:active, .navbar-tago .navbar-nav > li > a:focus {
      color: #FFD200; }

.nav-home {
  background: transparent;
  box-shadow: none;
  position: absolute !important;
  padding: 10px 0; }

@media only screen and (min-width: 768px) {
  .navbar-tago.navbar-outline {
    background: transparent; } }

.navbar-hotline-menu li a {
  transition: all .3s linear;
  color: #FFD200 !important;
  font-weight: bold;
  font-size: 16px;
  padding-top: 7px; }
  .navbar-hotline-menu li a:hover, .navbar-hotline-menu li a:focus, .navbar-hotline-menu li a:active:focus, .navbar-hotline-menu li a.active:focus {
    background: transparent; }

.navbar-hotline-menu li span {
  font-size: 12px;
  text-transform: none;
  color: #ffffff;
  position: absolute;
  left: 16%;
  bottom: -4px; }

@media only screen and (min-width: 320px) {
  .mobile-hotline {
    text-align: center;
    padding: 8px 0 0 0;
    line-height: 18px; }
    .mobile-hotline a, .mobile-hotline span {
      font-size: 13px; } }

@media only screen and (min-width: 480px) {
  .mobile-hotline {
    padding: 5px 0 0 0;
    line-height: 22px; }
    .mobile-hotline a {
      font-size: 22px;
      display: block; } }

.mobile-hotline a {
  font-weight: bold;
  color: #FFD200; }

.mobile-hotline span {
  color: #ffffff; }

@media only screen and (min-width: 768px) {
  .navbar-option {
    margin-left: 20px; } }

.navbar-option li a {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 20px; }
  .navbar-option li a:after {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
    margin-left: -20px;
    content: "";
    height: 4px;
    width: 40px;
    display: block;
    bottom: -1px;
    background: #FFD200;
    z-index: 10;
    transition: all 1s;
    -webkit-transition: all .2s; }
    @media only screen and (min-width: 320px) {
      .navbar-option li a:after {
        left: 12%; } }
    @media only screen and (min-width: 480px) {
      .navbar-option li a:after {
        left: 7%; } }
    @media only screen and (min-width: 768px) {
      .navbar-option li a:after {
        left: 50%; } }

.navbar-option li a:hover {
  color: #FFD200; }
  .navbar-option li a:hover:after {
    top: 90%;
    opacity: 1;
    filter: alpha(opacity=100); }

.user-account .navbar-ava {
  padding: 7px 15px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff; }
  .user-account .navbar-ava .ava-img {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: solid 1px #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    cursor: pointer; }
  .user-account .navbar-ava .ava-info {
    padding-left: 5px;
    position: relative;
    cursor: pointer; }
    .user-account .navbar-ava .ava-info p {
      margin-bottom: 0; }

.navbar-ava-xs {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 3px;
  border: solid 1px #FFD200;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  cursor: pointer; }
  .navbar-ava-xs span {
    color: #FFD200; }
  .navbar-ava-xs:focus {
    background-color: inherit !important;
    color: inherit !important; }

.navbar-icon-xs {
  border-color: #FFD200 !important; }
  .navbar-icon-xs:hover, .navbar-icon-xs:active, .navbar-icon-xs:focus {
    background-color: transparent !important; }
  .navbar-icon-xs .icon-bar {
    background-color: #FFD200 !important; }

.back-to-top-offline {
  bottom: 95px !important; }

footer {
  /*background: #0b1625;*/
  background: #132d37;
  /*border-top: 2px solid #33B1E6;*/
  width: 100%; }
  footer .container {
    padding: 40px 15px;
    color: #89969b;
    border-bottom: 1px solid #89969b; }
    @media (max-width: 767px) {
      footer .container {
        padding: 20px 10px; } }
  footer .icon-circle {
    border-radius: 50%; }
  footer .icon-xxs {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px; }
  footer .social-foot li a {
    color: #89969b;
    transition: .3s;
    text-align: center;
    font-size: 25px; }
  footer .footer-logo {
    margin-bottom: 15px;
    display: block; }
    footer .footer-logo img {
      height: 40px; }
  @media only screen and (min-width: 320px) {
    footer .footer-list-box {
      margin-bottom: 5px; } }
  @media only screen and (min-width: 992px) {
    footer .footer-list-box {
      margin-bottom: 0; } }
  footer .footer-list-box h3 {
    font-size: 1.5rem;
    color: #eeeeee;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 30px;
    position: relative; }
    footer .footer-list-box h3:after {
      display: block;
      content: "";
      width: 40px;
      height: 2px;
      position: absolute;
      bottom: -1px; }
  footer .footer-list-box p {
    color: #89969b; }
  footer .footer-list-box .social-foot {
    margin-top: 10px; }
  footer .footer-list-box .footer-contact {
    margin-bottom: 2px;
    padding: 2px 0px; }
    footer .footer-list-box .footer-contact a {
      color: #89969b;
      font-size: 14px;
      font-weight: normal; }
      footer .footer-list-box .footer-contact a:hover {
        text-decoration: underline; }
    footer .footer-list-box .footer-contact .icon {
      color: #33B1E6;
      padding-right: 5px; }
  footer .footer-list-box ul.payment-type {
    margin: 0px;
    padding: 0px; }
    footer .footer-list-box ul.payment-type li {
      list-style: none;
      display: block;
      width: 25%;
      float: left;
      font-size: 30px;
      text-align: center; }
      footer .footer-list-box ul.payment-type li span {
        display: block;
        font-size: 8px; }
      footer .footer-list-box ul.payment-type li .bank-transfer {
        border: 1px solid #999;
        border-radius: 5px;
        padding: 5px 2px;
        text-align: center;
        margin-top: 4px;
        transform: scale(0.75); }
  footer .support-pay {
    margin-top: 20px; }
    footer .support-pay h4 {
      font-size: 12px; }
  footer .hot-line a {
    font-size: 24px;
    color: #FFD200; }
  footer .hot-line .icon-phone {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #FFD200;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    text-align: center; }
    footer .hot-line .icon-phone:before {
      content: "\f095"; }
  footer .company-info p {
    color: #89969B;
    padding: 5px 0;
    font-size: 13px; }

.back-to-top {
  position: fixed;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background: rgba(0, 175, 135, 0.4);
  color: white;
  border-radius: 5px;
  cursor: pointer; }
  @media only screen and (min-width: 320px) {
    .back-to-top {
      left: 20px;
      right: auto;
      bottom: 100px; } }
  @media only screen and (min-width: 480px) {
    .back-to-top {
      left: 20px;
      right: auto;
      bottom: 100px; } }
  @media only screen and (min-width: 768px) {
    .back-to-top {
      left: auto;
      right: 30px;
      bottom: 40px; } }
  .back-to-top:hover {
    background: #33afe4; }
  .back-to-top i {
    color: #fff; }
  .back-to-top .to-top-wrap {
    display: table;
    width: 100%;
    height: 100%; }
    .back-to-top .to-top-wrap i {
      display: table-cell;
      vertical-align: middle; }

.what-fne {
  margin-top: 20px; }

.box-destination-package h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  color: #eeeeee;
  margin-bottom: 20px; }

.box-destination-package .item-destination-package {
  padding-top: 6px;
  padding-bottom: 6px; }
  .box-destination-package .item-destination-package a {
    color: #89969b; }
    .box-destination-package .item-destination-package a:hover {
      text-decoration: underline; }

.help-tooltip {
  position: fixed;
  z-index: 999999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background-color: rgba(0, 155, 255, 0.3);
  border-radius: 50%;
  color: white;
  cursor: pointer; }
  @media only screen and (min-width: 320px) {
    .help-tooltip {
      left: 15px;
      bottom: 40px; } }
  @media only screen and (min-width: 768px) {
    .help-tooltip {
      left: auto;
      right: 30px;
      bottom: 100px;
      font-size: 20px; } }
  .help-tooltip:hover {
    background: #33AFE4; }
  .help-tooltip i {
    color: #fff; }
  .help-tooltip .tooltip-wrap {
    display: table;
    width: 100%;
    height: 100%; }
    .help-tooltip .tooltip-wrap i {
      display: table-cell;
      vertical-align: middle; }

.icon-all {
  background: url(../img/v1/icon_all.png) repeat; }

.bg-home {
  background: #494C77 url(../img/v1/banner.jpg) repeat; }

.icon-dollar {
  background: url(../img/common/icon_dola.png) repeat; }

.icon-cate {
  background: url(../img/common//while/icon_cate.png) repeat; }

.breadcrumb-parter {
  background: #FFD200 url(../img/v1/breadcrumd_partner.png) no-repeat; }

.icon-play {
  background: url(../img/common//while/play.png) no-repeat; }

.unibee-breadcrumb {
  background: #FFD200 url(../img/v1/breadcrumb.png) no-repeat; }

.aside-cover {
  background: url(../img/v1/bg_sidebar.png); }

.logo-small,
.logo-small-while {
  height: 35px;
  width: 150px;
  display: inline-block; }

.logo-small {
  background-position: -310px -70px; }

.logo-small-while {
  background-position: -310px -29px; }

@media only screen and (max-width: 350px) {
  .logo-small,
  .logo-small-while {
    height: 35px;
    width: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -320px -141px !important; } }

.logo-x-small {
  width: 100px;
  height: 22px;
  background-position: -317px -113px; }

.navbar-outline .caret-cat {
  background-position: -35px -8px; }

.navbar-outline .open .caret-cat {
  background-position: -9px -7px; }

.navbar-outline .dropdown-cate:hover .caret-cat {
  background-position: -9px -7px; }

.navbar-outline .logo-small {
  background-position: -310px -29px; }

.caret-cat,
.caret-cat-while {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 10px; }

.caret-cat {
  background-position: -9px -7px; }

.icon-cat {
  width: 57px;
  height: 45px;
  display: block;
  margin: 0 auto; }

.cat-laptop {
  background-position: -6px 4px; }

.cat-paint {
  background-position: -6px -39px; }

.cat-skill {
  background-position: -64px -3px; }

.cat-shopping {
  background-position: -59px -45px; }

.cat-camera {
  background-position: -125px -7px; }

.cat-group {
  background-position: -114px -53px; }

.cat-language {
  background-position: -11px -95px; }

.cat-money {
  background-position: -68px -103px; }

.cat-heart {
  background-position: -124px -103px; }

.cat-board {
  background-position: -7px -146px; }

.icon-certificate {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-position: -64px -160px; }

.icon-u-lag,
.icon-camera-lg,
.icon-loa-lg,
.icon-dola-lg {
  width: 60px;
  height: 60px;
  margin: 0 auto; }

.icon-u-lag {
  background-position: -9px -33px; }

.icon-camera-lg {
  background-position: -79px -33px;
  width: 70px; }

.icon-loa-lg {
  background-position: -152px -33px;
  width: 65px; }

.icon-dola-lg {
  background-position: -223px -32px;
  width: 85px; }

/*******Icon mobile***********/
.m-icon-search,
.m-icon-user,
.m-icon-menu {
  width: 40px;
  height: 38px;
  display: block; }

.m-icon-search {
  background-position: -210px -140px; }

.m-icon-user {
  background-position: -207px -180px; }

.m-icon-menu {
  background-position: -210px -95px; }

.icon-dollar {
  width: 46px;
  height: 46px;
  display: inline-block; }

.partner-done .media-left .done {
  background-position: -11px -104px; }

/*******Icon Payment***********/
.payment-accept-info-icon {
  display: inline-block;
  vertical-align: middle; }
  .payment-accept-info-icon .icon-pay {
    background: url(../img/common/payment.png) no-repeat;
    height: 32px; }
  .payment-accept-info-icon span {
    display: inline-block; }
  .payment-accept-info-icon .icon-pay-transfer {
    background-position: 0 0;
    width: 66px;
    background-color: #222222;
    border-radius: 4px; }
  .payment-accept-info-icon .icon-pay-atm {
    background-position: -66px 0px;
    width: 64px; }
  .payment-accept-info-icon .icon-pay-visa {
    background-position: -134px 0px;
    width: 61px; }
  .payment-accept-info-icon .icon-pay-master {
    background-position: -202px 0px;
    width: 62px; }

@font-face {
  font-family: icons;
  src: url(//cdn6.agoda.net/images/fonts/icons-2983ee4c05d02ff5abee95a7ed7659dc.eot);
  src: url(//cdn6.agoda.net/images/fonts/icons-2983ee4c05d02ff5abee95a7ed7659dc.eot#iefix) format("embedded-opentype"), url(//cdn6.agoda.net/images/fonts/icons-2983ee4c05d02ff5abee95a7ed7659dc.woff) format("woff"), url(//cdn6.agoda.net/images/fonts/icons-2983ee4c05d02ff5abee95a7ed7659dc.ttf) format("truetype"), url(//cdn6.agoda.net/images/fonts/icons-2983ee4c05d02ff5abee95a7ed7659dc.svg#icons) format("svg");
  font-weight: 400;
  font-style: normal; }

.t-icon {
  font-family: icons;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }

.t-icon-check-in:before,
.t-icon-check-out:before {
  content: "\F193"; }

.t-icon-search:before {
  content: "\F3D7"; }

.t-icon-moon:before {
  content: "\F2EE"; }

.t-user:before {
  content: "\F4AD"; }

.t-topic:before {
  content: "\F49B"; }

.t-star:before {
  content: "\F296"; }

.t-comment:before {
  content: "\F13A"; }

.t-location-pin:before {
  content: "\F33B"; }

.t-location-pin-star:before {
  content: "\F37F"; }

.t-flight-pin:before {
  content: "\F253"; }

.t-promotion:before {
  content: "\F39E"; }

.t-heart-of-the-city:before {
  content: "\F301"; }

.t-fs-20 {
  font-size: 20px; }

.t-fs-12 {
  font-size: 12px; }

.container-plus {
  width: 100%;
  background-color: #fff; }
  .container-plus .container .row-reset {
    padding-top: 20px;
    margin-left: -8px !important;
    margin-right: -8px;
    padding: 0 8px; }
    .container-plus .container .row-reset .adv {
      background-color: #ffffff;
      border-radius: 3px; }
      .container-plus .container .row-reset .adv .row .adv-img {
        position: relative;
        text-align: center; }
        .container-plus .container .row-reset .adv .row .adv-img img {
          height: 216px;
          min-height: 155px;
          width: 100%;
          object-fit: cover;
          object-position: center center;
          border-radius: 3px 3px 0 0;
          vertical-align: middle;
          border: 0; }
        .container-plus .container .row-reset .adv .row .adv-img .slogan {
          position: absolute;
          top: 44%;
          left: 10%;
          font-size: 35px;
          color: white;
          font-weight: 700; }
          .container-plus .container .row-reset .adv .row .adv-img .slogan h2 {
            color: white;
            white-space: nowrap;
            font-size: 43px;
            font-style: italic;
            font-weight: 700;
            top: 30%;
            left: 30%; }
    .container-plus .container .row-reset .impressive-topic {
      background-color: #ffffff;
      margin-top: 20px; }
      .container-plus .container .row-reset .impressive-topic .title {
        height: 42px;
        line-height: 42px; }
        .container-plus .container .row-reset .impressive-topic .title .text {
          font-size: 26px;
          float: left;
          height: 42px;
          line-height: 42px;
          position: relative;
          color: #1a3863;
          font-weight: 600; }
        .container-plus .container .row-reset .impressive-topic .title .text:after {
          position: absolute;
          content: " ";
          border-bottom: 2px solid #1a3863;
          width: 80px;
          bottom: 2px;
          left: 2px; }
      .container-plus .container .row-reset .impressive-topic .title:before {
        content: " ";
        display: table;
        box-sizing: border-box; }
      .container-plus .container .row-reset .impressive-topic .row {
        margin-top: 23px; }
        .container-plus .container .row-reset .impressive-topic .row .highlights {
          width: 100%;
          height: 220px;
          margin-top: 0px; }
        .container-plus .container .row-reset .impressive-topic .row .impressive-topic-title {
          position: absolute;
          bottom: 7%;
          left: 35%; }
          .container-plus .container .row-reset .impressive-topic .row .impressive-topic-title p {
            font-size: 25px;
            font-weight: 600;
            color: white; }
    .container-plus .container .row-reset .recently-search {
      background-color: #ffffff;
      padding: 15px 25px 30px 25px;
      box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12); }
      .container-plus .container .row-reset .recently-search .title {
        height: 42px;
        line-height: 42px; }
        .container-plus .container .row-reset .recently-search .title .text {
          font-size: 26px;
          float: left;
          height: 42px;
          line-height: 42px;
          position: relative;
          color: #1a3863;
          font-weight: 600; }
        .container-plus .container .row-reset .recently-search .title .text:after {
          position: absolute;
          content: " ";
          border-bottom: 2px solid #1a3863;
          width: 80px;
          bottom: 2px;
          left: 2px; }
      .container-plus .container .row-reset .recently-search .title:before {
        content: " ";
        display: table;
        box-sizing: border-box; }
      .container-plus .container .row-reset .recently-search .history-content .row {
        margin-top: 20px; }
        .container-plus .container .row-reset .recently-search .history-content .row .inside-md6 {
          background-color: #EEEEEE;
          position: relative;
          width: 100%;
          overflow: hidden;
          display: block; }
          .container-plus .container .row-reset .recently-search .history-content .row .inside-md6 .search-box-icon {
            width: 20%;
            margin-right: 0px;
            float: left;
            overflow: hidden;
            padding: 10px 10px; }
          .container-plus .container .row-reset .recently-search .history-content .row .inside-md6 .search-box-content {
            padding: 10px 15px;
            border-left: 1px solid #ccc;
            overflow: hidden;
            position: relative; }
            .container-plus .container .row-reset .recently-search .history-content .row .inside-md6 .search-box-content p {
              margin-bottom: 5px !important; }
            .container-plus .container .row-reset .recently-search .history-content .row .inside-md6 .search-box-content .search {
              position: absolute;
              right: 31px;
              bottom: 14px; }
            .container-plus .container .row-reset .recently-search .history-content .row .inside-md6 .search-box-content .close-button {
              position: absolute;
              top: 0;
              right: 4px; }
    .container-plus .container .row-reset .slider {
      margin: 0 !important;
      background-color: #ffffff; }
      .container-plus .container .row-reset .slider .title {
        height: 42px;
        line-height: 42px; }
        .container-plus .container .row-reset .slider .title .text {
          font-size: 26px;
          float: left;
          height: 42px;
          line-height: 42px;
          position: relative;
          color: #1a3863;
          font-weight: 600; }
        .container-plus .container .row-reset .slider .title .text:after {
          position: absolute;
          content: " ";
          border-bottom: 2px solid #1a3863;
          width: 80px;
          bottom: 2px;
          left: 2px; }
      .container-plus .container .row-reset .slider .title:before {
        content: " ";
        display: table;
        box-sizing: border-box; }
      .container-plus .container .row-reset .slider .main {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0px; }
        .container-plus .container .row-reset .slider .main #slick_slider {
          margin-right: 4px; }
          .container-plus .container .row-reset .slider .main #slick_slider .slick-arrow {
            background: red; }
          .container-plus .container .row-reset .slider .main #slick_slider .slick-next {
            right: 0;
            font-size: 0;
            line-height: 0;
            position: absolute;
            top: 50%;
            display: block;
            width: 28px;
            height: 28px;
            padding: 0;
            transform: translate(0, -50%);
            cursor: pointer;
            color: transparent;
            border: none;
            outline: none;
            background: transparent; }
          .container-plus .container .row-reset .slider .main #slick_slider .slick-next:before {
            font-family: 'slick';
            font-size: 26px;
            line-height: 1;
            opacity: 1;
            color: darkred;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
      .container-plus .container .row-reset .slider .slider-content {
        padding: 15px 0px; }
    .container-plus .container .row-reset .box-combo-home {
      padding-bottom: 22px;
      background-color: #ffffff; }
      .container-plus .container .row-reset .box-combo-home a {
        color: #333333; }
      .container-plus .container .row-reset .box-combo-home .title {
        height: 42px;
        line-height: 42px; }
        .container-plus .container .row-reset .box-combo-home .title .text {
          font-size: 26px;
          float: left;
          height: 42px;
          line-height: 42px;
          position: relative;
          color: #1a3863;
          font-weight: 600; }
        .container-plus .container .row-reset .box-combo-home .title .text:after {
          position: absolute;
          content: " ";
          border-bottom: 2px solid #1a3863;
          width: 80px;
          bottom: 2px;
          left: 2px; }
        .container-plus .container .row-reset .box-combo-home .title .title:before {
          content: " ";
          display: table;
          box-sizing: border-box; }
        .container-plus .container .row-reset .box-combo-home .title .text-flash-deal {
          color: #1a3863; }
          .container-plus .container .row-reset .box-combo-home .title .text-flash-deal .text {
            font-size: 26px;
            float: left;
            height: 42px;
            line-height: 42px;
            position: relative;
            color: #1a3863;
            font-weight: 600; }
        .container-plus .container .row-reset .box-combo-home .title a {
          color: #FFD200;
          text-decoration: none; }
        .container-plus .container .row-reset .box-combo-home .title .title:after {
          clear: both; }
      .container-plus .container .row-reset .box-combo-home .title:before {
        content: " ";
        display: table;
        box-sizing: border-box; }
      .container-plus .container .row-reset .box-combo-home .title:after {
        clear: both; }
      .container-plus .container .row-reset .box-combo-home .sub-title {
        margin: 7px 0 20px 0;
        line-height: 22.4px;
        font-size: 16px; }
      .container-plus .container .row-reset .box-combo-home .box-combo .row {
        margin-right: -40px; }
        .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-image {
          position: relative;
          background: #000;
          border-radius: 5px 3px 0 0; }
          .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-image .button {
            border-radius: 0 !important;
            position: absolute;
            right: 76px;
            top: 66px; }
            .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-image .button button {
              background-color: #FF9900 !important;
              border-radius: 0;
              border: 1px solid;
              /* padding: 10px; */
              box-shadow: 3px 3px black; }
          .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-image .img-flash-deal {
            height: 250px;
            min-height: 250px; }
          .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-image .avatar {
            width: 100%;
            height: 164px !important;
            object-fit: cover;
            object-position: center center;
            border-radius: 3px 3px 0 0; }
          .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-image img {
            vertical-align: middle;
            border: 0; }
          .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-image .view-n-reservation {
            display: block;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            text-align: center;
            width: 100%;
            color: #fff;
            font-size: 13px;
            visibility: hidden; }
            .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-image .view-n-reservation .view {
              margin-bottom: 10px; }
              .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-image .view-n-reservation .view button {
                background-color: #eb6502;
                color: #f5f5f5;
                text-transform: uppercase; }
            .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-image .view-n-reservation .reservation {
              padding: 5px 0;
              background: rgba(0, 0, 0, 0.6);
              margin: 0 10px; }
              .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-image .view-n-reservation .reservation .fa {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale; }
          .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-image .package-tooltip {
            position: absolute;
            color: #fff;
            padding: 1px 5px; }
          .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-image .combo-tooltip {
            background-color: #FFD200;
            border: 1px solid #FFD200;
            color: #333333;
            border-radius: 3px 0 0 0;
            top: 0;
            left: 0;
            font-size: 14px; }
            .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-image .combo-tooltip .base-service {
              margin-left: 10px; }
          .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-image .hotel-n-star {
            position: absolute;
            width: 100% !important;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 5px 10px;
            background: rgba(0, 0, 0, 0.68);
            color: #ffffff;
            font-size: 13px; }
            .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-image .hotel-n-star .hotel {
              float: left;
              width: 60%;
              padding-right: 15px;
              height: 17px;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
            .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-image .hotel-n-star .star {
              float: right; }
            .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-image .hotel-n-star .text-right {
              text-align: right; }
              .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-image .hotel-n-star .text-right span .fa {
                color: #fc0 !important; }
          .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-image .clearfix .clearfix:before {
            content: " ";
            display: table; }
          .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-image .clearfix .clearfix:after {
            content: " ";
            display: table; }
        .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .package-home-content {
          padding: 10px 0px; }
          .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .package-home-content .package-home-name {
            font-weight: 400;
            line-height: 22.4px;
            font-size: 16px;
            color: #1a3863; }
          .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .package-home-content .offline {
            font-size: 15px;
            font-weight: 600;
            line-height: 21px;
            color: #3f3d3d;
            height: 42px;
            overflow: hidden; }
        .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-search-info {
          padding: 0px; }
          .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-search-info .card-search-info:before {
            content: " ";
            display: table;
            box-sizing: border-box; }
          .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-search-info .from-n-range {
            padding-bottom: 10px;
            margin-bottom: 10px;
            position: relative;
            color: #393838;
            font-size: 13px; }
            .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-search-info .from-n-range .from .icon-marker {
              width: 15px;
              margin-bottom: 3px; }
            .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-search-info .from-n-range .from img {
              vertical-align: middle;
              border: 0; }
            .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-search-info .from-n-range .pull-left {
              float: left !important; }
            .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-search-info .from-n-range .text-left {
              text-align: left; }
            .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-search-info .from-n-range .range .icon-timer {
              width: 15px;
              margin-bottom: 3px; }
            .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-search-info .from-n-range .range img {
              vertical-align: middle;
              border: 0; }
            .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-search-info .from-n-range .pull-right {
              float: right !important; }
            .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-search-info .from-n-range .text-right {
              text-align: right; }
            .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-search-info .from-n-range .from-n-range:after {
              content: " ";
              position: absolute;
              width: calc(100% - 40px);
              border-bottom: 1px solid #ccc;
              bottom: 0;
              left: 20px; }
          .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-search-info .price {
            width: 60%;
            float: left;
            max-height: 45px; }
            .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-search-info .price .new-price {
              color: #eb6502;
              font-size: 18px;
              font-weight: 600; }
              .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-search-info .price .new-price span {
                color: #999999;
                font-size: 14px;
                font-weight: 400; }
            .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-search-info .price .old-price {
              text-decoration: line-through;
              color: #999999; }
            .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-search-info .price .discount-price {
              position: relative;
              display: inline-block;
              width: auto;
              height: 20px;
              background-color: #ee595d;
              border-radius: 3px 3px 3px 3px;
              border-left: 1px solid #ee595d;
              /* margin-left: 19px; */
              color: white;
              font-weight: 300;
              font-size: 12px;
              line-height: 20px;
              padding: 0 5px;
              top: -45px;
              right: -110px; }
          .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-search-info .customer-buy {
            width: 40%;
            float: right;
            text-align: center;
            color: #666;
            line-height: 15px;
            max-height: 45px;
            font-size: 12px;
            margin-top: 8px; }
            .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-search-info .customer-buy i {
              font-size: 19px; }
            .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-search-info .customer-buy .fa {
              display: inline-block;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
          .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card .swiper-property-card .card-search-info .card-search-info:after {
            clear: both; }
        .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .swiper-card a {
          color: #333333; }
        .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .hotel-card {
          min-height: 303px;
          background-color: #ffffff;
          cursor: pointer;
          margin-bottom: 30px; }
        .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .package-home {
          overflow: hidden;
          padding-bottom: 10px;
          transition: box-shadow .2s ease-in-out;
          transition-property: box-shadow;
          transition-duration: .2s;
          transition-timing-function: ease-in-out;
          transition-delay: 0s;
          min-height: 280px; }
        .container-plus .container .row-reset .box-combo-home .box-combo .row .swiper-slide .mgr-0 {
          margin: 0 !important; }
      .container-plus .container .row-reset .box-combo-home .box-combo .row:before {
        content: " ";
        display: table; }
      .container-plus .container .row-reset .box-combo-home .box-combo .total {
        position: relative; }
        .container-plus .container .row-reset .box-combo-home .box-combo .total .avatar {
          width: 100%;
          height: 231px;
          opacity: 1.1;
          object-fit: cover;
          object-position: center; }
        .container-plus .container .row-reset .box-combo-home .box-combo .total .title {
          position: absolute;
          bottom: 83px;
          right: 0px;
          text-align: right;
          color: white;
          padding-left: 20px;
          padding-right: 20px; }
          .container-plus .container .row-reset .box-combo-home .box-combo .total .title h4 {
            font-size: 15px;
            font-family: 'Open Sans', mallory, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
            font-weight: 500;
            padding: 3px; }
          .container-plus .container .row-reset .box-combo-home .box-combo .total .title .star {
            margin-top: -19px;
            margin-bottom: -8px; }
            .container-plus .container .row-reset .box-combo-home .box-combo .total .title .star i {
              color: #fc0 !important; }
          .container-plus .container .row-reset .box-combo-home .box-combo .total .title .price-inthebox {
            border: solid 2px black;
            padding-right: 6px;
            margin-left: 34%;
            background-color: black;
            opacity: 0.68;
            border-radius: 2px; }
            .container-plus .container .row-reset .box-combo-home .box-combo .total .title .price-inthebox h4 {
              margin-top: 5px;
              font-weight: 900; }
        .container-plus .container .row-reset .box-combo-home .box-combo .total .short-detail {
          background-color: black;
          line-height: 8px;
          height: 78px;
          position: absolute;
          bottom: 28px;
          /* right: 0px; */
          /* text-align: right; */
          color: white;
          padding-top: 10px;
          padding-left: 20px;
          padding-right: 20px;
          padding-bottom: 10px;
          border: solid 2px #6c757d;
          margin-left: 7px;
          opacity: 0.8;
          border-radius: 11px; }
          .container-plus .container .row-reset .box-combo-home .box-combo .total .short-detail .departure-date {
            border-bottom: solid 1px white;
            padding: 0px 0px 10px 0px;
            font-size: 12px;
            font-weight: 500; }
          .container-plus .container .row-reset .box-combo-home .box-combo .total .short-detail .route {
            border-bottom: solid 1px white;
            padding: 0px 0px 6px 0px;
            font-size: 12px;
            font-weight: 500;
            margin-top: 4px; }
          .container-plus .container .row-reset .box-combo-home .box-combo .total .short-detail .time {
            padding: 0px 0px 10px 0px;
            font-size: 12px;
            font-weight: 500;
            margin-top: 6px; }
      .container-plus .container .row-reset .box-combo-home .box-combo .tab-content .row .swiper-card .card-image {
        position: relative;
        background: #000; }
        .container-plus .container .row-reset .box-combo-home .box-combo .tab-content .row .swiper-card .card-image .avatar {
          width: 100%;
          height: 170px;
          min-height: 170px;
          object-fit: cover;
          object-position: center center;
          border-radius: 3px 3px 0 0; }
        .container-plus .container .row-reset .box-combo-home .box-combo .tab-content .row .swiper-card .card-image .img-package-online {
          height: 216px;
          min-height: 155px; }
        .container-plus .container .row-reset .box-combo-home .box-combo .tab-content .row .swiper-card .card-image img {
          vertical-align: middle;
          border: 0; }
        .container-plus .container .row-reset .box-combo-home .box-combo .tab-content .row .swiper-card .card-image .bottom-nav-bar {
          position: absolute;
          width: 100%;
          bottom: 0;
          left: 0;
          right: 0;
          padding: 5px 10px;
          background: rgba(0, 0, 0, 0.28);
          color: #ffffff;
          font-size: 13px; }
          .container-plus .container .row-reset .box-combo-home .box-combo .tab-content .row .swiper-card .card-image .bottom-nav-bar .from-tooltip {
            float: left; }
            .container-plus .container .row-reset .box-combo-home .box-combo .tab-content .row .swiper-card .card-image .bottom-nav-bar .from-tooltip .icon-marker {
              width: 20px;
              height: 20px;
              font-size: 14px; }
          .container-plus .container .row-reset .box-combo-home .box-combo .tab-content .row .swiper-card .card-image .bottom-nav-bar .to-tooltip {
            float: right; }
            .container-plus .container .row-reset .box-combo-home .box-combo .tab-content .row .swiper-card .card-image .bottom-nav-bar .to-tooltip .icon-forward {
              width: 20px;
              height: 20px;
              font-size: 14px; }
      .container-plus .container .row-reset .box-combo-home .box-combo .tab-content .row .swiper-card .important-detail {
        padding: 15px 0px; }
        .container-plus .container .row-reset .box-combo-home .box-combo .tab-content .row .swiper-card .important-detail .package-home-content .family-room-title {
          float: left;
          font-size: 14px;
          font-weight: 900;
          color: darkgrey; }
        .container-plus .container .row-reset .box-combo-home .box-combo .tab-content .row .swiper-card .important-detail .package-home-content .location {
          float: right;
          color: darkgray;
          font-weight: 700; }
        .container-plus .container .row-reset .box-combo-home .box-combo .tab-content .row .swiper-card .important-detail .package-home-info {
          width: 100%; }
          .container-plus .container .row-reset .box-combo-home .box-combo .tab-content .row .swiper-card .important-detail .package-home-info .hotel-name {
            float: left;
            font-size: 14px;
            font-weight: 600; }
          .container-plus .container .row-reset .box-combo-home .box-combo .tab-content .row .swiper-card .important-detail .package-home-info .star {
            float: right; }
            .container-plus .container .row-reset .box-combo-home .box-combo .tab-content .row .swiper-card .important-detail .package-home-info .star .fa {
              color: #fc0 !important; }
        .container-plus .container .row-reset .box-combo-home .box-combo .tab-content .row .swiper-card .important-detail .room-family-price {
          font-size: 15px;
          font-weight: 500; }
      .container-plus .container .row-reset .box-combo-home .box-combo .tab-content .row .hotel-card {
        transition: box-shadow .2s ease-in-out;
        transition-property: box-shadow;
        transition-duration: .2s;
        transition-timing-function: ease-in-out;
        transition-delay: 0s;
        min-height: 280px;
        margin-bottom: 50px; }
      .container-plus .container .row-reset .box-combo-home .box-combo .tab-content .row .package-home {
        transition: box-shadow .2s ease-in-out;
        transition-property: box-shadow;
        transition-duration: .2s;
        transition-timing-function: ease-in-out;
        transition-delay: 0s;
        min-height: 280px;
        margin-bottom: 50px; }
    .container-plus .container .row-reset .promotion-combo {
      width: 100%;
      background-color: #ffffff; }
      .container-plus .container .row-reset .promotion-combo .title {
        height: 42px;
        line-height: 42px; }
        .container-plus .container .row-reset .promotion-combo .title .text {
          font-size: 26px;
          float: left;
          height: 42px;
          line-height: 42px;
          position: relative;
          color: #1a3863;
          font-weight: 600; }
        .container-plus .container .row-reset .promotion-combo .title .text:after {
          position: absolute;
          content: " ";
          border-bottom: 2px solid #1a3863;
          width: 80px;
          bottom: 2px;
          left: 2px; }
      .container-plus .container .row-reset .promotion-combo .title:before {
        content: " ";
        display: table;
        box-sizing: border-box; }
      .container-plus .container .row-reset .promotion-combo .box-combo-home .title:after {
        clear: both; }
      .container-plus .container .row-reset .promotion-combo .sub-title {
        margin: 7px 0 20px 0;
        line-height: 22.4px;
        font-size: 16px; }
      .container-plus .container .row-reset .promotion-combo .box-combo {
        margin-right: -17px; }
        .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo {
          position: relative; }
          .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .card-image {
            position: relative; }
            .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .card-image .avatar {
              width: 242px;
              height: 164px; }
            .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .card-image .bottom-nav-bar {
              position: absolute;
              width: 94%;
              bottom: 0;
              left: 0;
              right: 0;
              padding: 5px 10px;
              background: rgba(0, 0, 0, 0.28);
              color: #ffffff;
              font-size: 13px; }
              .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .card-image .bottom-nav-bar .from-tooltip {
                float: left; }
                .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .card-image .bottom-nav-bar .from-tooltip .icon-marker {
                  width: 20px;
                  height: 20px;
                  font-size: 14px; }
              .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .card-image .bottom-nav-bar .to-tooltip {
                float: right; }
                .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .card-image .bottom-nav-bar .to-tooltip .icon-forward {
                  width: 20px;
                  height: 20px;
                  font-size: 14px; }
          .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .prom-detail {
            margin: 0;
            padding-right: 15px;
            overflow: hidden;
            line-height: 27px; }
            .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .prom-detail .prom-locate {
              padding: 0 5px; }
              .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .prom-detail .prom-locate .prom-location {
                font-size: 15px;
                font-weight: 600;
                color: #3f3d3d;
                overflow: hidden; }
              .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .prom-detail .prom-locate .prom-combo-name {
                font-size: 15px;
                font-weight: 600;
                line-height: 21px;
                color: #3f3d3d;
                height: 22px;
                overflow: hidden; }
            .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .prom-detail .depart-n-price {
              padding: 0px 2px 12px; }
              .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .prom-detail .depart-n-price .prom-depart {
                padding-bottom: 10px;
                margin-bottom: 10px;
                position: relative;
                color: #393838;
                font-size: 13px; }
                .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .prom-detail .depart-n-price .prom-depart .pull-left {
                  float: left !important;
                  width: 50%; }
                .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .prom-detail .depart-n-price .prom-depart .text-left {
                  text-align: left; }
                .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .prom-detail .depart-n-price .prom-depart .pull-left {
                  float: left; }
                .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .prom-detail .depart-n-price .prom-depart .pull-right {
                  float: right !important;
                  width: 50%; }
                .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .prom-detail .depart-n-price .prom-depart .text-right {
                  text-align: right; }
                .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .prom-detail .depart-n-price .prom-depart .pull-right {
                  float: right; }
              .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .prom-detail .depart-n-price .prom-depart:after {
                content: " ";
                position: absolute;
                width: calc(100% - 40px);
                border-bottom: 1px solid #ccc;
                bottom: 0;
                left: 20px; }
              .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .prom-detail .depart-n-price .prom-price {
                width: 60%;
                float: left;
                max-height: 45px;
                font-size: 18px;
                font-weight: 700;
                color: #EC6E11;
                margin-right: 5px; }
              .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .prom-detail .depart-n-price .customer-buy {
                width: 40%;
                float: right;
                text-align: center;
                color: #666;
                line-height: 15px;
                max-height: 45px;
                font-size: 12px;
                margin-top: -4px; }
            .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .prom-detail .depart-n-price:before {
              content: " ";
              display: table;
              box-sizing: border-box; }
            .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .swiper-card a .prom-detail .depart-n-price:after {
              clear: both; }
          .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .hotel-card {
            transition: box-shadow 0.2s ease-in-out;
            transition-property: box-shadow;
            transition-duration: 0.2s;
            transition-timing-function: ease-in-out;
            transition-delay: 0s;
            min-height: 280px;
            margin-bottom: 50px; }
          .container-plus .container .row-reset .promotion-combo .box-combo .promo-combo .package-home {
            transition: box-shadow 0.2s ease-in-out;
            transition-property: box-shadow;
            transition-duration: 0.2s;
            transition-timing-function: ease-in-out;
            transition-delay: 0s;
            min-height: 280px;
            margin-bottom: 50px; }
    .container-plus .container .row-reset .sweet-couple {
      width: 100%;
      background-color: #ffffff; }
      .container-plus .container .row-reset .sweet-couple .title {
        height: 42px;
        line-height: 42px; }
        .container-plus .container .row-reset .sweet-couple .title .text {
          font-size: 26px;
          float: left;
          height: 42px;
          line-height: 42px;
          position: relative;
          color: #1a3863;
          font-weight: 600; }
        .container-plus .container .row-reset .sweet-couple .title .text:after {
          position: absolute;
          content: " ";
          border-bottom: 2px solid #1a3863;
          width: 80px;
          bottom: 2px;
          left: 2px; }
      .container-plus .container .row-reset .sweet-couple .title:before {
        content: " ";
        display: table;
        box-sizing: border-box; }
      .container-plus .container .row-reset .sweet-couple .box-combo-home .title:after {
        clear: both; }
      .container-plus .container .row-reset .sweet-couple .sub-title {
        margin-bottom: 10px;
        font-size: 16px; }
      .container-plus .container .row-reset .sweet-couple .box-combo {
        margin-right: -17px; }
        .container-plus .container .row-reset .sweet-couple .box-combo .first {
          position: relative; }
          .container-plus .container .row-reset .sweet-couple .box-combo .first .swiper-card a .card-image {
            position: relative; }
            .container-plus .container .row-reset .sweet-couple .box-combo .first .swiper-card a .card-image .avatar {
              width: 242px;
              height: 164px; }
            .container-plus .container .row-reset .sweet-couple .box-combo .first .swiper-card a .card-image .bottom-nav-bar {
              position: absolute;
              width: 93%;
              bottom: 0;
              left: 0;
              right: 0;
              padding: 5px 10px;
              background: rgba(0, 0, 0, 0.28);
              color: #ffffff;
              font-size: 13px; }
              .container-plus .container .row-reset .sweet-couple .box-combo .first .swiper-card a .card-image .bottom-nav-bar .from-tooltip {
                float: left; }
                .container-plus .container .row-reset .sweet-couple .box-combo .first .swiper-card a .card-image .bottom-nav-bar .from-tooltip .icon-marker {
                  width: 20px;
                  height: 20px;
                  font-size: 14px; }
              .container-plus .container .row-reset .sweet-couple .box-combo .first .swiper-card a .card-image .bottom-nav-bar .to-tooltip {
                float: right; }
                .container-plus .container .row-reset .sweet-couple .box-combo .first .swiper-card a .card-image .bottom-nav-bar .to-tooltip .icon-forward {
                  width: 20px;
                  height: 20px;
                  font-size: 14px; }
          .container-plus .container .row-reset .sweet-couple .box-combo .first .swiper-card a .important-detail {
            margin: 0;
            padding-right: 15px;
            overflow: hidden;
            line-height: 27px; }
            .container-plus .container .row-reset .sweet-couple .box-combo .first .swiper-card a .important-detail .package-home-content .family-room-title {
              float: left;
              line-height: 15px;
              font-size: 12px;
              font-weight: 900;
              color: black; }
            .container-plus .container .row-reset .sweet-couple .box-combo .first .swiper-card a .important-detail .package-home-content .location {
              float: left;
              color: black;
              font-weight: 700; }
            .container-plus .container .row-reset .sweet-couple .box-combo .first .swiper-card a .important-detail .depart-date {
              font-weight: 600;
              font-size: 15px;
              float: left;
              color: black; }
            .container-plus .container .row-reset .sweet-couple .box-combo .first .swiper-card a .important-detail .package-home-info {
              width: 100%; }
              .container-plus .container .row-reset .sweet-couple .box-combo .first .swiper-card a .important-detail .package-home-info .hotel-name {
                color: black;
                float: left;
                font-size: 13px;
                font-weight: 600; }
              .container-plus .container .row-reset .sweet-couple .box-combo .first .swiper-card a .important-detail .package-home-info .star {
                float: right; }
                .container-plus .container .row-reset .sweet-couple .box-combo .first .swiper-card a .important-detail .package-home-info .star .fa {
                  color: #fc0 !important;
                  font-weight: 600;
                  font-size: 13px; }
            .container-plus .container .row-reset .sweet-couple .box-combo .first .swiper-card a .important-detail .price-n-logo {
              width: 100%; }
              .container-plus .container .row-reset .sweet-couple .box-combo .first .swiper-card a .important-detail .price-n-logo .room-family-price {
                width: 50%;
                float: left;
                font-size: 15px;
                font-weight: 700;
                color: orangered; }
              .container-plus .container .row-reset .sweet-couple .box-combo .first .swiper-card a .important-detail .price-n-logo .logo {
                float: right; }
          .container-plus .container .row-reset .sweet-couple .box-combo .first .hotel-card {
            transition: box-shadow 0.2s ease-in-out;
            transition-property: box-shadow;
            transition-duration: 0.2s;
            transition-timing-function: ease-in-out;
            transition-delay: 0s;
            min-height: 280px;
            margin-bottom: 50px; }
          .container-plus .container .row-reset .sweet-couple .box-combo .first .package-home {
            transition: box-shadow 0.2s ease-in-out;
            transition-property: box-shadow;
            transition-duration: 0.2s;
            transition-timing-function: ease-in-out;
            transition-delay: 0s;
            min-height: 280px;
            margin-bottom: 50px; }

.container:before, .container:after {
  content: " ";
  display: table; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.slick-slide {
  margin-right: 10px !important;
  overflow: hidden; }

body {
  background: #ccc;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500; }

.action {
  display: block;
  margin: 100px auto;
  width: 100%;
  text-align: center; }

.action a {
  display: inline-block;
  padding: 5px 10px;
  background: #f30;
  color: #fff;
  text-decoration: none; }

.action a:hover {
  background: #000; }

.slick-prev {
  display: none !important; }

.home-box-combo {
  background-color: #ffffff;
  padding: 15px 0px 0px 0px;
  margin-top: 30px; }
  .home-box-combo .title {
    height: 40px;
    line-height: 40px; }
    .home-box-combo .title a {
      color: #1a3863; }
      .home-box-combo .title a .text {
        font-size: 26px;
        float: left;
        height: 42px;
        line-height: 42px;
        position: relative;
        color: #1a3863;
        font-weight: 600; }
      .home-box-combo .title a .text:after {
        position: absolute;
        content: " ";
        border-bottom: 2px solid #1a3863;
        width: 80px;
        bottom: 2px;
        left: 2px; }
  .home-box-combo .title:before {
    content: " ";
    display: table;
    box-sizing: border-box; }
  .home-box-combo .title:after {
    clear: both; }
  .home-box-combo .sub-title {
    margin: 7px 0 20px 0;
    line-height: 22.4px;
    font-size: 16px; }
  .home-box-combo .combo-box {
    background-color: white; }
    .home-box-combo .combo-box .img-card-hover {
      border-radius: 3px;
      text-decoration: none;
      transition: all 0.7s ease; }
      .home-box-combo .combo-box .img-card-hover:hover {
        box-shadow: 0 10px 10px -4px #ccc; }
      .home-box-combo .combo-box .img-card-hover .image-card {
        position: relative;
        width: 100%; }
        .home-box-combo .combo-box .img-card-hover .image-card img {
          width: 100%; }
        .home-box-combo .combo-box .img-card-hover .image-card .from-n-to {
          position: absolute;
          width: 100%;
          bottom: 0;
          left: 0;
          right: 0;
          padding: 5px 10px;
          background: rgba(0, 0, 0, 0.2);
          color: #ffffff;
          font-size: 13px; }
          .home-box-combo .combo-box .img-card-hover .image-card .from-n-to .from-departure {
            float: left; }
          .home-box-combo .combo-box .img-card-hover .image-card .from-n-to .to-departure {
            float: right; }
      .home-box-combo .combo-box .img-card-hover .image-card-hover {
        position: absolute;
        background: rgba(0, 0, 0, 0.68);
        width: 265.93px;
        height: 177.5px;
        top: 0; }
      .home-box-combo .combo-box .img-card-hover .content {
        padding: 5px; }
        .home-box-combo .combo-box .img-card-hover .content .name-rating {
          width: 100%; }
          .home-box-combo .combo-box .img-card-hover .content .name-rating .combo-name {
            width: 74%;
            float: left; }
          .home-box-combo .combo-box .img-card-hover .content .name-rating .rating {
            width: 26%;
            float: right; }
            .home-box-combo .combo-box .img-card-hover .content .name-rating .rating i {
              color: #FDD000 !important; }
        .home-box-combo .combo-box .img-card-hover .content .price-logo {
          width: 100%; }
          .home-box-combo .combo-box .img-card-hover .content .price-logo .price {
            width: 74%;
            float: left; }
          .home-box-combo .combo-box .img-card-hover .content .price-logo .logo {
            width: 26%;
            float: right; }
        .home-box-combo .combo-box .img-card-hover .content .prom-detail {
          margin: 0;
          padding-right: 0px;
          overflow: hidden;
          line-height: 27px; }
          .home-box-combo .combo-box .img-card-hover .content .prom-detail .prom-locate {
            padding: 0 5px; }
            .home-box-combo .combo-box .img-card-hover .content .prom-detail .prom-locate .prom-location {
              font-size: 15px;
              font-weight: 600;
              color: #3f3d3d;
              overflow: hidden; }
            .home-box-combo .combo-box .img-card-hover .content .prom-detail .prom-locate .prom-combo-name {
              font-size: 15px;
              font-weight: 600;
              line-height: 21px;
              color: #3f3d3d;
              height: 22px;
              overflow: hidden; }
          .home-box-combo .combo-box .img-card-hover .content .prom-detail .depart-n-price {
            padding: 0px 2px 12px; }
            .home-box-combo .combo-box .img-card-hover .content .prom-detail .depart-n-price .prom-depart {
              padding-bottom: 10px;
              margin-bottom: 10px;
              position: relative;
              color: #393838;
              font-size: 13px; }
              .home-box-combo .combo-box .img-card-hover .content .prom-detail .depart-n-price .prom-depart .pull-left {
                float: left !important;
                width: 50%; }
              .home-box-combo .combo-box .img-card-hover .content .prom-detail .depart-n-price .prom-depart .text-left {
                text-align: left; }
              .home-box-combo .combo-box .img-card-hover .content .prom-detail .depart-n-price .prom-depart .pull-left {
                float: left; }
              .home-box-combo .combo-box .img-card-hover .content .prom-detail .depart-n-price .prom-depart .pull-right {
                float: right !important;
                width: 50%; }
              .home-box-combo .combo-box .img-card-hover .content .prom-detail .depart-n-price .prom-depart .text-right {
                text-align: right; }
              .home-box-combo .combo-box .img-card-hover .content .prom-detail .depart-n-price .prom-depart .pull-right {
                float: right; }
            .home-box-combo .combo-box .img-card-hover .content .prom-detail .depart-n-price .prom-depart:after {
              content: " ";
              position: absolute;
              width: calc(100% - 40px);
              border-bottom: 1px solid #ccc;
              bottom: 0;
              left: 20px; }
            .home-box-combo .combo-box .img-card-hover .content .prom-detail .depart-n-price .prom-price {
              width: 55%;
              float: left;
              max-height: 45px;
              font-size: 18px;
              font-weight: 700;
              color: #EC6E11;
              margin-right: 5px; }
            .home-box-combo .combo-box .img-card-hover .content .prom-detail .depart-n-price .customer-buy {
              width: 40%;
              float: right;
              text-align: center;
              color: #666;
              line-height: 16px;
              max-height: 45px;
              font-size: 12px;
              margin-top: -4px; }
          .home-box-combo .combo-box .img-card-hover .content .prom-detail .depart-n-price:before {
            content: " ";
            display: table;
            box-sizing: border-box; }
          .home-box-combo .combo-box .img-card-hover .content .prom-detail .depart-n-price:after {
            clear: both; }

.anhr {
  width: 210px !important;
  height: 200px !important;
  margin-left: 0px;
  margin-right: 20px; }

#wrapper {
  overflow: hidden; }
  @media (min-width: 320px) and (max-width: 767px) {
    #wrapper {
      overflow: hidden; } }

.disabledbutton {
  pointer-events: none;
  opacity: 0.4; }

.step-flight {
  margin-bottom: 30px; }

.box-location-from .tt-menu {
  width: 274px !important;
  top: 43px !important;
  left: -16px !important;
  background-color: white;
  box-shadow: rgba(27, 27, 27, 0.1) 0px 1px 3px 0px;
  border-width: 2px 1px 1px;
  border-style: solid;
  border-color: #33afe4; }
  .box-location-from .tt-menu .tt-dataset:after {
    border-bottom: 0 !important; }
  .box-location-from .tt-menu h3.league-name {
    margin-top: 0 !important;
    width: 100%;
    background-color: #fffcee;
    padding: 15px 20px;
    font-weight: 600;
    color: #222; }

.box-location-to .tt-menu {
  width: 274px !important;
  top: 43px !important;
  left: -16px !important;
  background-color: white;
  box-shadow: rgba(27, 27, 27, 0.1) 0px 1px 3px 0px;
  border-width: 2px 1px 1px;
  border-style: solid;
  border-color: #33afe4; }
  .box-location-to .tt-menu .tt-dataset:after {
    border-bottom: 0 !important; }
  .box-location-to .tt-menu h3.league-name {
    margin-top: 0 !important;
    width: 100%;
    background-color: #fffcee;
    padding: 15px 20px;
    font-weight: 600;
    color: #222; }

.media-list {
  margin-bottom: 0;
  border-top: 1px solid #33AFE4; }
  @media (min-width: 768px) {
    .media-list {
      width: 100%;
      animation: opacityShow .5s;
      position: relative; } }
  .media-list .media {
    box-shadow: 0 1px 3px 0 rgba(27, 27, 27, 0.1);
    background-color: #fff;
    width: 100%;
    cursor: pointer; }
    .media-list .media .fl__form_box_content {
      box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.3);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%; }
      @media (min-width: 768px) {
        .media-list .media .fl__form_box_content {
          -ms-flex-align: center;
          align-items: center;
          padding: 15px; } }
      @media (max-width: 767px) {
        .media-list .media .fl__form_box_content {
          padding-top: 0 !important;
          box-shadow: none;
          margin-bottom: 0 !important; } }
      .media-list .media .fl__form_box_content .fl__form_box_img {
        width: 120px;
        box-sizing: border-box; }
        @media (max-width: 767px) {
          .media-list .media .fl__form_box_content .fl__form_box_img {
            -ms-flex-pack: center;
            justify-content: center;
            width: 40px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center; } }
        .media-list .media .fl__form_box_content .fl__form_box_img img {
          max-width: 100%;
          border: 0;
          vertical-align: middle; }
          @media (min-width: 320px) and (max-width: 767px) {
            .media-list .media .fl__form_box_content .fl__form_box_img img {
              transform: rotate(-90deg);
              max-width: initial;
              width: 100px; } }
      @media (min-width: 768px) {
        .media-list .media .fl__form_box_content .fl__form_box_body {
          width: calc(100% - 120px);
          border-left: none;
          padding: 0;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-align: center;
          align-items: center; } }
      @media (max-width: 767px) {
        .media-list .media .fl__form_box_content .fl__form_box_body {
          width: calc(100% - 40px);
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-align: center;
          align-items: center;
          padding: 10px;
          border-left: 1px solid #ddd; } }
      .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule {
        width: calc(100% - 230px);
        margin-bottom: 0;
        box-sizing: border-box;
        cursor: pointer; }
        @media (max-width: 767px) {
          .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule {
            width: 100%; } }
        .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
          justify-content: space-between;
          position: relative; }
          @media (max-width: 767px) {
            .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item {
              padding: 5px 0px; } }
          .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_from {
            width: 35%; }
            .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_from .time {
              font-size: 18px;
              font-weight: 600; }
              @media (min-width: 768px) {
                .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_from .time {
                  text-align: center; } }
              .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_from .time .place {
                margin-bottom: 0;
                font-weight: 400; }
                @media (min-width: 768px) {
                  .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_from .time .place {
                    font-size: 14px;
                    margin-top: 10px; } }
                @media (min-width: 768px) {
                  .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_from .time .place span:first-child {
                    font-weight: 600; } }
                @media (min-width: 768px) {
                  .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_from .time .place span {
                    display: block; } }
          .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_code {
            text-align: center;
            width: 30%; }
            @media (max-width: 767px) {
              .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_code {
                width: 50%; } }
            .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_code .clock {
              margin-bottom: 20px; }
              @media (max-width: 767px) {
                .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_code .clock {
                  margin-bottom: 12px; } }
              .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_code .clock span {
                vertical-align: middle; }
              .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_code .clock i {
                width: 20px;
                margin-right: 5px; }
            .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_code .code {
              margin-bottom: 0; }
              .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_code .code i {
                width: 20px;
                margin-right: 5px; }
          .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_to {
            text-align: right;
            width: 35%; }
            .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_to .time {
              font-size: 18px;
              font-weight: 600; }
              @media (min-width: 768px) {
                .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_to .time {
                  text-align: center; } }
              .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_to .time .place {
                margin-bottom: 0;
                font-weight: 400; }
                @media (min-width: 768px) {
                  .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_to .time .place {
                    font-size: 14px;
                    margin-top: 10px; } }
                @media (min-width: 768px) {
                  .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_to .time .place span:first-child {
                    font-weight: 600; } }
                @media (min-width: 768px) {
                  .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_to .time .place span {
                    display: block; } }
          .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_line {
            position: absolute;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            width: 150px; }
            @media (max-width: 767px) {
              .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_line {
                width: 100px; } }
            .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_line .fl__form_box_schedule_line_content:before {
              content: '';
              height: 1px;
              background-color: #d8d8d8;
              position: absolute;
              top: 50%;
              left: 0;
              right: 0;
              z-index: -1;
              transform: translateY(-50%); }
            .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_line .fl__form_box_schedule_line_content {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: justify;
              justify-content: space-between;
              -ms-flex-align: center;
              align-items: center; }
              .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_line .fl__form_box_schedule_line_content .dot {
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background-color: #d8d8d8; }
              .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_line .fl__form_box_schedule_line_content span {
                display: block; }
              .media-list .media .fl__form_box_content .fl__form_box_body .fl__form_box_schedule .fl__form_box_schedule_item .fl__form_box_schedule_line .fl__form_box_schedule_line_content .fa {
                transform: rotate(45deg);
                color: #d8d8d8; }
      @media (min-width: 768px) {
        .media-list .media .fl__form_box_content .fl__form_box_price {
          width: 140px; } }
      @media (max-width: 767px) {
        .media-list .media .fl__form_box_content .fl__form_box_price {
          float: left; } }
      .media-list .media .fl__form_box_content .fl__form_box_price p.price {
        font-weight: 600;
        font-size: 20px;
        color: #33AFE4;
        margin-bottom: 0;
        float: none; }
        @media (max-width: 767px) {
          .media-list .media .fl__form_box_content .fl__form_box_price p.price {
            width: 100%;
            float: left;
            margin-top: 3px;
            margin-left: 10px; } }
      @media (max-width: 767px) {
        .media-list .media .fl__form_box_content .fl__form_box_price p.custom-price-mobile {
          width: 100%;
          float: left;
          margin-top: 3px;
          margin-left: 10px; } }
      @media (min-width: 768px) {
        .media-list .media .fl__form_box_content .fl__form_box_action {
          width: 90px; } }
      @media (max-width: 767px) {
        .media-list .media .fl__form_box_content .fl__form_box_action {
          float: right; } }
      .media-list .media .fl__form_box_content .fl__form_box_action a.btn-primary {
        width: 90px;
        padding: 5px 10px; }
      .media-list .media .fl__form_box_content .fl__form_box_action .btn-show-ticket {
        padding: 4px 12px !important;
        margin-bottom: 12px; }
        .media-list .media .fl__form_box_content .fl__form_box_action .btn-show-ticket:hover {
          background: #f0f0f0; }
      .media-list .media .fl__form_box_content .fl__form_box_action .btn-picking-ticket {
        color: #fff;
        background-color: #ff8917;
        border: none; }
        @media (max-width: 767px) {
          .media-list .media .fl__form_box_content .fl__form_box_action .btn-picking-ticket {
            padding: 4px 12px !important;
            margin-bottom: 12px; } }
        .media-list .media .fl__form_box_content .fl__form_box_action .btn-picking-ticket:hover {
          background-color: #ffc317 !important; }
      .media-list .media .fl__form_box_content .fl__form_box_action .btn-change-ticket {
        border: 1px solid #ff8917;
        background: #fff;
        color: #ff8917;
        padding: 5px 10px; }
        .media-list .media .fl__form_box_content .fl__form_box_action .btn-change-ticket:hover {
          color: #fff; }
      .media-list .media .fl__form_box_content .fl__form_box_action a.show-detail {
        font-size: 12px;
        color: #4a90e2;
        display: block;
        text-align: center;
        padding: 10px 0; }
        @media (max-width: 767px) {
          .media-list .media .fl__form_box_content .fl__form_box_action a.show-detail {
            padding: 0; } }
        .media-list .media .fl__form_box_content .fl__form_box_action a.show-detail i.fa {
          margin-left: 5px;
          transition: .4s; }

@media (max-width: 767px) {
  p.title-schedule {
    padding-top: 10px; } }

@media (min-width: 768px) {
  .fl__form_box_detail {
    width: 100%;
    display: none;
    padding: 15px;
    background-color: #f6f6f6;
    border-top: 1px solid #dbdbdb; } }

@media (max-width: 767px) {
  .fl__form_box_detail {
    display: none; } }

.fl__form_box_detail .fl__form_box_header {
  background-color: #33AFE4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px; }
  @media (min-width: 768px) {
    .fl__form_box_detail .fl__form_box_header {
      display: none; } }
  .fl__form_box_detail .fl__form_box_header span {
    font-weight: 600;
    color: #fff;
    font-size: 16px; }
  .fl__form_box_detail .fl__form_box_header .fl__form_box_close button {
    font-size: 30px;
    line-height: 15px;
    padding: 5px;
    background: 0 0;
    border: none;
    color: #fff;
    transition: 0s; }

.fl__form_box_detail .fl__form_box_group p.title {
  font-weight: 600;
  color: #37353f;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 16px;
  width: 100%;
  margin: 0; }
  @media (max-width: 767px) {
    .fl__form_box_detail .fl__form_box_group p.title {
      text-align: center; } }

.fl__form_box_detail .fl__form_box_group .box-detail__top {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 15px; }
  .fl__form_box_detail .fl__form_box_group .box-detail__top .box-detail__top_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box; }
    .fl__form_box_detail .fl__form_box_group .box-detail__top .box-detail__top_item .box-detail__top_content {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (min-width: 768px) {
        .fl__form_box_detail .fl__form_box_group .box-detail__top .box-detail__top_item .box-detail__top_content {
          width: 50%; } }
      .fl__form_box_detail .fl__form_box_group .box-detail__top .box-detail__top_item .box-detail__top_content .start-location p {
        color: #37353f;
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 6px; }
        .fl__form_box_detail .fl__form_box_group .box-detail__top .box-detail__top_item .box-detail__top_content .start-location p strong {
          color: #444;
          font-weight: 600; }
        .fl__form_box_detail .fl__form_box_group .box-detail__top .box-detail__top_item .box-detail__top_content .start-location p span {
          color: #dbdbdb; }
      .fl__form_box_detail .fl__form_box_group .box-detail__top .box-detail__top_item .box-detail__top_content .plane-icon {
        padding: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 40px; }
        .fl__form_box_detail .fl__form_box_group .box-detail__top .box-detail__top_item .box-detail__top_content .plane-icon .fa {
          transform: rotate(45deg); }
      .fl__form_box_detail .fl__form_box_group .box-detail__top .box-detail__top_item .box-detail__top_content .end-location p {
        color: #37353f;
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 6px; }
        .fl__form_box_detail .fl__form_box_group .box-detail__top .box-detail__top_item .box-detail__top_content .end-location p strong {
          color: #444;
          font-weight: 600; }
        .fl__form_box_detail .fl__form_box_group .box-detail__top .box-detail__top_item .box-detail__top_content .end-location p span {
          color: #dbdbdb; }
  .fl__form_box_detail .fl__form_box_group .box-detail__top .flight-info-group {
    display: table;
    width: 100%;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .fl__form_box_detail .fl__form_box_group .box-detail__top .flight-info-group {
        width: 50%; } }
    .fl__form_box_detail .fl__form_box_group .box-detail__top .flight-info-group .flight-info:last-child {
      border-right: none; }
    .fl__form_box_detail .fl__form_box_group .box-detail__top .flight-info-group .flight-info {
      border-right: 1px solid #eaeaea;
      text-align: center;
      line-height: 19px;
      color: #605e67;
      display: table-cell;
      padding: 0 10px; }
      .fl__form_box_detail .fl__form_box_group .box-detail__top .flight-info-group .flight-info p {
        width: 100%;
        text-align: center;
        margin: 0;
        color: #222; }
        .fl__form_box_detail .fl__form_box_group .box-detail__top .flight-info-group .flight-info p strong {
          font-weight: 600;
          display: block; }

.fl__form_box_detail .fl__form_box_group .title {
  font-weight: 600;
  color: #37353f;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 16px;
  width: 100%;
  margin: 0;
  cursor: pointer; }

.fl__form_box_detail .box-detail__middle {
  width: 100%;
  white-space: nowrap;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .fl__form_box_detail .box-detail__middle .box-detail__middle table {
      width: 100%;
      margin: 0; } }
  .fl__form_box_detail .box-detail__middle .box-detail__middle th {
    border-bottom: 1px solid #dbdbdb;
    padding: 10px; }
  .fl__form_box_detail .box-detail__middle .box-detail__middle td {
    padding: 10px; }
  .fl__form_box_detail .box-detail__middle .table-responsive {
    min-height: .01%;
    overflow-x: auto; }
  .fl__form_box_detail .box-detail__middle p {
    font-size: 14px;
    color: #37353f;
    line-height: 27px;
    padding: 8px 15px 8px 0;
    width: 100%;
    text-align: right;
    background-color: #eaeaea;
    font-weight: 600;
    margin: 0; }
    .fl__form_box_detail .box-detail__middle p span {
      font-size: 20px;
      color: #222;
      line-height: 27px;
      display: inline-block;
      padding-left: 5px;
      box-sizing: border-box; }

@media (max-width: 767px) {
  .fl__form_box_detail .box-detail__bottom {
    padding: 0 10px 10px 10px; } }

.fl__form_box_detail .box-detail__bottom p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: uppercase; }

.fl__form_box_detail .box-detail__bottom ul {
  padding-left: 15px;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .fl__form_box_detail .box-detail__bottom ul {
      padding-left: 20px; } }
  .fl__form_box_detail .box-detail__bottom ul li {
    font-size: 12px;
    line-height: 21px; }

.border-ticket-new {
  border: 1px solid #ed1556 !important; }

.fl__form_header_new {
  border: 1px solid #33AFE4;
  width: 100%;
  position: relative;
  margin-bottom: 15px; }
  .fl__form_header_new .fl__form_top-new {
    width: 100%;
    overflow: hidden;
    background: #33AFE4; }
    @media (max-width: 767px) {
      .fl__form_header_new .fl__form_top-new {
        padding: 10px; } }
    .fl__form_header_new .fl__form_top-new .top-img {
      margin-right: 10px;
      width: 70px;
      height: 70px;
      line-height: 70px;
      text-align: center;
      background-color: #33AFE4;
      float: left; }
      .fl__form_header_new .fl__form_top-new .top-img img {
        max-width: 100%;
        margin: 27px 0; }
    .fl__form_header_new .fl__form_top-new .top-text {
      padding: 10px 15px;
      margin-left: 60px;
      height: 80px;
      background-color: #33AFE4; }
      @media (min-width: 320px) and (max-width: 767px) {
        .fl__form_header_new .fl__form_top-new .top-text {
          padding: 0; } }
      .fl__form_header_new .fl__form_top-new .top-text .text-direction {
        margin-bottom: 5px;
        font-weight: 600;
        float: left;
        width: calc(100% - 50px);
        padding-left: 10px; }
      .fl__form_header_new .fl__form_top-new .top-text p.title {
        width: calc(100% - 50px);
        float: left;
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        padding-left: 10px; }
        @media (min-width: 768px) {
          .fl__form_header_new .fl__form_top-new .top-text p.title {
            font-size: 16px;
            float: none;
            width: 100%;
            padding-left: 0; } }
        @media (min-width: 320px) and (max-width: 374px) {
          .fl__form_header_new .fl__form_top-new .top-text p.title {
            width: 100%;
            float: none;
            padding: 0;
            margin-bottom: 0; } }
        @media (min-width: 374px) and (max-width: 767px) {
          .fl__form_header_new .fl__form_top-new .top-text p.title {
            width: 100%;
            float: none;
            padding: 0px;
            margin-bottom: 0; } }
      .fl__form_header_new .fl__form_top-new .top-text p.date {
        font-size: 12px;
        color: #fff;
        margin: 0; }
        .fl__form_header_new .fl__form_top-new .top-text p.date .span-amount {
          margin-left: 5px;
          padding-left: 5px;
          border-left: 1px solid #222;
          display: initial; }
    .fl__form_header_new .fl__form_top-new .top-select {
      position: absolute;
      top: 26px;
      right: 15px;
      width: 150px; }
      .fl__form_header_new .fl__form_top-new .top-select select {
        padding: 0 !important; }
      .fl__form_header_new .fl__form_top-new .top-select .form-control {
        height: 31px !important; }

.flight-list__total {
  box-shadow: 0 1px 3px 0 rgba(27, 27, 27, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
  padding: 15px 10px;
  border-top: 1px solid #33AFE4; }
  @media (min-width: 768px) {
    .flight-list__total {
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  @media (max-width: 767px) {
    .flight-list__total form {
      width: 100%; } }
  .flight-list__total .flight-list__total__text {
    width: 50%; }
    @media (min-width: 768px) {
      .flight-list__total .flight-list__total__text {
        width: auto; } }
    .flight-list__total .flight-list__total__text p {
      margin-bottom: 0; }
  .flight-list__total .flight-list__total__price {
    width: 50%;
    text-align: right; }
    @media (min-width: 768px) {
      .flight-list__total .flight-list__total__price {
        width: auto;
        text-align: left;
        margin: 0 20px; } }
    .flight-list__total .flight-list__total__price p {
      margin-bottom: 0;
      font-size: 24px;
      color: #ff8916;
      font-weight: 600; }
  .flight-list__total .flight-list__total__btn {
    width: 100%;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .flight-list__total .flight-list__total__btn {
        width: auto;
        margin-top: 0; }
        .flight-list__total .flight-list__total__btn .btn {
          width: 100%; } }
    @media (max-width: 767px) {
      .flight-list__total .flight-list__total__btn button {
        float: right; } }

.fl__form_top {
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #33AFE4;
  padding: 10px; }
  @media (min-width: 768px) {
    .fl__form_top {
      float: none;
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fl__form_top .top-img {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #33AFE4;
    float: left; }
    @media (min-width: 768px) {
      .fl__form_top .top-img {
        width: 70px;
        height: auto;
        line-height: initial;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .fl__form_top .top-img img {
      max-width: 100%; }
  @media (min-width: 768px) {
    .fl__form_top .top-text {
      padding: 10px 15px;
      width: calc(100% - 270px); } }
  .fl__form_top .top-text .text-direction {
    margin-bottom: 5px;
    font-weight: 600;
    float: left;
    width: calc(100% - 50px);
    padding-left: 10px; }
  @media (min-width: 768px) {
    .fl__form_top .top-text {
      float: none;
      width: 100%;
      padding-left: 0; } }
  .fl__form_top .top-text p.title {
    width: calc(100% - 50px);
    float: left;
    font-weight: 600;
    font-size: 14px;
    color: #444;
    text-transform: uppercase;
    padding-left: 10px; }
    @media (min-width: 768px) {
      .fl__form_top .top-text p.title {
        font-size: 16px;
        float: none;
        width: 100%;
        padding-left: 0; } }
    @media (min-width: 320px) and (max-width: 374px) {
      .fl__form_top .top-text p.title {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 0; } }
    @media (min-width: 374px) and (max-width: 767px) {
      .fl__form_top .top-text p.title {
        width: 100%;
        float: none;
        padding: 0px;
        margin-bottom: 0; } }
  .fl__form_top .top-text p.date {
    font-size: 12px;
    color: #444;
    margin: 0; }
    .fl__form_top .top-text p.date .span-amount {
      margin-left: 5px;
      padding-left: 5px;
      border-left: 1px solid #222;
      display: initial; }
  .fl__form_top .top-select {
    width: 200px;
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 15px; }
    .fl__form_top .top-select .form-control {
      height: 35px;
      width: 100%;
      margin: 0;
      border-radius: 0;
      box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
      cursor: pointer; }
    .fl__form_top .top-select .form-control {
      box-shadow: none !important; }
    .fl__form_top .top-select .form-control {
      border-radius: 0;
      border: 1px solid #ccc;
      height: 40px; }

.flight-list__form {
  width: 100%;
  margin-bottom: 10px;
  animation: opacityShow .5s;
  position: relative;
  padding-top: 93px; }
  @media (min-width: 768px) {
    .flight-list__form {
      padding-top: 174px; } }
  .flight-list__form .fl__form_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .flight-list__form .fl__form_top {
    background-color: #33AFE4;
    width: 100%;
    border-bottom: 1px solid #33AFE4;
    padding: 10px; }
    @media (min-width: 768px) {
      .flight-list__form .fl__form_top {
        float: none;
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .flight-list__form .fl__form_top .top-img {
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background-color: #33AFE4;
      float: left; }
      @media (min-width: 768px) {
        .flight-list__form .fl__form_top .top-img {
          width: 70px;
          height: auto;
          line-height: initial;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .flight-list__form .fl__form_top .top-img img {
        max-width: 100%; }
    @media (min-width: 768px) {
      .flight-list__form .fl__form_top .top-text {
        padding: 10px 15px;
        width: calc(100% - 270px); } }
    .flight-list__form .fl__form_top .top-text .text-direction {
      margin-bottom: 5px;
      font-weight: 600;
      float: left;
      width: calc(100% - 50px);
      padding-left: 10px; }
    @media (min-width: 768px) {
      .flight-list__form .fl__form_top .top-text {
        float: none;
        width: 100%;
        padding-left: 0; } }
    .flight-list__form .fl__form_top .top-text p.title {
      width: calc(100% - 50px);
      float: left;
      font-weight: 600;
      font-size: 14px;
      color: #444;
      text-transform: uppercase;
      padding-left: 10px; }
      @media (min-width: 768px) {
        .flight-list__form .fl__form_top .top-text p.title {
          font-size: 16px;
          float: none;
          width: 100%;
          padding-left: 0; } }
      @media (min-width: 320px) and (max-width: 374px) {
        .flight-list__form .fl__form_top .top-text p.title {
          width: 100%;
          float: none;
          padding: 0;
          margin-bottom: 0; } }
      @media (min-width: 374px) and (max-width: 767px) {
        .flight-list__form .fl__form_top .top-text p.title {
          width: 100%;
          float: none;
          padding: 0;
          margin-bottom: 0; } }
    .flight-list__form .fl__form_top .top-text p.date {
      font-size: 12px;
      color: #444;
      margin: 0; }
      .flight-list__form .fl__form_top .top-text p.date .span-amount {
        margin-left: 5px;
        padding-left: 5px;
        border-left: 1px solid #222;
        display: initial; }
    .flight-list__form .fl__form_top .top-select {
      width: 200px;
      margin-top: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 15px; }
      .flight-list__form .fl__form_top .top-select .form-control {
        height: 35px;
        width: 100%;
        margin: 0;
        border-radius: 0;
        box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        cursor: pointer; }
      .flight-list__form .fl__form_top .top-select .form-control {
        box-shadow: none !important; }
      .flight-list__form .fl__form_top .top-select .form-control {
        border-radius: 0;
        border: 1px solid #ccc;
        height: 40px; }

.fc__popup_place {
  width: calc(100% - 5px);
  position: absolute;
  top: 70px;
  right: auto;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(27, 27, 27, 0.1);
  border: 1px solid #ccc;
  border-top: 2px solid #ff8917;
  z-index: 1; }
  @media (min-width: 992px) {
    .fc__popup_place {
      right: auto; } }
  .fc__popup_place .popup_place_content {
    width: 100%;
    float: left; }
    .fc__popup_place .popup_place_content .popup_place_tab {
      padding: 0 20px; }
      .fc__popup_place .popup_place_content .popup_place_tab ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .fc__popup_place .popup_place_content .popup_place_tab ul .active {
          border-bottom: 2px solid #33AFE4; }
        .fc__popup_place .popup_place_content .popup_place_tab ul li {
          float: left;
          width: 50%;
          font-size: 14px;
          color: #444;
          font-weight: 600;
          text-align: center;
          padding: 8px 0;
          border-bottom: 2px solid #d8d8d8;
          cursor: pointer; }
    .fc__popup_place .popup_place_content .popup_place_group {
      overflow: hidden; }
      .fc__popup_place .popup_place_content .popup_place_group .popup_place_form {
        padding: 15px 0 5px;
        width: 100%;
        float: left; }
  .fc__popup_place .popup_form_content {
    width: 100%;
    float: left;
    position: relative; }
    .fc__popup_place .popup_form_content ul {
      width: 100%;
      margin: 0;
      padding: 0;
      list-style-type: none;
      float: left; }
      .fc__popup_place .popup_form_content ul li {
        width: 50%;
        margin-bottom: 8px;
        float: left;
        padding: 0 10px 0 20px; }
        .fc__popup_place .popup_form_content ul li a {
          font-size: 14px;
          color: #222; }
        .fc__popup_place .popup_form_content ul li .btn-disable {
          pointer-events: none;
          cursor: default;
          opacity: .5; }
  .fc__popup_place .popup_form_title {
    font-weight: 700;
    font-size: 14px;
    color: #222;
    margin: 0 20px 5px; }

.popup_place_title {
  width: 100%;
  background-color: #fffcee;
  padding: 15px 20px;
  font-weight: 600;
  color: #222; }

.fc__people {
  width: 100%;
  position: relative; }
  .fc__people .icon-box {
    width: 100%;
    height: 40px !important;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0 9px !important;
    text-align: left;
    font-size: 14px;
    color: #888;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0s; }
    @media (min-width: 992px) {
      .fc__people .icon-box {
        font-size: 16px; } }
    .fc__people .icon-box .search-box-people {
      position: absolute;
      top: 0px;
      right: 9px; }
    .fc__people .icon-box .search-box-text-people {
      padding: 0; }
  .fc__people .caret {
    position: absolute;
    top: 74%;
    right: 10px;
    transform: translateY(-50%); }
  .fc__people ul.dropdown-menu {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
    @media (min-width: 768px) {
      .fc__people ul.dropdown-menu {
        box-shadow: 0 1px 3px 0 rgba(27, 27, 27, 0.1);
        border: 1px solid #ccc;
        border-top: 2px solid #ff8917; } }
    .fc__people ul.dropdown-menu .fc__people__header {
      background-color: #33AFE4;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center;
      padding: 10px 15px; }
      @media (min-width: 768px) {
        .fc__people ul.dropdown-menu .fc__people__header {
          display: none; } }
    .fc__people ul.dropdown-menu li {
      padding: 10px 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .fc__people ul.dropdown-menu .span-data {
      font-size: 14px;
      font-weight: 600;
      text-align: center; }
  .fc__people .dropdown-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
  .fc__people a.down {
    width: 35px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #fff;
    text-decoration: none;
    color: #676767;
    float: left;
    border: 1px solid #ccc;
    transition: 0s; }
  .fc__people a.up {
    width: 35px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #fff;
    text-decoration: none;
    color: #676767;
    float: left;
    border: 1px solid #ccc;
    transition: 0s; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

#is_return {
  margin-right: 4px; }

.fc__title {
  margin-bottom: 8px;
  font-size: 14px;
  color: #222;
  float: left; }
  @media (min-width: 992px) {
    .fc__title {
      font-size: 16px; } }

.item-padding-0 {
  padding: 0 !important; }

.btn-success-guest {
  width: 70%;
  padding: 9px;
  color: #fff !important; }

.fc__btn {
  width: 100%;
  margin-top: 22px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .fc__btn {
      margin-top: 22px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .fc__btn {
      margin-top: 10px; } }
  .fc__btn .btn {
    width: 100%;
    height: 40px;
    padding: 0;
    text-align: center;
    line-height: 40px;
    font-size: 14px; }
    @media (min-width: 992px) {
      .fc__btn .btn {
        width: 100%;
        font-size: 16px; } }

.fc__content {
  margin-top: auto; }
  .fc__content .dropdown .dropdown-menu {
    width: 100%; }

.input-flights {
  padding: 0 8px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 16px; }

.item-box-search {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  background: #fff; }

.date-option {
  border: 1px solid #ccc;
  height: 40px;
  padding: 6px; }

.box-search-left {
  padding-right: 3px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .box-search-left {
      padding-right: 15px; } }

.box-search-right {
  padding-left: 3px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .box-search-right {
      padding-left: 15px; } }

@media (min-width: 320px) and (max-width: 767px) {
  .box-custom-mobile {
    padding-top: 0 !important; } }

.box-search-flight {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 18px 0; }
  @media (min-width: 320px) and (max-width: 767px) {
    .box-search-flight {
      display: block;
      padding: 0; } }
  .box-search-flight .city_start {
    width: 50%;
    padding: 0 3px;
    position: relative; }
    @media (min-width: 320px) and (max-width: 767px) {
      .box-search-flight .city_start {
        width: 100%;
        margin-top: 10px;
        padding: 0; } }
    .box-search-flight .city_start .title-city {
      margin-bottom: 8px;
      color: #222;
      font-size: 16px;
      text-align: left; }
      @media (min-width: 320px) and (max-width: 767px) {
        .box-search-flight .city_start .title-city {
          margin-bottom: 0; } }
    .box-search-flight .city_start .content-city_start {
      margin-top: auto; }
      .box-search-flight .city_start .content-city_start .form-control {
        padding: 6px 6px 6px 10px;
        font-size: 14px;
        margin: 0;
        text-overflow: ellipsis;
        background-color: #fff; }
      .box-search-flight .city_start .content-city_start .tt-menu {
        left: 0 !important;
        width: 250% !important;
        position: absolute;
        top: 40px !important;
        right: auto;
        background-color: white;
        box-shadow: rgba(27, 27, 27, 0.1) 0px 1px 3px 0px;
        border-width: 2px 1px 1px;
        border-style: solid;
        border-color: #33afe4;
        border-image: initial;
        z-index: 1; }
        @media (max-width: 767px) {
          .box-search-flight .city_start .content-city_start .tt-menu {
            width: 100% !important; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .box-search-flight .city_start .content-city_start .tt-menu {
            width: 200% !important; } }
        @media (min-width: 1024px) and (max-width: 1139px) {
          .box-search-flight .city_start .content-city_start .tt-menu {
            width: 300% !important; } }
        .box-search-flight .city_start .content-city_start .tt-menu .tt-dataset {
          width: 33.33% !important;
          float: left; }
          @media (max-width: 767px) {
            .box-search-flight .city_start .content-city_start .tt-menu .tt-dataset {
              width: 100% !important; } }
          .box-search-flight .city_start .content-city_start .tt-menu .tt-dataset h3.league-name {
            margin-top: 0 !important;
            width: 100%;
            background-color: #fffcee;
            padding: 15px 20px;
            font-weight: 600;
            color: #222; }
        .box-search-flight .city_start .content-city_start .tt-menu .tt-dataset:after {
          border: 0 !important; }
  .box-search-flight .city_end {
    width: 50%;
    padding: 0 6px;
    position: relative; }
    @media (min-width: 320px) and (max-width: 767px) {
      .box-search-flight .city_end {
        width: 100%;
        padding: 0;
        margin-top: 10px; } }
    .box-search-flight .city_end .title-city {
      margin-bottom: 8px;
      color: #222;
      font-size: 16px;
      text-align: left; }
      @media (min-width: 320px) and (max-width: 767px) {
        .box-search-flight .city_end .title-city {
          margin-bottom: 0; } }
    .box-search-flight .city_end .content-city_end {
      margin-top: auto; }
      .box-search-flight .city_end .content-city_end .form-control {
        padding: 6px 6px 6px 15px;
        font-size: 14px;
        margin: 0;
        text-overflow: ellipsis;
        background-color: #fff; }
      .box-search-flight .city_end .content-city_end .tt-menu {
        right: auto;
        left: 0 !important;
        width: 250% !important;
        position: absolute;
        top: 40px !important;
        background-color: white;
        box-shadow: rgba(27, 27, 27, 0.1) 0px 1px 3px 0px;
        border-width: 2px 1px 1px;
        border-style: solid;
        border-color: #33afe4;
        border-image: initial;
        z-index: 1; }
        @media (max-width: 767px) {
          .box-search-flight .city_end .content-city_end .tt-menu {
            width: 100% !important; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .box-search-flight .city_end .content-city_end .tt-menu {
            width: 200% !important;
            left: -353px !important; } }
        @media (min-width: 1024px) and (max-width: 1139px) {
          .box-search-flight .city_end .content-city_end .tt-menu {
            width: 300% !important; } }
        .box-search-flight .city_end .content-city_end .tt-menu .tt-dataset {
          width: 33.33% !important;
          float: left; }
          @media (max-width: 767px) {
            .box-search-flight .city_end .content-city_end .tt-menu .tt-dataset {
              width: 100% !important; } }
          .box-search-flight .city_end .content-city_end .tt-menu .tt-dataset h3.league-name {
            margin-top: 0 !important;
            width: 100%;
            background-color: #fffcee;
            padding: 15px 20px;
            font-weight: 600;
            color: #222; }
        .box-search-flight .city_end .content-city_end .tt-menu .tt-dataset:after {
          border: 0 !important; }
  .box-search-flight .icon-change {
    position: absolute;
    top: 51px;
    left: 319px;
    z-index: 1; }
    .box-search-flight .icon-change .fa-refresh {
      width: 35px;
      height: 35px;
      color: #777;
      text-align: center;
      line-height: 35px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 50%;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); }

.tt-menu .tt-dataset {
  box-shadow: none !important;
  padding: 8px 0 0 0 !important; }

.search-item-typehead .attr-location-right {
  float: right;
  color: #33afe4;
  font-size: 13px;
  font-weight: 600;
  margin-top: 4px; }

.Suggestion__categoryName_container {
  list-style: none;
  outline: 0;
  padding: 0;
  margin: 0; }
  .Suggestion__categoryName_container .Suggestion__categoryName_item {
    white-space: normal;
    overflow: hidden; }

#page-content-wrapper {
  background: #fff; }

.full-card {
  margin-bottom: 20px; }
  .full-card .img-about {
    width: 100%;
    height: 170px; }
    .full-card .img-about img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }

.content-tago-custom {
  white-space: pre-line;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
  font-size: 14px;
  line-height: 1.8;
  font-family: sans-serif !important; }

.about-title h1 {
  margin-bottom: 0.5rem;
  font-size: 32px;
  color: #1a3863;
  text-transform: capitalize; }

.about-title .ruler {
  border-bottom: 3px solid #0998c8;
  width: 13%; }

.highlight-achievement .achievement-top {
  margin-top: 30px;
  margin-bottom: 20px; }
  .highlight-achievement .achievement-top h3 {
    margin-bottom: 0.5rem;
    font-size: 25px;
    color: #1a3863; }
  .highlight-achievement .achievement-top .rulers-achievement {
    border-bottom: 3px solid #0099cc;
    width: 13%; }

.highlight-achievement .justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.highlight-achievement .achievement-item {
  margin-bottom: 15px; }
  .highlight-achievement .achievement-item .style-image-achievement {
    width: 100px;
    height: 80px; }
    .highlight-achievement .achievement-item .style-image-achievement img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }

.show-image-custom-new {
  width: 260px;
  height: 180px !important; }
  .show-image-custom-new img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover; }

.many-images .pr-0 {
  padding-right: 0 !important; }
  .many-images .pr-0 .show-img-big {
    width: 561px !important;
    height: 318px !important; }
    .many-images .pr-0 .show-img-big img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      object-position: center !important; }

.many-images .pl-10 {
  padding-left: 10px; }
  .many-images .pl-10 .pb-10 {
    padding-bottom: 10px; }

.many-images .mt-10 {
  margin-top: 10px; }
  .many-images .mt-10 .pr-0 .show-image-custom {
    width: 274px;
    height: 180px !important; }
    .many-images .mt-10 .pr-0 .show-image-custom img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      object-position: center !important; }

.many-images .pl-10 {
  padding-left: 10px; }
  .many-images .pl-10 .pb-10 {
    padding-bottom: 10px; }
    .many-images .pl-10 .pb-10 .show-img-small {
      width: 260px !important;
      height: 154px !important; }
      .many-images .pl-10 .pb-10 .show-img-small img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important; }

.text-danger {
  color: #dc3545 !important; }

.text-success {
  color: #28a745 !important; }

.advisory {
  border-radius: 3px;
  margin-top: 30px;
  border: 1px solid #f1f1f1; }
  .advisory .advisory-top {
    background: #1A3863;
    height: 50px;
    padding: 0 auto; }
    .advisory .advisory-top h5 {
      color: #ffffff;
      line-height: 50px;
      font-weight: 600;
      padding-left: 10px; }
  .advisory .advisory-bot {
    padding: 10px;
    background: #ffffff; }
    .advisory .advisory-bot .phone-advisory {
      font-size: 15px;
      position: relative; }
      .advisory .advisory-bot .phone-advisory img {
        width: 50px; }
      .advisory .advisory-bot .phone-advisory .sdt {
        position: absolute;
        top: 5px;
        color: #ff9933;
        font-weight: bold;
        left: 58px; }
        .advisory .advisory-bot .phone-advisory .sdt span {
          font-size: 14px; }
    .advisory .advisory-bot .contact-advisory {
      font-size: 14px;
      margin-top: 10px; }
      .advisory .advisory-bot .contact-advisory span {
        color: #717171; }
      .advisory .advisory-bot .contact-advisory .form-contact {
        margin-top: 10px;
        margin-bottom: 10px; }
        .advisory .advisory-bot .contact-advisory .form-contact .input-group {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-align: stretch;
          align-items: stretch;
          width: 100%; }
          .advisory .advisory-bot .contact-advisory .form-contact .input-group .customer-phone {
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            width: 1%;
            margin-bottom: 0; }
        .advisory .advisory-bot .contact-advisory .form-contact input {
          border: 2px solid #02a0d4;
          border-right: none;
          font-size: 13px; }
        .advisory .advisory-bot .contact-advisory .form-contact .input-group-append {
          margin-left: -1px; }
        .advisory .advisory-bot .contact-advisory .form-contact button {
          border-bottom: 2px solid #02a0d4;
          border-top: 2px solid #02a0d4;
          border-right: 2px solid #02a0d4;
          background: #02a0d4;
          color: #ffffff;
          font-weight: bold; }

@media only screen and (min-width: 320px) {
  .intro-fluid {
    padding: 0; } }

.intro-fluid .intro-wrap {
  position: relative;
  min-height: 500px;
  max-height: 500px; }
  .intro-fluid .intro-wrap .video-teaser {
    position: absolute;
    overflow: hidden;
    height: 500px; }
    .intro-fluid .intro-wrap .video-teaser img {
      max-width: 100%; }
  .intro-fluid .intro-wrap .video-teaser {
    z-index: 0; }
  .intro-fluid .intro-wrap .intro-text {
    position: absolute;
    height: 500px;
    width: 100%; }
    .intro-fluid .intro-wrap .intro-text .intro-title {
      color: #fff;
      display: inline-block;
      margin-right: 5px;
      font-weight: 300;
      margin-bottom: 15px;
      padding-bottom: 0;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
      transition: font 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
      padding-top: 20px;
      letter-spacing: 0.4px; }
      @media only screen and (min-width: 320px) {
        .intro-fluid .intro-wrap .intro-text .intro-title {
          font-size: 20px;
          line-height: 25px;
          font-weight: 600; } }
      @media only screen and (min-width: 480px) {
        .intro-fluid .intro-wrap .intro-text .intro-title {
          font-size: 24px;
          line-height: 30px; } }
      @media only screen and (min-width: 768px) {
        .intro-fluid .intro-wrap .intro-text .intro-title {
          font-size: 34px;
          line-height: 38px; } }
      @media (max-width: 767px) {
        .intro-fluid .intro-wrap .intro-text .intro-title {
          font-size: 20px !important;
          line-height: 23px; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .intro-fluid .intro-wrap .intro-text .intro-title {
          font-size: 20px;
          line-height: 23px; } }
    .intro-fluid .intro-wrap .intro-text .intro-title.listing-location-title .district-name {
      text-decoration: underline; }
    @media only screen and (min-width: 320px) {
      .intro-fluid .intro-wrap .intro-text .intro-title.listing-location-title {
        font-size: 25px;
        line-height: 25px;
        padding-top: 55px; } }
    @media only screen and (min-width: 480px) {
      .intro-fluid .intro-wrap .intro-text .intro-title.listing-location-title {
        font-size: 25px;
        line-height: 30px; } }
    @media only screen and (min-width: 768px) {
      .intro-fluid .intro-wrap .intro-text .intro-title.listing-location-title {
        font-size: 40px;
        line-height: 45px;
        font-weight: 600;
        padding: 0; } }
    .intro-fluid .intro-wrap .intro-text .intro-sub-title {
      color: #e8eced;
      margin-bottom: 30px;
      font-weight: 400;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
      @media only screen and (min-width: 320px) {
        .intro-fluid .intro-wrap .intro-text .intro-sub-title {
          font-size: 13px; } }
      @media only screen and (min-width: 480px) {
        .intro-fluid .intro-wrap .intro-text .intro-sub-title {
          font-size: 19px; } }
    .intro-fluid .intro-wrap .intro-text .intro-sub-title.listing-location-sub-title {
      color: #ffffff;
      font-size: 13px;
      line-height: 20px;
      font-weight: 400; }
      @media only screen and (min-width: 768px) {
        .intro-fluid .intro-wrap .intro-text .intro-sub-title.listing-location-sub-title {
          font-size: 16px; } }
    .intro-fluid .intro-wrap .intro-text .bg-search {
      padding: 13px;
      width: 100%;
      background: rgba(0, 0, 0, 0.6); }

#video-teaser .filter {
  z-index: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 500px; }

.menu-location {
  width: 100%; }
  .menu-location ul {
    list-style: none; }
    .menu-location ul li {
      display: block;
      margin-bottom: 16px;
      font-size: 14px;
      text-decoration: none !important;
      cursor: pointer;
      font-weight: bold; }
      .menu-location ul li a {
        color: #33afe4; }

.content-location .content_divider {
  width: 56px;
  line-height: 0;
  margin-top: 24px;
  border-bottom: 3px solid #ffb300;
  border-radius: 100rem; }

.content-location h3 {
  font-size: 22px;
  font-weight: 500; }

.content-location p {
  white-space: pre-line;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
  font-size: 16px;
  line-height: 1.8;
  font-family: sans-serif !important; }

.box-from-location label {
  color: #fff; }
  .box-from-location label .iradio_minimal-blue {
    border-radius: 50%; }

.box-from-location .text-from-location {
  color: #00b86b;
  vertical-align: bottom; }

.box-from-location .icon-from-location {
  color: #00b86b;
  height: 24px;
  width: 24px;
  border: 2px solid #00b86b;
  border-radius: 50%;
  text-align: center;
  line-height: 21px; }

.input-group-addon {
  padding: 4px 10px !important; }

.box-search-home .DateRangeHolder {
  background: #fff; }
  .box-search-home .DateRangeHolder input {
    background: #fff;
    cursor: pointer; }

.box-search-home .DateRangePicker .form-control[readonly] {
  background-color: #fff; }

.box-search-home .DateRangePicker .DateInput {
  width: 85px;
  float: left; }
  .box-search-home .DateRangePicker .DateInput input {
    background: #fff; }

.box-search-home .DateRangePicker .DateInput.active input::-webkit-input-placeholder {
  color: #33afe4;
  font-weight: bold; }

.box-search-home .DateRangePicker .DateInput.active input:-ms-input-placeholder {
  color: #33afe4;
  font-weight: bold; }

.box-search-home .DateRangePicker .DateInput.active input::placeholder {
  color: #33afe4;
  font-weight: bold; }

.box-search-home .DateRangePicker .DateInput-arrow {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  color: #999;
  width: 22px;
  float: left; }

.box-search-home .box-num-guest input {
  background: #fff; }

.box-search-home .form-group.active {
  border-bottom: 3px solid #ffffff; }

.box-search-home .form-group {
  border-bottom: 3px solid #FFF;
  border-top: 3px solid #FFF; }

@media screen and (min-width: 768px) {
  .box-search-home #DateTwoInputRange {
    line-height: 50px; } }

@media screen and (max-width: 767px) {
  .box-search-home #DateTwoInputRange {
    line-height: 40px; } }

.box-search-home .date-input {
  float: left;
  width: 50%;
  cursor: pointer; }

@media (min-width: 320px) and (max-width: 767px) {
  .btn-flight-mobile {
    display: none; } }

@media (min-width: 768px) {
  .btn-flight-new {
    display: none; } }

.text-link {
  cursor: pointer; }

.text-hover:hover {
  background: #e5e5e5; }

.search-row {
  margin-top: 10px;
  font-size: 16px; }
  .search-row input {
    font-size: 16px; }
  .search-row #searchBook {
    height: 40px; }
    @media only screen and (min-width: 768px) {
      .search-row #searchBook {
        height: 56px; } }
  .search-row .search-col {
    border-radius: 0; }
    .search-row .search-col .date_ui_picker {
      line-height: 40px; }
      @media screen and (min-width: 768px) {
        .search-row .search-col .date_ui_picker {
          line-height: 50px; } }
    .search-row .search-col .icon-action {
      color: #33afe4;
      font-size: 14px;
      padding-right: 2px; }
    .search-row .search-col .form-control {
      height: 40px;
      border: 0; }
      @media only screen and (min-width: 768px) {
        .search-row .search-col .form-control {
          height: 50px; } }
    @media only screen and (min-width: 320px) {
      .search-row .search-col .text_from {
        border-radius: 0 !important;
        padding: 10px 5px; } }
    @media only screen and (min-width: 320px) {
      .search-row .search-col .caret-down {
        border-radius: 0 !important; } }
    @media only screen and (min-width: 768px) {
      .search-row .search-col .form-group {
        margin-bottom: 0;
        border-radius: 0 !important; } }
    @media only screen and (min-width: 768px) {
      .search-row .search-col .btn {
        border-radius: 0; } }
    .search-row .search-col .input-group-addon {
      background: #fff;
      border: 0; }
      @media only screen and (min-width: 768px) {
        .search-row .search-col .input-group-addon {
          border-radius: 0; } }
      .search-row .search-col .input-group-addon span {
        color: #33afe4;
        font-size: 18px; }
    @media only screen and (min-width: 768px) {
      .search-row .search-col .group-addon-first {
        border-radius: 3px 0 0 3px; } }
  .search-row .btn-search {
    height: 50px;
    font-size: 18px;
    color: #333333; }
  .search-row .search-guest {
    padding-right: 0; }
  .search-row .input-location {
    padding-left: 0; }
  .search-row .dropdown-box-guest {
    width: 100%;
    margin-top: 14px;
    border-radius: 5px !important;
    border: 1px solid #ccc; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .search-row .dropdown-box-guest {
        width: 150%; } }
    .search-row .dropdown-box-guest li {
      width: 100%;
      float: left; }
      .search-row .dropdown-box-guest li input[type=number]::-webkit-inner-spin-button,
      .search-row .dropdown-box-guest li input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0; }
      .search-row .dropdown-box-guest li:last-child {
        margin: 15px 0 5px 0; }
        .search-row .dropdown-box-guest li:last-child a {
          cursor: pointer;
          background-color: transparent;
          color: #0066ff; }
          .search-row .dropdown-box-guest li:last-child a:hover {
            text-decoration: underline; }
    .search-row .dropdown-box-guest .disabled {
      opacity: 0.3; }
    .search-row .dropdown-box-guest .btn-add-guest {
      border-radius: 50%;
      width: 25px;
      height: 25px;
      padding: 0;
      margin: 3px;
      text-align: center;
      /*color: $color-brand-blue;
      background: #fff;
      //box-shadow: inset 0 0 0 2px #e6e4eb;*/
      background-color: #ebebed;
      color: #545456;
      font-weight: bold;
      box-shadow: inset 0 0 0 1px #b8ffef; }
      .search-row .dropdown-box-guest .btn-add-guest:hover {
        background: #fff;
        color: #33afe4;
        box-shadow: inset 0 0 0 2px #33afe4; }
      .search-row .dropdown-box-guest .btn-add-guest i {
        margin: 0; }
    .search-row .dropdown-box-guest .wrap-row-guest {
      width: 40%;
      float: left;
      padding-right: 15px; }
      .search-row .dropdown-box-guest .wrap-row-guest .form-control {
        height: 35px; }
    .search-row .dropdown-box-guest .label-guest {
      width: 60%;
      float: left;
      padding: 8px 10px;
      padding-left: 15px; }
    .search-row .dropdown-box-guest .row-guest {
      min-width: 100px; }
      .search-row .dropdown-box-guest .row-guest input {
        padding: 5px;
        text-align: center; }
    @media only screen and (min-width: 768px) {
      .search-row .dropdown-box-guest .row-guest {
        min-width: 90px; } }
    .search-row .dropdown-box-guest:before {
      content: '';
      top: -5px;
      left: 0%;
      border-right: 8px solid transparent;
      /* border-bottom: 10px solid #ccc; */
      position: absolute;
      transition: left .5s;
      vertical-align: middle;
      margin: auto;
      right: 0;
      bottom: 97%;
      width: 15px;
      height: 15px;
      background: #fff;
      border-top: 1px solid #ccc;
      border-right: 1px solid #ccc;
      transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
    .search-row .dropdown-box-guest .ages-wrap {
      margin-top: 5px;
      padding-top: 15px;
      border-top: 1px solid #e5e5e5; }
    .search-row .dropdown-box-guest .age-child {
      height: auto;
      border: 1px solid #ccc;
      border-radius: 2px !important; }
  .search-row .border-right {
    border-right: 1px solid #e1e1e5; }

@media only screen and (max-width: 480px) {
  .col-destination {
    width: auto; } }

.col-destination .destination {
  position: relative;
  display: block; }
  .col-destination .destination img {
    width: 100%;
    height: 300px; }
  .col-destination .destination .gim-mark {
    position: absolute;
    opacity: 1;
    transition: .5s all ease;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 14px; }
    .col-destination .destination .gim-mark .keel-grid {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
      .col-destination .destination .gim-mark .keel-grid h3 {
        font-size: 28px;
        line-height: 25px;
        font-weight: 500; }
      .col-destination .destination .gim-mark .keel-grid .find-location {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all .5s ease; }
        .col-destination .destination .gim-mark .keel-grid .find-location .separator {
          margin: 19px auto 15px;
          border: 1px solid rgba(255, 255, 255, 0.8);
          width: 80px; }
        .col-destination .destination .gim-mark .keel-grid .find-location .city-link {
          margin: 5px 15px;
          color: #fff;
          font-size: 18px; }
          .col-destination .destination .gim-mark .keel-grid .find-location .city-link:hover {
            text-decoration: underline; }
    .col-destination .destination .gim-mark .icon {
      color: #FFD200; }
  .col-destination .destination:hover .gim-mark {
    background-color: rgba(0, 0, 0, 0.6); }
    .col-destination .destination:hover .gim-mark:not(.hidden) .find-location {
      opacity: 1;
      max-height: 300px; }

@media only screen and (min-width: 320px) {
  .customer-box .media-left {
    display: block;
    margin-bottom: 10px;
    padding-right: 0;
    text-align: center; } }

@media only screen and (min-width: 480px) {
  .customer-box .media-left {
    display: table-cell;
    margin-bottom: 0;
    padding-right: 10px;
    text-align: left; } }

.customer-box .media-left .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block; }
  .customer-box .media-left .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%; }

.customer-box .media-body {
  position: relative;
  border-radius: 3px;
  padding: 12px; }
  @media only screen and (max-width: 320px) {
    .customer-box .media-body {
      padding-right: 0;
      padding-left: 0; } }
  @media only screen and (min-width: 480px) {
    .customer-box .media-body {
      padding-right: 0;
      padding-bottom: 0; } }
  .customer-box .media-body .wrap-media-body {
    background: #fff;
    border-radius: 3px; }
  .customer-box .media-body .box-comment {
    padding: 10px;
    font-size: 12px; }

.customer-box .arrow_box {
  position: relative; }
  .customer-box .arrow_box:after, .customer-box .arrow_box:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
    @media only screen and (max-width: 320px) {
      .customer-box .arrow_box:after, .customer-box .arrow_box:before {
        bottom: 100%;
        left: 50%; } }
    @media only screen and (min-width: 480px) {
      .customer-box .arrow_box:after, .customer-box .arrow_box:before {
        right: 100%;
        top: 20%; } }
  @media only screen and (max-width: 320px) {
    .customer-box .arrow_box:after {
      border-color: rgba(136, 183, 213, 0);
      border-bottom-color: #fff;
      border-width: 12px;
      margin-left: -12px; } }
  @media only screen and (min-width: 480px) {
    .customer-box .arrow_box, .customer-box .arrow_box:before {
      border-color: rgba(194, 225, 245, 0);
      border-right-color: #fff;
      border-width: 12px;
      margin-top: -12px; } }

@media (min-width: 320px) and (max-width: 767px) {
  .box-flight-mobile {
    padding-bottom: 0 !important; } }

@media (min-width: 320px) and (max-width: 767px) {
  .date-picker-wrapper {
    left: 0 !important;
    z-index: 99; } }

.dropdown-location {
  width: 350px;
  border: 1px solid #CCCCCC;
  background: #ffffff;
  border-radius: 3px;
  margin-top: 14px;
  font-size: 16px; }
  .dropdown-location li span, .dropdown-location li a {
    padding: 10px;
    background: #fff; }
  .dropdown-location li.selected span, .dropdown-location li.selected a {
    background-color: #33b1e6;
    color: #fff; }
    .dropdown-location li.selected span i, .dropdown-location li.selected a i {
      color: #fff; }
  .dropdown-location:after {
    content: '';
    top: -5px;
    left: 15px;
    position: absolute;
    transition: left .5s;
    /* top: -10px; */
    vertical-align: middle;
    margin: auto;
    bottom: 95%;
    width: 15px;
    height: 15px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }

.dropdown-location.dropdown-index:after {
  top: -11px; }

.dropdown-search:after {
  left: 3%; }

.dropdown-search li.item {
  display: inline-block;
  width: 50%;
  float: left; }
  .dropdown-search li.item span:hover i, .dropdown-search li.item a:hover i {
    color: #333; }

.dropdown-search .dropdown-header {
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 15px;
  color: #333;
  border-bottom: 1px solid #eee; }

.dropdown-search .dropdown-item {
  overflow: hidden;
  text-overflow: ellipsis; }

.tt-menu {
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  border: 0;
  top: 55px !important;
  z-index: 999;
  left: -53px !important; }
  .tt-menu .tt-dataset {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    padding: 5px 0;
    border-radius: 0; }
    .tt-menu .tt-dataset h3.league-name {
      text-transform: uppercase;
      font-size: 14px;
      padding: 8px 15px;
      color: #333;
      text-align: left;
      border-bottom: 1px solid #eee; }
      .tt-menu .tt-dataset h3.league-name span {
        color: #33afe4; }
    .tt-menu .tt-dataset .tt-suggestion {
      padding: 5px 10px;
      text-align: left;
      background: #fff;
      cursor: pointer; }
      .tt-menu .tt-dataset .tt-suggestion:hover {
        color: #333; }
        .tt-menu .tt-dataset .tt-suggestion:hover .icon-location-search {
          color: #33afe4; }
      .tt-menu .tt-dataset .tt-suggestion .icon-location-search {
        font-size: 14px;
        padding: 5px;
        color: #dddddd; }
    .tt-menu .tt-dataset:after {
      position: absolute;
      top: -12px;
      left: 48%;
      display: inline-block;
      border-right: 12px solid transparent;
      border-bottom: 12px solid #ffffff;
      border-left: 12px solid transparent;
      content: ''; }
    .tt-menu .tt-dataset .tt-cursor {
      background-color: #33b1e6;
      color: #fff; }
    .tt-menu .tt-dataset .empty-message {
      padding: 5px 10px; }

.deal-location-menu {
  top: 125% !important;
  left: 0 !important; }
  .deal-location-menu a {
    color: #333333;
    display: block;
    width: 100%; }

.twitter-typeahead {
  width: 100%;
  display: block !important; }

.dropdown-option li span:hover, .dropdown-option li a:hover {
  color: #333333 !important;
  background: #ffffff; }
  .dropdown-option li span:hover i, .dropdown-option li a:hover i {
    color: #33afe4 !important; }

.isTypeHead .dropdown-menu {
  display: none; }

.isTypeHead .twitter-typeahead {
  z-index: 999; }

.section-heading {
  font-size: 24px; }

.sub-heading {
  color: #666;
  font-size: 16px; }

.box-combo-title {
  margin-bottom: 30px;
  margin-top: 20px; }
  .box-combo-title .divider {
    background-color: #33afe4; }

.package-item .thumbnail {
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.search_other_location {
  display: block;
  position: absolute;
  top: 30px;
  left: 385px;
  z-index: 99; }
  .search_other_location:before {
    content: '';
    top: -10px;
    left: 30px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    transition: left .5s; }
    @media screen and (max-width: 480px) {
      .search_other_location:before {
        left: 170px; } }
    @media screen and (max-width: 400px) {
      .search_other_location:before {
        left: 15px; } }
  .search_other_location select {
    width: 300px;
    border-top: none; }
  @media screen and (max-width: 767px) {
    .search_other_location {
      position: absolute;
      top: 30px;
      left: 300px;
      z-index: 99; }
      .search_other_location select {
        width: 200px; } }
  @media screen and (max-width: 480px) {
    .search_other_location {
      position: absolute;
      top: 25px;
      left: 160px;
      z-index: 99; }
      .search_other_location select {
        width: 200px; } }
  @media screen and (max-width: 400px) {
    .search_other_location {
      position: absolute;
      top: 50px;
      left: 50px;
      z-index: 99; }
      .search_other_location select {
        width: 200px; } }
  .search_other_location .select2-container--default .select2-selection--single {
    border-top: none;
    height: 35px; }
    .search_other_location .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 35px; }
    .search_other_location .select2-container--default .select2-selection--single .select2-selection__arrow {
      line-height: 35px;
      height: 35px; }

.select2-selection--single {
  outline: none; }

.select2-search__field {
  outline: none; }

#modal-advertising .modal-body, #modal-give-take .modal-body {
  padding: 0; }
  #modal-advertising .modal-body img, #modal-give-take .modal-body img {
    height: 100%;
    object-position: center;
    object-fit: cover; }
    @media only screen and (max-width: 768px) {
      #modal-advertising .modal-body img, #modal-give-take .modal-body img {
        width: 100%; } }
  #modal-advertising .modal-body button, #modal-give-take .modal-body button {
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 40px;
    font-weight: 100;
    color: #f5f5f5; }
    @media only screen and (max-width: 768px) {
      #modal-advertising .modal-body button, #modal-give-take .modal-body button {
        font-size: 20px; } }

@media only screen and (max-width: 768px) {
  .dropdown_guest .input_search {
    text-align: center; } }

.show_guest_text_home {
  padding-left: 0; }

.popover {
  box-shadow: 4px 4px 14px 2px rgba(0, 0, 0, 0.06) !important; }
  .popover .popover-content {
    padding: 20px; }
    .popover .popover-content .popover-user .btn {
      color: #464646;
      border: 1px solid #E1E5EA;
      font-weight: 400;
      line-height: 1.9;
      width: 200px; }
      .popover .popover-content .popover-user .btn:hover {
        box-shadow: 4px 4px 14px 2px rgba(0, 0, 0, 0.1); }
      .popover .popover-content .popover-user .btn:not(:last-child) {
        margin-bottom: 10px; }
    .popover .popover-content .popover-user .btn-white {
      background: white;
      border: solid 1px #E4E4E4; }
    .popover .popover-content .popover-user .btn-social {
      background-repeat: no-repeat;
      background-position: 10px center;
      text-align: center;
      border: none; }
    .popover .popover-content .popover-user .login-button-fb {
      background-color: #2151B2;
      color: white; }
    .popover .popover-content .popover-user .login-button-google {
      background-color: #D41701;
      color: white; }

#modal-register, #modal-login, #modal-forgot-password, #modal-all {
  text-align: left;
  font-size: 14px;
  color: #212121; }
  #modal-register .modal-header, #modal-login .modal-header, #modal-forgot-password .modal-header, #modal-all .modal-header {
    background-color: #ffffff;
    border-bottom: 1px solid #dedede;
    padding: 10px; }
    #modal-register .modal-header .modal-title, #modal-login .modal-header .modal-title, #modal-forgot-password .modal-header .modal-title, #modal-all .modal-header .modal-title {
      text-align: center;
      color: #464646;
      font-weight: 700;
      font-size: 16px; }
  #modal-register .sub-title, #modal-login .sub-title, #modal-forgot-password .sub-title, #modal-all .sub-title {
    color: #464646;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    padding: 5px 0 15px; }
  #modal-register .form-control-wrapper, #modal-login .form-control-wrapper, #modal-forgot-password .form-control-wrapper, #modal-all .form-control-wrapper {
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      #modal-register .form-control-wrapper, #modal-login .form-control-wrapper, #modal-forgot-password .form-control-wrapper, #modal-all .form-control-wrapper {
        padding: 0 45px; } }
    #modal-register .form-control-wrapper .form-control, #modal-login .form-control-wrapper .form-control, #modal-forgot-password .form-control-wrapper .form-control, #modal-all .form-control-wrapper .form-control {
      padding: 10px 40px;
      height: auto !important;
      background-color: #ffffff;
      border-radius: 25px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -o-border-radius: 25px;
      box-shadow: none !important;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      -o-box-shadow: none !important; }
    #modal-register .form-control-wrapper .btn-login-submit, #modal-login .form-control-wrapper .btn-login-submit, #modal-forgot-password .form-control-wrapper .btn-login-submit, #modal-all .form-control-wrapper .btn-login-submit {
      width: 100%;
      text-transform: uppercase;
      -webkit-appearance: button;
      cursor: pointer;
      background-color: #b3292e;
      border-radius: 25px;
      padding: 10px 40px;
      border: 0px;
      font-weight: 500;
      font-size: 16px;
      color: #fff !important; }
      #modal-register .form-control-wrapper .btn-login-submit:hover, #modal-login .form-control-wrapper .btn-login-submit:hover, #modal-forgot-password .form-control-wrapper .btn-login-submit:hover, #modal-all .form-control-wrapper .btn-login-submit:hover {
        background-color: #cc2d32; }
    #modal-register .form-control-wrapper .btn, #modal-login .form-control-wrapper .btn, #modal-forgot-password .form-control-wrapper .btn, #modal-all .form-control-wrapper .btn {
      outline: none !important; }
  #modal-register .forgot-password-link, #modal-login .forgot-password-link, #modal-forgot-password .forgot-password-link, #modal-all .forgot-password-link {
    text-align: center; }
  #modal-register .btn-link, #modal-login .btn-link, #modal-forgot-password .btn-link, #modal-all .btn-link {
    color: #2396c5 !important;
    font-size: 14px;
    font-weight: 500; }
    #modal-register .btn-link span, #modal-login .btn-link span, #modal-forgot-password .btn-link span, #modal-all .btn-link span {
      display: block; }
  #modal-register .modal-footer, #modal-login .modal-footer, #modal-forgot-password .modal-footer, #modal-all .modal-footer {
    padding: 15px; }
    #modal-register .modal-footer .forgot-password-link, #modal-login .modal-footer .forgot-password-link, #modal-forgot-password .modal-footer .forgot-password-link, #modal-all .modal-footer .forgot-password-link {
      border-bottom: 1px solid #dedede; }
  #modal-register .social-area a, #modal-login .social-area a, #modal-forgot-password .social-area a, #modal-all .social-area a {
    padding: 15px 50px;
    margin: 10px 0;
    text-align: center;
    display: block;
    color: #ffffff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    outline: none !important; }
  #modal-register .social-area .btn-facebook, #modal-login .social-area .btn-facebook, #modal-forgot-password .social-area .btn-facebook, #modal-all .social-area .btn-facebook {
    background-color: #3b5998 !important; }
  #modal-register .social-area .btn-google, #modal-login .social-area .btn-google, #modal-forgot-password .social-area .btn-google, #modal-all .social-area .btn-google {
    background-color: #e04006 !important; }
  #modal-register .bottom-text, #modal-login .bottom-text, #modal-forgot-password .bottom-text, #modal-all .bottom-text {
    padding: 10px 0 20px;
    text-align: center; }
  #modal-register .reset-password-button, #modal-login .reset-password-button, #modal-forgot-password .reset-password-button, #modal-all .reset-password-button {
    background-color: #b3292e;
    border-radius: 25px;
    padding: 10px 40px;
    border: 0px;
    font-weight: 500;
    font-size: 16px;
    color: #fff !important;
    text-transform: none; }
    #modal-register .reset-password-button:hover, #modal-login .reset-password-button:hover, #modal-forgot-password .reset-password-button:hover, #modal-all .reset-password-button:hover {
      background-color: #cc2d32; }
  #modal-register .alert-error-register, #modal-login .alert-error-register, #modal-forgot-password .alert-error-register, #modal-all .alert-error-register {
    padding: 10px 40px;
    height: auto !important;
    border: none;
    background-color: #ffd2d3;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important; }

.reset-password {
  text-align: left;
  font-size: 14px;
  color: #212121;
  margin-top: 25px; }
  .reset-password .header {
    background-color: #ffffff;
    padding: 10px 10px 0 10px; }
    .reset-password .header .title {
      text-align: center;
      color: #464646;
      font-weight: 600;
      font-size: 16px; }
      .reset-password .header .title p:first-child {
        font-size: 18px;
        margin-bottom: 3px; }
        .reset-password .header .title p:first-child span {
          color: #cc2d32; }
  .reset-password .sub-title {
    color: #464646;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    padding: 5px 0 15px; }
  .reset-password .form-control-wrapper {
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .reset-password .form-control-wrapper {
        padding: 0 45px; } }
    .reset-password .form-control-wrapper .form-control {
      padding: 10px 40px;
      height: auto !important;
      background-color: #ffffff;
      border-radius: 25px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -o-border-radius: 25px;
      box-shadow: none !important;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      -o-box-shadow: none !important; }
    .reset-password .form-control-wrapper .btn-login-submit {
      width: 100%;
      text-transform: uppercase;
      -webkit-appearance: button;
      cursor: pointer;
      background-color: #b3292e;
      border-radius: 25px;
      padding: 10px 40px;
      border: 0px;
      font-weight: 500;
      font-size: 16px;
      color: #fff !important; }
      .reset-password .form-control-wrapper .btn-login-submit:hover {
        background-color: #cc2d32; }
    .reset-password .form-control-wrapper .btn {
      outline: none !important; }
  .reset-password .forgot-password-link {
    text-align: center; }
  .reset-password .btn-link {
    color: #2396c5 !important;
    font-size: 14px;
    font-weight: 500; }
    .reset-password .btn-link span {
      display: block; }
  .reset-password .modal-footer {
    padding: 15px; }
    .reset-password .modal-footer .forgot-password-link {
      border-bottom: 1px solid #dedede; }
  .reset-password .social-area a {
    padding: 10px 50px;
    margin: 10px 0;
    text-align: center;
    display: block;
    color: #ffffff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    outline: none !important; }
  .reset-password .social-area .btn-facebook {
    background-color: #3b5998 !important; }
  .reset-password .social-area .btn-google {
    background-color: #e04006 !important; }
  .reset-password .bottom-text {
    padding-bottom: 20px;
    text-align: center; }
  .reset-password .reset-password-button {
    background-color: #b3292e;
    border-radius: 25px;
    padding: 15px 50px;
    border: 0px;
    font-weight: 500;
    font-size: 16px;
    color: #fff !important;
    text-transform: none; }
    .reset-password .reset-password-button:hover {
      background-color: #cc2d32; }
  .reset-password .alert-error-register {
    padding: 10px 40px;
    height: auto !important;
    border: none;
    background-color: #ffd2d3;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important; }

.date-picker-wrapper.toReturn:before {
  left: 40%; }

.box-welcome {
  margin: 30px 0; }
  .box-welcome .saving-welcome {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 15px;
    background-color: #ffffff; }
    @media screen and (min-width: 320px) {
      .box-welcome .saving-welcome {
        font-size: 24px;
        line-height: 24px; } }
    @media screen and (min-width: 480px) {
      .box-welcome .saving-welcome {
        font-size: 30px;
        line-height: 25px; } }
    @media screen and (min-width: 768px) {
      .box-welcome .saving-welcome {
        font-size: 40px;
        line-height: 25px; } }
  @media screen and (min-width: 768px) {
    .box-welcome .saving-welcome, .box-welcome .box-give-take {
      min-height: 160px; } }
  .box-welcome .saving-text {
    color: #33afe4;
    font-size: 20px;
    line-height: 32px;
    margin-top: 15px; }
  .box-welcome .welcome-tago {
    color: #2c2c2c;
    font-size: 18px;
    line-height: 23px; }
  .box-welcome .box-give-take {
    overflow: hidden;
    padding: 10px 15px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
    background: #ffffff; }
    .box-welcome .box-give-take img {
      width: 155px;
      float: left;
      margin-right: 30px; }
    .box-welcome .box-give-take a {
      font-size: 16px;
      line-height: 20px;
      color: #33afe4;
      font-weight: 600; }
  .box-welcome .text-to-give-take {
    color: #333; }
    @media screen and (min-width: 320px) {
      .box-welcome .text-to-give-take {
        font-size: 16px;
        line-height: 20px; } }
    @media screen and (min-width: 480px) {
      .box-welcome .text-to-give-take {
        font-size: 22px;
        line-height: 24px;
        margin-top: 10px; } }

@media screen and (min-width: 320px) {
  .section-heading span {
    width: auto;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #333; } }

@media screen and (min-width: 768px) {
  .section-heading span {
    width: auto;
    height: 67px;
    line-height: 67px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-size: 28px;
    font-weight: 400;
    color: #333; } }

.section-heading span:before {
  content: '';
  width: 50%;
  height: 1px;
  position: absolute;
  left: 25%;
  top: 0;
  background-color: #33afe4; }

.section-heading span:after {
  content: '';
  width: 50%;
  height: 1px;
  position: absolute;
  left: 25%;
  background-color: #33afe4;
  bottom: 0; }

@media screen and (min-width: 320px) {
  .why-chose-tago {
    margin-top: 20px;
    margin-bottom: 20px; }
    .why-chose-tago p {
      font-size: 16px; } }

@media screen and (min-width: 768px) {
  .why-chose-tago p {
    font-size: 20px; } }

.why-chose-tago h5 {
  font-size: 28px;
  font-weight: 400;
  color: #000;
  text-align: center;
  width: 100%;
  display: inline-block;
  text-transform: none; }

.why-chose-tago p {
  font-weight: 300;
  color: #000;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 20px; }

.for-user-tago {
  text-align: center; }
  @media screen and (min-width: 320px) {
    .for-user-tago {
      margin-top: 20px; }
      .for-user-tago p {
        font-size: 16px; } }
  @media screen and (min-width: 768px) {
    .for-user-tago p {
      font-size: 20px; } }
  .for-user-tago h5 {
    font-size: 28px;
    font-weight: 400;
    color: #000;
    text-align: center;
    width: 100%;
    display: inline-block;
    text-transform: none; }
  .for-user-tago p {
    font-weight: 300;
    color: #000;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 20px; }

.box-action-home {
  padding: 15px;
  background-color: #ffffff;
  margin-top: 30px;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .box-action-home .title {
    font-size: 22px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 15px; }
  .box-action-home .icon-comment, .box-action-home .icon-partner {
    color: #33afe4;
    border-radius: 50%;
    font-size: 30px; }
  .box-action-home .border-left {
    border-left: 1px solid #CCCCCC; }
  .box-action-home:after, .box-action-home:before {
    content: " ";
    display: table;
    box-sizing: border-box; }
  .box-action-home:after {
    clear: both; }

.text-heading-home {
  margin: 60px 50px 50px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .text-heading-home {
      margin: 0; } }
  .text-heading-home span {
    position: relative;
    font-size: 36px;
    font-weight: 300;
    padding: 10px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .text-heading-home span {
        padding: 0;
        font-size: 30px; } }
    .text-heading-home span:after {
      content: " ";
      position: absolute;
      width: 40%;
      border-bottom: 2px solid #1a3863;
      bottom: 0;
      left: 30%; }
      @media (min-width: 320px) and (max-width: 767px) {
        .text-heading-home span:after {
          display: none; } }

.box-feedback {
  padding: 15px;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  position: relative;
  border-radius: 3px; }
  .box-feedback .icon-quote {
    position: absolute;
    top: -22px;
    width: 100%;
    text-align: center; }
  .box-feedback .caption {
    font-size: 18px;
    margin: 15px 0 10px 0;
    font-weight: 600;
    color: #1a3863;
    line-height: 18px; }
    .box-feedback .caption i {
      font-weight: 600; }
  .box-feedback .text-feedback {
    text-align: justify;
    font-weight: 300;
    color: #333;
    overflow: hidden;
    line-height: 20px;
    padding-right: 15px; }
  .box-feedback .cus-info {
    position: relative;
    margin-top: 10px;
    padding-top: 10px; }
    .box-feedback .cus-info:before {
      content: " ";
      position: absolute;
      width: 50%;
      border-bottom: 1px solid #ccc;
      top: 0;
      left: 25%; }
    .box-feedback .cus-info .img {
      width: 106px;
      height: 106px;
      border-radius: 100%;
      float: left;
      margin-right: 15px; }
      .box-feedback .cus-info .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; }
    .box-feedback .cus-info .info {
      margin-top: 24px;
      font-size: 14px;
      line-height: 22px; }

.box-partner {
  text-align: center;
  margin-bottom: 15px; }
  .box-partner:last-child {
    margin-bottom: 0; }
  .box-partner:after, .box-partner:before {
    content: " ";
    display: table;
    box-sizing: border-box; }
  .box-partner:after {
    clear: both; }
  .box-partner .bg-partner {
    width: calc((100% - 150px)/ 6);
    background-color: #ffffff;
    height: 50px;
    margin-right: 20px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
    display: inline-block; }
    @media (min-width: 320px) and (max-width: 767px) {
      .box-partner .bg-partner {
        width: calc(100%/ 6);
        height: 40px;
        margin-top: 10px;
        background-size: 100%; } }
    .box-partner .bg-partner:last-child {
      margin-right: 0; }
  .box-partner .bg-vn {
    background-image: url("/default/plane/vietnamairlines.png"); }
  .box-partner .bg-bb {
    background-image: url("/default/plane/bambooairways.jpg"); }
  .box-partner .bg-vj {
    background-image: url("/default/plane/vietjetair.png");
    background-size: 85%; }
  .box-partner .bg-jq {
    background-image: url("/default/plane/jetstar.png");
    background-size: 85%; }
  .box-partner .bg-bk {
    background-image: url("/default/plane/booking.png");
    background-size: 80%; }
  .box-partner .bg-agd {
    background-image: url("/default/plane/agoda.png");
    background-size: 85%; }
  .box-partner .bg-ht {
    background-image: url("/default/plane/hotelsdotcom.jpg"); }
  .box-partner .bg-ep {
    background-image: url("/default/plane/expedia.png"); }

.box-register {
  padding: 20px 15px;
  background: #fff;
  margin-top: 30px; }
  .box-register .form-resgier {
    margin-bottom: 30px; }
  .box-register .email_register {
    height: 46px; }
  .box-register .btn-register {
    color: #000000;
    background-color: #FFC52A;
    text-shadow: none;
    border-color: #FFC52A;
    border-bottom-color: #c38e00;
    line-height: 18px;
    font-weight: 500;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 1px 0 0 #c38e00;
    height: 46px; }

@media screen and (min-width: 320px) {
  .register .register-title h4 {
    font-size: 24px;
    color: #33afe4;
    font-weight: 600; }
  .register .register-title p {
    font-size: 14px;
    font-weight: 300; }
    .register .register-title p:first-child {
      font-size: 20px; }
  .register .register-title .register-sub-title {
    font-size: 20px; } }

@media screen and (min-width: 768px) {
  .register .register-title {
    padding: 30px 15px 20px 15px; }
    .register .register-title h4 {
      font-size: 28px;
      color: #33afe4;
      font-weight: 600; }
    .register .register-title p {
      font-size: 18px;
      font-weight: 300; }
    .register .register-title .register-sub-title {
      font-size: 25px; } }

#modal-welcome .modal-header {
  background-color: #fff;
  border: none; }
  #modal-welcome .modal-header a {
    text-decoration: underline; }

.text-black {
  color: #000 !important; }

.iradio_square-blue {
  background-position: -144px 0; }

/* SEARCH BOX HOME */
.search-box {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .search-box {
      width: 96%; } }

.search-box-listing {
  background-color: rgba(0, 0, 0, 0.6);
  margin: 15px 0 30px 0; }
  .search-box-listing .btn-minus, .search-box-listing .btn-plus {
    top: 14px !important; }

.search-box-from-location {
  margin-bottom: 8px;
  display: inline-block; }
  @media (max-width: 767px) {
    .search-box-from-location {
      line-height: 30px; } }
  .search-box-from-location .radio-inline {
    vertical-align: middle; }

.search-box-wrapper {
  position: relative; }
  .search-box-wrapper .icon-box {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 0;
    background-color: #fff;
    cursor: pointer;
    padding: 10px 5px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
    height: 66px;
    outline: none; }
    @media (max-width: 767px) {
      .search-box-wrapper .icon-box {
        width: 100% !important;
        margin-bottom: 10px !important; } }
  .search-box-wrapper .icon-box-location {
    width: 32%; }
  .search-box-wrapper .icon-box-wrapper {
    position: relative; }
    @media (max-width: 767px) {
      .search-box-wrapper .icon-box-wrapper .tt-menu {
        width: 125% !important; } }
  .search-box-wrapper .icon {
    padding: 13px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 3px;
    color: #555; }
  .search-box-wrapper .icon-20 {
    font-size: 20px; }
  .search-box-wrapper .icon-box-child {
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 60px); }
  .search-box-wrapper .search-box-text {
    font-size: 16px;
    color: #333;
    border: none;
    text-overflow: ellipsis;
    cursor: pointer;
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
    line-height: 1.25;
    padding: 0;
    margin: 0;
    font-family: inherit;
    letter-spacing: inherit;
    outline: none; }
  .search-box-wrapper .item-box-check-in, .search-box-wrapper .item-box-check-out {
    width: 26% !important; }
  .search-box-wrapper .icon-box-check-in, .search-box-wrapper .icon-box-check-out {
    width: 15%; }
  .search-box-wrapper .icon-box-check-in {
    margin-right: 0; }
  .search-box-wrapper .icon-box-check-out {
    position: relative; }
    @media (min-width: 768px) {
      .search-box-wrapper .icon-box-check-out:before {
        position: absolute;
        content: "";
        left: -5px;
        top: 0;
        width: 5px;
        height: 100%;
        background: #fff; } }
    @media (min-width: 768px) {
      .search-box-wrapper .icon-box-check-out:after {
        position: absolute;
        content: "";
        left: -2.5px;
        border-right: 1px solid #ccc;
        top: 10px;
        bottom: 10px; } }
  .search-box-wrapper .search-box-text-description {
    color: #333;
    font-size: 14px;
    padding: 5px 0; }
  .search-box-wrapper .search-box-text-description-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .search-box-wrapper .search-box-text-description-desc {
    color: #999;
    line-height: 1.25;
    text-overflow: ellipsis; }
  .search-box-wrapper .item-box-occupancy {
    width: 26% !important;
    position: relative; }
  .search-box-wrapper .icon-box-occupancy {
    width: 22%;
    position: relative; }
  .search-box-wrapper .dropdown-box-occupancy-new {
    position: absolute;
    background-color: #ffffff;
    left: 0;
    top: 52px;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    cursor: auto;
    padding: 0;
    border: none; }
    .search-box-wrapper .dropdown-box-occupancy-new:before {
      transition: left .5s;
      position: absolute;
      top: -9px;
      left: 45%;
      content: "";
      border-width: 10px;
      border-style: solid;
      border-top-color: #fff;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: #fff;
      transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
    @media screen and (min-width: 1366px) {
      .search-box-wrapper .dropdown-box-occupancy-new {
        width: 100%; } }
    .search-box-wrapper .dropdown-box-occupancy-new .occupancy-selector-panel {
      width: 250px;
      text-align: center;
      background-color: #fff;
      padding: 10px 10px 8px;
      background: linear-gradient(9deg, #fbd243, #feedae 32%, #fff 61%, #fff); }
      @media screen and (min-width: 1366px) {
        .search-box-wrapper .dropdown-box-occupancy-new .occupancy-selector-panel {
          width: 100%; } }
    .search-box-wrapper .dropdown-box-occupancy-new .occupancy-row {
      border-radius: 2px;
      position: relative;
      margin: 1px;
      overflow: hidden;
      min-height: 40px;
      line-height: 28px; }
    .search-box-wrapper .dropdown-box-occupancy-new .btn-minus, .search-box-wrapper .dropdown-box-occupancy-new .btn-plus {
      font-weight: 700;
      width: 40px;
      position: absolute;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      color: #33afe4;
      top: 7px; }
    .search-box-wrapper .dropdown-box-occupancy-new .btn-disabled {
      color: #5b5b5b; }
    .search-box-wrapper .dropdown-box-occupancy-new .btn-minus {
      left: 0;
      font-size: 12px; }
    .search-box-wrapper .dropdown-box-occupancy-new .btn-plus {
      right: 0;
      font-size: 13px; }
    .search-box-wrapper .dropdown-box-occupancy-new .row-number {
      font-size: 22px;
      color: #33afe4;
      margin-top: 6px;
      display: inline-block; }
    .search-box-wrapper .dropdown-box-occupancy-new .row-label {
      text-align: left;
      min-width: 45px;
      font-size: 14px;
      letter-spacing: .32px;
      color: #999;
      margin-left: 2px;
      margin-top: 6px;
      display: inline-block; }
  .search-box-wrapper .dropdown-box-occupancy {
    position: absolute;
    background-color: #ffffff;
    left: 0;
    top: 77px;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    cursor: auto;
    padding: 0;
    border: none; }
    .search-box-wrapper .dropdown-box-occupancy:before {
      transition: left .5s;
      position: absolute;
      top: -9px;
      left: 45%;
      content: "";
      border-width: 10px;
      border-style: solid;
      border-top-color: #fff;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: #fff;
      transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
    @media screen and (min-width: 1366px) {
      .search-box-wrapper .dropdown-box-occupancy {
        width: 100%; } }
    .search-box-wrapper .dropdown-box-occupancy .occupancy-selector-panel {
      width: 250px;
      text-align: center;
      background-color: #fff;
      padding: 10px 10px 8px;
      background: linear-gradient(9deg, #fbd243, #feedae 32%, #fff 61%, #fff); }
      @media screen and (min-width: 1366px) {
        .search-box-wrapper .dropdown-box-occupancy .occupancy-selector-panel {
          width: 100%; } }
    .search-box-wrapper .dropdown-box-occupancy .occupancy-row {
      border-radius: 2px;
      position: relative;
      margin: 1px;
      overflow: hidden;
      min-height: 40px;
      line-height: 28px; }
    .search-box-wrapper .dropdown-box-occupancy .btn-minus, .search-box-wrapper .dropdown-box-occupancy .btn-plus {
      font-weight: 700;
      width: 40px;
      position: absolute;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      color: #33afe4;
      top: 7px; }
    .search-box-wrapper .dropdown-box-occupancy .btn-disabled {
      color: #5b5b5b; }
    .search-box-wrapper .dropdown-box-occupancy .btn-minus {
      left: 0;
      font-size: 12px; }
    .search-box-wrapper .dropdown-box-occupancy .btn-plus {
      right: 0;
      font-size: 13px; }
    .search-box-wrapper .dropdown-box-occupancy .row-number {
      font-size: 22px;
      color: #33afe4;
      margin-top: 6px;
      display: inline-block; }
    .search-box-wrapper .dropdown-box-occupancy .row-label {
      text-align: left;
      min-width: 45px;
      font-size: 14px;
      letter-spacing: .32px;
      color: #999;
      margin-left: 2px;
      margin-top: 6px;
      display: inline-block; }
  .search-box-wrapper .search-box-text-description-child {
    position: absolute;
    top: 14px;
    right: 15px; }
  .search-box-wrapper .item-box-button {
    width: 20% !important; }
  .search-box-wrapper .search-box-flight {
    position: relative;
    overflow: hidden;
    width: calc(100% - 30px - 32% - 30% - 22% - 1px);
    height: 49px;
    border-radius: 0;
    background-color: #FFD200;
    font-size: 20px;
    color: #000;
    border: none;
    cursor: pointer;
    padding: 10px 0; }
    .search-box-wrapper .search-box-flight:hover, .search-box-wrapper .search-box-flight:active, .search-box-wrapper .search-box-flight:focus {
      box-shadow: 0 4px 10px 3px rgba(0, 0, 0, 0.2);
      background-color: #ffb300; }
    @media (max-width: 767px) {
      .search-box-wrapper .search-box-flight {
        width: 100% !important;
        height: 49px; } }
  .search-box-wrapper .search-box-button {
    position: relative;
    overflow: hidden;
    width: calc(100% - 30px - 32% - 30% - 22% - 1px);
    height: 66px;
    border-radius: 0;
    background-color: #FFD200;
    font-size: 20px;
    color: #000;
    border: none;
    cursor: pointer;
    padding: 10px 0; }
    .search-box-wrapper .search-box-button:hover, .search-box-wrapper .search-box-button:active, .search-box-wrapper .search-box-button:focus {
      box-shadow: 0 4px 10px 3px rgba(0, 0, 0, 0.2);
      background-color: #ffb300; }
    @media (max-width: 767px) {
      .search-box-wrapper .search-box-button {
        width: 100% !important;
        height: 47px; } }

.search-schedule-button {
  position: relative;
  overflow: hidden;
  width: 30%;
  height: 50px;
  border-radius: 0;
  background-color: #FFD200;
  font-size: 20px;
  color: #000;
  border: none;
  cursor: pointer;
  padding: 10px 0; }
  .search-schedule-button:hover, .search-schedule-button:active, .search-schedule-button:focus {
    box-shadow: 0 4px 10px 3px rgba(0, 0, 0, 0.2);
    background-color: #ffb300; }
  @media (max-width: 767px) {
    .search-schedule-button {
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .search-schedule-button {
      width: 30%; } }

.btn-search-place {
  position: relative;
  overflow: hidden;
  width: 30%;
  height: 50px;
  border-radius: 0;
  background-color: #FFD200;
  font-size: 20px;
  color: #000;
  border: none;
  cursor: pointer;
  padding: 10px 0; }
  .btn-search-place:hover, .btn-search-place:active, .btn-search-place:focus {
    box-shadow: 0 4px 10px 3px rgba(0, 0, 0, 0.2);
    background-color: #ffb300; }
  @media (max-width: 768px) {
    .btn-search-place {
      width: 100%; } }

.search-listing-and-detail {
  padding: 10px;
  background: rgba(0, 0, 0, 0.8); }
  .search-listing-and-detail .search-box-wrapper {
    max-width: 1120px;
    margin: 0 auto; }
    .search-listing-and-detail .search-box-wrapper .icon-box {
      height: 49px;
      padding: 0 5px; }
    .search-listing-and-detail .search-box-wrapper .search-box-button {
      height: 49px; }
      @media (max-width: 767px) {
        .search-listing-and-detail .search-box-wrapper .search-box-button {
          width: 100%; } }

/* END SEARCH BOX HOME */
.box-about {
  padding: 15px;
  margin: 30px 0;
  background: #ffffff;
  border-radius: 3px;
  min-height: 196px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .box-about .box-about-icon {
    height: 45px;
    line-height: 45px;
    margin: 5px 0; }
    .box-about .box-about-icon img {
      height: 100%;
      margin-right: 5px; }
  .box-about .box-about-title {
    font-size: 22px; }
  .box-about .about-icon {
    font-size: 24px; }

.box-about-first {
  background-color: #f2f2f2;
  text-align: center;
  font-size: 16px;
  height: 52px;
  line-height: 52px; }
  @media (max-width: 767px) {
    .box-about-first {
      line-height: 40px;
      display: none; } }
  .box-about-first img {
    margin-bottom: 5px; }
  .box-about-first .about-icon {
    font-size: 22px;
    margin: 0 10px; }

.breadcrumb-fix {
  padding: 8px 6px !important;
  margin: 0 !important; }

.box-about-second {
  padding-top: 15px;
  background: #fff; }
  @media (min-width: 320px) and (max-width: 767px) {
    .box-about-second {
      padding: 15px;
      display: none; } }
  .box-about-second .item-padding-0 {
    padding: 0 !important; }
  .box-about-second .about-img {
    text-align: center; }
    .box-about-second .about-img img {
      margin-bottom: 10px;
      width: 200px; }
  .box-about-second .text-meaning {
    text-align: center; }
  .box-about-second .border-dotted-img {
    border: 2px dotted #33afe4;
    padding: 15px 0; }
  .box-about-second .border-number {
    padding: 0 0 20px 0;
    -webkit-box-pack: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .box-about-second .border-number .item-number {
      color: #1a3863;
      font-size: 30px;
      font-weight: bold;
      width: 30px;
      height: 30px; }
  .box-about-second .arrow-step {
    position: absolute;
    top: 53px;
    right: 20px; }
    .box-about-second .arrow-step i {
      font-size: 30px;
      color: #1a3863; }
  .box-about-second .about-title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 25px;
    color: #1a3863;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px; }
    @media (max-width: 767px) {
      .box-about-second .about-title {
        margin-top: 45px; } }
  .box-about-second .about-content {
    font-size: 15px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .box-about-second .about-content {
        margin-bottom: 0 !important; } }

.box-combo-home {
  background-color: #ffffff;
  padding: 15px 25px 30px 25px;
  border-radius: 3px; }
  .box-combo-home a {
    color: #333333; }
  .box-combo-home .tab-month {
    text-align: right;
    width: 100%;
    border: none; }
    .box-combo-home .tab-month li {
      display: inline-block;
      float: none;
      border: none;
      padding: 0 10px;
      color: #6a6a6a; }
      .box-combo-home .tab-month li:last-child {
        padding-right: 0; }
      .box-combo-home .tab-month li a {
        color: #6a6a6a;
        background-color: transparent;
        border: none;
        padding: 0;
        margin: 0;
        font-weight: 600; }
        .box-combo-home .tab-month li a:hover, .box-combo-home .tab-month li a:active, .box-combo-home .tab-month li a:focus {
          color: #1a3863;
          background-color: transparent;
          border: none; }
    .box-combo-home .tab-month li.active {
      background-color: #ffffff;
      border: none; }
      .box-combo-home .tab-month li.active a {
        color: #1a3863; }
  .box-combo-home .title {
    height: auto;
    margin-top: 50px; }
    .box-combo-home .title .text {
      font-size: 24px;
      float: left;
      position: relative;
      color: #1a3863;
      font-weight: 600; }
      .box-combo-home .title .text .color-fixed {
        font-weight: normal;
        line-height: 1;
        color: #777777;
        font-size: 65%; }
        .box-combo-home .title .text .color-fixed a {
          color: #33a4d0; }
          .box-combo-home .title .text .color-fixed a:hover {
            color: #1F3B64; }
    .box-combo-home .title .tab {
      float: right; }
    .box-combo-home .title .icon-good-money {
      color: #33afe4; }
    .box-combo-home .title .icon-flash-deal {
      background: #ee595d;
      color: #fff;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      border-radius: 50%; }
    .box-combo-home .title .text-flash-deal {
      color: #1a3863; }
      .box-combo-home .title .text-flash-deal:hover .text {
        color: #ee595d; }
        .box-combo-home .title .text-flash-deal:hover .text:after {
          border-bottom-color: #ee595d; }
    .box-combo-home .title:after, .box-combo-home .title:before {
      content: " ";
      display: table;
      box-sizing: border-box; }
    .box-combo-home .title:after {
      clear: both; }
  .box-combo-home .sub-title {
    margin: 7px 0 20px 0;
    line-height: 22.4px;
    font-size: 16px; }

.item-padding-reset {
  padding: 0 5px !important; }

/* Start Package List*/
.swiper-slide .hotel-card {
  min-height: 303px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  cursor: pointer;
  margin-bottom: 30px;
  border-radius: 3px; }
  @media screen and (max-width: 767px) {
    .swiper-slide .hotel-card {
      margin-bottom: 15px; } }
  .swiper-slide .hotel-card:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    text-decoration: none; }
    .swiper-slide .hotel-card:hover .hotel-name {
      color: #ee595d; }
    .swiper-slide .hotel-card:hover .view-n-reservation {
      visibility: visible; }
  .swiper-slide .hotel-card:hover .card-image .avatar {
    opacity: 0.5; }

.swiper-slide .card-image {
  position: relative;
  background: #000;
  border-radius: 5px 3px 0 0; }
  .swiper-slide .card-image .avatar {
    width: 100%;
    height: 170px;
    min-height: 170px;
    object-fit: cover;
    object-position: center center;
    border-radius: 3px 3px 0 0; }
  .swiper-slide .card-image .fix-height-images {
    height: 225px !important; }
  .swiper-slide .card-image .img-package-online {
    height: 155px;
    min-height: 155px; }
  .swiper-slide .card-image .img-flash-deal {
    height: 250px;
    min-height: 250px; }
  .swiper-slide .card-image .package-tooltip {
    position: absolute;
    color: #fff;
    padding: 1px 5px; }
  .swiper-slide .card-image .from-tooltip, .swiper-slide .card-image .to-tooltip {
    color: #fff;
    padding: 2px 5px 0 5px;
    font-size: 13px;
    background-color: #1a3863;
    border: 1px solid #1a3863;
    opacity: 0.9; }
  .swiper-slide .card-image .from-tooltip, .swiper-slide .card-image .combo-tooltip {
    border-radius: 3px 0 0 0;
    top: 0;
    left: 0;
    font-size: 14px; }
  .swiper-slide .card-image .to-tooltip {
    top: 0;
    right: 0;
    border-radius: 0 3px 0 0; }
  .swiper-slide .card-image .combo-tooltip {
    background-color: #FFD200;
    border: 1px solid #FFD200;
    color: #333333; }
    .swiper-slide .card-image .combo-tooltip .base-service {
      margin-left: 10px; }
  .swiper-slide .card-image .discount_40 {
    background-color: #ee595d; }
  .swiper-slide .card-image .time_reservation {
    background-color: #ff6500; }
  .swiper-slide .card-image .time_use {
    background-color: #ff6500; }
  .swiper-slide .card-image .info_hot {
    background-color: #33afe4; }
  .swiper-slide .card-image .bought_5 {
    background-color: #00af87; }
  .swiper-slide .card-image .hotel-n-star {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.68);
    color: #ffffff;
    font-size: 13px; }
    .swiper-slide .card-image .hotel-n-star .hotel {
      float: left;
      width: 67%;
      padding-right: 15px;
      height: 17px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .swiper-slide .card-image .hotel-n-star .star {
      float: right;
      width: 33%; }
  .swiper-slide .card-image .view-n-reservation {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 13px;
    visibility: hidden; }
    .swiper-slide .card-image .view-n-reservation .view {
      margin-bottom: 10px; }
      .swiper-slide .card-image .view-n-reservation .view button {
        background-color: #eb6502;
        color: #f5f5f5;
        text-transform: uppercase; }
    .swiper-slide .card-image .view-n-reservation .reservation {
      padding: 5px 0;
      background: rgba(0, 0, 0, 0.6);
      margin: 0 10px;
      border-radius: 3px; }

.swiper-slide .card-content {
  padding: 12px 10px;
  min-height: 80px;
  max-height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column; }
  .swiper-slide .card-content .hotel-name {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 600;
    line-height: 18px; }
  .swiper-slide .card-content .area-name {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .swiper-slide .card-content .fa-star {
    margin-top: 4px; }
  .swiper-slide .card-content .base-service {
    padding-left: 10px;
    color: #333; }

.swiper-slide .package-home {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.12);
  transition: box-shadow .2s ease-in-out;
  transition-property: box-shadow;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  min-height: 280px;
  margin-bottom: 0px; }
  .swiper-slide .package-home:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3); }

.swiper-slide .package-home-content {
  padding: 10px;
  position: relative; }
  .swiper-slide .package-home-content .package-icon {
    margin-top: 10px;
    position: absolute;
    bottom: 8px;
    right: 10px; }
    .swiper-slide .package-home-content .package-icon .icon-combo {
      font-size: 20px; }
      .swiper-slide .package-home-content .package-icon .icon-combo .fa-plus {
        font-size: 14px; }
  .swiper-slide .package-home-content .package-home-name {
    font-weight: 400;
    line-height: 22.4px;
    font-size: 16px;
    color: #1a3863; }
  .swiper-slide .package-home-content .title-home-name {
    height: 46px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box; }
  .swiper-slide .package-home-content .offline {
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    color: #3f3d3d;
    height: 42px;
    overflow: hidden; }

.swiper-slide .package-home-info {
  padding: 0 10px;
  width: 100%; }
  .swiper-slide .package-home-info:before, .swiper-slide .package-home-info:after {
    content: " ";
    display: table;
    box-sizing: border-box; }
  .swiper-slide .package-home-info:after {
    clear: both; }
  .swiper-slide .package-home-info .departure-date {
    font-size: 13px;
    float: left;
    line-height: 24px; }
  .swiper-slide .package-home-info .package-price {
    float: right;
    text-align: right; }
    .swiper-slide .package-home-info .package-price .old-price {
      font-size: 12px;
      text-decoration: line-through;
      line-height: 23px; }
    .swiper-slide .package-home-info .package-price .new-price {
      font-size: 18px;
      color: #eb6502;
      font-weight: 600; }
      .swiper-slide .package-home-info .package-price .new-price img {
        height: 20px;
        margin-bottom: 3px; }
      .swiper-slide .package-home-info .package-price .new-price span {
        color: #999999;
        font-weight: 400;
        font-size: 14px; }

.swiper-slide .card-search-info {
  padding: 3px 10px 12px; }
  .swiper-slide .card-search-info .service {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6); }
  .swiper-slide .card-search-info .price {
    width: 60%;
    float: left;
    max-height: 45px; }
    .swiper-slide .card-search-info .price .new-price {
      color: #eb6502;
      font-size: 18px;
      font-weight: 600; }
      .swiper-slide .card-search-info .price .new-price span {
        color: #999999;
        font-size: 14px;
        font-weight: 400; }
    .swiper-slide .card-search-info .price .old-price {
      text-decoration: line-through;
      color: #999999; }
    .swiper-slide .card-search-info .price .discount-price {
      position: relative;
      display: inline-block;
      width: auto;
      height: 20px;
      background-color: #ee595d;
      border-radius: 3px 3px 3px 3px;
      border-left: 1px solid #ee595d;
      /* margin-left: 19px; */
      color: white;
      font-weight: 300;
      font-size: 12px;
      line-height: 20px;
      padding: 0 5px;
      top: -45px;
      right: -110px; }
      .swiper-slide .card-search-info .price .discount-price:before {
        content: "";
        position: absolute;
        display: block;
        left: -7px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #ee595d; }
      .swiper-slide .card-search-info .price .discount-price:after {
        background-color: white;
        border-radius: 50%;
        width: 4px;
        height: 4px;
        display: block;
        position: absolute;
        left: -4px;
        top: 8px; }
  .swiper-slide .card-search-info .customer-buy {
    width: 40%;
    float: right;
    text-align: center;
    color: #666;
    line-height: 15px;
    max-height: 45px;
    font-size: 12px;
    margin-top: 8px; }
    .swiper-slide .card-search-info .customer-buy i {
      font-size: 19px; }
  .swiper-slide .card-search-info:after, .swiper-slide .card-search-info:before {
    content: " ";
    display: table;
    box-sizing: border-box; }
  .swiper-slide .card-search-info:after {
    clear: both; }

.swiper-slide .from-n-range {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  color: #393838;
  font-size: 13px; }
  .swiper-slide .from-n-range:after {
    content: " ";
    position: absolute;
    width: calc(100% - 40px);
    border-bottom: 1px solid #ccc;
    bottom: 0;
    left: 20px; }

.swiper-slide .icon-timer, .swiper-slide .icon-marker, .swiper-slide .icon-forward {
  width: 15px;
  margin-bottom: 3px; }

.recruitment {
  border-radius: 3px;
  margin-top: 30px;
  border: 1px solid #f1f1f1; }
  .recruitment .recruitment-title {
    background: #1A3863;
    height: 50px; }
    .recruitment .recruitment-title h4 {
      color: #ffffff;
      line-height: 50px;
      margin: 0;
      padding-left: 10px; }
  .recruitment .recruitment-content .recruitment-item {
    background: #ffffff;
    padding: 10px 15px 0px 15px; }
    .recruitment .recruitment-content .recruitment-item .recruitment-item-child {
      border-bottom: 1px solid #f1f1f1; }
      .recruitment .recruitment-content .recruitment-item .recruitment-item-child a {
        margin-bottom: 5px;
        text-decoration: none;
        color: #000000;
        display: block; }

/* End */
.menu {
  border-radius: 3px;
  background: #ffffff;
  padding: 5px 20px 5px 20px;
  border: 1px solid #f1f1f1; }
  .menu .title-menu h5 {
    text-transform: capitalize; }
  .menu .title-menu .ruler {
    border-bottom: 3px solid #0998c8;
    width: 29%;
    margin-bottom: 15px; }
  .menu .item-menu .navbar-about {
    width: 100%;
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap; }
    .menu .item-menu .navbar-about .navbar-nav-about {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none; }
      .menu .item-menu .navbar-about .navbar-nav-about .navbar-text:last-child {
        border-bottom: none; }
      .menu .item-menu .navbar-about .navbar-nav-about .navbar-text {
        margin: 0;
        width: 100%;
        display: inline-block;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem; }
        .menu .item-menu .navbar-about .navbar-nav-about .navbar-text i {
          padding-right: 5px;
          color: #0998c8; }
        .menu .item-menu .navbar-about .navbar-nav-about .navbar-text a {
          font-size: 14px;
          color: #333; }

.text-decoration-bottom {
  color: #333333;
  border-bottom: 1px dotted #999;
  line-height: 25px;
  display: inline-block; }
  .text-decoration-bottom:hover {
    border-bottom: 1px solid #33afe4; }
    .text-decoration-bottom:hover span {
      color: #333333;
      background: #e5e5e5; }
  .text-decoration-bottom:active {
    color: #333333 !important; }

.package-category-title {
  font-size: 32px; }

.search-category {
  font-size: 18px;
  padding: 10px 0; }

.search-category i.icon-action {
  color: #33afe4;
  font-size: 14px; }

.group-search-item {
  padding: 0 5px; }

.btn-update {
  font-size: 14px;
  color: #33afe4;
  font-weight: bold;
  margin-top: -5px;
  margin-left: 15px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  padding: 9px 16px 8px;
  font-family: inherit;
  border-radius: 3px;
  background-clip: padding-box;
  box-sizing: border-box;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  border: 1px solid #b7b7b7; }
  .btn-update:hover, .btn-update:active, .btn-update:focus {
    background-color: #fff;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.05);
    color: #33afe4;
    border: 1px solid #33afe4; }

.guest {
  border: none; }

.selectDown {
  cursor: pointer;
  font-size: 15px; }

.arrow-to-date {
  font-size: 12px; }

.margin-guest {
  margin-right: 5px; }

.dropdown-category-guest {
  width: 275px !important; }

.fixNav {
  margin: 0;
  width: 100%;
  display: block;
  padding: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

@media screen and (max-width: 767px) {
  .detail_search {
    display: none; } }

@media screen and (max-width: 767px) {
  .detail_search #DateTwoInputRange {
    margin-left: 0;
    display: block;
    text-align: center; } }

@media screen and (max-width: 1023px) {
  .detail_search #DateTwoInputRange {
    margin-left: 0; }
    .detail_search #DateTwoInputRange .group-search-item {
      padding: 0; } }

@media screen and (max-width: 767px) {
  .detail_search .btn-update {
    display: block;
    margin: 10px auto; } }

@media screen and (max-width: 767px) {
  .detail_search .dropdown_guest {
    margin-left: 0;
    display: block;
    text-align: center; } }

#filter {
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }
  #filter h4 {
    line-height: 24px;
    font-size: 18px;
    color: #333; }
  #filter .map-location {
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    height: 116px;
    background-image: url("https://static.tacdn.com/img2/map_spr/map_spr_none.png");
    background-position: center;
    text-align: center; }
    #filter .map-location .btn-vew-map {
      border-color: #e5e5e5 #b7b7b7 #b7b7b7 #e5e5e5;
      background-color: #fff;
      box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.05);
      color: #33afe4; }
      #filter .map-location .btn-vew-map:hover {
        border-color: #33afe4; }
  #filter .filter-list {
    padding-bottom: 5px;
    margin: 0; }
    #filter .filter-list li {
      margin: 5px 0; }
      #filter .filter-list li label {
        color: #524c61;
        padding: 0;
        font-size: 12px;
        font-weight: 500;
        line-height: 20px; }
        #filter .filter-list li label > i {
          padding: 0 17px 0 7px; }
        #filter .filter-list li label > div {
          margin-right: 10px; }
        #filter .filter-list li label > span {
          vertical-align: middle; }
    #filter .filter-list .filter-sub {
      font-weight: normal;
      font-size: 12px; }
    #filter .filter-list:last-child {
      border-bottom: none; }
  #filter .filter-list-star li label .icon-star {
    color: #00af97; }
  #filter .filter-list-star li .count-star {
    vertical-align: middle;
    font-size: 14px; }
  #filter .filter-list-star li .text-star {
    font-size: 12px;
    font-weight: normal;
    padding-left: 5px; }

.btn-book-location .item-btn-book {
  margin-top: 5px;
  margin-bottom: 10px;
  background: #FFD200;
  color: #333;
  padding: 7px 40px; }

.item-link-location {
  color: #33afe4; }

.btn-location {
  padding: 4px 6px !important; }

.price-per-person img {
  height: 30px;
  margin-bottom: 5px; }

.price-per-person .text-price-person {
  font-size: 16px;
  color: #eb6502;
  font-weight: 600; }

.price-per-person .text-unit-person {
  color: #999999;
  font-size: 14px; }

.item-text-location {
  white-space: pre-line;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
  font-size: 14px;
  line-height: 1.8;
  font-family: sans-serif !important; }

.listing-title {
  font-size: 28px;
  margin-bottom: 15px;
  margin-top: 5px;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .listing-title {
      font-size: 16px;
      margin: 0; } }

.package-search-list .media {
  background: #fff;
  position: relative; }
  @media only screen and (min-width: 320px) {
    .package-search-list .media {
      padding: 0; } }
  @media only screen and (min-width: 480px) {
    .package-search-list .media {
      padding: 15px; } }
  .package-search-list .media:hover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
  .package-search-list .media .combo-title {
    padding-bottom: 10px;
    border-bottom: 2px solid #F3F2F5; }
  @media only screen and (min-width: 320px) {
    .package-search-list .media .media-left {
      display: block;
      margin-bottom: 10px;
      padding-right: 0; }
      .package-search-list .media .media-left a {
        width: 100%; } }
  @media only screen and (min-width: 480px) {
    .package-search-list .media .media-left {
      display: table-cell;
      margin-bottom: 0px;
      padding-right: 10px; }
      .package-search-list .media .media-left a {
        width: 180px;
        height: 110px; } }
  .package-search-list .media .media-left a {
    display: block;
    margin-right: 10px;
    position: relative; }
    .package-search-list .media .media-left a img {
      height: auto;
      width: 100%;
      border-radius: 0; }
    @media only screen and (min-width: 480px) {
      .package-search-list .media .media-left a {
        width: 180px;
        height: auto; } }
    @media only screen and (min-width: 768px) {
      .package-search-list .media .media-left a {
        width: 262px; } }
  @media only screen and (min-width: 320px) {
    .package-search-list .media .media-body {
      padding: 15px;
      padding-top: 0; } }
  @media only screen and (min-width: 480px) {
    .package-search-list .media .media-body {
      padding: 0; } }
  .package-search-list .media .media-body h3 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600; }
    .package-search-list .media .media-body h3 a {
      color: #333; }
      .package-search-list .media .media-body h3 a:hover {
        color: #FFD200; }
  .package-search-list .media .media-body .hotel-name {
    font-weight: normal; }
  .package-search-list .media .media-body .hotel-rating .icon-star {
    color: #ffaa00; }
  .package-search-list .media .media-body .hotel-rating .text-star {
    font-size: 12px;
    font-weight: normal;
    padding-left: 5px; }
  .package-search-list .media .media-body .view-review {
    color: #33B1E6;
    text-decoration: underline; }
  .package-search-list .media .media-body .review {
    padding-left: 20px; }
  .package-search-list .media .media-body .review-normal .text-review {
    color: #00BD68; }
  .package-search-list .media .media-body .review-normal .score-review {
    width: 30px;
    line-height: 30px;
    color: white;
    border-radius: 50% 50%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    background: #00BD68; }
  .package-search-list .media .media-body .location .fa-map-marker {
    color: #33B1E6;
    margin-right: 5px; }
  .package-search-list .media .media-body .location .view-map {
    color: #33B1E6;
    font-size: 12px;
    text-decoration: underline; }
  .package-search-list .media .media-body .hotel-picture,
  .package-search-list .media .media-body .hotel-facilities {
    display: inline-block;
    color: #333333;
    margin-right: 15px; }
    .package-search-list .media .media-body .hotel-picture .icon,
    .package-search-list .media .media-body .hotel-facilities .icon {
      color: #1A3863;
      margin-right: 5px; }
    .package-search-list .media .media-body .hotel-picture:hover,
    .package-search-list .media .media-body .hotel-facilities:hover {
      text-decoration: underline; }
  .package-search-list .media .media-body .facilities-hot {
    background-color: #f3f2f5;
    color: #817b8f;
    border-radius: 6px;
    padding: 5px 10px; }
    .package-search-list .media .media-body .facilities-hot span {
      padding-right: 5px; }
  .package-search-list .media .media-body .tag-item {
    background-color: #F3F2F5;
    color: #817b8f;
    border-radius: 10px;
    padding: 5px 10px; }
  .package-search-list .media .ticket-result {
    border-top: 2px solid #F3F2F5;
    margin-top: 20px; }
    .package-search-list .media .ticket-result .plane-logo {
      text-align: center; }
      .package-search-list .media .ticket-result .plane-logo img {
        max-width: 60px;
        height: auto; }
    .package-search-list .media .ticket-result .plane-title {
      color: #b2aebd;
      font-size: 12px; }
    .package-search-list .media .ticket-result .plane-time {
      text-align: center;
      margin: 0; }
      .package-search-list .media .ticket-result .plane-time .time {
        font-size: 25px;
        line-height: 20px;
        color: #33afe4; }
    .package-search-list .media .ticket-result .stops {
      position: relative;
      text-align: center;
      margin: 10px 0; }
      .package-search-list .media .ticket-result .stops .stop-line {
        background-color: #817b8f;
        height: 2px;
        display: inline-block;
        width: 100%;
        position: relative;
        margin: 5px 0; }
        .package-search-list .media .ticket-result .stops .stop-line .icon-plane {
          position: absolute;
          right: -27px;
          top: -10px;
          font-size: 20px; }
      .package-search-list .media .ticket-result .stops .leg-stops {
        color: #33afe4; }
      .package-search-list .media .ticket-result .stops .duration,
      .package-search-list .media .ticket-result .stops .leg-stops {
        font-size: 12px; }
    .package-search-list .media .ticket-result .plane-item {
      margin: 15px 0; }

.package-search-list .box-price {
  background: #2178B5;
  padding: 50px 15px;
  color: #fff;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  margin: 50px 0; }
  .package-search-list .box-price p {
    margin: 0;
    line-height: 25px; }
  .package-search-list .box-price .old-price {
    text-decoration: line-through; }
  .package-search-list .box-price .new-price {
    font-size: 22px;
    color: #fefb00;
    font-weight: bold; }
  .package-search-list .box-price .service-combo li {
    margin: 5px 0; }
  .package-search-list .box-price .btn-book-now {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); }
  .package-search-list .box-price .sale-off {
    border: 2px solid #fff;
    line-height: 50px;
    position: absolute;
    top: -30px;
    left: 37%;
    border-radius: 50% 50%; }
    .package-search-list .box-price .sale-off .box-sale-off {
      width: 50px;
      line-height: 50px;
      color: #fff;
      text-align: center;
      vertical-align: middle;
      display: inline-block;
      background: #fd5814;
      font-size: 14px;
      font-weight: bold;
      border-radius: 50% 50%; }

.sort-bar {
  padding-left: 5px; }
  .sort-bar .nav-sort {
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    float: none; }
    .sort-bar .nav-sort li.header a {
      font-weight: bold;
      cursor: default;
      padding-left: 0; }
    .sort-bar .nav-sort li a {
      color: #333; }
      .sort-bar .nav-sort li a:hover {
        background-color: transparent;
        color: #33afe4; }
      .sort-bar .nav-sort li a:focus {
        background-color: transparent; }
      .sort-bar .nav-sort li a i {
        color: #B7B7B7;
        font-weight: normal; }
    .sort-bar .nav-sort li a.active {
      font-weight: bold;
      color: #33afe4; }

.global-nav-links {
  border-bottom: 1px solid #e5e5e5; }
  .global-nav-links .navbar-nav .open a {
    background-color: #ffffff; }
  .global-nav-links .navbar-nav .active {
    background-color: transparent;
    font-weight: 500; }
    .global-nav-links .navbar-nav .active a {
      color: #33afe4 !important; }
  .global-nav-links .navbar-nav li {
    display: inline-block; }
    .global-nav-links .navbar-nav li .global-nav-link {
      color: #333;
      padding: 10px 10px 7px;
      font-size: 12px;
      line-height: 15px; }
    .global-nav-links .navbar-nav li .global-nav-link-detail {
      padding: 12px; }
    .global-nav-links .navbar-nav li:hover .global-nav-link {
      background-color: transparent;
      color: #33afe4; }
    @media only screen and (min-width: 768px) {
      .global-nav-links .navbar-nav li:first-child .global-nav-link {
        padding-left: 0; } }
  .global-nav-links #dropdownFneAbout:hover .dropdown-menu {
    display: block; }
  .global-nav-links .dropdown-menu {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
    border: none;
    line-height: 40px;
    width: 250px; }
  .global-nav-links .dropdown-menu > li > a:hover, .global-nav-links .dropdown-menu > li > a:focus {
    color: #008CA8;
    background-color: #ffffff; }
  .global-nav-links .nav > li > a:hover, .global-nav-links .nav > li > a:focus {
    background-color: transparent; }

.select2-container--default .select2-selection--single {
  height: 40px !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
  font-size: 16px !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px !important; }

.listing-location {
  bottom: 8px; }
  .listing-location .select2-selection--single {
    border: none;
    border-radius: 0; }
  .listing-location .listing-location-search {
    border-bottom: 1px dotted #999999;
    padding-bottom: 4px; }
    .listing-location .listing-location-search:hover {
      border-bottom: 1px solid #33afe4;
      background-color: #e5e5e5; }
  .listing-location .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px !important;
    line-height: 25px !important; }
  .listing-location .select2-selection__arrow {
    display: none; }
    .listing-location .select2-selection__arrow b {
      border-color: #333333 transparent transparent transparent !important; }
  .listing-location .icon-caret {
    font-size: 14px;
    padding-left: 5px; }
  .listing-location .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: center !important; }

.package-list {
  padding-left: 0;
  margin-top: 0; }
  .package-list .package-item .media-star {
    line-height: 24px;
    font-size: 18px; }
  .package-list .package-item .media-heading {
    margin-bottom: 0 !important; }
    .package-list .package-item .media-heading:hover {
      color: #33afe4; }
  .package-list .package-item .media-hotel-address {
    color: #666666;
    font-size: 13px; }
  .package-list .package-item:last-child {
    border-bottom: none; }

.flash {
  animation-duration: 9s;
  animation-delay: 1s;
  animation-iteration-count: 6;
  animation-direction: reverse;
  -webkit-animation-duration: 9s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: 6;
  -webkit-animation-direction: reverse;
  -moz-animation-duration: 9s;
  -moz-animation-delay: 1s;
  -moz-animation-iteration-count: 6;
  -moz-animation-direction: reverse; }

.hotel-list-container {
  list-style: none;
  padding: 0; }
  .hotel-list-container .ssr-search-result {
    position: relative; }
  .hotel-list-container li {
    border-bottom: none; }
    .hotel-list-container li .ssr-search-result-item {
      position: relative;
      display: block;
      min-height: 220px;
      color: #000;
      padding-bottom: 10px; }
      .hotel-list-container li .ssr-search-result-item:hover .hotel-item-box {
        box-shadow: 2px 4px 6px 1px rgba(0, 0, 0, 0.2); }
      .hotel-list-container li .ssr-search-result-item:hover .discount-ribbon {
        box-shadow: -1px 3px 9px 1px rgba(0, 0, 0, 0.2); }
      .hotel-list-container li .ssr-search-result-item:hover .soft-orange {
        text-decoration: underline; }
      .hotel-list-container li .ssr-search-result-item:hover .soft-default {
        text-decoration: underline; }
      .hotel-list-container li .ssr-search-result-item:hover .hotel-img {
        transform: scale(1.1); }
      .hotel-list-container li .ssr-search-result-item .hotel-item-box {
        background-color: #ffffff;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        min-height: 250px;
        transition: box-shadow .2s ease-in-out;
        padding: 0 150px 0 290px;
        display: block;
        width: 100%;
        position: relative; }
        .hotel-list-container li .ssr-search-result-item .hotel-item-box .media-box {
          position: absolute;
          left: 0; }
          .hotel-list-container li .ssr-search-result-item .hotel-item-box .media-box .ssr-media {
            position: relative;
            overflow: hidden;
            width: 290px;
            height: 250px; }
            .hotel-list-container li .ssr-search-result-item .hotel-item-box .media-box .ssr-media .hotel-img {
              background-position: center center;
              background-color: #d6d6d6;
              width: 290px;
              height: 250px;
              object-fit: cover;
              object-position: center center;
              transition: transform .5s ease-in-out; }
        .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container {
          padding: 0 8px 8px;
          width: 150px;
          background-color: #fff;
          position: absolute;
          right: 0;
          height: 100%;
          min-height: 200px;
          /*
                    .hotel-review-container{
                      top: 0;

                      .property-review-container{
                        padding-top: 3px;
                        text-align: right;
                        padding-right: 1px;
                        color: #0283DF;
                      }

                      .review-item{
                        padding: 0 2px;
                      }

                      .review-score-container{
                        font-size: 16px;
                        font-weight: 700;
                      }

                      .review-score-label{
                        padding-right: 3px;
                        display: inline;
                        position: initial;
                        top: initial;
                        left: initial;
                        width: initial;
                        text-align: initial;
                        color: inherit;
                        font-size: inherit;
                        font-weight: inherit;
                      }

                      .review-score{
                        font-size: 25px;
                      }

                      .review-count-container{
                        font-size: 12px;
                        span{
                          padding-right: 3px;
                        }
                      }

                    }
                    */ }
          .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .hotel-review-container {
            top: 0; }
            .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .hotel-review-container .ReviewSection {
              padding-top: 8px;
              text-align: right; }
              .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .hotel-review-container .ReviewSection .ReviewSection-item {
                display: inline-block;
                vertical-align: top;
                text-align: right;
                max-width: 100px; }
                .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .hotel-review-container .ReviewSection .ReviewSection-item .ReviewSection-scoreText {
                  color: #003580;
                  font-weight: normal;
                  display: block;
                  line-height: 1.2;
                  font-size: 18px;
                  padding-top: 2px; }
                .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .hotel-review-container .ReviewSection .ReviewSection-item .ReviewSection-count {
                  font-size: 12px;
                  color: #777; }
                .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .hotel-review-container .ReviewSection .ReviewSection-item .ReviewScore span {
                  background: #003580;
                  color: #fff;
                  text-shadow: none;
                  display: inline-block;
                  text-align: center;
                  font-weight: normal;
                  box-shadow: none;
                  padding: 0;
                  margin: 0;
                  border: 0;
                  vertical-align: baseline;
                  box-sizing: border-box;
                  position: relative;
                  line-height: 2;
                  text-decoration: none;
                  font-size: 20px;
                  border-radius: 8px 8px 8px 0;
                  width: 40px;
                  margin-left: 4px; }
                .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .hotel-review-container .ReviewSection .ReviewSection-item .ReviewSection-score {
                  margin-left: 5px; }
          .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .hotel-price-container {
            position: absolute;
            top: 60px;
            right: -4px;
            text-align: right; }
          .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .bg-red {
            background-color: #EE595D; }
          .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .discount-ribbon {
            background-color: #ee595d;
            border-color: #b51000;
            position: relative;
            color: #fff;
            border-radius: 2px;
            float: right;
            text-align: center;
            line-height: 1;
            padding: 5px 20px;
            margin: 0;
            right: -10px;
            font-size: 15px; }
            .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .discount-ribbon:before {
              position: absolute;
              z-index: -1;
              bottom: -13px;
              right: 0;
              content: "";
              border-width: 7px;
              border-style: solid;
              border-top-color: inherit;
              border-right-color: transparent;
              border-bottom-color: transparent;
              border-left-color: inherit; }
            .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .discount-ribbon .off-text {
              font-size: 13px; }
            .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .discount-ribbon .price-text {
              font-size: 16px; }
          .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .room-rate {
            clear: both;
            padding: 5px 13px 0 5px; }
          .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .rpn-container {
            display: block;
            color: #A0A0A0;
            font-size: 12px;
            margin-top: 10px;
            margin-bottom: 10px; }
            .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .rpn-container .fa-info-circle {
              font-size: 16px; }
          .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .cor-container {
            color: #646464; }
            .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .cor-container .price {
              font-size: 22px; }
            .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .cor-container .dark-gray1 {
              font-size: 18px; }
          .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .price-container {
            display: block; }
            .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .price-container .soft-orange {
              color: #ee595d; }
            .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .price-container .soft-default {
              color: #646464; }
            .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .price-container .price {
              font-size: 22px; }
            .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .price-container .dark-gray2 {
              color: #A0A0A0;
              font-weight: 500; }
          .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .promo-urgency-container {
            display: block;
            float: left;
            clear: both;
            width: 100%;
            padding-right: 13px; }
            .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .promo-urgency-container .promotion-description.red {
              font-weight: 700; }
            .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .promo-urgency-container .promotion-description {
              font-size: 10px;
              float: right;
              font-style: normal; }
        .hotel-list-container li .ssr-search-result-item .hotel-item-box .text-change-lane {
          position: absolute;
          bottom: 15px;
          font-style: italic;
          font-size: 12px; }
        .hotel-list-container li .ssr-search-result-item .hotel-item-box .urgency-messaging-container {
          position: absolute;
          bottom: 15px;
          font-style: italic;
          font-size: 12px; }
          .hotel-list-container li .ssr-search-result-item .hotel-item-box .urgency-messaging-container .people-looking {
            color: #ee595d; }
        .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-info {
          z-index: 1;
          padding: 15px;
          position: relative;
          min-height: 250px; }
          .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-info .property-info-container {
            min-height: 70px;
            font-size: 13px; }
            .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-info .property-info-container li:first-child {
              /*margin-bottom: 15px;*/ }
          .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-info .hotel-name {
            zoom: 1;
            font-size: 18px;
            display: inline;
            margin: 0;
            padding: 0;
            color: #3C3C3C;
            text-decoration: none; }
            .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-info .hotel-name:hover {
              color: #33afe4; }
          .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-info .star-rating {
            font-size: 17px;
            line-height: 20px; }
          .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-info .areacity-name {
            font-size: 12px;
            color: #0283DF;
            font-weight: 700; }
          .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-info .freebies-container {
            position: relative;
            height: 19px;
            overflow: hidden;
            padding-right: 0;
            color: #63C355;
            font-weight: 700;
            font-size: 11px;
            display: inline-block;
            zoom: 1;
            background-color: #fff;
            box-shadow: 1px 1px 10px 1px #ededed; }
            .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-info .freebies-container:first-child {
              margin-right: 3px;
              padding-left: 8px;
              border-bottom-left-radius: 2px;
              border-top-left-radius: 2px;
              background-color: #63C355;
              color: #fff;
              position: relative;
              border-left: none; }
            .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-info .freebies-container .freebies-eol.show-eol {
              position: relative;
              font-size: 1.1rem;
              display: inline-block; }
          .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-info .pill-container.hasTeaser {
            padding-right: 0; }
            .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-info .pill-container.hasTeaser:first-child {
              background-color: #f57c00; }
          .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-info .payment-promotion-container {
            position: relative; }
            .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-info .payment-promotion-container .promotion-badge-container {
              margin: 6px 0;
              min-height: 26px; }
              .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-info .payment-promotion-container .promotion-badge-container .pointsmax-badge {
                color: #6A4BA7; }
              .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-info .payment-promotion-container .promotion-badge-container .pricing-badges {
                display: inline-block;
                zoom: 1;
                margin-right: 5px; }
              .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-info .payment-promotion-container .promotion-badge-container .pricing-badges-circle-border {
                border-width: 1px;
                border-style: solid;
                border-radius: 100px;
                padding: 3px; }
              .hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-info .payment-promotion-container .promotion-badge-container .pricing-badges-text {
                display: inline;
                font-size: 11px;
                font-weight: 300;
                vertical-align: middle;
                word-break: break-word; }

.hotel-container-mobile {
  font-family: 'Open Sans',mallory,'Helvetica Neue',Helvetica,Arial,sans-serif;
  margin-bottom: 10px;
  margin-top: 5px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  margin-right: 0;
  margin-left: 0; }
  .hotel-container-mobile .hotel-image-mobile {
    height: 300px;
    position: relative; }
    .hotel-container-mobile .hotel-image-mobile .pomotion-mobile {
      position: absolute;
      padding: 3px 5px;
      font-size: 12px;
      line-height: 14px;
      text-align: center;
      z-index: 1;
      top: 10px;
      right: auto;
      bottom: auto;
      left: -10px;
      max-width: 100%;
      border-radius: 0 3px 3px 0;
      box-sizing: border-box;
      box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
      background-color: #ff6500;
      border-color: #b51000;
      color: #fff;
      -webkit-font-smoothing: antialiased; }
      .hotel-container-mobile .hotel-image-mobile .pomotion-mobile .price-promotion {
        font-size: 15px; }
      .hotel-container-mobile .hotel-image-mobile .pomotion-mobile:before {
        position: absolute;
        z-index: -1;
        bottom: -10px;
        left: 0;
        content: "";
        border-width: 5px;
        border-style: solid;
        border-top-color: inherit;
        border-right-color: inherit;
        border-bottom-color: transparent;
        border-left-color: transparent; }
    .hotel-container-mobile .hotel-image-mobile img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center center; }
  .hotel-container-mobile .hotel-info-mobile .hotel-name-mobile h3 {
    display: inline;
    font-size: 18px;
    color: #33afe4; }
  .hotel-container-mobile .hotel-info-mobile .hotel-name-mobile span {
    font-size: 16px; }
  .hotel-container-mobile .hotel-info-mobile ul {
    margin-top: 15px; }
    .hotel-container-mobile .hotel-info-mobile ul li .list-text {
      color: #666; }
  .hotel-container-mobile .hotel-info-mobile .price-mobile .price-old {
    color: #646464;
    font-size: 15px; }
  .hotel-container-mobile .hotel-info-mobile .price-mobile .price-new {
    color: #ff6500;
    font-size: 24px; }
  .hotel-container-mobile .hotel-info-mobile .price-mobile .person-price {
    color: #646464; }

.price-smallest {
  padding: 0 3px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #63C355;
  color: #fff;
  position: relative;
  border-left: none;
  font-size: 13px; }
  .price-smallest:after {
    width: 0;
    height: 0;
    border-top: 15px solid #63C355;
    border-right: 6px solid transparent;
    content: "";
    position: absolute;
    right: -6px;
    top: 0; }

#listing_search_other {
  border: none;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

.listing_find_location_other {
  position: static !important; }
  .listing_find_location_other .tt-dataset {
    padding: 0;
    border-radius: 0; }
    .listing_find_location_other .tt-dataset .tt-suggestion {
      padding: 0 15px; }
      .listing_find_location_other .tt-dataset .tt-suggestion:hover {
        cursor: pointer; }
    .listing_find_location_other .tt-dataset:after {
      display: none; }

.form_search_listing {
  margin: 0;
  padding: 0; }

@media only screen and (max-width: 767px) {
  #from_location {
    text-align: center; } }

.listing-location-copy-write {
  font-size: 13px;
  margin: 0 auto;
  margin-top: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 19px;
  border-radius: 3px;
  font-weight: normal;
  display: block;
  color: #ffffff;
  max-width: 700px; }
  @media only screen and (min-width: 768px) {
    .listing-location-copy-write {
      font-size: 16px; } }
  .listing-location-copy-write ul {
    margin: 0; }
  .listing-location-copy-write p {
    margin-bottom: 5px; }

.text-underline {
  text-decoration: underline; }

.icon-orange {
  color: #ff6500; }

.suggestions-block {
  border-radius: 3px;
  margin: 0 auto;
  max-width: 700px;
  overflow: hidden;
  padding: 5px 15px;
  clear: both; }
  .suggestions-block .suggestion-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    color: #ff6500; }
  .suggestions-block .suggestion-sub-title {
    text-align: center; }
  .suggestions-block .suggestion-box {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 10px;
    width: 100%;
    text-align: left;
    border: 1px dotted #ffd200;
    line-height: 16px; }
    .suggestions-block .suggestion-box:hover {
      border: 1px solid #ffd200; }
    .suggestions-block .suggestion-box .box-price .price {
      color: #ffd200;
      font-size: 16px;
      font-weight: 600; }
  .suggestions-block .suggestion-price {
    font-size: 22px;
    font-weight: 500;
    color: #ffd200; }

.icon-yellow {
  color: #ffd200; }

.bsw_nf_loading_ {
  width: 100%;
  min-height: 202px;
  background: #FFF;
  margin: 0 auto;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  clear: both;
  box-sizing: border-box; }
  .bsw_nf_loading_ .loading_effect_nf_bsw {
    height: 250px;
    position: relative;
    overflow: hidden; }
    .bsw_nf_loading_ .loading_effect_nf_bsw .bsw_nf_loading {
      position: absolute;
      display: block;
      animation-duration: 2s;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
      animation-name: loadingAnimation;
      animation-timing-function: linear;
      background: linear-gradient(90deg, #f9f9f9 50%, #f6f6f6 50%);
      background-size: 200%; }
    .bsw_nf_loading_ .loading_effect_nf_bsw .load-1 {
      height: 100%;
      width: 34%;
      top: 0; }
    .bsw_nf_loading_ .loading_effect_nf_bsw .load-2 {
      width: 395px;
      height: 20px;
      top: 15px;
      left: 300px; }
    .bsw_nf_loading_ .loading_effect_nf_bsw .load-3 {
      width: 395px;
      height: 12px;
      top: 40px;
      left: 300px; }
    .bsw_nf_loading_ .loading_effect_nf_bsw .load-4 {
      width: 350px;
      height: 12px;
      top: 70px;
      left: 300px; }
    .bsw_nf_loading_ .loading_effect_nf_bsw .load-5 {
      width: 280px;
      height: 12px;
      top: 90px;
      left: 300px; }
    .bsw_nf_loading_ .loading_effect_nf_bsw .load-6 {
      width: 300px;
      height: 12px;
      top: 110px;
      left: 300px; }
    .bsw_nf_loading_ .loading_effect_nf_bsw .load-7 {
      width: 300px;
      height: 12px;
      top: 130px;
      left: 300px; }
    .bsw_nf_loading_ .loading_effect_nf_bsw .load-8 {
      width: 400px;
      height: 12px;
      top: 150px;
      left: 300px;
      display: none; }
    .bsw_nf_loading_ .loading_effect_nf_bsw .load-9 {
      width: 350px;
      height: 12px;
      top: 170px;
      left: 300px;
      display: none; }
    .bsw_nf_loading_ .loading_effect_nf_bsw .load-10 {
      width: 250px;
      height: 12px;
      top: 190px;
      left: 300px;
      display: none; }
    .bsw_nf_loading_ .loading_effect_nf_bsw .load-11 {
      height: 20px;
      width: 140px;
      right: 0;
      top: 15px; }
    .bsw_nf_loading_ .loading_effect_nf_bsw .load-12 {
      height: 30px;
      width: 140px;
      right: 0;
      top: 40px; }
    .bsw_nf_loading_ .loading_effect_nf_bsw .load-13 {
      height: 15px;
      width: 90px;
      right: 0;
      top: 74px; }
    .bsw_nf_loading_ .loading_effect_nf_bsw .load-14 {
      height: 15px;
      width: 140px;
      right: 0;
      bottom: 22px; }

@keyframes loadingAnimation {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: -100% 0; } }

.listing-error .listing-message {
  margin-bottom: 20px; }

.listing-error .btn-continue {
  font-size: 14px;
  color: #33afe4;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 9px 16px 8px;
  font-family: inherit;
  border-radius: 3px;
  background-clip: padding-box;
  box-sizing: border-box;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  border: 1px solid #b7b7b7; }
  .listing-error .btn-continue:hover {
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.05);
    color: #33afe4;
    border: 1px solid #33afe4; }

.listing-error .btn-go-home {
  font-size: 14px;
  color: #027be3;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 9px 16px 8px;
  font-family: inherit;
  border-radius: 3px;
  background-clip: padding-box;
  box-sizing: border-box;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  border: 1px solid #b7b7b7; }
  .listing-error .btn-go-home:hover {
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.05);
    color: #027be3;
    border: 1px solid #027be3; }

#modal-google-map {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }
  #modal-google-map .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0; }
  #modal-google-map .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    box-shadow: none; }
  #modal-google-map .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border: 0;
    background-color: #ffffff; }
    #modal-google-map .modal-header button {
      width: auto;
      height: auto;
      display: block;
      padding: 4px 8px 4px 12px;
      background: #fff;
      color: #464646;
      border-radius: 2px;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
      top: 10px;
      right: 10px; }
      #modal-google-map .modal-header button span {
        font-size: 15px;
        line-height: 15px;
        font-weight: 400; }
    #modal-google-map .modal-header .close {
      opacity: 0.6; }
      #modal-google-map .modal-header .close:hover {
        opacity: 0.8; }
  #modal-google-map .modal-body {
    position: absolute;
    top: 50px;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    overflow: auto;
    padding: 0; }
  #modal-google-map .map_content {
    width: 250px; }
    #modal-google-map .map_content .hotel_img img {
      width: 250px;
      height: 200px;
      object-fit: cover;
      object-position: center center; }
    #modal-google-map .map_content .hotel_name {
      font-size: 20px;
      font-weight: 500;
      margin: 10px 0; }
    #modal-google-map .map_content .hotel_star {
      font-size: 16px;
      margin-bottom: 5px; }
    #modal-google-map .map_content .hotel_address {
      color: #7c7c7c;
      font-size: 12px;
      margin: 5px 0; }
    #modal-google-map .map_content .hotel_review {
      float: left;
      width: 50%; }
      #modal-google-map .map_content .hotel_review .review {
        font-weight: 500;
        margin: 3px 0; }
      #modal-google-map .map_content .hotel_review .number {
        color: #7c7c7c;
        font-size: 12px; }
    #modal-google-map .map_content .hotel_view {
      float: left;
      width: 50%;
      text-align: right; }

#listing-load-filter {
  width: 100%;
  background: #FFF;
  margin: 0 auto;
  box-sizing: border-box; }
  #listing-load-filter .listing-load-effect {
    position: relative;
    overflow: hidden; }
    #listing-load-filter .listing-load-effect .load-filter {
      display: block;
      animation-duration: 2s;
      animation-fill-mode: forwards;
      animation-iteration-count: infinite;
      animation-name: loadingAnimationFilter;
      animation-timing-function: linear;
      background: linear-gradient(90deg, #f6f7f8 50%, #edeef1 50%);
      background-size: 200%; }
    #listing-load-filter .listing-load-effect .load-filter-1 {
      height: 116px;
      width: 100%;
      top: 0; }
    #listing-load-filter .listing-load-effect .load-filter-2 {
      height: 18px;
      width: 70%;
      margin: 15px 0; }
    #listing-load-filter .listing-load-effect .load-filter-3 {
      height: 12px;
      width: 60%;
      margin: 10px 0; }
    #listing-load-filter .listing-load-effect .load-filter-4 {
      height: 12px;
      width: 70%;
      margin: 10px 0; }
    #listing-load-filter .listing-load-effect .load-filter-5 {
      height: 12px;
      width: 70%;
      margin: 10px 0; }
    #listing-load-filter .listing-load-effect .load-filter-6 {
      height: 12px;
      width: 75%;
      margin: 10px 0; }
    #listing-load-filter .listing-load-effect .load-filter-7 {
      height: 12px;
      width: 65%;
      margin: 10px 0; }

.listing_deal_search .input-location-search .box_icon {
  position: absolute;
  z-index: 1000;
  top: 13px;
  left: 8px; }

.listing_deal_search #from_location_deal, .listing_deal_search #to_location_deal {
  padding-left: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  border-radius: 2px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: inset 0 7px 12px -7px #e5e5e5;
  background-color: white;
  text-align: left;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap; }

.listing_deal_search .deal-from-location-menu, .listing_deal_search .deal-to-location-menu {
  top: 50px !important;
  left: 0 !important; }

.package-fne-list .media-left {
  display: table-cell;
  margin-bottom: 0;
  padding-right: 10px; }
  .package-fne-list .media-left a {
    width: 262px; }

.searchBar {
  width: 100%;
  height: 50px;
  font-size: 15px; }
  .searchBar .search-input .a {
    float: left;
    width: 20%;
    position: relative; }
    .searchBar .search-input .a i {
      position: absolute;
      top: 17px;
      color: #64c1e0;
      left: 10px; }
    .searchBar .search-input .a select {
      width: 100%;
      font-size: 15px;
      border: none;
      border-right: 1px solid #e0e0e0;
      background: #ffffff;
      padding-left: 30px;
      height: 50px;
      box-shadow: none;
      -webkit-appearance: none;
      border-radius: 0; }
    .searchBar .search-input .a .style-angle-down {
      top: 14px;
      right: 10px !important;
      left: unset;
      position: absolute;
      color: #666;
      font-size: 20px; }
  .searchBar .search-input .b {
    float: left;
    width: 50%; }
    .searchBar .search-input .b i {
      position: absolute;
      top: 17px;
      color: #64c1e0;
      left: 10px; }
    .searchBar .search-input .b input {
      border: none;
      border-radius: unset;
      padding-left: 30px;
      height: 50px;
      font-size: 16px; }
  .searchBar .search-input .btn-search-offline {
    height: 50px;
    width: 30%; }
    .searchBar .search-input .btn-search-offline button {
      height: 100%;
      width: 100%;
      position: relative;
      overflow: hidden;
      border-radius: 0;
      background-color: #FFD200;
      font-size: 20px;
      color: #000;
      border: none;
      cursor: pointer;
      padding: 10px 40px; }

@media (min-width: 320px) and (max-width: 767px) {
  .image-name-hotel {
    margin-bottom: 0 !important; } }

@media (min-width: 320px) and (max-width: 767px) {
  .hotel-star-image {
    width: 100%;
    float: left; } }

@media (min-width: 320px) and (max-width: 767px) {
  .item-map-gg {
    padding: 0; }
    .item-map-gg .image-map-gg:last-child {
      margin-bottom: 0 !important; } }

@media (min-width: 320px) and (max-width: 767px) {
  .text-map {
    padding: 10px 0; } }

.section-filter {
  margin-bottom: 15px; }

.map-gg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  overflow: auto; }

.destination-hot {
  background: #fff;
  padding: 15px;
  margin-bottom: 10px; }
  .destination-hot .flat-filter-list {
    width: 100%; }
    .destination-hot .flat-filter-list .select-city-end {
      width: 100% !important;
      padding: 0 10px;
      margin-top: 5px; }
      .destination-hot .flat-filter-list .select-city-end i {
        color: #64c1e0; }
      .destination-hot .flat-filter-list .select-city-end a {
        color: #666 !important; }
        .destination-hot .flat-filter-list .select-city-end a:hover {
          color: #33afe4 !important; }
      .destination-hot .flat-filter-list .select-city-end .active {
        font-weight: bold;
        color: #33afe4 !important;
        font-size: 14px; }
  .destination-hot ol {
    padding: 0;
    list-style: none;
    margin: 0; }

.header-sort-section {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  padding: 0 10px;
  border: 1px solid #ddd;
  box-shadow: 0 0 30px #ddd; }
  .header-sort-section .header-sort-section-left-col {
    display: table-cell;
    vertical-align: middle; }
  .header-sort-section .flat-filter-container {
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden; }
  .header-sort-section .flat-filter-list {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .header-sort-section .flat-filter-item {
    cursor: pointer;
    list-style: none;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 5px;
    text-decoration: none; }
    .header-sort-section .flat-filter-item a {
      color: #666 !important;
      padding: 10px 40px; }
      .header-sort-section .flat-filter-item a:hover, .header-sort-section .flat-filter-item a:active, .header-sort-section .flat-filter-item a:focus {
        color: #33afe4 !important; }
    .header-sort-section .flat-filter-item a.active {
      background-color: #488bf8;
      color: #fff !important;
      padding: 10px 40px; }
  .header-sort-section .flat-filter-item-label {
    padding: 0;
    border: none;
    font-weight: 600; }
    .header-sort-section .flat-filter-item-label:hover, .header-sort-section .flat-filter-item-label:active, .header-sort-section .flat-filter-item-label:focus {
      color: #666666; }
  .header-sort-section .flat-filter-label {
    color: #666;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 2px 0 0;
    display: inline-block;
    min-width: 120px; }
  .header-sort-section:after {
    clear: both; }

.header-sort-section-last {
  margin-bottom: 10px; }

.dropdown-filter .dropdown-button {
  margin-right: 5px;
  padding: 3px 10px 1px 10px;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-weight: normal; }
  .dropdown-filter .dropdown-button:hover {
    color: #33afe4;
    border: 1px solid #33afe4; }

.dropdown-filter li a {
  cursor: pointer; }
  .dropdown-filter li a:hover, .dropdown-filter li a:active, .dropdown-filter li a:focus {
    background: #33afe4; }

.dropdown-filter li a.active {
  background: #33afe4;
  color: #ffffff; }

.radio-select-price-order, .radio-select-city-end {
  margin-bottom: 0; }
  .radio-select-price-order span, .radio-select-price-order a, .radio-select-city-end span, .radio-select-city-end a {
    margin-right: 5px;
    padding: 3px 10px 1px 10px;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal; }
    .radio-select-price-order span:before, .radio-select-price-order a:before, .radio-select-city-end span:before, .radio-select-city-end a:before {
      margin-top: -11px;
      margin-right: 5px;
      text-align: center;
      visibility: hidden; }
  .radio-select-price-order a:hover, .radio-select-city-end a:hover {
    color: #33afe4; }
  .radio-select-price-order input, .radio-select-city-end input {
    position: absolute;
    top: -20px;
    visibility: hidden; }
  .radio-select-price-order input:hover + span, .radio-select-city-end input:hover + span {
    color: #33afe4;
    border: 1px solid #33afe4; }
  .radio-select-price-order input:checked + span, .radio-select-city-end input:checked + span {
    background-color: #488bf8;
    color: #fff; }
    .radio-select-price-order input:checked + span:before, .radio-select-city-end input:checked + span:before {
      visibility: visible; }
  .radio-select-price-order input:checked:hover + span, .radio-select-city-end input:checked:hover + span {
    background-color: #488bf8;
    color: #fff; }

.loading-slide .loading-card {
  position: relative;
  min-height: 330px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  cursor: pointer;
  margin-bottom: 30px;
  border-radius: 3px; }

.loading-slide .loading-offline {
  display: block;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: loadingAnimationListing;
  animation-timing-function: linear;
  background: linear-gradient(90deg, #f9f9f9 50%, #f5f5f5 50%);
  background-size: 200%; }

.loading-slide .loading-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 170px; }

.loading-slide .loading-content-1 {
  width: 90%;
  height: 36px;
  top: 182px;
  position: absolute;
  right: 5%; }

.loading-slide .loading-content-2 {
  width: 50%;
  height: 36px;
  bottom: 20px;
  position: absolute;
  left: 5%; }

.loading-slide .loading-content-3 {
  width: 30%;
  height: 36px;
  bottom: 20px;
  position: absolute;
  right: 5%; }

@keyframes loadingAnimationListing {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: -100% 0; } }

.btn-show-filter {
  border: 1px solid #ccc;
  margin: 10px 0;
  color: #33afe4;
  padding: 3px 10px;
  background-color: #ffffff; }
  .btn-show-filter:hover, .btn-show-filter:active, .btn-show-filter:focus {
    color: #33afe4; }

#modalFilter .modal-body {
  padding: 0; }

#modalFilter .modal-header {
  text-align: center;
  padding: 10px 15px 7px;
  background: none;
  border-bottom: 1px solid #e5e5e5; }

#modalFilter .modal-title {
  font-size: 20px; }

#modalFilter .modal-footer {
  padding: 15px; }

#modalFilter .btn-filter {
  font-size: 14px;
  color: #33afe4;
  font-weight: bold;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  padding: 9px 16px 8px;
  font-family: inherit;
  border-radius: 3px;
  background-clip: padding-box;
  box-sizing: border-box;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  border: 1px solid #33afe4; }
  #modalFilter .btn-filter:hover, #modalFilter .btn-filter:active, #modalFilter .btn-filter:focus {
    color: #33afe4; }

.box-slider {
  background: #0a162a;
  padding: 20px 0px 25px 0px;
  margin-bottom: 30px; }
  .box-slider .main-title {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px; }

.fixed-nav-tour {
  position: fixed !important;
  display: block;
  background: #fff;
  z-index: 999999;
  width: 100%;
  top: 0; }

.show-menu-location {
  position: fixed;
  top: 70px;
  z-index: 99; }

.img-place {
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: center; }
  .img-place img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 7px; }

.box-header .text-schedule {
  margin-top: 15px; }

.box-body-schedule {
  width: 100%;
  overflow: hidden;
  display: block; }

.box-body-plan {
  padding-top: 15px !important;
  width: 100% !important;
  height: auto !important;
  overflow: hidden !important; }

.box.box-info {
  border-top-color: #00c0ef; }

.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .box .box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px; }

.box-container {
  margin-bottom: 20px; }

.rating-chart .bar {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 100%;
  height: 12px;
  background: #e5e5e5;
  vertical-align: top;
  box-sizing: border-box; }

.rating-chart .fill {
  display: inline-block;
  background: #33afe4;
  height: 12px;
  position: absolute; }

.rating-chart .row_bar {
  width: 100%; }

.rating-chart .row_cell {
  display: table-cell;
  padding-bottom: 3px; }

.rating-chart .row_count {
  padding-left: 6px;
  vertical-align: top;
  color: #767676;
  box-sizing: border-box;
  text-align: right; }

.rating-chart .ratings_chart {
  display: table;
  width: 100%;
  list-style: none; }
  .rating-chart .ratings_chart .chart_row {
    display: table-row;
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px; }
    .rating-chart .ratings_chart .chart_row .row_label {
      padding-right: 11px;
      color: #4a4a4a; }

.block_header {
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 23px; }
  .block_header .block-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
    color: #000a12; }

.name-place {
  margin-top: 20px; }
  .name-place .detail-name-place {
    font-size: 32px;
    font-weight: bold;
    color: #000a12;
    margin-bottom: 4px;
    display: inline-block; }

.item-place {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px; }
  .item-place .address {
    overflow: hidden; }

.img_gird_plan {
  overflow: hidden;
  cursor: pointer; }
  .img_gird_plan .end {
    position: relative; }
    .img_gird_plan .end .other {
      position: absolute;
      width: 100%;
      height: 99%;
      font-size: 40px;
      text-align: center;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      top: 0;
      left: 0;
      line-height: 120px; }

.grid_plan_1 .big {
  height: 400px;
  width: 100%;
  object-fit: cover; }

.grid_plan_2 {
  height: 400px; }
  .grid_plan_2 .big {
    float: left;
    width: 50%;
    height: 100%; }
    .grid_plan_2 .big img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .grid_plan_2 .item_1 {
    float: left;
    width: 50%;
    height: 100%; }
    .grid_plan_2 .item_1 img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      padding-left: 1px; }

.grid_plan_3 {
  height: 400px; }
  .grid_plan_3 .big {
    width: 70%;
    float: left;
    height: 100%;
    padding-right: 1px; }
    .grid_plan_3 .big img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      padding-bottom: 1px; }
  .grid_plan_3 .small {
    width: 30%;
    height: 50%;
    float: left; }
    .grid_plan_3 .small img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      padding-bottom: 1px; }

.grid_plan_4 {
  height: 400px; }
  .grid_plan_4 .big {
    height: 99%;
    width: 67%;
    float: left; }
    .grid_plan_4 .big img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      padding-bottom: 1px; }
  .grid_plan_4 .small {
    width: 33%;
    height: 33%;
    float: left;
    padding-left: 1px;
    padding-bottom: 1px; }
    .grid_plan_4 .small img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.grid_plan_5 {
  height: 400px; }
  .grid_plan_5 .big {
    width: 66%;
    float: left;
    height: 50%; }
    .grid_plan_5 .big img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      padding: 1px; }
  .grid_plan_5 .small {
    width: 33%;
    height: 50%;
    float: left; }
    .grid_plan_5 .small img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      padding: 1px; }

.change-plan {
  width: 100%;
  margin-top: 10px; }
  .change-plan .btn-plan {
    padding: 8px 20px 8px 20px;
    margin: 6px 2px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background: #00c0ef;
    border: 1px solid #CCC;
    border-radius: 5px;
    font-weight: normal;
    color: #fff; }
    .change-plan .btn-plan:hover {
      background: #00adee; }
  .change-plan .ul-tags {
    padding: 0px 5px 10px 5px; }
    .change-plan .ul-tags .change-prefer {
      margin-top: 10px;
      border: 1px solid #00c0ef;
      padding: 5px 16px;
      color: #666 !important;
      text-decoration: none;
      border-left: 3px solid #00c0ef;
      border-radius: 4px;
      display: inline-block;
      background: #f6f7f9;
      cursor: pointer;
      margin-right: 10px; }

.info-hotel-detail {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #CCCCCC;
  padding: 15px;
  transition: border-color .3s ease,border-radius .3s ease,box-shadow .3s ease;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(27, 27, 27, 0.1); }

.button-room-hotel {
  padding: 8px 40px;
  background: #eb6502;
  color: #fff;
  border: none;
  outline: 0;
  line-height: 24px;
  font-weight: 700; }

.detail-price-room {
  font-weight: 400;
  font-size: 14px;
  color: #333; }

.img-room-hotel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.detail-name-hotel {
  margin-top: 10px;
  font-size: 20px; }

.pr-0 {
  padding-right: 0; }

.detail-info-room {
  margin-top: 15px;
  border: 1px solid #cccccc;
  transition: border-color .3s ease,border-radius .3s ease,box-shadow .3s ease;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(27, 27, 27, 0.1); }

.day-overview {
  padding: 16px 10px 13px 60px;
  min-width: 320px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: left; }

.day-overview .day-overview-header {
  font-size: 20px;
  color: #212121;
  margin-bottom: 36px; }

.day-overview .td-item-overview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  line-height: 41px; }

.day-overview .td-item-overview .time {
  padding-right: 26.5px;
  margin-top: -16px;
  min-width: 68px; }

.day-overview .td-item-overview .vertical-line {
  border-right: solid 1px #32AFE4;
  height: 25px;
  width: 0px; }

.day-overview .td-item-overview .dot {
  height: 7px;
  width: 7px;
  margin-left: -3.7px;
  background-color: #32AFE4;
  border-radius: 50%;
  display: inline-block; }

.day-overview .td-item-overview .name {
  padding-left: 14px;
  margin-top: -16px; }

.day-view {
  -ms-flex: 1;
  flex: 1;
  color: #212121; }

.day-view .header {
  padding: 0px 15px 0px 15px;
  height: 60px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #e0e0e0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 9px; }

.day-view .header .infos {
  -ms-flex: 1;
  flex: 1; }

.day-view .header .infos .title {
  font-size: 23px;
  line-height: 1.5; }

.day-view .header .infos .day-sub {
  font-size: 15px;
  line-height: 1.13; }

.day-item-view .td-item-header {
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  background-color: #f2f2f2; }

.day-item-view .td-item-header .moving-info {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.day-item-view .td-item-header .moving-info, .day-item-view .td-item-header .freetime-img {
  width: 54px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #f2f2f2;
  background-color: white; }

.day-item-view .td-item-header .freetime-img img {
  width: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  filter: grayscale(100%); }

.day-item-view .td-item-header .moving-info .start-time {
  margin-bottom: 7px; }

.day-item-view .td-item-header .td-item-img {
  background-color: lightgray;
  width: 56px;
  cursor: pointer; }

.day-item-view .td-item-header .td-item-info {
  padding: 0px 21.6px 0px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-align: center;
  align-items: center; }

.day-item-view .td-item-header .td-item-info-name {
  cursor: pointer;
  -ms-flex: 1;
  flex: 1;
  font-size: 17px;
  color: #313131; }

.day-item-view .td-item-header .td-item-info .note-icon-bw {
  width: 22.2px;
  height: 24.6px;
  cursor: pointer; }

.day-item-view .td-item-body-wrapper {
  margin-left: 27px;
  border-left: dotted 1.5px #757575;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }

.day-item-view .td-item-body-wrapper .moving-distance {
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  position: absolute;
  top: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: fit-content;
  height: -moz-fit-content;
  max-height: 20px;
  background-color: white;
  margin-left: -25px;
  bottom: 0; }

.day-item-view .td-item-body-wrapper .td-item-body {
  margin-left: 79px;
  padding: 19px 0px 16px 20px; }

.day-item-view .td-item-body-wrapper .td-item-body.freetime {
  padding-top: 0; }

.day-item-view .td-item-body-wrapper .td-item-body .address, .day-item-view .td-item-body-wrapper .td-item-body .hotel-star-rating, .day-item-view .td-item-body-wrapper .td-item-body .comment-rating, .day-item-view .td-item-body-wrapper .td-item-body .stayfor {
  margin-bottom: 5px; }

.day-item-view .td-item-body-wrapper .td-item-body .address {
  font-size: 15px; }

.rating {
  color: #FDCF00; }

.rating i {
  margin: 0;
  width: auto;
  font-size: 0.9em; }

.day-item-view .td-item-body-wrapper .td-item-body .comment-rating .number {
  color: #2c2c2c;
  font-style: normal;
  font-size: 14px; }

.day-item-view .td-item-body-wrapper .td-item-body .stayfor label {
  color: #757575; }

.day-item-view .td-item-body-wrapper .td-item-body .stayfor-num {
  font-size: 16px;
  color: #212121; }

.day-item-view .td-item-header .td-item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.day-item-view .td-item-header .td-item-img {
  background-color: lightgray;
  width: 56px;
  cursor: pointer; }

.day-item-view .td-item-header .moving-info img {
  width: 16.6px;
  height: 12px; }

.day-view .last-line {
  margin-left: 27px;
  border-bottom: dotted 1.5px #757575; }

.day-item-view.freetime {
  width: calc(100% + 73px);
  margin-left: -73px; }

.day-item-view .td-item-header .freetime-img {
  position: relative; }

.day-item-view .td-item-header .td-item-info-free {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0px 15px 0px 15px; }

.day-item-view .td-item-header .td-item-info-free span {
  font-size: 16px; }

.q-list {
  border: 1px solid #e0e0e0;
  padding: 8px 0; }

.relative-position {
  position: relative; }

.q-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  text-align: left;
  padding: 8px 16px;
  min-height: 40px; }

.color-text-custom {
  color: #1a3863; }

.q-item-side {
  color: rgba(0, 0, 0, 0.54);
  min-width: 100px; }

.q-item-avatar, .q-item-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%; }

.q-item-section + .q-item-section {
  min-width: 800px; }

.ellipsis {
  overflow: hidden;
  font-size: 14px; }

.q-item-stamp {
  font-size: 18px;
  line-height: 18px;
  margin: .3rem 0;
  max-width: 200px;
  margin-left: 20px; }

.place-near-hotel {
  width: 100%; }
  .place-near-hotel ol {
    list-style: none;
    counter-reset: item; }
  .place-near-hotel li {
    counter-increment: item;
    margin-bottom: 15px; }
  .place-near-hotel li:before {
    margin-right: 10px;
    content: counter(item);
    background: lightblue;
    border-radius: 100%;
    color: white;
    width: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block; }

.detail-content img {
  max-width: 100% !important; }

.detail-content .package-detail {
  border-radius: 0px; }
  .detail-content .package-detail .tab-content {
    margin-bottom: 20px; }

@media only screen and (min-width: 320px) {
  .tago-breadcrumb-detail {
    padding: 0 0 10px 0; } }

@media only screen and (min-width: 320px) {
  .package-info {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .package-info {
    margin-top: 0; } }

.package-info * {
  color: #cccccc; }

.package-info p {
  margin-bottom: 10px; }

.package-info .fne-price {
  font-size: 30px;
  line-height: 30px; }

.package-info .old-price {
  font-size: 25px;
  text-decoration: line-through;
  line-height: 25px;
  margin-bottom: 5px; }

.package-info .new-price {
  color: #fff; }
  .package-info .new-price .text-price {
    font-size: 15px;
    margin-right: 8px; }

.package-info .package-rating {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px; }
  .package-info .package-rating .star-on {
    color: #FFD200; }
  .package-info .package-rating .star-off {
    color: #e4e4e4; }
  .package-info .package-rating .base-service {
    padding-left: 20px; }

.package-info .package-tool {
  margin-bottom: 15px;
  font-size: 14px; }
  .package-info .package-tool span {
    margin-right: 10px;
    display: inline-block; }
  .package-info .package-tool .icon {
    color: #FFD200;
    margin-right: 5px; }

.package-info .package-option {
  margin-bottom: 15px;
  font-size: 14px;
  border-top: 1px solid #747a84;
  border-bottom: 1px solid #747a84;
  padding: 10px 0; }
  .package-info .package-option .icon {
    color: #33afe4;
    font-size: 1.5rem;
    margin-right: 5px; }
  .package-info .package-option li {
    font-size: 1.3rem;
    padding: 2px 0px; }

.trust-action .sale-off {
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 16px; }
  .trust-action .sale-off p {
    color: #91BB15;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold; }
    .trust-action .sale-off p:first-child {
      margin-bottom: 3px; }

.trust-action .link-powred {
  display: block; }
  .trust-action .link-powred span {
    color: #CCC; }
  .trust-action .link-powred img {
    width: 85px; }
  .trust-action .link-powred .fa-check-circle {
    color: #00e400; }

.start-date {
  position: relative; }
  .start-date i {
    position: absolute;
    bottom: 14px;
    right: 14px;
    top: auto;
    cursor: pointer; }
  .start-date .single_range .check-in[readonly] {
    background: #fff; }

.number-people {
  background: #fff;
  border-radius: 3px; }
  .number-people > input {
    padding-right: 0; }
  .number-people .booking-quantity {
    border: 0;
    border-right: none;
    border-radius: 2px 0 0 2px;
    box-shadow: none; }

.frm-booking-now input {
  border: none;
  box-shadow: none;
  border: 0 none;
  height: 40px;
  padding: 6px 12px; }

.frm-booking-now input:focus,
.frm-booking-now input:active:focus,
.frm-booking-now input.active:focus {
  outline: 0 none;
  box-shadow: none; }

.frm-booking-now .input-group-addon {
  padding: 5px;
  background: #fff; }

.frm-booking-now .btn-dropdown {
  padding: 6px 12px;
  background: #fff;
  border-radius: 4px; }
  .frm-booking-now .btn-dropdown:hover {
    background-color: #e6e6e6; }

.frm-booking-now .open > .btn-default.dropdown-toggle {
  background-color: #e6e6e6; }

.frm-booking-now label {
  font-size: 12px;
  color: #ccc;
  margin-bottom: 5px; }

.frm-booking-now .btn-booking {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  height: 50px; }

.support {
  border-radius: 3px; }
  .support .panel-heading {
    border-bottom: 1px solid #f4f4f4; }
    .support .panel-heading h4 {
      margin: 0;
      padding: 4px 0;
      text-transform: uppercase;
      font-weight: bold;
      color: #555;
      font-size: 12px; }
  .support .panel-body .call-now {
    transition: all .3s linear;
    color: #FFD200;
    font-weight: bold;
    font-size: 23px; }
    .support .panel-body .call-now .icon-call {
      width: 35px;
      height: 35px;
      background: #33AFE4;
      display: inline-block;
      text-align: center;
      color: #fff;
      border-radius: 5px; }
      .support .panel-body .call-now .icon-call i {
        font-size: 20px;
        display: table-cell;
        vertical-align: middle; }
    .support .panel-body .call-now .text-call {
      display: inline-block;
      vertical-align: top;
      padding: 1px 7px; }
  .support .panel-footer {
    background: #33afe4;
    color: #fff;
    border-radius: 0px; }
    .support .panel-footer p {
      font-size: 12px; }

.booking-sidebar .sale-off {
  text-align: center;
  line-height: 1;
  background-color: #91BB15;
  color: #fff;
  border-radius: 2px; }
  @media only screen and (min-width: 320px) {
    .booking-sidebar .sale-off {
      margin-top: 5px;
      margin-bottom: 15px;
      padding: 5px 0; }
      .booking-sidebar .sale-off p {
        display: inline-block;
        margin: 0; } }
  @media only screen and (min-width: 768px) {
    .booking-sidebar .sale-off {
      margin-top: 25px;
      margin-bottom: 0;
      padding: 11px 0; }
      .booking-sidebar .sale-off p {
        display: block;
        margin-bottom: 10px; } }
  .booking-sidebar .sale-off .discount {
    font-weight: bold; }
    @media only screen and (min-width: 320px) {
      .booking-sidebar .sale-off .discount {
        font-size: 20px; } }
    @media only screen and (min-width: 768px) {
      .booking-sidebar .sale-off .discount {
        font-size: 30px; } }

.booking-sidebar .start-date {
  margin-bottom: 5px; }

.booking-sidebar .btn-booking-group {
  padding: 26px 10px;
  margin-top: 25px; }

@media only screen and (min-width: 768px) {
  .booking-sidebar .col-booking {
    padding-left: 0; } }

#fix_booking {
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  @media only screen and (min-width: 320px) {
    #fix_booking {
      display: block; } }
  @media only screen and (min-width: 768px) {
    #fix_booking {
      display: none; } }

.sidebar-detail {
  max-width: 360px;
  z-index: 1; }
  .sidebar-detail .title {
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding-bottom: 10px; }
    .sidebar-detail .title:after {
      background: #33afe4;
      height: 4px;
      width: 40px;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0; }
  .sidebar-detail .media {
    padding-bottom: 15px;
    border-bottom: 1px solid #f4f4f4; }
    .sidebar-detail .media .media-left a {
      display: block;
      width: 80px;
      height: 60px; }
      .sidebar-detail .media .media-left a img {
        width: 100%;
        height: 100%; }
    .sidebar-detail .media .media-body .media-heading {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .sidebar-detail .media .media-body a {
      font-size: 13px;
      color: #333; }
      .sidebar-detail .media .media-body a:hover {
        color: #33AFE4; }
    .sidebar-detail .media:last-child {
      padding: 0;
      border: 0; }

@media only screen and (min-width: 320px) {
  .sidebar-nav-fixed {
    position: inherit;
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .sidebar-nav-fixed {
    width: 20%;
    top: 10px;
    position: fixed;
    z-index: 99; } }

.jssort01-99-66 .pav .c {
  border: #fdd000 2px solid !important;
  background: none !important;
  top: 0 !important;
  left: 0 !important; }

.jssort01-99-66 .p.pdn .c {
  border: #fdd000 2px solid !important;
  background: none !important; }

.jssort01-99-66 .p:hover .c {
  border: #fdd000 1px solid !important;
  background: none !important; }

.booking-contact, .booking-package {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
  .booking-contact .title, .booking-package .title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #666;
    font-weight: 500; }
  .booking-contact .help-info, .booking-package .help-info {
    display: inline-block;
    height: 25px;
    color: #888;
    font-style: italic; }

.main-booking {
  padding: 20px 0; }

.booking-footer {
  background: transparent;
  text-align: center; }
  .booking-footer .copy-right-text {
    padding: 20px;
    font-size: 1.2rem; }
    .booking-footer .copy-right-text strong {
      font-size: 1.4rem; }

.booking-contact label {
  font-size: 12px;
  color: #666; }

.booking-contact input {
  height: 40px; }

.booking-contact .best-choice {
  background-color: #dfedd6;
  color: #629c44;
  border: 1px solid #cbe8ba;
  font-weight: normal;
  font-size: 1.4rem;
  padding: 10px;
  margin-bottom: 10px;
  line-height: 18px; }

.booking-contact .best-gift {
  color: #c09853;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  font-weight: normal;
  font-size: 1.4rem;
  padding: 10px;
  margin-bottom: 10px;
  line-height: 18px; }

.booking-contact button {
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .booking-contact button {
      margin-top: 16px; } }

@media only screen and (min-width: 320px) {
  .booking-package .media .media-left {
    display: block;
    margin-bottom: 10px;
    padding-right: 0; }
    .booking-package .media .media-left .package-pic {
      width: 100%;
      height: 100%; } }

@media only screen and (min-width: 480px) {
  .booking-package .media .media-left {
    display: table-cell;
    margin-bottom: 0;
    padding-right: 10px; }
    .booking-package .media .media-left .package-pic {
      width: 180px;
      height: 110px; } }

.booking-package .media .media-left .package-pic img {
  width: 100%;
  height: 100%; }

.booking-package .media .media-body h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .booking-package .media .media-body h4 span {
    font-size: 13px;
    color: #333;
    font-weight: 700; }

.booking-package .media .media-body .fne-rating {
  padding: 3px 0px; }
  .booking-package .media .media-body .fne-rating .icon-star {
    color: #FFD200; }
  .booking-package .media .media-body .fne-rating .base-service {
    padding-left: 10px; }

.booking-package .media .media-body .fne-tool p {
  margin: 0; }

.booking-package .change-booking label {
  font-size: 12px;
  color: #666;
  margin: 0;
  margin-bottom: 5px; }

.booking-package .change-booking input {
  height: 40px; }

.booking-package .change-booking .booking-people, .booking-package .change-booking .check-in {
  border: 1px solid #dce4ec; }
  .booking-package .change-booking .booking-people[readonly], .booking-package .change-booking .check-in[readonly] {
    background: #fff; }

.booking-package .payment-info ul {
  border-top: 2px solid #33B1E6; }
  .booking-package .payment-info ul li {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #EEE; }
    .booking-package .payment-info ul li span {
      font-weight: bold; }
    .booking-package .payment-info ul li .info {
      float: left;
      font-size: 12px;
      color: #666;
      line-height: 20px; }
    .booking-package .payment-info ul li .money {
      float: right;
      color: #33afe4; }
    .booking-package .payment-info ul li .total-money {
      font-size: 1.5rem; }
    .booking-package .payment-info ul li .total-payment {
      color: #ffaa00;
      font-size: 1.8rem; }

.main-thanks-page .thanks-border {
  background: #ffffff; }
  .main-thanks-page .thanks-border .head-thanks h3 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 2.5rem;
    font-weight: normal; }
  .main-thanks-page .thanks-border .box-thanks-booking {
    background: #FFF;
    border: 1px solid #fdd000;
    overflow: hidden; }
    .main-thanks-page .thanks-border .box-thanks-booking .head-booking-code {
      padding: 10px;
      background: rgba(253, 208, 0, 0.4);
      font-size: 1.5rem;
      font-weight: normal; }
      .main-thanks-page .thanks-border .box-thanks-booking .head-booking-code span {
        font-size: 2rem;
        font-weight: bold;
        color: #33afe4; }
    .main-thanks-page .thanks-border .box-thanks-booking .main-booking-info {
      overflow: hidden;
      padding: 20px 10px; }
      .main-thanks-page .thanks-border .box-thanks-booking .main-booking-info .box-package-info {
        margin-bottom: 10px; }
        .main-thanks-page .thanks-border .box-thanks-booking .main-booking-info .box-package-info .block-head {
          font-weight: normal;
          font-size: 1.6rem;
          padding: 10px 0px;
          border-bottom: 1px solid #E5E5E5;
          margin-bottom: 10px; }
        .main-thanks-page .thanks-border .box-thanks-booking .main-booking-info .box-package-info .info ul li {
          padding: 5px 0px; }
        .main-thanks-page .thanks-border .box-thanks-booking .main-booking-info .box-package-info .payment {
          overflow: hidden; }
          .main-thanks-page .thanks-border .box-thanks-booking .main-booking-info .box-package-info .payment ul li {
            padding: 10px 0px;
            border-bottom: 1px solid #EEE; }
            .main-thanks-page .thanks-border .box-thanks-booking .main-booking-info .box-package-info .payment ul li:last-child {
              border-bottom: none; }
          .main-thanks-page .thanks-border .box-thanks-booking .main-booking-info .box-package-info .payment .money {
            color: #33afe4;
            font-size: 1.5rem;
            font-weight: bold; }
          .main-thanks-page .thanks-border .box-thanks-booking .main-booking-info .box-package-info .payment .total-payment {
            font-size: 2rem; }

.back-homepage {
  margin-bottom: 30px; }
  .back-homepage p a i, .back-homepage p a strong {
    color: #33afe4; }

.loading-booking i {
  color: #fdd000; }

.loading-tit {
  margin-top: 10px;
  font-size: 1.5rem; }

.modal-header {
  background: #fdd000;
  border-bottom: 1px solid #e6bd00; }

.modal-content {
  overflow: hidden; }

.box-voucher {
  border-bottom: 1px solid #EEE; }
  .box-voucher label {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    color: #33afe4 !important; }
  .box-voucher input {
    border: 1px solid #dce4ec !important;
    border-radius: 3px !important;
    margin-bottom: 10px; }

.tab-payment {
  box-shadow: none;
  margin-bottom: 0px; }
  .tab-payment .nav-tabs > li {
    border-bottom: 3px solid transparent;
    margin-bottom: -1px; }
    .tab-payment .nav-tabs > li > a {
      border: none !important;
      font-size: 1.6rem; }
  .tab-payment .nav-tabs > li.active {
    border-bottom-color: #33AFE4;
    border-top-color: transparent;
    position: relative; }
    .tab-payment .nav-tabs > li.active:after {
      content: "";
      bottom: -10px;
      left: 44%;
      border-right: 7px solid transparent;
      border-left: 7px solid transparent;
      border-top: 7px solid #33afe4;
      position: absolute; }
  .tab-payment .tab-content {
    padding: 10px 5px; }

.best-choice-price {
  margin: 10px 0;
  padding: 10px;
  font-size: 12px;
  color: #c09853;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5; }

.primary-menu {
  width: 100%;
  position: relative;
  z-index: 30;
  border-top: 2px solid #232424;
  border-bottom: 4px solid #232424;
  margin-top: 75px; }
  .primary-menu > ul {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px; }
    .primary-menu > ul > li {
      list-style: none;
      float: left;
      margin: 0px;
      position: relative;
      height: 35px; }
      .primary-menu > ul > li:after {
        color: #121212;
        content: "/";
        font-size: 20px; }
      .primary-menu > ul > li a {
        display: inline-block;
        margin: 5px 12px;
        color: #333;
        font-size: 1.5rem;
        text-transform: uppercase;
        font-weight: 700;
        padding: 0px 4px;
        transition: all 0.2s ease 0s; }
        .primary-menu > ul > li a:hover {
          color: #f5ca00; }
      .primary-menu > ul > li ul.submenu {
        position: absolute;
        z-index: 99;
        top: 35px;
        overflow: hidden;
        width: 250px;
        background: #111;
        padding: 0px;
        margin: 0px;
        display: none; }
        .primary-menu > ul > li ul.submenu li {
          list-style: none;
          display: block; }
          .primary-menu > ul > li ul.submenu li a {
            display: block;
            float: left;
            width: 100%;
            padding: 10px;
            margin: 0px;
            color: #FFF; }
            .primary-menu > ul > li ul.submenu li a:hover {
              background: #FFD200; }
      .primary-menu > ul > li:hover ul.submenu {
        display: block; }

.slider {
  margin-top: 15px;
  margin-bottom: 15px; }
  .slider .slider-main {
    overflow: hidden;
    position: relative;
    z-index: 1;
    float: left;
    margin-bottom: 10px;
    display: none; }
    @media only screen and (min-width: 480px) {
      .slider .slider-main {
        padding-right: 5px; } }
    .slider .slider-main img {
      width: 100%; }
    .slider .slider-main .slider-main-nav ol li a {
      display: block;
      font-size: 0;
      color: #FFFFFF;
      cursor: pointer; }
      .slider .slider-main .slider-main-nav ol li a:before {
        content: "\f10c";
        font-family: FontAwesome;
        display: inline-block;
        padding: 0;
        font-weight: 400;
        font-size: 14px;
        margin-right: 2px; }
    .slider .slider-main .slider-main-nav ol li .flex-active:before, .slider .slider-main .slider-main-nav ol li a:hover:before {
      content: "\f111"; }
    .slider .slider-main .flex-viewport ul li {
      position: relative; }
      .slider .slider-main .flex-viewport ul li .overlay-slider {
        width: 100%;
        height: 510px;
        position: absolute;
        top: 0px;
        left: 0px;
        background: rgba(17, 17, 17, 0.3); }
      .slider .slider-main .flex-viewport ul li .post-info {
        position: absolute;
        top: 40px;
        width: 100%;
        color: #FFFFFF;
        text-align: center;
        padding: 0px 5%; }
        .slider .slider-main .flex-viewport ul li .post-info .entry-meta a {
          font-size: 1.3rem;
          line-height: 1.3rem;
          text-shadow: 0 1px 1px rgba(0, 0, 0, 0.55);
          color: #FFFFFF;
          border-bottom: 2px solid #FFFFFF;
          margin-bottom: 10px;
          padding-bottom: 3px;
          display: inline-block;
          font-weight: 400;
          text-transform: uppercase; }
        .slider .slider-main .flex-viewport ul li .post-info .title h2 {
          text-transform: uppercase;
          font-size: 2.3rem;
          line-height: 3rem;
          font-weight: 700;
          margin-bottom: 10px; }
          .slider .slider-main .flex-viewport ul li .post-info .title h2 a {
            color: #FFF;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.55); }
        .slider .slider-main .flex-viewport ul li .post-info .post-excerpt h5 {
          font-size: 1.4rem;
          line-height: 1.8rem;
          text-shadow: 0 1px 1px rgba(0, 0, 0, 0.55); }
        .slider .slider-main .flex-viewport ul li .post-info .more {
          display: inline-block;
          margin-top: 10px; }
          .slider .slider-main .flex-viewport ul li .post-info .more h6 {
            text-transform: uppercase;
            font-weight: 700;
            margin: 0px; }
            .slider .slider-main .flex-viewport ul li .post-info .more h6 a {
              display: inline-block;
              color: #FFFFFF;
              padding: 10px 12px;
              border: 2px solid #FFFFFF; }
              .slider .slider-main .flex-viewport ul li .post-info .more h6 a:hover {
                background: #FFD200; }
  @media only screen and (min-width: 480px) {
    .slider .slider-right {
      padding-left: 0px; } }
  .slider .slider-right .item-post {
    overflow: hidden;
    position: relative; }
    .slider .slider-right .item-post .overlay-slider {
      width: 100%;
      height: 250px;
      position: absolute;
      top: 0px;
      left: 0px;
      background: rgba(17, 17, 17, 0.3); }
    .slider .slider-right .item-post:first-child {
      margin-bottom: 5px; }
    .slider .slider-right .item-post .post-info {
      position: absolute;
      top: 40px;
      width: 100%;
      text-align: center;
      padding: 0px 10%; }
      .slider .slider-right .item-post .post-info .entry-meta a {
        font-size: 1.3rem;
        line-height: 1.3rem;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.55);
        color: #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
        margin-bottom: 10px;
        padding-bottom: 3px;
        display: inline-block;
        font-weight: 400;
        text-transform: uppercase;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.55); }
      .slider .slider-right .item-post .post-info .title h4 {
        font-size: 1.3rem;
        line-height: 2rem;
        padding: 0 1em;
        margin: 0px;
        font-weight: bold; }
        .slider .slider-right .item-post .post-info .title h4 a {
          color: #FFF;
          text-shadow: 0 1px 1px rgba(0, 0, 0, 0.55);
          text-transform: uppercase; }
    .slider .slider-right .item-post img {
      width: 100%; }
  .slider .flex-control-nav {
    bottom: 10px;
    left: 0;
    z-index: 99; }

.content-about-option a {
  color: #333; }
  .content-about-option a:hover {
    color: #33afe4; }

.homepage-blog {
  padding: 0px; }
  .homepage-blog .widget-home h3 {
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0px;
    border-top: 1px solid #333;
    border-bottom: 2px solid #333;
    font-weight: bold;
    font-size: 18px; }
    .homepage-blog .widget-home h3 a {
      color: #333; }
      .homepage-blog .widget-home h3 a:hover {
        text-decoration: underline; }
  .homepage-blog .widget-home .main-hot-post {
    margin: 10px 0px;
    padding: 0px; }
    .homepage-blog .widget-home .main-hot-post .thumb img {
      width: 100%; }
    .homepage-blog .widget-home .main-hot-post .entry-header {
      margin-bottom: 10px; }
      .homepage-blog .widget-home .main-hot-post .entry-header .entry-meta {
        color: #888;
        font-size: 12px; }
      .homepage-blog .widget-home .main-hot-post .entry-header h4 a {
        color: #333;
        font-weight: bold;
        line-height: 22px;
        font-size: 1.8rem; }
        .homepage-blog .widget-home .main-hot-post .entry-header h4 a:hover {
          text-decoration: underline; }
    .homepage-blog .widget-home .main-hot-post .entry-excerpt {
      font-size: 1.4rem; }
  .homepage-blog .widget-home .other-post {
    margin: 10px 0px; }
    @media only screen and (max-width: 480px) {
      .homepage-blog .widget-home .other-post {
        padding: 0px; } }
    .homepage-blog .widget-home .other-post .item-post {
      overflow: hidden;
      margin-bottom: 20px;
      padding-bottom: 20px;
      padding-top: 5px;
      border-bottom: 1px dashed #CCC; }
      .homepage-blog .widget-home .other-post .item-post .thumb {
        float: left;
        margin-right: 10px; }
        .homepage-blog .widget-home .other-post .item-post .thumb img {
          width: 80px; }
      .homepage-blog .widget-home .other-post .item-post .post-info {
        float: left;
        width: calc(100% - 90px); }
        .homepage-blog .widget-home .other-post .item-post .post-info .entry-meta {
          color: #888;
          font-size: 12px; }
        .homepage-blog .widget-home .other-post .item-post .post-info h5 {
          margin: 0px;
          padding: 0px; }
          .homepage-blog .widget-home .other-post .item-post .post-info h5 a {
            color: #333;
            font-weight: bold;
            font-size: 1.3rem;
            line-height: 1.6rem; }
            .homepage-blog .widget-home .other-post .item-post .post-info h5 a:hover {
              text-decoration: underline; }
      .homepage-blog .widget-home .other-post .item-post .entry-meta .date {
        color: #888;
        font-size: 12px; }

@media only screen and (min-width: 480px) {
  .sidebar {
    padding-left: 30px;
    padding-right: 0px; } }

@media only screen and (max-width: 480px) {
  .sidebar {
    padding: 0px; } }

.sidebar h3 {
  padding: 15px 0px;
  border-bottom: 2px solid #111;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 700; }

.sidebar .box-filter .filter-head {
  color: #111;
  font-size: 1.4rem; }
  .sidebar .box-filter .filter-head:after {
    bottom: -2px; }

.sidebar .box-filter #search_location button {
  text-transform: uppercase; }

.sidebar .box-filter .glyphicon {
  font-family: "Glyphicons Halflings" !important; }

.sidebar .widget-most-view {
  display: block;
  width: 100%;
  float: left;
  overflow: hidden; }
  .sidebar .widget-most-view ul {
    display: block;
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 0px;
    margin: 0px; }
    .sidebar .widget-most-view ul li {
      list-style: none;
      display: block;
      float: left;
      width: 100%; }
      .sidebar .widget-most-view ul li .thumbnail {
        width: 65px;
        float: left;
        margin-right: 15px;
        background: transparent;
        border: none; }
        .sidebar .widget-most-view ul li .thumbnail img {
          width: 65px; }
      .sidebar .widget-most-view ul li a {
        color: #333;
        font-weight: 700;
        font-size: 1.3rem;
        line-height: 1.6rem; }
        .sidebar .widget-most-view ul li a:hover {
          text-decoration: underline; }
      .sidebar .widget-most-view ul li .post-right h5 {
        margin: 5px 0px; }
      .sidebar .widget-most-view ul li .post-right .entry-meta {
        font-size: 1.3rem;
        color: #888; }
  .sidebar .widget-most-view .city-guides-des li {
    padding: 5px 10px;
    border-bottom: 1px dashed #DDD; }
    .sidebar .widget-most-view .city-guides-des li a {
      font-weight: normal; }

.listing-blog {
  margin: 20px 0px; }
  .listing-blog #featured-post-on-cat {
    padding-bottom: 20px;
    border-bottom: 3px solid #111; }
    .listing-blog #featured-post-on-cat .content-heading {
      margin: 10px 0px; }
      .listing-blog #featured-post-on-cat .content-heading h2 {
        font-size: 2.3rem;
        line-height: 3rem;
        font-weight: 700; }
        .listing-blog #featured-post-on-cat .content-heading h2 a {
          color: #333; }
          .listing-blog #featured-post-on-cat .content-heading h2 a:hover {
            text-decoration: underline; }
    .listing-blog #featured-post-on-cat .image-featured-post img {
      width: 100%; }
    .listing-blog #featured-post-on-cat .info-featured-post p {
      font-size: 1.4rem; }
    .listing-blog #featured-post-on-cat .info-featured-post .readmore .btn {
      text-transform: uppercase; }
  .listing-blog .listing-post .list-group {
    padding: 20px 0px; }
  .listing-blog .listing-post .item-post {
    border: none;
    margin-right: 1px;
    padding: 0px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 480px) {
      .listing-blog .listing-post .item-post {
        padding-left: 0px;
        padding-right: 15px; } }
    .listing-blog .listing-post .item-post .main-article {
      padding-bottom: 10px;
      border-bottom: 3px solid #111; }
      .listing-blog .listing-post .item-post .main-article .thumb img {
        width: 100%; }
      .listing-blog .listing-post .item-post .main-article .entry-header {
        margin: 10px 0px; }
        .listing-blog .listing-post .item-post .main-article .entry-header h2 {
          font-size: 1.8rem;
          font-weight: 700;
          line-height: 2.3rem; }
          .listing-blog .listing-post .item-post .main-article .entry-header h2 a {
            color: #333; }
            .listing-blog .listing-post .item-post .main-article .entry-header h2 a:hover {
              text-decoration: underline; }
      .listing-blog .listing-post .item-post .main-article .entry-excerpt {
        font-size: 1.4rem; }
      .listing-blog .listing-post .item-post .main-article .entry-meta {
        margin-top: 5px;
        color: #888;
        font-size: 1.3rem; }
  .listing-blog .listing-post .right-col {
    margin-right: -1px; }
    @media only screen and (min-width: 480px) {
      .listing-blog .listing-post .right-col {
        padding-left: 15px;
        padding-right: 0px; } }

.post-wrap {
  padding: 10px 0px; }
  .post-wrap .entry-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #DDD; }
    .post-wrap .entry-header .entry-title {
      font-size: 2.3rem;
      font-weight: 700;
      line-height: 3rem; }
    .post-wrap .entry-header .entry-date {
      padding: 5px 0px 10px 0px;
      color: #888;
      overflow: hidden; }
      .post-wrap .entry-header .entry-date .social-box {
        float: right;
        overflow: hidden; }
  .post-wrap .thumb img {
    width: 80%; }
  .post-wrap .thumb .teaser {
    color: #666;
    font-size: 1.6rem;
    padding: 15px 0;
    text-align: justify; }
    @media only screen and (max-width: 480px) {
      .post-wrap .thumb .teaser {
        padding: 15px; } }
  .post-wrap .entry-content {
    padding-bottom: 15px; }
  .post-wrap .entry-content {
    font-size: 1.4rem !important;
    line-height: 1.4; }
    .post-wrap .entry-content h2 {
      font-size: 2.1rem;
      font-weight: 700;
      margin-bottom: 10px; }
    .post-wrap .entry-content h3 {
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 10px; }
    .post-wrap .entry-content p, .post-wrap .entry-content span, .post-wrap .entry-content div {
      font-size: 1.4rem !important;
      line-height: 1.4; }
    .post-wrap .entry-content p *, .post-wrap .entry-content span *, .post-wrap .entry-content div * {
      font-size: 1.4rem !important;
      line-height: 1.4; }
    .post-wrap .entry-content img {
      max-width: 100%; }

.pagination-blog .active a {
  background-color: #111; }

.pagination-blog li a:hover, .pagination-blog li a:active, .pagination-blog li a:focus {
  background-color: #111; }

.block-package-in-post .head-box {
  overflow: hidden;
  padding: 5px;
  background-color: #1a3863;
  color: #FFF; }
  .block-package-in-post .head-box .logo-tago {
    float: left;
    width: 50px; }
    .block-package-in-post .head-box .logo-tago img {
      width: 50px; }
  .block-package-in-post .head-box .tit {
    float: left;
    width: calc(100% - 50px);
    padding: 0px 10px;
    text-align: left; }
    .block-package-in-post .head-box .tit span {
      font-size: 1.4rem; }

.block-package-in-post .main-box {
  padding: 10px;
  border: 3px solid #1a3863;
  background: rgba(238, 238, 238, 0.7);
  overflow: hidden; }
  .block-package-in-post .main-box .thumb img {
    width: 100%; }
  .block-package-in-post .main-box .info .title {
    text-align: left;
    line-height: 2rem; }
    .block-package-in-post .main-box .info .title a {
      color: #333;
      font-weight: 700; }
      .block-package-in-post .main-box .info .title a:hover {
        color: #FFD200; }
  .block-package-in-post .main-box .info .fne-rating .icon-star {
    color: #FFD200; }
  .block-package-in-post .main-box .info .fne-tool p {
    font-size: 1.2rem !important;
    margin-bottom: 0px; }
  .block-package-in-post .main-box .book-now .flash-price {
    text-align: right;
    color: #EE595D; }
    .block-package-in-post .main-box .book-now .flash-price span {
      font-size: 2rem !important;
      font-weight: 700; }
  .block-package-in-post .main-box .book-now .public-price {
    color: #999;
    font-size: 14px !important;
    font-weight: normal !important;
    text-decoration: line-through;
    text-align: right;
    margin: 0; }

.block-package-in-post .fa:before {
  font: normal normal normal 14px/1 FontAwesome; }

.block-package-in-post *,
.location-in-post *,
.package-relate * {
  font-family: "Arial" !important; }

.location-in-post {
  background: rgba(238, 238, 238, 0.7);
  padding: 10px;
  overflow: hidden; }
  .location-in-post .icon {
    width: 32px;
    float: left; }
  .location-in-post .box-relate-location {
    float: left;
    width: calc(100% - 32px); }
    .location-in-post .box-relate-location ul {
      margin: 0px;
      padding: 0px; }
      .location-in-post .box-relate-location ul li {
        list-style: none; }
        .location-in-post .box-relate-location ul li a {
          font-size: 1.4rem;
          color: #33b1e6 !important; }
          .location-in-post .box-relate-location ul li a:hover {
            text-decoration: underline; }
        .location-in-post .box-relate-location ul li span {
          font-size: 1.4rem; }
  .location-in-post .fa:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 2.3rem;
    color: #00a51e; }

.package-relate {
  background: rgba(238, 238, 238, 0.7);
  padding: 20px 10px;
  overflow: hidden;
  margin: 0px;
  margin-top: 20px; }
  .package-relate .item-package:first-child {
    border-right: 2px solid #FFF; }
  .package-relate .item-package .title a {
    color: #333;
    font-weight: 700; }
    .package-relate .item-package .title a:hover {
      color: #FFD200; }
  .package-relate .item-package .thumb img {
    width: 100%; }
  .package-relate .item-package .info .flash-price {
    text-align: right;
    color: #EE595D; }
    .package-relate .item-package .info .flash-price span {
      font-weight: 700;
      font-size: 1.8rem; }
  .package-relate .item-package .info .public-price {
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
    text-align: right;
    margin: 0; }
  .package-relate .fa:before {
    font: normal normal normal 14px/1 FontAwesome; }

.social-box-footer {
  float: right;
  overflow: hidden;
  margin-bottom: 15px; }

.breadcrumb-blog {
  margin-top: 15px; }

.box-city-guides-des {
  margin-bottom: 5px;
  border-bottom: 1px solid #111; }
  .box-city-guides-des .box-widget {
    overflow: hidden;
    background: #EDEDED;
    border-radius: 40px;
    margin-bottom: 25px;
    transition: all 0.2s ease 0s; }
    .box-city-guides-des .box-widget:hover {
      background: #FFD200; }
      .box-city-guides-des .box-widget:hover a {
        color: #333; }
      .box-city-guides-des .box-widget:hover .icon-book {
        border: 1px solid #FFF; }
    .box-city-guides-des .box-widget .icon-book {
      text-align: center;
      display: block;
      float: left;
      width: 40px;
      height: 40px;
      background: #FFD200;
      border-radius: 40px;
      border: 1px solid #FFD200; }
      .box-city-guides-des .box-widget .icon-book .fa {
        margin-top: 9px; }
    .box-city-guides-des .box-widget a {
      display: block;
      width: calc(100% - 40px);
      float: left;
      padding: 5px;
      line-height: 2.6rem;
      color: #333;
      font-weight: 700;
      font-size: 1.3rem;
      height: 40px;
      overflow: hidden; }
  .box-city-guides-des .fa:before {
    font: normal normal normal 20px/1 FontAwesome; }

.box-relate-package-homepage {
  padding: 20px 0px 10px 0px;
  border-top: 1px solid #111; }
  .box-relate-package-homepage .header p {
    font-size: 1.2rem;
    color: #888; }
  .box-relate-package-homepage .header .title {
    font-size: 1.4rem;
    color: #333;
    font-weight: 700; }
  .box-relate-package-homepage .item-package {
    background: #FFD200;
    display: block;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    transition: all 0.2s ease 0s; }
    .box-relate-package-homepage .item-package:hover {
      background: #EDEDED; }
      .box-relate-package-homepage .item-package:hover p {
        transition: all 0.2s ease 0s;
        color: #FFD200; }
    .box-relate-package-homepage .item-package p {
      color: #111; }
    .box-relate-package-homepage .item-package .title {
      color: #333 !important;
      font-size: 1.4rem;
      font-weight: 700; }
  .box-relate-package-homepage .fa:before {
    font: normal normal normal 48px/1 FontAwesome; }
  .box-relate-package-homepage .fa-circle:before {
    font-size: 1.2rem; }

.container-static-page .entry-content {
  padding: 20px;
  background: #FFF; }
  @media only screen and (min-width: 480px) {
    .container-static-page .entry-content {
      padding: 40px 60px; } }
  .container-static-page .entry-content h2, .container-static-page .entry-content h3, .container-static-page .entry-content h4, .container-static-page .entry-content h5, .container-static-page .entry-content h6 {
    margin-bottom: 10px !important; }
  .container-static-page .entry-content h2 {
    font-size: 20px !important;
    line-height: 20px !important; }
  .container-static-page .entry-content h3 {
    font-size: 1.57143rem !important;
    line-height: 2.35714rem !important; }
  .container-static-page .entry-content a {
    text-decoration: underline;
    color: #236baa; }
    .container-static-page .entry-content a:hover {
      color: #00c0d9; }
  .container-static-page .entry-content h1 {
    font-size: 3rem;
    font-weight: bold; }
  .container-static-page .entry-content h3 {
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin: 20px 0px;
    font-size: 1.8rem;
    font-weight: bold; }
    .container-static-page .entry-content h3:after {
      display: block;
      content: "";
      width: 80px;
      height: 4px;
      background: #ffd200;
      position: absolute;
      bottom: -2px; }
  .container-static-page .entry-content .box-explain {
    width: 100%; }
    @media only screen and (min-width: 480px) {
      .container-static-page .entry-content .box-explain {
        width: 60%; } }
    .container-static-page .entry-content .box-explain .none-border-right {
      border: 1px solid #CCC; }
      @media only screen and (min-width: 480px) {
        .container-static-page .entry-content .box-explain .none-border-right {
          border-right: 0px; } }
    .container-static-page .entry-content .box-explain .none-border-left {
      border: 1px solid #CCC; }
      @media only screen and (min-width: 480px) {
        .container-static-page .entry-content .box-explain .none-border-left {
          border-left: 0px; } }
    .container-static-page .entry-content .box-explain .none-border-top-bottom {
      border: 1px solid #CCC; }
      @media only screen and (max-width: 480px) {
        .container-static-page .entry-content .box-explain .none-border-top-bottom {
          border-top: 0px;
          border-bottom: 0px; } }

.item-post-city-guides .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  color: #FFF;
  background: rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease 0s; }
  .item-post-city-guides .item-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #FFD200; }
  .item-post-city-guides .item-overlay .title-overlay {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.3rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.55); }
    .item-post-city-guides .item-overlay .title-overlay h2 {
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 2.3rem;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.55); }
  .item-post-city-guides .item-overlay .fa:before {
    font: normal normal normal 32px/1 FontAwesome; }

.item-post-city-guides .fa:before {
  font: normal normal normal 20px/1 FontAwesome; }

.right-col .item-overlay {
  left: 15px; }

.entry-header {
  margin: 15px 0px 10px 0px; }
  .entry-header .box-city-guides-des {
    border-bottom: none; }
    .entry-header .box-city-guides-des .box-widget {
      margin-bottom: 10px;
      transition: all 0.2s ease 0s; }
      .entry-header .box-city-guides-des .box-widget:hover {
        background: #FFD200; }
        .entry-header .box-city-guides-des .box-widget:hover a {
          color: #333; }
      .entry-header .box-city-guides-des .box-widget a {
        font-size: 1.2rem;
        line-height: 2.6rem; }
      .entry-header .box-city-guides-des .box-widget .icon-city-guides i {
        margin-top: 9px; }
    .entry-header .box-city-guides-des .box-widget.active {
      background: #FFD200; }
      .entry-header .box-city-guides-des .box-widget.active .icon-book {
        border: 1px solid #FFF; }

.clear-both {
  clear: both; }

.blog-mark {
  display: block;
  position: absolute;
  right: -40px;
  top: 15px;
  font-weight: bold;
  padding: 10px 0px 12px 7px;
  color: #FFD200;
  font-size: 22px; }

.search-loading .section-title {
  font-weight: 800;
  letter-spacing: 2px; }

.search-loading .fa-step {
  border-radius: 50%;
  background: #f9676b;
  color: #fff;
  font-size: 34px;
  height: 80px;
  padding: 23px;
  width: 80px;
  position: relative; }

.search-loading .work-step h5 {
  font-weight: 800;
  margin: 30px 0 10px;
  letter-spacing: 1px; }

.media-process {
  margin-bottom: 10px; }

.text-process .quotes {
  display: none;
  margin-top: 5px;
  color: #524c61; }

.detail-header .tago-breadcrumb li a {
  font-size: 11px;
  color: #999; }
  .detail-header .tago-breadcrumb li a:hover {
    text-decoration: underline; }

.detail-main .color-blue {
  color: #33afe4; }

.detail-main .color-yellow {
  color: #FFD200; }

.detail-main .color-orange {
  color: #f26522; }

.detail-main .detail-about {
  color: #333333;
  margin-bottom: 15px;
  background: #0a162a;
  padding: 15px 0; }
  @media screen and (max-width: 767px) {
    .detail-main .detail-about {
      margin-bottom: 15px; } }
  .detail-main .detail-about .detail-about-title .hotel-name {
    margin-right: 15px;
    margin-bottom: 5px;
    color: #ffffff; }
    @media screen and (max-width: 767px) {
      .detail-main .detail-about .detail-about-title .hotel-name {
        margin-bottom: 5px;
        padding-top: 7px; } }
    .detail-main .detail-about .detail-about-title .hotel-name h2 {
      font-size: 28px;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .detail-main .detail-about .detail-about-title .hotel-name h2 {
          font-size: 22px; } }
  .detail-main .detail-about .detail-about-title .package-name {
    margin-bottom: 15px;
    display: inline-block; }
    .detail-main .detail-about .detail-about-title .package-name h1 {
      color: #ffffff;
      font-size: 28px;
      font-weight: 500;
      display: inline;
      margin-right: 15px; }
      @media screen and (max-width: 767px) {
        .detail-main .detail-about .detail-about-title .package-name h1 {
          font-size: 22px; } }
    .detail-main .detail-about .detail-about-title .package-name span {
      display: inline;
      font-size: 24px; }
  .detail-main .detail-about .detail-about-title .hotel-star .hotel-type {
    color: #666666;
    font-size: 14px; }
  .detail-main .detail-about .detail-about-title .hotel-star .star-on {
    color: #33afe4;
    font-size: 24px;
    line-height: 35px; }
  .detail-main .detail-about .detail-about-title .customer-feedback {
    margin-top: 5px; }
    .detail-main .detail-about .detail-about-title .customer-feedback a {
      color: #666;
      font-size: 14px; }
      .detail-main .detail-about .detail-about-title .customer-feedback a:hover {
        text-decoration: underline; }
    .detail-main .detail-about .detail-about-title .customer-feedback i {
      color: #33afe4;
      font-size: 16px; }
  .detail-main .detail-about .detail-about-title .hotel-address {
    margin-bottom: 15px; }
    .detail-main .detail-about .detail-about-title .hotel-address a {
      color: #e5e5e5;
      font-size: 14px; }
      .detail-main .detail-about .detail-about-title .hotel-address a:hover {
        text-decoration: underline; }
    .detail-main .detail-about .detail-about-title .hotel-address i {
      color: #33afe4;
      font-size: 18px; }
  .detail-main .detail-about .detail-about-title .hotel-review-container {
    top: 0; }
    .detail-main .detail-about .detail-about-title .hotel-review-container .ReviewSection {
      padding-top: 8px;
      text-align: right; }
      .detail-main .detail-about .detail-about-title .hotel-review-container .ReviewSection .ReviewSection-item {
        display: inline-block;
        vertical-align: top;
        text-align: right; }
        .detail-main .detail-about .detail-about-title .hotel-review-container .ReviewSection .ReviewSection-item .ReviewSection-scoreText {
          color: #33afe4;
          font-weight: normal;
          display: block;
          line-height: 1.2;
          font-size: 20px;
          padding-top: 5px; }
        .detail-main .detail-about .detail-about-title .hotel-review-container .ReviewSection .ReviewSection-item .ReviewSection-count {
          font-size: 12px;
          color: #e5e5e5; }
        .detail-main .detail-about .detail-about-title .hotel-review-container .ReviewSection .ReviewSection-item .ReviewScore {
          cursor: pointer; }
          .detail-main .detail-about .detail-about-title .hotel-review-container .ReviewSection .ReviewSection-item .ReviewScore span {
            background: #003580;
            color: #fff;
            text-shadow: none;
            display: inline-block;
            text-align: center;
            font-weight: normal;
            box-shadow: none;
            padding: 0;
            margin: 0;
            border: 0;
            vertical-align: baseline;
            box-sizing: border-box;
            position: relative;
            line-height: 2;
            text-decoration: none;
            font-size: 24px;
            border-radius: 8px 8px 8px 0;
            width: 48px;
            margin-left: 4px; }
        .detail-main .detail-about .detail-about-title .hotel-review-container .ReviewSection .ReviewSection-item .ReviewSection-score {
          margin-left: 5px; }
  .detail-main .detail-about .detail-about-main {
    background-color: #0a162a;
    position: relative; }
    .detail-main .detail-about .detail-about-main:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: -12px;
      height: 424px;
      background: #0a162a; }
  .detail-main .detail-about .link-view {
    margin-left: 20px;
    cursor: pointer; }
  .detail-main .detail-about .fa-chevron-right {
    font-size: 12px; }
  .detail-main .detail-about .icon-normal {
    color: #1a3863; }
  .detail-main .detail-about .rate-point {
    color: #FFD200; }
  .detail-main .detail-about .box-service {
    border: 1px solid #1a3863;
    border-radius: 2px;
    padding: 0 10px 10px 10px; }
    .detail-main .detail-about .box-service ul {
      padding-left: 0;
      list-style: none; }
  .detail-main .detail-about .combo-box:before {
    left: 42px;
    transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    position: absolute;
    bottom: 11px;
    width: 168px;
    height: 36px;
    border-radius: 12px;
    box-shadow: 0 0 16px 12px rgba(0, 0, 0, 0.4); }
  .detail-main .detail-about .combo-box:after {
    right: 42px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    position: absolute;
    bottom: 11px;
    width: 168px;
    height: 36px;
    border-radius: 12px;
    box-shadow: 0 0 16px 12px rgba(0, 0, 0, 0.4); }
  .detail-main .detail-about .combo-box .combo-box-offline {
    padding: 15px;
    border-radius: 3px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    float: left;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 1023px) {
      .detail-main .detail-about .combo-box .combo-box-offline {
        border: none;
        box-shadow: none;
        padding: 15px 0; } }
  .detail-main .detail-about .combo-box .combo-box-online {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    border-radius: 2px;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
    .detail-main .detail-about .combo-box .combo-box-online .color-blue {
      font-size: 19px; }
    .detail-main .detail-about .combo-box .combo-box-online .box-online-title p {
      font-size: 20px; }
      .detail-main .detail-about .combo-box .combo-box-online .box-online-title p a {
        color: #33afe4; }
        .detail-main .detail-about .combo-box .combo-box-online .box-online-title p a small {
          font-size: 12px;
          color: #888888; }
    .detail-main .detail-about .combo-box .combo-box-online .view-detail {
      margin-top: 10px; }
      .detail-main .detail-about .combo-box .combo-box-online .view-detail a {
        color: #f26522;
        font-size: 14px; }
    .detail-main .detail-about .combo-box .combo-box-online button {
      font-size: 16px;
      text-indent: 5px;
      text-transform: capitalize;
      font-weight: bold;
      margin: 15px 0; }
    .detail-main .detail-about .combo-box .combo-box-online .btn-online {
      box-shadow: 1px 1px 1px 1px #CCCCCC; }
    .detail-main .detail-about .combo-box .combo-box-online .btn-offline {
      margin-top: 0; }
    .detail-main .detail-about .combo-box .combo-box-online .booking-price {
      height: 25px;
      line-height: 25px;
      border-bottom: 1px dotted #e5e5e5; }
  .detail-main .detail-about .combo-box .combo-box-empty {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    padding: 15px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
    .detail-main .detail-about .combo-box .combo-box-empty .box-empty-title {
      font-size: 20px;
      color: #ccc; }
      .detail-main .detail-about .combo-box .combo-box-empty .box-empty-title .hotel-name {
        font-weight: 600;
        margin-bottom: 25px; }
    .detail-main .detail-about .combo-box .combo-box-empty p {
      font-size: 15px; }
      .detail-main .detail-about .combo-box .combo-box-empty p .fa-phone-square {
        font-size: 22px;
        color: #33afe4; }
    .detail-main .detail-about .combo-box .combo-box-empty .btn-update {
      font-size: 16px;
      text-indent: 5px;
      text-transform: capitalize;
      font-weight: bold;
      margin: 25px 0 15px 0; }
    .detail-main .detail-about .combo-box .combo-box-empty .find-combo {
      font-size: 14px !important; }
      .detail-main .detail-about .combo-box .combo-box-empty .find-combo .group-search-item {
        padding: 0; }
  .detail-main .detail-about .combo-box .package-name {
    font-size: 18px;
    color: #e5e5e5; }
  .detail-main .detail-about .combo-box .package-tool {
    font-size: 14px;
    margin-bottom: 15px; }
  .detail-main .detail-about .combo-box .combo-note {
    font-size: 13px;
    color: #ff6500;
    padding: 10px;
    margin-top: 15px;
    font-style: italic;
    border: 1px dotted #ff6500; }
  .detail-main .detail-about .combo-box .combo-contact {
    text-align: center; }
    .detail-main .detail-about .combo-box .combo-contact button {
      text-transform: uppercase;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .detail-main .detail-about .combo-box .combo-contact button {
          font-size: 14px; } }
    .detail-main .detail-about .combo-box .combo-contact a {
      font-size: 15px;
      font-weight: 600; }
  .detail-main .detail-about .combo-box .combo-price {
    position: relative;
    min-height: 54px;
    margin: 15px 0; }
    .detail-main .detail-about .combo-box .combo-price .combo-promotion {
      min-height: 52px;
      text-align: center;
      padding: 5px 10px;
      font-size: 12px;
      position: absolute;
      z-index: 1;
      top: 2px;
      right: 0;
      bottom: auto;
      left: auto;
      max-width: 100%;
      border-radius: 3px;
      box-sizing: border-box;
      box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
      font-weight: bold;
      background-color: #eb6502;
      border-color: #b51000;
      color: #fff; }
      .detail-main .detail-about .combo-box .combo-price .combo-promotion:before {
        content: "";
        position: absolute;
        display: block;
        left: -14px;
        width: 0;
        height: 0;
        top: 11px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #eb6502; }
      .detail-main .detail-about .combo-box .combo-price .combo-promotion:after {
        content: "";
        position: absolute;
        display: block;
        left: -7px;
        top: 23px;
        width: 5px;
        height: 5px;
        background-color: #ffffff;
        border-radius: 50%; }
      .detail-main .detail-about .combo-box .combo-price .combo-promotion span {
        font-size: 18px; }
    .detail-main .detail-about .combo-box .combo-price .old-price {
      display: block;
      font-size: 14px;
      font-weight: 400;
      color: #aaaaaa;
      text-decoration: line-through; }
    .detail-main .detail-about .combo-box .combo-price .new-price {
      display: block;
      color: #e5e5e5;
      margin: 5px 0 10px 0; }
      .detail-main .detail-about .combo-box .combo-price .new-price .text {
        font-size: 16px;
        font-weight: 400; }
      .detail-main .detail-about .combo-box .combo-price .new-price .price {
        font-size: 20px;
        font-weight: 600; }
        .detail-main .detail-about .combo-box .combo-price .new-price .price span {
          font-size: 14px;
          font-weight: 100; }
    .detail-main .detail-about .combo-box .combo-price .price-online {
      color: #FFD200;
      font-weight: 600; }
      .detail-main .detail-about .combo-box .combo-price .price-online span {
        color: inherit;
        font-weight: 100;
        font-size: 14px; }
  .detail-main .detail-about .combo-box .package-search-list .list-text {
    color: #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .detail-main .detail-about .combo-box .package-search-list .package-city-title, .detail-main .detail-about .combo-box .package-search-list .package-from-to {
    color: #ccc;
    font-size: 15px; }
  .detail-main .detail-about .combo-box .package-search-list .day-n-night {
    margin-right: 15px; }
  .detail-main .detail-about .combo-box .package-search-list .icon-marker, .detail-main .detail-about .combo-box .package-search-list .icon-forward, .detail-main .detail-about .combo-box .package-search-list .icon-timer {
    width: 16px;
    margin-bottom: 3px; }
  .detail-main .detail-about .combo-box .package-search-list .icon-forward {
    margin-left: 20px; }
  .detail-main .detail-about .combo-box .package-search-list .link-powred {
    color: #ccc; }
    .detail-main .detail-about .combo-box .package-search-list .link-powred img {
      width: 85px; }
  .detail-main .detail-about .combo-box .package-search-list .fa-check-circle {
    color: #00e400; }
  .detail-main .detail-about .combo-box .package-search-list .call-phone {
    color: #ccc; }

.detail-main .detail-tab {
  margin-bottom: 30px;
  display: none; }
  .detail-main .detail-tab .nav > li > a {
    padding: 0;
    margin: 0; }
  .detail-main .detail-tab .nav-tabs > li.active > a {
    border: 1px solid transparent; }
  .detail-main .detail-tab .nav-tabs {
    padding: 0 15px;
    border-bottom: none;
    background-color: #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px; }
    .detail-main .detail-tab .nav-tabs li {
      margin: 0 50px 0 0; }
      .detail-main .detail-tab .nav-tabs li a {
        background-color: inherit;
        color: #333333;
        height: 46px;
        line-height: 46px; }
        .detail-main .detail-tab .nav-tabs li a:hover {
          border: 1px solid transparent;
          cursor: pointer;
          color: #33afe4; }
        .detail-main .detail-tab .nav-tabs li a:after {
          display: block;
          content: attr(title);
          font-weight: bold;
          height: 1px;
          color: transparent;
          overflow: hidden;
          visibility: hidden; }
      .detail-main .detail-tab .nav-tabs li:last-child {
        margin-right: 0; }
        .detail-main .detail-tab .nav-tabs li:last-child #tab-booking-price .pull-left {
          height: 46px;
          padding-right: 8px;
          font-size: 18px;
          font-weight: 600;
          line-height: 46px; }
        .detail-main .detail-tab .nav-tabs li:last-child #tab-booking-price .pull-right button {
          font-weight: 600;
          text-transform: capitalize;
          margin-top: 6px; }
    .detail-main .detail-tab .nav-tabs li.active {
      border-bottom: 4px solid #33afe4;
      font-weight: 600; }
      .detail-main .detail-tab .nav-tabs li.active a:hover {
        color: #333333;
        cursor: default; }

.detail-main .tab-fixed {
  position: fixed;
  display: block;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  font-size: 14px; }
  .detail-main .tab-fixed .nav-tabs {
    box-shadow: none; }

.detail-main .box-info {
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 3px; }
  @media screen and (max-width: 767px) {
    .detail-main .box-info {
      padding-bottom: 15px; } }
  .detail-main .box-info:last-child {
    margin-bottom: 30px; }
  .detail-main .box-info .article {
    text-align: justify;
    display: block;
    overflow: hidden;
    color: #333; }
  .detail-main .box-info .article-package-info, .detail-main .box-info .article-package-include-policy {
    text-align: justify;
    display: block;
    overflow: hidden;
    color: #333;
    line-height: 1.5; }
  .detail-main .box-info .read-more, .detail-main .box-info .read-more-include-policy {
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    color: #33afe4;
    margin: 10px 0 0 0;
    cursor: pointer; }

.detail-main .box-reservation {
  padding: 7px 15px 5px;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 3px;
  font-size: 14px; }
  .detail-main .box-reservation a {
    color: #000000; }
  .detail-main .box-reservation img {
    width: 20px;
    margin-bottom: 2px; }

.detail-main .article-package {
  min-height: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  position: relative;
  margin-bottom: 30px; }
  .detail-main .article-package .box-info {
    box-shadow: none;
    margin-bottom: 0; }
  .detail-main .article-package .box-body * {
    font-family: 'Open Sans',mallory,'Helvetica Neue',Helvetica,Arial,sans-serif !important; }
  .detail-main .article-package .box-body h2, .detail-main .article-package .box-body h3, .detail-main .article-package .box-body h4, .detail-main .article-package .box-body h5, .detail-main .article-package .box-body h6 {
    margin-bottom: 10px !important; }
  .detail-main .article-package .box-body h2 {
    font-size: 20px !important;
    line-height: 20px !important; }
  .detail-main .article-package .box-body h3 {
    font-size: 1.57143rem !important;
    line-height: 2.35714rem !important; }
  .detail-main .article-package .box-body a {
    text-decoration: underline;
    color: #236baa; }
    .detail-main .article-package .box-body a:hover {
      color: #00c0d9; }
  .detail-main .article-package .content-view {
    overflow: hidden;
    transition: height 0.2s; }
  .detail-main .article-package .include-policy {
    height: 250px; }

  .detail-main .article-package .handbook {
    height: 600px; }
  .detail-main .article-package .btn--view-more {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    margin-top: -15px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #999;
    color: #333333;
    padding: 4px; }
    .detail-main .article-package .btn--view-more i {
      margin: 0; }

.detail-main .last {
  margin-bottom: 20px; }

.detail-main .box-header {
  margin-top: 10px; }
  .detail-main .box-header .box-tittle {
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5; }
    .detail-main .box-header .box-tittle .block-title {
      font-size: 26px;
      font-weight: 600; }
      .detail-main .box-header .box-tittle .block-title small {
        color: #b7b7b7; }
      .detail-main .box-header .box-tittle .block-title .show-change-update {
        font-size: 12px;
        cursor: pointer; }
      @media screen and (max-width: 768px) {
        .detail-main .box-header .box-tittle .block-title {
          font-size: 20px; } }

.detail-main .box-body {
  padding-top: 15px; }
  .detail-main .box-body .rating-point {
    position: relative; }
    .detail-main .box-body .rating-point .rate-by-score {
      padding: 49px;
      position: absolute;
      border: solid 1px #073763;
      background: #073763;
      color: white;
      border-radius: 15px; }
    .detail-main .box-body .rating-point .score-by-word {
      position: absolute;
      top: 119px;
      left: 27px;
      font-size: 19px;
      white-space: nowrap;
      padding: 10px; }
  .detail-main .box-body .flight-detail {
    background-color: #eeeeee;
    padding: 15px;
    border-radius: 3px;
    font-size: 13px; }
    .detail-main .box-body .flight-detail .flight-detail-refund {
      border-bottom: 1px dashed #999;
      border-top: 1px dashed #999;
      padding-top: 10px;
      margin-bottom: 10px; }
    .detail-main .box-body .flight-detail .flight-detail-title {
      text-transform: uppercase;
      font-weight: 600;
      text-align: center; }
    .detail-main .box-body .flight-detail .flight-detail-price {
      border-top: 1px dotted #CCCCCC;
      border-bottom: 1px dotted #CCCCCC;
      padding: 20px 0 10px 0;
      margin-bottom: 10px; }
      .detail-main .box-body .flight-detail .flight-detail-price .total-price {
        font-size: 16px; }
      @media screen and (max-width: 767px) {
        .detail-main .box-body .flight-detail .flight-detail-price .text-right {
          text-align: left; } }
    .detail-main .box-body .flight-detail h5 {
      font-weight: 600; }
    .detail-main .box-body .flight-detail .hide-flight-detail {
      font-size: 14px; }
      .detail-main .box-body .flight-detail .hide-flight-detail:hover {
        cursor: pointer; }
  .detail-main .box-body .show-flight-detail {
    font-size: 14px;
    cursor: pointer; }
  .detail-main .box-body .room-detail {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC; }
    .detail-main .box-body .room-detail ul li {
      margin-bottom: 5px; }
    .detail-main .box-body .room-detail ul .list-attribute {
      margin-left: 30px; }
    @media screen and (max-width: 767px) {
      .detail-main .box-body .room-detail {
        border: none;
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC; } }
    @media screen and (max-width: 1023px) {
      .detail-main .box-body .room-detail {
        border-left: none; } }
  .detail-main .box-body .box-border {
    border: 1px solid #CCCCCC;
    margin-bottom: 15px;
    border-radius: 3px; }
  .detail-main .box-body .booking-price {
    height: 30px;
    line-height: 30px; }
    .detail-main .box-body .booking-price .booking-new-price {
      color: #2c2c2c;
      font-size: 20px;
      font-weight: bold; }
    .detail-main .box-body .booking-price .booking-old-price {
      font-size: 16px;
      text-decoration: line-through;
      color: #666666; }
    .detail-main .box-body .booking-price .booking-price-promotion {
      color: #eb6502;
      font-size: 15px;
      font-weight: 600; }
  .detail-main .box-body .booking-price-detail {
    border-top: 1px solid #CCCCCC;
    padding: 10px 0 15px 0; }
  .detail-main .box-body .booking-action-detail button {
    font-size: 18px;
    font-weight: 600; }
  .detail-main .box-body .list-service {
    list-style: none;
    padding-left: 0; }
  .detail-main .box-body .customer-rate .total-point-rate {
    font-size: 28px;
    line-height: 20px;
    font-weight: bold;
    color: #33afe4;
    margin-bottom: 14px;
    height: auto;
    margin-top: 10px; }
    .detail-main .box-body .customer-rate .total-point-rate small {
      color: #CCCCCC; }
  .detail-main .box-body .customer-rate .total-customer-rate {
    text-align: center;
    margin-top: 10px; }
  .detail-main .box-body .customer-rate-detail .rate-service {
    margin-top: 10px; }
    .detail-main .box-body .customer-rate-detail .rate-service .rate-title {
      width: 100%;
      float: left; }
    .detail-main .box-body .customer-rate-detail .rate-service .rate-percent {
      position: relative;
      float: left;
      width: 65%;
      height: 12px;
      margin-top: 2px;
      background-color: #e5e5e5; }
      .detail-main .box-body .customer-rate-detail .rate-service .rate-percent .rate-percent-reality {
        float: left;
        width: 87%;
        height: 12px;
        background-color: #33afe4; }
      .detail-main .box-body .customer-rate-detail .rate-service .rate-percent span {
        bottom: -2px;
        position: absolute;
        float: right;
        color: #b7b7b7;
        font-size: 12px;
        left: 170px;
        font-weight: bold; }
  .detail-main .box-body .customer-rate-detail .first-service {
    margin-top: 0; }
  .detail-main .box-body .convenient-top-title {
    font-size: 16px;
    margin-bottom: 20px; }
  .detail-main .box-body .convenient .convenient-title {
    font-size: 16px;
    margin-bottom: 10px; }
    .detail-main .box-body .convenient .convenient-title i {
      font-size: 24px;
      color: #33afe4;
      margin: 0 20px 0 0; }
  .detail-main .box-body .convenient .convenient-main .list-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .detail-main .box-body .list-customer-rate {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0; }
    .detail-main .box-body .list-customer-rate .customer-info {
      text-align: center; }
      .detail-main .box-body .list-customer-rate .customer-info .customer-avatar img {
        width: 80px !important;
        height: 80px !important;
        border-radius: 50%; }
      .detail-main .box-body .list-customer-rate .customer-info .customer-name {
        margin-top: 10px;
        font-size: 11px;
        font-weight: 600;
        color: #656565; }
      .detail-main .box-body .list-customer-rate .customer-info .customer-address {
        font-size: 11px;
        color: #656565; }
    .detail-main .box-body .list-customer-rate .customer-rate-time i {
      font-size: 16px; }
    .detail-main .box-body .list-customer-rate .customer-rate-time .rate-time {
      color: #666666;
      font-size: 12px; }
    .detail-main .box-body .list-customer-rate .customer-comment {
      margin-top: 15px;
      color: #666; }
  .detail-main .box-body .package-info-title {
    font-size: 20px;
    line-height: 24px;
    color: #333; }
  .detail-main .box-body .package-info-content ul {
    margin-top: 15px; }
    .detail-main .box-body .package-info-content ul .title {
      font-size: 12px;
      line-height: 16px;
      color: #b7b7b7;
      text-transform: uppercase;
      font-weight: bold; }
      .detail-main .box-body .package-info-content ul .title a {
        text-transform: none;
        font-size: 11px;
        font-style: italic;
        font-weight: 400; }
    .detail-main .box-body .package-info-content ul .item {
      font-size: 13px;
      line-height: 18px;
      margin-top: 10px; }
  .detail-main .box-body .location {
    background-color: #000000;
    padding: 10px;
    opacity: 0.7; }
  .detail-main .box-body .caption {
    background-color: #ffffff; }
    .detail-main .box-body .caption a h4 {
      color: #000000;
      font-size: 14px; }
  .detail-main .box-body .option {
    font-size: 12px; }
  .detail-main .box-body .booking-now .price {
    font-size: 18px;
    font-weight: bold; }
  .detail-main .box-body .btn-search {
    color: #ffffff;
    padding: 5px 40px;
    font-size: 20px;
    font-weight: 600; }
  .detail-main .box-body .thumbnail {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
    .detail-main .box-body .thumbnail:hover {
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25); }
  .detail-main .box-body .border-right-fix {
    border-right: 1px solid #ccc; }
    .detail-main .box-body .border-right-fix .ticket-result {
      padding-bottom: 17px;
      border: none;
      margin-top: 0; }
      .detail-main .box-body .border-right-fix .ticket-result .plane-logo {
        margin-left: 15px; }
        .detail-main .box-body .border-right-fix .ticket-result .plane-logo img {
          max-width: 55px !important; }
  .detail-main .box-body .media:hover {
    box-shadow: none; }
  .detail-main .box-body .redemption-location-item {
    background-color: #33afe4;
    color: #fff;
    position: relative;
    padding: 12px 16px;
    display: block; }
    .detail-main .box-body .redemption-location-item .icon-map {
      float: left;
      font-size: 24px; }
    .detail-main .box-body .redemption-location-item .content-map {
      padding-left: 24px; }

.detail-main .box-offline {
  box-shadow: none; }
  .detail-main .box-offline .box-header .box-tittle .block-title {
    font-size: 22px;
    font-weight: 400;
	color: #f79620;
}

.detail-main .package-search-list .media .ticket-result .stops .stop-line .icon-plane {
  right: -10px; }

.detail-main .load_price_adult {
  font-size: 20px;
  color: #eb6502; }
  .detail-main .load_price_adult span {
    font-size: 15px;
    color: #eb6502; }

.detail-main .show-detail-price {
  position: relative; }
  .detail-main .show-detail-price p .show-price {
    text-decoration: underline;
    cursor: pointer;
    font-style: italic;
    color: #333333; }
  .detail-main .show-detail-price .load-price-detail {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 7px;
    top: 28px;
    display: none;
    padding: 7px;
    background-color: #fff;
    border: 1px solid;
    border-color: #e0e0e0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .detail-main .show-detail-price .load-price-detail:before {
      position: absolute;
      width: 0;
      height: 0;
      border: 11px solid;
      border-color: transparent;
      content: "";
      top: -20px;
      left: 80%;
      margin-left: -11px;
      border-bottom-color: #fff; }
    .detail-main .show-detail-price .load-price-detail .row-person {
      position: relative;
      color: #4a4a4a;
      line-height: 24px; }
      .detail-main .show-detail-price .load-price-detail .row-person span {
        color: #ff6500; }
      .detail-main .show-detail-price .load-price-detail .row-person:before {
        content: '';
        position: absolute;
        width: 87%;
        left: 7%;
        border-bottom: 1px dotted #aaa;
        bottom: 4px; }

.detail-main .popover-content {
  padding: 4px 5px; }

.detail-note {
  background-color: #ffffff;
  border-radius: 3px;
  margin-bottom: 30px; }
  .detail-note .note-content {
    height: 200px;
    overflow: hidden; }
  .detail-note .note-view-more {
    padding: 15px;
    text-align: center; }

.color-white {
  color: #ffffff; }
  .color-white:hover {
    color: #ffffff; }

.color-lower {
  color: #888888; }

.leg {
  margin-bottom: 1.125rem;
  padding-bottom: 0;
  padding-top: 0; }
  .leg .times {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.875rem;
    position: relative;
    display: block;
    margin-top: 0.8rem; }
  .leg .stop-station {
    color: #817b8f;
    font-size: 18px;
    line-height: 30px;
    display: inline-block; }
  .leg .stops {
    position: relative;
    font-weight: 400; }
    .leg .stops .duration {
      font-size: 1.2rem;
      margin-left: 5rem; }
      @media screen and (max-width: 480px) {
        .leg .stops .duration {
          margin-left: 0;
          font-size: 1rem; } }
    .leg .stops .stop-line {
      height: 2px;
      width: 100%;
      background-color: #817b8f;
      margin: 6px auto 8px;
      padding: 0;
      position: relative;
      border-radius: .375rem;
      display: block;
      text-align: center;
      line-height: 0;
      list-style: none;
      left: -2.5rem; }
      @media screen and (max-width: 480px) {
        .leg .stops .stop-line {
          left: -5rem;
          width: 240%; } }
      .leg .stops .stop-line i {
        position: absolute;
        right: -13px;
        transform: rotate(45deg);
        top: -6px; }
    .leg .stops .leg-stops {
      margin-left: 6rem;
      font-size: 1.2rem; }
      @media screen and (max-width: 480px) {
        .leg .stops .leg-stops {
          margin-left: 0.8rem;
          font-size: 1rem; } }

.btn-booking-detail {
  color: #000; }
  .btn-booking-detail:hover, .btn-booking-detail:active, .btn-booking-detail:focus {
    text-decoration: none;
    border-color: #ffb300 #e4a000 #e4a000 #ffb300;
    background-color: #ffb300; }

.working-time {
  height: 199px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 1px 1px;
  padding: 20px; }
  .working-time h5 {
    text-align: center;
    margin-bottom: 18px;
    margin-top: 6px;
    font-size: 18px;
    color: #1a3863;
    font-weight: bold; }

.imgs_gird {
  overflow: hidden;
  cursor: pointer; }
  .imgs_gird .end {
    position: relative; }
    .imgs_gird .end .other {
      position: absolute;
      width: 100%;
      height: 99%;
      font-size: 40px;
      text-align: center;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      top: 0;
      left: 0;
      line-height: 120px; }

.grid_1 .big {
  height: 400px;
  width: 100%;
  object-fit: cover; }

.grid_2 {
  height: 400px; }
  .grid_2 .big {
    float: left;
    width: 50%;
    height: 100%; }
    .grid_2 .big img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .grid_2 .item_1 {
    float: left;
    width: 50%;
    height: 100%; }
    .grid_2 .item_1 img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      padding-left: 1px; }

.grid_3 {
  height: 400px; }
  .grid_3 .big {
    width: 70%;
    float: left;
    height: 100%;
    padding-right: 1px; }
    .grid_3 .big img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      padding-bottom: 1px; }
  .grid_3 .small {
    width: 30%;
    height: 50%;
    float: left; }
    .grid_3 .small img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      padding-bottom: 1px; }

.grid_4 {
  height: 400px; }
  .grid_4 .big {
    height: 99%;
    width: 67%;
    float: left; }
    .grid_4 .big img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      padding-bottom: 1px; }
  .grid_4 .small {
    width: 33%;
    height: 33%;
    float: left;
    padding-left: 1px;
    padding-bottom: 1px; }
    .grid_4 .small img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.grid_5 {
  height: 400px; }
  .grid_5 .big {
    width: 66%;
    float: left;
    height: 50%; }
    .grid_5 .big img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      padding: 1px; }
  .grid_5 .small {
    width: 33%;
    height: 50%;
    float: left; }
    .grid_5 .small img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      padding: 1px; }

.grid_6 {
  height: 400px; }
  .grid_6 .big {
    width: 66%;
    height: 68%;
    float: left; }
    .grid_6 .big img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      padding-bottom: 1px;
      padding-left: 1px; }
  .grid_6 .small {
    width: 33%;
    height: 34%;
    float: left;
    padding-left: 1px;
    padding-bottom: 1px; }
    .grid_6 .small img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

ul.list-icon-text {
  border: none !important; }
  ul.list-icon-text li {
    margin-bottom: 3px !important; }
    ul.list-icon-text li:after, ul.list-icon-text li:before {
      content: " ";
      display: table;
      box-sizing: border-box; }
    ul.list-icon-text li:after {
      clear: both; }
    ul.list-icon-text li .list-icon {
      width: 25px;
      float: left;
      font-size: 14px;
      height: 18px;
      line-height: 18px; }
    ul.list-icon-text li .list-text {
      margin-left: 25px;
      font-size: 13px;
      color: #333333; }
  ul.list-icon-text .package-star {
    font-size: 18px;
    margin-bottom: 5px !important; }
  ul.list-icon-text .base-service {
    margin-left: 15px;
    color: #e5e5e5; }
  ul.list-icon-text .package-include {
    font-size: 15px;
    font-weight: 600;
    color: #e5e5e5; }
    ul.list-icon-text .package-include a {
      font-size: 11px;
      font-weight: 100;
      font-style: italic; }
      ul.list-icon-text .package-include a:hover {
        text-decoration: underline; }
  ul.list-icon-text .border-top {
    padding-top: 10px !important;
    border-top: 1px solid #666 !important;
    margin-top: 10px !important; }
  ul.list-icon-text .border-bottom {
    padding-bottom: 10px !important;
    border-bottom: 1px solid #666 !important;
    margin-bottom: 10px !important; }
  ul.list-icon-text .plane-online-box {
    margin-top: 15px;
    font-size: 14px; }
    ul.list-icon-text .plane-online-box a {
      color: #ccc; }

ul.list-service li {
  margin-bottom: 5px; }
  ul.list-service li .list-icon {
    width: 20px;
    float: left;
    font-size: 13px; }
  ul.list-service li .list-text {
    margin-left: 20px;
    font-size: 13px; }

@media screen and (min-width: 1280px) {
  #modal-change-room .modal-lg {
    width: 55%; } }

#modal-change-room .modal-header {
  border-bottom: none; }
  #modal-change-room .modal-header h4 {
    font-size: 28px;
    font-weight: 500; }

#modal-change-room .current-room .title {
  font-size: 18px;
  font-weight: 600; }

#modal-change-room .list-rooms .table tr {
  border-top: 1px solid #CCCCCC; }

#modal-change-room .list-rooms .table .selected {
  background-color: #faebd7; }

#modal-change-room .list-rooms .table .price-up {
  color: #ef0000;
  font-size: 15px;
  font-weight: 600; }

#modal-change-room .list-rooms .table .price-down {
  color: #33afe4;
  font-size: 15px;
  font-weight: 600; }

#modal-change-room .list-rooms .table .room-type {
  font-size: 15px;
  font-weight: 400; }

#modal-change-room .list-rooms .table button {
  color: #ffffff; }

#modal-change-plane #tablePlaneDeparture_filter {
  display: none; }

#modal-change-plane #tablePlaneReturn_filter {
  display: none; }

#modal-change-plane .select-checkbox:before {
  content: none; }

#modal-change-plane tr.selected {
  background: #f3fffc; }
  #modal-change-plane tr.selected .select-checkbox:after {
    content: none;
    color: #33afe4;
    margin-top: -22px;
    font-size: 25px;
    margin-left: -4px;
    text-align: center;
    text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9; }

#modal-change-plane .modal-header {
  background: #f2f2f2;
  border-bottom: none; }

#modal-change-plane .plane_selected {
  background-color: #faebd7; }

#modal-change-plane .modal-content {
  background-color: #F2F2F2; }

#modal-change-plane .modal-header h4 {
  font-size: 24px;
  font-weight: 600; }

#modal-change-plane .modal-body {
  padding: 0 30px; }

#modal-change-plane .plane-tab {
  padding: 30px; }
  #modal-change-plane .plane-tab .nav-pills > li {
    float: none;
    display: inline-block; }
    #modal-change-plane .plane-tab .nav-pills > li a {
      width: auto;
      padding: 0 30px;
      font-size: 20px;
      font-weight: 200;
      color: #333;
      background-color: transparent; }
  #modal-change-plane .plane-tab .nav-pills > li.active {
    border-bottom: 2px solid #33afe4; }
    #modal-change-plane .plane-tab .nav-pills > li.active a {
      color: #33afe4;
      font-weight: 400;
      background-color: transparent; }
  #modal-change-plane .plane-tab .nav-pills {
    text-align: center; }

#modal-change-plane .plane-filter {
  padding: 20px;
  border: 1px solid #e5e5e5; }

#modal-change-plane .good-time-line {
  background-color: rgba(255, 0, 0, 0.05); }

#modal-change-plane .media {
  border-top: 1px solid #e5e5e5;
  margin-top: 0; }
  #modal-change-plane .media .good-time {
    position: relative; }
    #modal-change-plane .media .good-time:before {
      position: absolute;
      content: 'Giờ đẹp';
      padding: 5px;
      font-size: 11px;
      line-height: 14px;
      z-index: 1;
      top: 5px;
      right: auto;
      bottom: auto;
      left: -32px;
      max-width: 100%;
      border-radius: 0 3px 3px 0;
      box-sizing: border-box;
      box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
      font-weight: bold;
      background-color: rgba(255, 0, 0, 0.75);
      border-color: #b51000;
      color: #fff;
      -webkit-font-smoothing: antialiased; }

#modal-change-plane .ticket h4 {
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 200;
  color: #333;
  margin: 0; }
  #modal-change-plane .ticket h4 i {
    color: #33afe4;
    margin-right: 10px; }

#modal-change-plane .ticket-result {
  border-top: none !important;
  margin-top: 0 !important;
  vertical-align: middle; }
  #modal-change-plane .ticket-result .plane-logo img {
    padding-top: 25px;
    width: 100%;
    height: auto;
    max-width: 80px; }
  #modal-change-plane .ticket-result .stop-line .icon-plane {
    right: -10px; }
  #modal-change-plane .ticket-result .leg-stops {
    color: #333333; }
  #modal-change-plane .ticket-result .time {
    font-size: 21px;
    font-weight: 400;
    color: #333333; }
  #modal-change-plane .ticket-result .city {
    font-size: 16px;
    font-weight: 400; }
  #modal-change-plane .ticket-result .date {
    font-size: 14px; }

#modal-change-plane .price {
  font-size: 13px;
  vertical-align: middle; }

#modal-change-plane .price-up {
  color: #ef0000;
  font-weight: 500;
  font-size: 15px; }

#modal-change-plane .price-down {
  color: #0600ef;
  font-weight: 500;
  font-size: 15px; }

#modal-change-plane .select {
  padding: 0; }
  #modal-change-plane .select button {
    margin-top: 4px;
    padding: 3px 6px;
    font-weight: 500;
    font-size: 12px;
    color: #33afe4;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    background: #ffffff !important;
    border-radius: 2px;
    background-clip: padding-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    border: 1px solid #b7b7b7; }
    #modal-change-plane .select button:hover {
      border-color: #33afe4;
      box-shadow: none;
      color: #33afe4; }

#modal-change-plane .media:hover {
  box-shadow: none; }

#modal-change-plane .plane-style {
  font-size: 13px;
  color: #777777; }

#modal-change-plane .border-bottom {
  border-bottom: 2px solid #CCCCCC;
  padding-bottom: 15px; }

#modal-change-plane .margin-left {
  margin-left: 15px; }

#modal-change-plane button {
  font-size: 30px; }

#modal-change-plane #tablePlaneDeparture_wrapper .row .col-sm-7 {
  width: 100%; }
  #modal-change-plane #tablePlaneDeparture_wrapper .row .col-sm-7 #tablePlaneDeparture_paginate {
    margin: 15px;
    white-space: nowrap;
    text-align: center; }

#modal-change-plane #tablePlaneReturn_wrapper .row .col-sm-7 {
  width: 100%; }
  #modal-change-plane #tablePlaneReturn_wrapper .row .col-sm-7 #tablePlaneReturn_paginate {
    margin: 15px;
    white-space: nowrap;
    text-align: center; }

.bootbox_detail .modal-header {
  background-color: #ffffff;
  border: none;
  color: #33afe4;
  text-align: center; }

.bootbox_detail .modal-body .bootbox-body .alarm-image {
  text-align: center; }
  .bootbox_detail .modal-body .bootbox-body .alarm-image img {
    width: 80px;
    animation: alarm .3s ease infinite; }

@keyframes alarm {
  25% {
    transform: rotate(5deg); }
  75% {
    transform: rotate(-5deg); } }

.bootbox_detail .modal-body .bootbox-body .text-notify {
  margin-top: 15px;
  text-align: justify; }

.bootbox_detail .text-notify {
  margin-top: 15px;
  text-align: justify; }

.bootbox_detail .modal-footer {
  border: none;
  padding-top: 0; }
  .bootbox_detail .modal-footer button {
    background-color: #33afe4;
    color: #eee;
    width: 100%; }

#modal-booking .body-modal-title {
  font-size: 18px;
  margin: 20px 0; }
  #modal-booking .body-modal-title:first-child {
    margin-top: 0; }

#modal-booking label {
  font-size: 13px; }

#modal-booking .list-customer-info {
  margin-bottom: 10px; }
  #modal-booking .list-customer-info input {
    height: 26px; }

#modal-booking .daterangepicker td.active {
  background-color: #33afe4; }

#feedback-content {
  width: 70%; }
  @media screen and (max-width: 767px) {
    #feedback-content {
      width: 100%; } }

@media screen and (max-width: 1024px) {
  .combo-contact button {
    font-size: 11px; }
  .combo-note {
    font-size: 12px; }
  .booking-price-detail .text-left {
    font-size: 12px; } }

#change-package-deital .col-sm-1 {
  width: 10%; }
  @media screen and (max-width: 767px) {
    #change-package-deital .col-sm-1 {
      width: 25%; } }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #33afe4; }

.border-none {
  border: none; }

.alert-time-count {
  position: fixed;
  font-size: 12px;
  left: 10px;
  bottom: 10px;
  width: 22%;
  text-align: justify;
  z-index: 9999;
  overflow-y: auto;
  background: #ffffff;
  color: #0094af;
  border: none;
  display: none;
  box-shadow: 2px 3px 10px #666; }
  .alert-time-count img {
    width: 100%;
    animation: alarm .2s ease infinite; }

@keyframes alarm {
  25% {
    transform: rotate(5deg); }
  75% {
    transform: rotate(-5deg); } }
  @media screen and (max-width: 768px) {
    .alert-time-count {
      width: 80%; } }
  .alert-time-count #viewPerson {
    color: #ff6500; }
  .alert-time-count #timeCount {
    color: #ff6500; }

.fa-star {
  color: #fc0 !important; }

.btn-change {
  background: #fff;
  color: #eb6502;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #f7c19e, 0 1px 2px 0 #f38842;
  margin-bottom: 4px; }
  .btn-change:hover, .btn-change:focus, .btn-change:active {
    color: #ff6500;
    box-shadow: 0 0 0 1px #f7c19e, 0 1px 2px 0 #f38842; }

.date-picker-detail:before {
  left: 32px !important; }

.date-picker-detail .month-wrapper {
  padding: 5px 10px; }
  .date-picker-detail .month-wrapper table .day {
    padding: 6px; }

.date-picker-detail.toReturn:before {
  left: 198px !important; }

.combo-box-empty .hotel-empty-group {
  margin-top: 10px; }
  .combo-box-empty .hotel-empty-group .input-icon {
    background-color: #ffffff; }
  .combo-box-empty .hotel-empty-group input {
    border-left: none; }
    .combo-box-empty .hotel-empty-group input:focus {
      border-color: #dce4ec; }
  .combo-box-empty .hotel-empty-group .input_email {
    padding-left: 10px; }

.combo-box-empty .btn-create-lead {
  margin-top: 10px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600; }

.combo-box-empty .box-empty-title {
  margin-bottom: 20px; }

.combo-box-empty .hotel-empty-room {
  text-align: justify;
  font-size: 14px;
  border: 1px dotted #ff6500;
  padding: 2px 8px;
  margin-bottom: 15px; }
  .combo-box-empty .hotel-empty-room .hotel-name {
    font-weight: 600; }

.combo-box-empty .text-change, .combo-box-empty .text-lead {
  font-size: 16px;
  font-weight: 600;
  color: #ccc; }

.combo-box-empty .text-change {
  color: #33afe4; }

.combo-box-empty .form-group {
  margin-bottom: 0; }

.combo-box-empty .dropdown-location:after {
  top: -5px; }

.combo-box-empty .DateInputRange {
  margin-top: 10px; }

.combo-box-empty .box-search-home {
  margin-top: 5px; }

.combo-box-empty .box_search_detail {
  position: relative; }
  .combo-box-empty .box_search_detail .unified-picker {
    width: 100%;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0; }
    .combo-box-empty .box_search_detail .unified-picker .picker-inner {
      border-width: 1px;
      border-style: solid;
      border-color: #e5e5e5;
      border-radius: 2px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 0 5px 0 36px;
      box-shadow: inset 0 7px 12px -7px #e5e5e5;
      background-color: white;
      text-align: left;
      font-size: 14px;
      overflow: hidden;
      white-space: nowrap; }
      .combo-box-empty .box_search_detail .unified-picker .picker-inner .box_icon {
        color: #33afe4;
        top: 11px;
        left: 9px;
        position: absolute;
        width: auto;
        height: auto;
        background: none; }
  .combo-box-empty .box_search_detail .abc {
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    border-radius: 2px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: inset 0 7px 12px -7px #e5e5e5;
    text-align: left;
    font-size: 14px;
    white-space: nowrap; }
    .combo-box-empty .box_search_detail .abc #from_location, .combo-box-empty .box_search_detail .abc #to_location, .combo-box-empty .box_search_detail .abc #deal_location {
      border: none;
      padding-left: 7px; }
    .combo-box-empty .box_search_detail .abc .input-group-addon {
      background-color: #ffffff;
      border: none;
      border-radius: 0; }

.combo-box-empty input:read-only {
  background-color: #ffffff; }

.combo-box-empty .search-row {
  margin-top: 5px; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #33afe4; }

.ticket_load_result .loading-result {
  padding-top: 110px; }
  @media screen and (max-width: 768px) {
    .ticket_load_result .loading-result {
      padding: 50px 0; } }

.box_search_detail_online {
  position: relative;
  margin-top: 20px; }
  .box_search_detail_online .unified-picker {
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0; }
    .box_search_detail_online .unified-picker .picker-inner {
      border-width: 1px;
      border-style: solid;
      border-color: #e5e5e5;
      border-radius: 2px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 0 5px 0 36px;
      box-shadow: inset 0 7px 12px -7px #e5e5e5;
      background-color: white;
      text-align: left;
      font-size: 14px;
      overflow: hidden;
      white-space: nowrap; }
      .box_search_detail_online .unified-picker .picker-inner .box_icon {
        color: #33afe4;
        top: 14px;
        left: 9px;
        position: absolute;
        width: auto;
        height: auto;
        background: none; }
  .box_search_detail_online .abc {
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    border-radius: 2px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: inset 0 7px 12px -7px #e5e5e5;
    text-align: left;
    font-size: 14px;
    white-space: nowrap; }
    .box_search_detail_online .abc #from_location, .box_search_detail_online .abc #to_location, .box_search_detail_online .abc #deal_location {
      border: none;
      padding-left: 7px; }
    .box_search_detail_online .abc .input-group-addon {
      background-color: #ffffff;
      border: none; }
  .box_search_detail_online .form-control {
    background-color: #fff; }
  .box_search_detail_online .search-row {
    margin-top: 15px; }
    @media screen and (min-width: 768px) {
      .box_search_detail_online .search-row {
        margin-top: 0; } }
  .box_search_detail_online .btn-booking-detail {
    margin-top: 15px; }
    @media screen and (min-width: 768px) {
      .box_search_detail_online .btn-booking-detail {
        margin-top: 0; } }

.class-tooltip-css {
  text-align: justify; }
  .class-tooltip-css b {
    font-size: 16px; }
  .class-tooltip-css .color-default {
    color: #33afe4; }
  .class-tooltip-css .color-orange {
    color: orange; }
  .class-tooltip-css .introjs-nextbutton {
    color: #fff;
    background-color: #00a65a;
    border-color: #008d4c;
    background-image: none;
    text-shadow: none; }
    .class-tooltip-css .introjs-nextbutton:hover {
      color: #fff;
      background-color: #449d44;
      border-color: #398439; }
  .class-tooltip-css .introjs-prevbutton {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    background-image: none;
    text-shadow: none; }
    .class-tooltip-css .introjs-prevbutton:hover {
      background-color: #449d44;
      border-color: #398439; }
  .class-tooltip-css .introjs-skipbutton:hover, .class-tooltip-css .introjs-skipbutton:active, .class-tooltip-css .introjs-skipbutton:focus {
    color: #333;
    outline: 0; }

#modal-tooltip .modal-header {
  background: #fff;
  border-bottom: none;
  padding-bottom: 0; }
  #modal-tooltip .modal-header img {
    height: 22px;
    position: absolute;
    left: 7px;
    top: 7px; }

#modal-tooltip .btn-close {
  background: #fff;
  color: #464646;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.25); }

#modal-tooltip .modal-footer {
  border-top: none;
  padding-top: 0; }

.from-location-hotel-menu {
  left: -29px !important;
  width: 110% !important; }

.sidebar-detail {
  border-radius: 3px;
  padding: 15px;
  width: 100%;
  max-width: 262.5px;
  background-color: #fff;
  float: left;
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 1023px) {
    .sidebar-detail {
      border: none;
      box-shadow: none; } }
  .sidebar-detail .combo-avt {
    width: 100%;
    margin-bottom: 10px;
    height: 125px; }
    .sidebar-detail .combo-avt img {
      width: 100%;
      height: 100% !important;
      object-fit: cover;
      object-position: center center; }
  .sidebar-detail .combo-name {
    font-size: 14px;
    font-weight: 600;
    text-align: justify;
    line-height: 18px;
    margin-bottom: 10px; }
  .sidebar-detail .base-service {
    color: #333; }
  .sidebar-detail .combo-price {
    position: relative;
    min-height: 54px; }
    .sidebar-detail .combo-price .combo-promotion {
      min-height: 52px;
      text-align: center;
      padding: 5px 10px;
      font-size: 12px;
      position: absolute;
      z-index: 1;
      top: 2px;
      right: 0;
      bottom: auto;
      left: auto;
      max-width: 100%;
      border-radius: 3px;
      box-sizing: border-box;
      box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
      font-weight: bold;
      background-color: #eb6502;
      border-color: #b51000;
      color: #fff; }
      .sidebar-detail .combo-price .combo-promotion:before {
        content: "";
        position: absolute;
        display: block;
        left: -14px;
        width: 0;
        height: 0;
        top: 11px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #eb6502; }
      .sidebar-detail .combo-price .combo-promotion:after {
        content: "";
        position: absolute;
        display: block;
        left: -7px;
        top: 23px;
        width: 5px;
        height: 5px;
        background-color: #ffffff;
        border-radius: 50%; }
      .sidebar-detail .combo-price .combo-promotion span {
        font-size: 18px; }
    .sidebar-detail .combo-price .old-price {
      display: block;
      font-size: 14px;
      font-weight: 400;
      color: #999;
      text-decoration: line-through;
      padding-top: 3px; }
    .sidebar-detail .combo-price .new-price {
      display: block;
      color: #666;
      margin: 2px 0 5px 0; }
      .sidebar-detail .combo-price .new-price .text {
        font-size: 16px;
        font-weight: 400; }
      .sidebar-detail .combo-price .new-price .price {
        font-size: 20px;
        font-weight: 600; }
        .sidebar-detail .combo-price .new-price .price span {
          font-size: 14px;
          font-weight: 100;
          color: #999999; }
  .sidebar-detail .package-search-list .package-include {
    color: #333;
    margin-top: 10px; }
  .sidebar-detail .package-search-list .border-top {
    border-top: 1px solid #CCCCCC !important; }
  .sidebar-detail .package-search-list .border-bottom {
    margin: 0 30px;
    border-bottom: 1px solid #CCCCCC !important; }
  .sidebar-detail .package-search-list .list-text {
    color: #666;
    font-size: 12px; }
  .sidebar-detail .package-search-list .buy-n-reservation .fa-user {
    font-size: 18px; }
  .sidebar-detail .package-search-list .buy-n-reservation .icon-time {
    width: 20px;
    margin-bottom: 3px; }
  .sidebar-detail .package-search-list .link-powred {
    color: #666; }
    .sidebar-detail .package-search-list .link-powred img {
      width: 85px; }
  .sidebar-detail .package-search-list .fa-check-circle {
    color: #00e400; }
  .sidebar-detail .hotline {
    margin-top: 15px; }
    .sidebar-detail .hotline a {
      font-size: 16px;
      font-weight: 600;
      color: #333333; }
      .sidebar-detail .hotline a .icon-phone {
        text-align: center;
        color: #fff;
        background-color: #33afe4;
        padding: 5px 3px 5px 7px;
        border-radius: 5px;
        margin-right: 5px; }

.sidebar-fix {
  position: fixed;
  top: 0; }

.combo-suggestion {
  border: 1px solid #e6e7ea; }
  .combo-suggestion .ticket-list,
  .combo-suggestion .room-list {
    background-color: #EEEEEE;
    padding: 20px; }
  .combo-suggestion .box-price {
    padding: 20px;
    padding-left: 0;
    padding-bottom: 0; }
  .combo-suggestion .ticket-list {
    border-bottom: 10px solid #fff; }

.media-flight-detail {
  border-right: solid 2px #ffffff; }
  .media-flight-detail .media-middle {
    vertical-align: middle !important; }
  .media-flight-detail .time {
    font-size: 20px;
    color: #33afe4; }
  .media-flight-detail .ticket-date {
    width: 25%; }
  .media-flight-detail .ticket-time {
    width: 20%; }
  .media-flight-detail .ticket-logo {
    width: 15%; }
    .media-flight-detail .ticket-logo img {
      margin: 0 auto !important; }
  .media-flight-detail .ticket-location {
    width: 20%; }

h4.detail-room-list {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  text-transform: capitalize;
  margin: 0 !important;
  padding: 7px 0; }

p.note-room-list {
  font-size: 13px;
  color: #6C6F74;
  margin: 0 !important;
  padding-bottom: 10px;
  font-weight: 400; }

i.orange-color {
  color: #FF9900; }

.room-list .media {
  border: 1px solid #e6e7ea;
  padding: 10px;
  height: auto !important;
  background: #F9FBFC; }
  .room-list .media .media-left a {
    display: inline-block;
    width: 200px; }
  .room-list .media .media-left .margin15-left {
    margin-left: 15px !important; }
  .room-list .media .media-left img {
    width: 100%;
    height: 153px !important;
    object-fit: cover;
    object-position: center; }
  .room-list .media .media-body .media-heading {
    margin-bottom: 15px !important; }
  .room-list .media .media-body h4.media-heading {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    max-width: 329px !important; }
  .room-list .media .media-body .room-attribute {
    max-width: 194px;
    display: -webkit-box;
    margin-top: 15px; }
    .room-list .media .media-body .room-attribute .item {
      line-height: 20px;
      font-size: 14px;
      color: #999;
      margin-bottom: 5px;
      margin-right: 15px; }
    .room-list .media .media-body .room-attribute .item.active {
      color: #00a651; }
  .room-list .media .media-body .room-attribute:last-child .item {
    line-height: 20px;
    font-size: 14px;
    color: #68C05D;
    margin-bottom: 5px;
    margin-right: 15px; }
  .room-list .media .media-body .detail-package-price {
    position: relative; }
    .room-list .media .media-body .detail-package-price .detail-package-left {
      position: absolute;
      padding: 58px 0; }
      .room-list .media .media-body .detail-package-price .detail-package-left .price-total span {
        font-weight: bold;
        color: #519839;
        font-size: 18px;
        padding: 32px 0; }
      .room-list .media .media-body .detail-package-price .detail-package-left .text-green span {
        font-weight: bold;
        color: #EC6909;
        font-size: 18px;
        padding: 32px 0; }
      .room-list .media .media-body .detail-package-price .detail-package-left .text-default {
        font-weight: bold;
        color: #0a162a;
        font-size: 18px;
        padding: 0; }
    .room-list .media .media-body .detail-package-price .price-increase {
      font-weight: bold;
      color: #ed5c59;
      font-size: 21px; }
  .room-list .media .media-body .total-price-combo {
    margin-top: 10px;
    font-size: 16px; }
  .room-list .media .media-body .ord-now {
    position: relative; }
    .room-list .media .media-body .ord-now .btn-book-room {
      position: absolute;
      top: 0;
      right: 69px;
      text-align: center;
      width: 100%;
      height: 100%;
      padding: 20px 40px; }
      .room-list .media .media-body .ord-now .btn-book-room .btn-info {
        width: 159px;
        padding: 15px 18px;
        border-radius: 3px;
        color: #ffffff;
        font-size: 16px;
        background-color: #EB6502; }
        .room-list .media .media-body .ord-now .btn-book-room .btn-info:hover {
          color: #ffffff;
          background: #c95e12; }

.room-list .without-border {
  padding-left: 2px;
  border: none;
  background: #ffffff; }
  .room-list .without-border .another-choice {
    cursor: pointer;
    position: absolute;
    top: 2%;
    right: 0%;
    padding: 25px 0;
    width: 28%;
    height: 100%;
    text-align: center; }
    .room-list .without-border .another-choice p {
      text-align: center; }
    .room-list .without-border .another-choice .fa {
      color: #33AFE4; }
      .room-list .without-border .another-choice .fa span {
        color: #595959 !important;
        font-size: 16px;
        font-weight: 400; }
        .room-list .without-border .another-choice .fa span a {
          color: #33AFE4; }
          .room-list .without-border .another-choice .fa span a:hover {
            color: #0099CC; }

.room-list .fix-background {
  background: #EEEEEE;
  border-right: solid 2px #ffffff !important;
  border: none; }

.attractive-border {
  position: relative;
  padding: 12px 12px 0 12px;
  border-top: solid 1px #ccc; }
  .attractive-border .ribbon {
    left: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 40px;
    height: 40px;
    text-align: right;
    position: absolute; }
    .attractive-border .ribbon span {
      font-size: 26px;
      font-weight: bold;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      line-height: 20px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      width: 85px;
      display: block;
      background: #E52822;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      position: absolute;
      top: -7px;
      left: -33px;
      height: 27px; }
      .attractive-border .ribbon span .fa {
        position: absolute;
        font-size: 17px;
        top: 6px;
        right: 37px; }

.form-booking-online {
  background-color: #f2f2f2; }

.booking_v2 .section-heading {
  padding-top: 20px; }

.booking_v2 .divider {
  margin-top: 5px;
  background-color: #33afe4; }

.booking_v2 .main-booking .booking-title {
  font-size: 18px;
  text-transform: none !important;
  font-weight: 600;
  margin-bottom: 5px; }

.booking_v2 .main-booking .alert-booking {
  font-weight: 400;
  font-size: 13px;
  color: #d80007;
  font-style: italic;
  padding: 5px 15px;
  margin-bottom: 15px; }

.booking_v2 .main-booking .alert-dismissable .close {
  top: -5px;
  right: -10px; }

.booking_v2 .main-booking .border-bottom {
  font-size: 18px !important;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee; }

.booking_v2 .main-booking textarea {
  resize: none; }

.booking_v2 .main-booking .i-color-primary {
  color: #33afe4; }

.booking_v2 .main-booking .media-detail {
  margin-top: 15px;
  line-height: 10px; }

.booking_v2 .main-booking .fne-info {
  line-height: 10px;
  font-size: 13px; }
  .booking_v2 .main-booking .fne-info .i-color-primary {
    margin-right: 5px; }

@media screen and (max-width: 768px) {
  .booking_v2 .main-booking .box-plus-submit .btn {
    margin-bottom: 15px; } }

.booking_v2 .fne-rating .base-service {
  padding-left: 0; }
  .booking_v2 .fne-rating .base-service .fa {
    color: #33afe4; }

.booking_v2 .booking-package .title {
  font-size: 18px;
  text-transform: capitalize;
  background: #1a3863;
  margin: -15px -15px -5px -15px;
  padding: 10px 15px 8px 15px;
  color: #eee; }

.booking_v2 .booking-package .booking-package-title {
  font-size: 16px;
  margin: 15px 0;
  line-height: 20px; }

.booking_v2 .booking-package .payment-info ul {
  border-top: none; }
  .booking_v2 .booking-package .payment-info ul li {
    padding: 5px 0; }
    .booking_v2 .booking-package .payment-info ul li span {
      font-weight: 400; }
    .booking_v2 .booking-package .payment-info ul li .info {
      color: #333333;
      font-size: 13px; }
    .booking_v2 .booking-package .payment-info ul li .money {
      color: #666666; }
    .booking_v2 .booking-package .payment-info ul li .total-payment {
      color: #2c2c2c; }
    .booking_v2 .booking-package .payment-info ul li .total-publish {
      font-size: 16px;
      text-decoration: line-through;
      color: #666666; }
    .booking_v2 .booking-package .payment-info ul li .luggage {
      font-size: 15px;
      color: #666666; }
    .booking_v2 .booking-package .payment-info ul li .total-promotion {
      color: #ff6500; }
    .booking_v2 .booking-package .payment-info ul li:last-child {
      border: none;
      padding-bottom: 0; }

.booking_v2 .box-voucher {
  border-bottom: none;
  margin-top: 15px; }
  .booking_v2 .box-voucher label {
    color: #33afe4 !important; }

.booking_v2 .visibility-hidden {
  visibility: hidden; }

.booking_v2 .luggage-note {
  color: #999999;
  padding-bottom: 15px;
  font-size: 13px; }

.booking_v2 .luggage .show-luggage {
  line-height: 40px; }
  .booking_v2 .luggage .show-luggage:hover {
    cursor: pointer; }

.booking_v2 .luggage hr {
  margin-top: 0;
  margin-bottom: 10px; }

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

.booking_v2 #add_booking_note {
  cursor: pointer; }

.booking_v2 .booking-contact {
  font-size: 13px; }
  .booking_v2 .booking-contact .show-baggage {
    max-height: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer; }
  .booking_v2 .booking-contact .baggage-vna {
    font-size: 13px;
    max-height: 40px;
    height: 40px;
    line-height: 40px; }

.booking_v2 .reason-tago {
  padding-top: 15px; }
  .booking_v2 .reason-tago ul {
    padding-left: 15px; }
    .booking_v2 .reason-tago ul li {
      text-align: justify;
      margin-bottom: 5px;
      line-height: 17px;
      color: #33afe4; }
      .booking_v2 .reason-tago ul li span {
        color: #333333; }

.booking_v2 .alert-danger {
  background-color: #ffd2d3;
  border-color: #e4bfbf;
  color: #d0423e;
  padding: 5px 25px;
  font-size: 12px !important;
  font-weight: 100; }

.booking-complete {
  background-color: #33afe4;
  margin: 50px;
  padding: 50px;
  color: #ffffff; }
  .booking-complete .complete-header {
    margin-bottom: 30px; }
    .booking-complete .complete-header i {
      font-size: 120px; }
  .booking-complete .complete-footer {
    margin-top: 30px; }
    .booking-complete .complete-footer a {
      font-size: 20px; }

.booking-nav {
  padding: 10px;
  color: #ffffff;
  position: relative; }
  .booking-nav .item-support247 {
    position: absolute;
    right: 0;
    top: 18px; }
    @media (max-width: 767px) {
      .booking-nav .item-support247 {
        top: 10px !important; } }
  .booking-nav img {
    height: 30px; }
  .booking-nav .handshake-text {
    padding: 0 10px;
    font-family: Georgia,"Times New Roman","Century Schoolbook L",serif;
    font-style: italic;
    font-size: 14px; }
  .booking-nav .text-partner {
    font-size: 14px;
    color: #33afe4; }

@media (max-width: 767px) {
  .container_tago {
    overflow: hidden; } }

@media (min-width: 320px) and (max-width: 767px) {
  .display-none-mobile {
    display: none; } }

@media (min-width: 767px) {
  .display-none-pc {
    display: none; } }

.header-progress {
  display: inline-block;
  width: 58%;
  margin-bottom: -15px;
  margin-left: 150px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .header-progress {
      width: 100%;
      margin-left: 0px;
      padding: 0; } }
  .header-progress li {
    list-style-type: none;
    float: left;
    width: 33.33%;
    position: relative;
    text-align: center;
    font-weight: 700;
    margin-bottom: 2px; }
    .header-progress li .content {
      width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 50%;
      background: #D7D7DB;
      text-align: center;
      display: block;
      margin: 0 auto;
      position: relative;
      font-size: 10px;
      color: #737373; }
    .header-progress li .information {
      font-size: 12px; }
  .header-progress li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #D7D7DB;
    top: 6px;
    right: -50%;
    z-index: 0;
    transform: translateY(50%); }
  .header-progress li.active .content {
    background: #32A923;
    color: #fff;
    font-size: 12px; }
  .header-progress li.active .information {
    color: #32A923; }
  .header-progress .step-3:before {
    content: none; }
  .header-progress .step-3 .styl-icon-check {
    margin-top: 5px; }

.item-step-1 {
  margin-top: 10px; }
  .item-step-1 .item-info-combo {
    margin-bottom: 10px;
    padding: 0 16px 16px 16px;
    background-color: #fff;
    border-color: #cbd3db;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif; }
    .item-step-1 .item-info-combo h4 {
      font-size: 16px;
      line-height: 1.5;
      color: #2A2A2E;
      font-family: inherit;
      font-weight: 600; }
    .item-step-1 .item-info-combo .item-name-combo-booking {
      font-weight: 500;
      font-size: 16px;
      margin-top: 10px; }
  .item-step-1 .item-info-contact {
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif; }
    .item-step-1 .item-info-contact form {
      padding: 0 16px 16px 16px;
      background-color: #fff;
      border-color: #cbd3db;
      border: 1px solid transparent;
      border-radius: 0;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }
    .item-step-1 .item-info-contact .form-option {
      height: 33px;
      width: 102%; }
    .item-step-1 .item-info-contact h4 {
      font-size: 16px;
      line-height: 1.5;
      color: #2A2A2E;
      font-family: inherit;
      font-weight: 600; }
    .item-step-1 .item-info-contact label {
      font-size: 16px;
      font-weight: 400;
      font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif; }

.divider-solid-bottom {
  margin: 8px 0 0;
  padding: 0;
  border-bottom: 1px solid #cbd3db; }

.item-styl-detail-combo {
  font-weight: 700;
  font-size: 16px;
  line-height: 2; }

.item-detail-option {
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px; }

.item-detail-combo {
  margin-top: 10px; }

.item-payment-info ul li {
  display: block;
  float: left;
  width: 100%;
  padding: 5px 0; }
  .item-payment-info ul li span {
    font-weight: bold; }
  .item-payment-info ul li .info-new {
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: 600; }
  .item-payment-info ul li .info {
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    font-weight: 500; }
  .item-payment-info ul li .money {
    float: right;
    font-weight: 400; }
  .item-payment-info ul li .money-new {
    float: right;
    font-weight: 600;
    font-size: 16px; }
  .item-payment-info ul li .total-money {
    font-size: 1.5rem; }
  .item-payment-info ul li .total-payment {
    color: #ffaa00; }
  .item-payment-info ul li .total-publish {
    text-decoration: line-through; }

.payment-info ul {
  margin-bottom: 0; }
  .payment-info ul li {
    display: block;
    float: left;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #EEE; }
    .payment-info ul li span {
      font-weight: bold; }
    .payment-info ul li .info-new {
      float: left;
      font-size: 16px;
      color: #333;
      font-weight: 600; }
    .payment-info ul li .info {
      float: left;
      font-size: 14px;
      color: #666;
      line-height: 20px;
      font-weight: 500; }
    .payment-info ul li .money {
      float: right;
      font-weight: 400; }
    .payment-info ul li .money-new {
      float: right;
      font-weight: 600;
      font-size: 16px; }
    .payment-info ul li .total-money {
      font-size: 1.5rem; }
    .payment-info ul li .total-payment {
      color: #ffaa00; }
    .payment-info ul li .total-publish {
      text-decoration: line-through; }

.styl-image-booking {
  width: 100%; }
  .styl-image-booking img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 150px; }

.item-styl-booking {
  display: block;
  overflow: hidden; }

.item-room-period-booking {
  margin-top: 10px; }

.text-detail-combo-option {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  font-weight: 500; }
  .text-detail-combo-option i {
    margin-right: 5px; }

.text-detail-ticket {
  margin: 0 0 0 20px;
  line-height: 20px;
  font-size: 14px; }

.item-alert-security {
  padding: 16px;
  background-color: #fff;
  border-color: #cbd3db;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  border-left: 5px solid #32A923;
  margin-bottom: 10px;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif; }
  .item-alert-security p {
    color: #32A923;
    font-size: 22px;
    font-weight: 500;
    margin: 0; }
  .item-alert-security .img-ssl {
    width: 70px; }
  .item-alert-security label {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif; }

.input_add_coupon {
  margin-top: 10px; }

.item-continue-step1 {
  padding: 20px;
  position: relative; }
  .item-continue-step1 .btn-continue-step1 {
    position: absolute;
    right: 0; }
  .item-continue-step1 .item-btn-continue-step1 {
    padding: 11px 55px;
    background: #33B1E6;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    border: 1px solid transparent;
    text-transform: uppercase;
    border-radius: 3px; }
    .item-continue-step1 .item-btn-continue-step1:hover {
      background: #2893c0;
      color: #fff;
      border: 1px solid #2893c0; }

.item-continue-confirm {
  padding: 15px; }

.custom-font-family {
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif; }

.item-step-2 {
  overflow: hidden;
  display: block;
  padding: 0 15px 15px 15px; }

.item-btn-booking {
  height: auto;
  white-space: normal;
  box-shadow: 1px 1px 1px 1px #ccc;
  margin-top: 16px;
  background-color: #FFD200;
  border: none;
  padding: 10px; }
  .item-btn-booking .item-text-btn-booking {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase; }
  .item-btn-booking .item-title-btn-booking {
    display: block;
    width: 100%;
    font-size: 11px;
    text-transform: none; }

@media (max-width: 767px) {
  .btn-update-tago {
    margin-top: 10px !important; } }

.room-confident-message .well {
  border: 1px solid #eee;
  box-shadow: none;
  border-radius: 3px;
  padding: 16px;
  margin-bottom: 10px;
  background-color: #F9F9FA; }
  .room-confident-message .well label {
    font-weight: 400; }

.item-styl-detail-step1 {
  padding-right: 0 !important;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .item-styl-detail-step1 {
      padding-right: 15px !important; } }

.item-detail-price {
  padding: 0 16px;
  background-color: #fff;
  border-color: #cbd3db;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif; }
  .item-detail-price h4 {
    font-size: 16px;
    line-height: 1.5;
    color: #2A2A2E;
    font-family: inherit;
    font-weight: 600; }

.text-custom-booking {
  color: #32A923; }

.hide {
  display: none !important; }

.show {
  display: block; }

.form-valid-booking {
  float: left; }

.valid-icon-booking {
  float: right;
  margin-top: 10px;
  color: #32A923; }

.item-input-custom-right {
  padding-right: 0; }
  @media (max-width: 767px) {
    .item-input-custom-right {
      padding-right: 15px; } }

.item-input-custom-left {
  padding-left: 0; }

.has-success {
  border-color: #32A923 !important; }

.has-errors {
  border-color: #a94442 !important; }

.img-bank {
  width: 100%; }

.box-img-bank {
  border: 1px solid #ddd;
  height: 40px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 73px;
  margin-right: 3px;
  padding: 8px; }

.box-img-bank-abbank {
  width: 100px;
  height: 40px;
  margin-right: 0; }

#news {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .01em; }
  #news .white {
    color: #fff; }
  #news .ui_column {
    padding: 12px; }
  #news #news_hero {
    background: url("../../../themes/frontend/img/v2/cover/hero_optimized_2.jpg");
    background-position: 0 bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    padding-top: 25px;
    text-align: center;
    font-size: 20px;
    line-height: 24px; }
    @media (min-width: 768px) {
      #news #news_hero {
        position: relative;
        background-position: 50% bottom;
        min-height: 429px; } }
    #news #news_hero #news-tagline {
      font-size: 20px;
      line-height: 24px;
      padding-top: 32px; }
      @media (max-width: 768px) {
        #news #news_hero #news-tagline {
          font-size: 14px;
          line-height: 18px;
          padding-top: 32px; } }
    #news #news_hero .news_h1 {
      font-size: 34px;
      line-height: 38px; }
      @media (max-width: 768px) {
        #news #news_hero .news_h1 {
          font-size: 29px;
          line-height: 33px;
          max-width: 720px;
          margin: auto; } }
  #news #news_nav {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5; }
    #news #news_nav .ui_tabs {
      overflow: hidden;
      overflow-x: auto;
      white-space: nowrap;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background: inherit;
      border-bottom: 1px solid #e5e5e5;
      font-size: 14px;
      line-height: 18px; }
      #news #news_nav .ui_tabs .ui_tab.active {
        border-top: 2px solid transparent;
        border-bottom: 2px solid #33afe4;
        font-weight: bold;
        text-decoration: none; }
      #news #news_nav .ui_tabs .ui_tab {
        display: inline-block;
        padding: 0 12px;
        text-align: center;
        cursor: pointer;
        vertical-align: middle;
        height: 42px; }
        #news #news_nav .ui_tabs .ui_tab:before {
          content: "";
          display: inline-block;
          vertical-align: middle;
          height: 100%; }
    #news #news_nav div {
      text-align: center;
      padding: 0; }
      #news #news_nav div a {
        border-bottom: 2px solid transparent;
        color: #000a12;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: .02em; }
        #news #news_nav div a:hover {
          color: #33afe4; }
      #news #news_nav div a.active {
        border-bottom: 4px solid #33afe4 !important; }
        #news #news_nav div a.active:hover {
          color: #000; }
      #news #news_nav div a.middle {
        margin: 0 70px; }
  #news #prices {
    padding: 20px 0; }
    #news #prices .prices-right img {
      width: 70%;
      float: left;
      min-height: 245px; }
      @media (max-width: 768px) {
        #news #prices .prices-right img {
          min-height: 115px;
          width: 50%; } }
    #news #prices .prices-right ul {
      width: 30%;
      float: none;
      display: inline-block;
      margin-bottom: 20px;
      margin-top: 10px;
      padding-left: 0; }
      @media (max-width: 768px) {
        #news #prices .prices-right ul {
          width: 50%;
          margin-top: 2px; } }
      #news #prices .prices-right ul li {
        list-style-type: none;
        background-color: #fc0;
        width: 85%;
        padding: 5px 8px;
        text-align: right;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px; }
        @media (max-width: 768px) {
          #news #prices .prices-right ul li {
            list-style-type: none;
            background-color: #fc0;
            width: 75%;
            padding: 5px 8px;
            margin-bottom: 5px;
            text-align: right;
            font-size: 14px;
            line-height: 18px; } }
      #news #prices .prices-right ul li.lightest {
        display: block; }
      #news #prices .prices-right ul li.light {
        background-color: rgba(255, 204, 0, 0.35); }
      #news #prices .prices-right ul li.mid {
        background-color: rgba(255, 204, 0, 0.55); }
      #news #prices .prices-right ul li.dark {
        line-height: 40px; }
        @media (max-width: 768px) {
          #news #prices .prices-right ul li.dark {
            width: 90%;
            padding: 10px;
            font-size: 20px;
            line-height: 24px; } }
    #news #prices .prices-right .prices-mobile strong {
      color: #ff6500;
      font-weight: bold; }
  #news #prices.persistent {
    padding: 80px 0 20px; }
    @media (max-width: 768px) {
      #news #prices.persistent {
        padding: 20px 0; }
        #news #prices.persistent .container {
          padding: 0; } }
    @media (min-width: 768px) {
      #news #prices.persistent {
        padding: 100px 0 40px; } }
    #news #prices.persistent .news_heading {
      font-weight: bold; }
  #news .news-spacing {
    margin-bottom: 20px; }
  #news .news_h2 {
    font-size: 28px;
    line-height: 32px; }
  #news .news_h3 {
    font-size: 20px;
    line-height: 24px; }
  #news .orange {
    color: #ff6500; }
  #news .ui_button {
    margin-top: 20px; }
  #news .ui_button.original {
    border-color: #fc0 #e4a000 #e4a000 #fc0;
    background-color: #fc0;
    color: #000; }
    #news .ui_button.original:hover {
      text-decoration: none;
      border-color: #ffb300 #e4a000 #e4a000 #ffb300;
      background-color: #ffb300; }
  #news .ui_button.large {
    padding: 11px 22px 10px;
    font-size: 16px;
    line-height: 19px; }
  #news .ui_button.fullwidth {
    width: 100%; }
  #news .easyClear {
    zoom: 1; }
    #news .easyClear:after {
      display: block;
      height: 0;
      line-height: 0;
      clear: both;
      content: ".";
      visibility: hidden;
      zoom: 1; }
  #news .green {
    color: #33afe4; }
  #news .mobile-bold {
    font-weight: bold; }
  #news #reviews {
    background: url("../../../themes/frontend/img/v2/cover/landscape_optimized.png");
    background-position: 0 bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 325px;
    padding: 45px 0 75px;
    color: #fff; }
    @media (min-width: 768px) {
      #news #reviews {
        background-position: 50% bottom;
        min-height: 653px;
        padding: 60px 0; } }
    #news #reviews #quote-1:after {
      content: "";
      position: absolute;
      display: block;
      visibility: inherit;
      width: 3px;
      background-color: rgba(255, 255, 255, 0.7); }
      @media (min-width: 768px) {
        #news #reviews #quote-1:after {
          height: 360px;
          left: 10px;
          bottom: -360px; } }
    #news #reviews #quote-2 {
      position: absolute;
      left: inherit;
      right: 20px; }
      #news #reviews #quote-2:after {
        content: "";
        position: absolute;
        display: block;
        visibility: inherit;
        width: 3px;
        background-color: rgba(255, 255, 255, 0.7);
        height: 70px;
        right: 7px;
        bottom: -70px; }
        @media (min-width: 768px) {
          #news #reviews #quote-2:after {
            height: 300px;
            right: 10px;
            bottom: -300px; } }
    #news #reviews #quote-3 {
      position: absolute;
      top: 252px;
      left: 50%;
      margin-left: -188px; }
      #news #reviews #quote-3:after {
        content: "";
        position: absolute;
        display: block;
        visibility: inherit;
        width: 3px;
        background-color: rgba(255, 255, 255, 0.7); }
        @media (min-width: 768px) {
          #news #reviews #quote-3:after {
            height: 145px;
            right: 50%;
            bottom: -145px; } }
    #news #reviews .quote {
      position: relative;
      width: 315px;
      min-height: 95px;
      padding: 15px 10px;
      margin-bottom: 25px;
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 2px;
      color: #000a12; }
      @media (min-width: 768px) {
        #news #reviews .quote {
          width: 355px; } }
      #news #reviews .quote .news_avatar {
        float: left; }
        #news #reviews .quote .news_avatar img {
          display: block;
          width: 65px;
          margin-right: 20px; }
      #news #reviews .quote .quote-right {
        float: left;
        margin-top: 10px;
        max-width: 230px; }
      #news #reviews .quote div {
        font-size: 16px;
        line-height: 20px;
        font-weight: normal; }
        #news #reviews .quote div .top {
          margin-bottom: 10px; }
          @media (min-width: 768px) {
            #news #reviews .quote div .top {
              width: auto;
              max-width: 270px; } }
        #news #reviews .quote div .bottom {
          margin: 0;
          color: #4a4a4a;
          font-size: 12px;
          line-height: 16px; }
    #news #reviews .news_heading {
      font-weight: bold; }
  #news #reviews-mobile {
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px; }
    #news #reviews-mobile .news_heading {
      color: #33afe4; }
    #news #reviews-mobile strong {
      color: #33afe4; }
  #news #easy {
    background-color: #00a680;
    margin: 60px 0 20px;
    padding: 115px 0;
    min-height: 110px;
    position: relative; }
    @media (min-width: 768px) {
      #news #easy {
        margin: inherit;
        min-height: 370px;
        padding: 60px 0; } }
    @media (min-width: 1024px) {
      #news #easy {
        margin: inherit;
        min-height: 410px;
        padding: 75px 0; } }
    #news #easy .news_heading {
      font-weight: bold; }
    #news #easy #screen {
      position: absolute;
      top: -20px;
      right: 0;
      max-height: 245px; }
      @media (min-width: 1024px) {
        #news #easy #screen {
          top: 45px;
          max-height: 460px;
          margin-top: inherit; } }
  #news #easy-mobile strong {
    color: #33afe4; }
  #news #gat {
    padding-top: 35px; }
    @media (min-width: 1024px) {
      #news #gat #jssor_1 {
        margin-top: 120px !important; } }

.video-demo {
  width: 100%;
  height: 100%;
  min-height: 360px; }
  @media screen and (max-width: 767px) {
    .video-demo {
      min-height: 180px; } }

.profile .main-profile {
  height: 70px;
  background: #36494e;
  padding-top: 15px; }
  .profile .main-profile ul {
    border: none;
    text-align: center;
    color: #fff;
    list-style: none; }
    .profile .main-profile ul li {
      float: left;
      padding: 10px 15px; }
      .profile .main-profile ul li a {
        color: #808c8f; }
      .profile .main-profile ul li:hover {
        background: #263336;
        border-radius: 20px; }
        .profile .main-profile ul li:hover a {
          color: #fff; }
    .profile .main-profile ul li.active {
      background: #263336;
      border-radius: 20px; }
      .profile .main-profile ul li.active a {
        color: #fff; }

.profile .profile-right .profile-form {
  color: #777777; }

.profile .profile-right .profile-avatar {
  width: 100%;
  margin-top: 30px; }

.profile .profile-right .file-upload {
  line-height: 200px;
  padding: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 140px;
  -moz-border-radius: 140px;
  -webkit-border-radius: 140px; }
  .profile .profile-right .file-upload #avatar {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    cursor: pointer; }

.profile .profile-right .info-title {
  font-size: 22px;
  margin: 20px 0px;
  font-weight: 100; }

.profile .profile-right .info-data {
  height: 42px; }
  .profile .profile-right .info-data .info-content {
    height: 100%; }
  .profile .profile-right .info-data label {
    line-height: 42px;
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .profile .profile-right .info-data label {
        font-size: 14px; } }
  .profile .profile-right .info-data .form-control {
    padding: 10px 40px;
    height: auto !important;
    background-color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important; }
    @media screen and (max-width: 767px) {
      .profile .profile-right .info-data .form-control {
        padding: 10px 15px; } }

.profile .profile-right .profile-button-save {
  background: #b3292e;
  color: #fff;
  text-transform: none;
  line-height: 25px;
  border-radius: 25px;
  padding: 10px 25px;
  float: right;
  margin-right: 15px;
  margin-top: 30px;
  outline: none;
  font-size: 18px; }
  .profile .profile-right .profile-button-save:hover {
    background: #cc2d32;
    color: #fff;
    box-shadow: 1px 1px 1px 0px #aaa; }
  @media screen and (max-width: 767px) {
    .profile .profile-right .profile-button-save {
      font-size: 16px; } }

.module-member {
  margin: 18px 0;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  .module-member .leftProfile {
    width: 100%;
    padding: 15px; }
    .module-member .leftProfile .profileBlock {
      overflow: hidden;
      margin-bottom: 25px; }
      .module-member .leftProfile .profileBlock .avatarUrl {
        float: left;
        border-radius: 100%;
        margin-right: 25px;
        cursor: pointer; }
      .module-member .leftProfile .profileBlock .nameContent {
        float: left;
        margin-top: 3px; }
        .module-member .leftProfile .profileBlock .nameContent .name {
          overflow: hidden;
          font-size: 28px;
          font-weight: bold;
          word-wrap: break-word; }
        .module-member .leftProfile .profileBlock .nameContent .nameText {
          max-width: 200px;
          display: inline-block;
          line-height: 50px; }
    .module-member .leftProfile .aboutMeDesc {
      border-top: 1px solid #E6E6E6;
      margin-bottom: 20px;
      color: #999;
      font-size: 14px;
      overflow: hidden; }
      .module-member .leftProfile .aboutMeDesc .update {
        color: #069;
        font-weight: bold;
        font-size: 12px;
        display: block;
        padding: 20px 0 0;
        text-decoration: none;
        outline: none; }
        .module-member .leftProfile .aboutMeDesc .update:hover {
          text-decoration: underline; }
  .module-member .rightProfile .profile-form {
    color: #777777; }
  .module-member .rightProfile .profile-avatar {
    width: 100%;
    margin-top: 30px; }
  .module-member .rightProfile .file-upload {
    line-height: 200px;
    padding: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 140px;
    -moz-border-radius: 140px;
    -webkit-border-radius: 140px; }
    .module-member .rightProfile .file-upload #avatar {
      width: 200px;
      height: 200px;
      object-fit: cover;
      object-position: center;
      cursor: pointer; }
  .module-member .rightProfile .info-title {
    font-size: 22px;
    margin: 20px 0px;
    font-weight: 100; }
  .module-member .rightProfile .info-data {
    height: 42px; }
    .module-member .rightProfile .info-data .info-content {
      height: 100%; }
    .module-member .rightProfile .info-data label {
      line-height: 42px;
      font-weight: 100;
      font-size: 14px;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .module-member .rightProfile .info-data label {
          font-size: 14px; } }
    .module-member .rightProfile .info-data .form-control {
      padding: 10px 20px;
      height: auto !important;
      background-color: #fff;
      border-radius: 25px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -o-border-radius: 25px;
      box-shadow: none !important;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      -o-box-shadow: none !important; }
      @media screen and (max-width: 767px) {
        .module-member .rightProfile .info-data .form-control {
          padding: 10px 15px; } }
    .module-member .rightProfile .info-data .text_add_job {
      cursor: pointer;
      color: #33afe4; }
      .module-member .rightProfile .info-data .text_add_job .icon-add {
        padding: 3px 5px;
        border: 1px dashed #33afe4; }
    .module-member .rightProfile .info-data .avocation_company {
      height: 42px;
      line-height: 42px; }
      .module-member .rightProfile .info-data .avocation_company .avocation_company_name {
        font-size: 16px;
        color: #33afe4; }
      .module-member .rightProfile .info-data .avocation_company .button_change_avocation {
        display: none;
        position: absolute;
        right: 80px;
        font-size: 12px;
        color: #90949c; }
      .module-member .rightProfile .info-data .avocation_company .button_delete_avocation {
        display: none;
        position: absolute;
        right: 30px;
        font-size: 12px;
        color: #90949c; }
      .module-member .rightProfile .info-data .avocation_company:hover .button_change_avocation, .module-member .rightProfile .info-data .avocation_company:hover .button_delete_avocation {
        display: inline-block; }
  .module-member .rightProfile .profile-button-save {
    background: #195019;
    color: #fff;
    text-transform: none;
    line-height: 25px;
    border-radius: 25px;
    padding: 10px 25px;
    float: right;
    margin-right: 15px;
    margin-top: 0;
    outline: none;
    font-size: 18px; }
    .module-member .rightProfile .profile-button-save:hover {
      background: #2d962d;
      color: #fff;
      box-shadow: 1px 1px 1px 0px #aaa; }
    @media screen and (max-width: 767px) {
      .module-member .rightProfile .profile-button-save {
        font-size: 16px; } }
  .module-member .rightProfile .alert-change {
    padding: 10px 40px;
    height: auto !important;
    border: none;
    margin-top: 15px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important; }
  .module-member .rightProfile .preferences h3 {
    padding: 15px 0; }
  .module-member .rightProfile .preferences .checkbox-button label span {
    padding: 8px 20px 8px 8px;
    margin: 6px 2px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #CCC;
    border-radius: 20px;
    font-weight: normal; }
    .module-member .rightProfile .preferences .checkbox-button label span:before {
      content: '\2714';
      margin-top: -11px;
      margin-right: 5px;
      text-align: center;
      visibility: hidden; }
  .module-member .rightProfile .preferences .checkbox-button label input {
    position: absolute;
    top: -20px;
    visibility: hidden; }
  .module-member .rightProfile .preferences .checkbox-button label input:hover + span {
    color: #33afe4;
    border: 1px solid #8F8F8F; }
  .module-member .rightProfile .preferences .checkbox-button label input:checked + span {
    background-color: #195019;
    color: #fff; }
    .module-member .rightProfile .preferences .checkbox-button label input:checked + span:before {
      visibility: visible; }
  .module-member .rightProfile .preferences .checkbox-button label input:checked:hover + span {
    background-color: #195019;
    color: #fff; }
  .module-member .rightProfile .user_bookings, .module-member .rightProfile .user_reviews, .module-member .rightProfile .user_info {
    padding: 15px 0; }
    .module-member .rightProfile .user_bookings .nav_booking li, .module-member .rightProfile .user_bookings .nav_reviews li, .module-member .rightProfile .user_bookings .nav_info li, .module-member .rightProfile .user_reviews .nav_booking li, .module-member .rightProfile .user_reviews .nav_reviews li, .module-member .rightProfile .user_reviews .nav_info li, .module-member .rightProfile .user_info .nav_booking li, .module-member .rightProfile .user_info .nav_reviews li, .module-member .rightProfile .user_info .nav_info li {
      margin: 0; }
      .module-member .rightProfile .user_bookings .nav_booking li a, .module-member .rightProfile .user_bookings .nav_reviews li a, .module-member .rightProfile .user_bookings .nav_info li a, .module-member .rightProfile .user_reviews .nav_booking li a, .module-member .rightProfile .user_reviews .nav_reviews li a, .module-member .rightProfile .user_reviews .nav_info li a, .module-member .rightProfile .user_info .nav_booking li a, .module-member .rightProfile .user_info .nav_reviews li a, .module-member .rightProfile .user_info .nav_info li a {
        color: #555;
        margin-right: 15px;
        font-size: 15px;
        font-weight: 600;
        border-radius: 0;
        padding: 10px 40px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        position: relative;
        border: 1px solid #E6E6E6;
        border-bottom: none; }
        .module-member .rightProfile .user_bookings .nav_booking li a:hover, .module-member .rightProfile .user_bookings .nav_reviews li a:hover, .module-member .rightProfile .user_bookings .nav_info li a:hover, .module-member .rightProfile .user_reviews .nav_booking li a:hover, .module-member .rightProfile .user_reviews .nav_reviews li a:hover, .module-member .rightProfile .user_reviews .nav_info li a:hover, .module-member .rightProfile .user_info .nav_booking li a:hover, .module-member .rightProfile .user_info .nav_reviews li a:hover, .module-member .rightProfile .user_info .nav_info li a:hover {
          background-color: #ffffff;
          border-color: rgba(50, 50, 50, 0.2); }
    .module-member .rightProfile .user_bookings .nav_booking li.active a, .module-member .rightProfile .user_bookings .nav_reviews li.active a, .module-member .rightProfile .user_bookings .nav_info li.active a, .module-member .rightProfile .user_reviews .nav_booking li.active a, .module-member .rightProfile .user_reviews .nav_reviews li.active a, .module-member .rightProfile .user_reviews .nav_info li.active a, .module-member .rightProfile .user_info .nav_booking li.active a, .module-member .rightProfile .user_info .nav_reviews li.active a, .module-member .rightProfile .user_info .nav_info li.active a {
      background-color: #fff;
      border-color: #e6e6e6; }
      .module-member .rightProfile .user_bookings .nav_booking li.active a:after, .module-member .rightProfile .user_bookings .nav_reviews li.active a:after, .module-member .rightProfile .user_bookings .nav_info li.active a:after, .module-member .rightProfile .user_reviews .nav_booking li.active a:after, .module-member .rightProfile .user_reviews .nav_reviews li.active a:after, .module-member .rightProfile .user_reviews .nav_info li.active a:after, .module-member .rightProfile .user_info .nav_booking li.active a:after, .module-member .rightProfile .user_info .nav_reviews li.active a:after, .module-member .rightProfile .user_info .nav_info li.active a:after {
        width: 0;
        height: 0;
        border-bottom: 25px solid #f1f1f1;
        border-right: 30px solid #fff;
        content: "";
        position: absolute;
        right: -1px;
        top: -1px;
        box-shadow: -1px 2px 1px rgba(50, 50, 50, 0.2); }
    .module-member .rightProfile .user_bookings .tab-content, .module-member .rightProfile .user_reviews .tab-content, .module-member .rightProfile .user_info .tab-content {
      border: 1px solid #E6E6E6;
      border-top: none;
      padding: 30px; }
      .module-member .rightProfile .user_bookings .tab-content .combo-empty p, .module-member .rightProfile .user_reviews .tab-content .combo-empty p, .module-member .rightProfile .user_info .tab-content .combo-empty p {
        text-align: center;
        padding: 20px;
        color: #333;
        font-size: 20px; }
      .module-member .rightProfile .user_bookings .tab-content .user-booking-container, .module-member .rightProfile .user_reviews .tab-content .user-booking-container, .module-member .rightProfile .user_info .tab-content .user-booking-container {
        font-family: 'Open Sans',mallory,'Helvetica Neue',Helvetica,Arial,sans-serif;
        margin-bottom: 15px;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15); }
        .module-member .rightProfile .user_bookings .tab-content .user-booking-container:hover .user-booking-image img, .module-member .rightProfile .user_reviews .tab-content .user-booking-container:hover .user-booking-image img, .module-member .rightProfile .user_info .tab-content .user-booking-container:hover .user-booking-image img {
          transform: scale(1.1); }
        .module-member .rightProfile .user_bookings .tab-content .user-booking-container .user-booking-image, .module-member .rightProfile .user_reviews .tab-content .user-booking-container .user-booking-image, .module-member .rightProfile .user_info .tab-content .user-booking-container .user-booking-image {
          height: 150px;
          position: relative;
          overflow: hidden; }
          .module-member .rightProfile .user_bookings .tab-content .user-booking-container .user-booking-image img, .module-member .rightProfile .user_reviews .tab-content .user-booking-container .user-booking-image img, .module-member .rightProfile .user_info .tab-content .user-booking-container .user-booking-image img {
            transition: transform .5s ease-in-out;
            overflow: hidden;
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center center; }
        .module-member .rightProfile .user_bookings .tab-content .user-booking-container .user-booking-info .user-booking-name h3, .module-member .rightProfile .user_reviews .tab-content .user-booking-container .user-booking-info .user-booking-name h3, .module-member .rightProfile .user_info .tab-content .user-booking-container .user-booking-info .user-booking-name h3 {
          display: inline;
          font-size: 18px;
          color: #3C3C3C; }
        .module-member .rightProfile .user_bookings .tab-content .user-booking-container .user-booking-info .user-booking-name span, .module-member .rightProfile .user_reviews .tab-content .user-booking-container .user-booking-info .user-booking-name span, .module-member .rightProfile .user_info .tab-content .user-booking-container .user-booking-info .user-booking-name span {
          font-size: 16px; }
        .module-member .rightProfile .user_bookings .tab-content .user-booking-container .user-booking-info ul, .module-member .rightProfile .user_reviews .tab-content .user-booking-container .user-booking-info ul, .module-member .rightProfile .user_info .tab-content .user-booking-container .user-booking-info ul {
          margin-top: 15px; }
          .module-member .rightProfile .user_bookings .tab-content .user-booking-container .user-booking-info ul li .list-text, .module-member .rightProfile .user_reviews .tab-content .user-booking-container .user-booking-info ul li .list-text, .module-member .rightProfile .user_info .tab-content .user-booking-container .user-booking-info ul li .list-text {
            color: #666; }
  .module-member .rightProfile .user_maps h3 {
    padding: 15px 0; }
  .module-member .rightProfile .user_maps #tableDistrict {
    font-size: 13px;
    vertical-align: middle; }
    .module-member .rightProfile .user_maps #tableDistrict thead .sorting_asc:after {
      content: none; }
    .module-member .rightProfile .user_maps #tableDistrict label.checkbox-map {
      margin-right: 15px;
      font-weight: 500;
      margin-bottom: 0;
      font-size: 14px; }
      .module-member .rightProfile .user_maps #tableDistrict label.checkbox-map .fa-check {
        color: #33afe4; }
      .module-member .rightProfile .user_maps #tableDistrict label.checkbox-map .fa-star {
        color: #fc0; }
      .module-member .rightProfile .user_maps #tableDistrict label.checkbox-map .fa-heart {
        color: #ff0000; }
    .module-member .rightProfile .user_maps #tableDistrict tr td {
      vertical-align: middle;
      padding-top: 9px; }
      .module-member .rightProfile .user_maps #tableDistrict tr td .checkbox-arrived span, .module-member .rightProfile .user_maps #tableDistrict tr td .checkbox-want span, .module-member .rightProfile .user_maps #tableDistrict tr td .checkbox-love span {
        font-size: 16px;
        cursor: pointer;
        vertical-align: middle;
        font-weight: normal;
        color: #999 !important; }
      .module-member .rightProfile .user_maps #tableDistrict tr td .checkbox-arrived input, .module-member .rightProfile .user_maps #tableDistrict tr td .checkbox-want input, .module-member .rightProfile .user_maps #tableDistrict tr td .checkbox-love input {
        position: absolute;
        visibility: hidden; }
      .module-member .rightProfile .user_maps #tableDistrict tr td .checkbox-arrived input:hover + span {
        color: #33afe4 !important; }
      .module-member .rightProfile .user_maps #tableDistrict tr td .checkbox-arrived input:checked + span {
        color: #33afe4 !important; }
      .module-member .rightProfile .user_maps #tableDistrict tr td .checkbox-arrived input:checked:hover + span {
        color: #33afe4 !important; }
      .module-member .rightProfile .user_maps #tableDistrict tr td .checkbox-want input:hover + span {
        color: #fc0 !important; }
      .module-member .rightProfile .user_maps #tableDistrict tr td .checkbox-want input:checked + span {
        color: #fc0 !important; }
      .module-member .rightProfile .user_maps #tableDistrict tr td .checkbox-want input:checked:hover + span {
        color: #fc0 !important; }
      .module-member .rightProfile .user_maps #tableDistrict tr td .checkbox-love input:hover + span {
        color: #ff0000 !important; }
      .module-member .rightProfile .user_maps #tableDistrict tr td .checkbox-love input:checked + span {
        color: #ff0000 !important; }
      .module-member .rightProfile .user_maps #tableDistrict tr td .checkbox-love input:checked:hover + span {
        color: #ff0000 !important; }
  .module-member .rightProfile .user_newsletter h3 {
    padding: 15px 0; }
  .module-member .rightProfile .user_newsletter h4 {
    color: #33afe4; }

.profile-start .box-avatar {
  position: relative; }
  .profile-start .box-avatar #avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto; }
    .profile-start .box-avatar #avatar:hover {
      cursor: pointer; }
  .profile-start .box-avatar #avatar:hover + .box-change-avatar {
    display: block; }
  .profile-start .box-avatar .box-change-avatar {
    display: none;
    position: absolute;
    opacity: 0.9;
    top: 0;
    left: 265px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #333;
    color: #fff; }
    .profile-start .box-avatar .box-change-avatar:hover {
      display: block;
      cursor: pointer; }
    .profile-start .box-avatar .box-change-avatar .icon-camera {
      font-size: 55px;
      position: absolute;
      top: 60px;
      left: 71px; }
    .profile-start .box-avatar .box-change-avatar span {
      position: absolute;
      top: 115px;
      left: 38px; }
  .profile-start .box-avatar p {
    color: #777777;
    margin-top: 15px;
    font-style: italic; }

.profile-start .profile-start-title {
  text-align: center;
  margin: 15px 0; }
  .profile-start .profile-start-title h3 {
    margin-bottom: 5px;
    font-weight: 600; }

.profile-start .profile-start-form {
  color: #777777; }
  .profile-start .profile-start-form h4 {
    color: #333333;
    margin-top: 15px;
    font-size: 19px;
    font-weight: 600; }
  .profile-start .profile-start-form .profile-avatar {
    width: 100%;
    margin-top: 30px; }
  .profile-start .profile-start-form .file-upload {
    line-height: 200px;
    padding: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 140px;
    -moz-border-radius: 140px;
    -webkit-border-radius: 140px; }
    .profile-start .profile-start-form .file-upload #avatar {
      width: 200px;
      height: 200px;
      object-fit: cover;
      object-position: center;
      cursor: pointer; }
  .profile-start .profile-start-form .info-title {
    font-size: 22px;
    margin: 20px 0px;
    font-weight: 100; }
  .profile-start .profile-start-form .info-data {
    height: 42px; }
    .profile-start .profile-start-form .info-data .info-content {
      height: 100%; }
    .profile-start .profile-start-form .info-data label {
      line-height: 42px;
      font-weight: 100;
      font-size: 14px;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .profile-start .profile-start-form .info-data label {
          font-size: 14px; } }
    .profile-start .profile-start-form .info-data .form-control {
      padding: 10px 15px;
      height: auto !important;
      background-color: #fff;
      border-radius: 25px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -o-border-radius: 25px;
      box-shadow: none !important;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      -o-box-shadow: none !important; }
      @media screen and (max-width: 767px) {
        .profile-start .profile-start-form .info-data .form-control {
          padding: 10px 15px; } }
    .profile-start .profile-start-form .info-data .text_add_job {
      cursor: pointer;
      color: #33afe4; }
      .profile-start .profile-start-form .info-data .text_add_job .icon-add {
        padding: 3px 5px;
        border: 1px dashed #33afe4; }
    .profile-start .profile-start-form .info-data .avocation_company {
      height: 42px;
      line-height: 42px; }
      .profile-start .profile-start-form .info-data .avocation_company .avocation_company_name {
        font-size: 16px;
        color: #33afe4; }
      .profile-start .profile-start-form .info-data .avocation_company .button_change_avocation {
        display: none;
        position: absolute;
        right: 80px;
        font-size: 12px;
        color: #90949c; }
      .profile-start .profile-start-form .info-data .avocation_company .button_delete_avocation {
        display: none;
        position: absolute;
        right: 30px;
        font-size: 12px;
        color: #90949c; }
      .profile-start .profile-start-form .info-data .avocation_company:hover .button_change_avocation, .profile-start .profile-start-form .info-data .avocation_company:hover .button_delete_avocation {
        display: inline-block; }
  .profile-start .profile-start-form .profile-button-save {
    background: #195019;
    color: #fff;
    text-transform: none;
    line-height: 25px;
    border-radius: 25px;
    padding: 10px 25px;
    float: right;
    margin-right: 15px;
    margin-top: 0;
    outline: none;
    font-size: 18px; }
    .profile-start .profile-start-form .profile-button-save:hover {
      background: #2d962d;
      color: #fff;
      box-shadow: 1px 1px 1px 0px #aaa; }
    @media screen and (max-width: 767px) {
      .profile-start .profile-start-form .profile-button-save {
        font-size: 16px; } }
  .profile-start .profile-start-form .alert-change {
    padding: 10px 40px;
    height: auto !important;
    border: none;
    margin-top: 15px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important; }
  .profile-start .profile-start-form .user_bookings, .profile-start .profile-start-form .user_reviews, .profile-start .profile-start-form .user_info {
    padding: 15px 0; }
    .profile-start .profile-start-form .user_bookings .nav_booking li, .profile-start .profile-start-form .user_bookings .nav_reviews li, .profile-start .profile-start-form .user_bookings .nav_info li, .profile-start .profile-start-form .user_reviews .nav_booking li, .profile-start .profile-start-form .user_reviews .nav_reviews li, .profile-start .profile-start-form .user_reviews .nav_info li, .profile-start .profile-start-form .user_info .nav_booking li, .profile-start .profile-start-form .user_info .nav_reviews li, .profile-start .profile-start-form .user_info .nav_info li {
      margin: 0; }
      .profile-start .profile-start-form .user_bookings .nav_booking li a, .profile-start .profile-start-form .user_bookings .nav_reviews li a, .profile-start .profile-start-form .user_bookings .nav_info li a, .profile-start .profile-start-form .user_reviews .nav_booking li a, .profile-start .profile-start-form .user_reviews .nav_reviews li a, .profile-start .profile-start-form .user_reviews .nav_info li a, .profile-start .profile-start-form .user_info .nav_booking li a, .profile-start .profile-start-form .user_info .nav_reviews li a, .profile-start .profile-start-form .user_info .nav_info li a {
        color: #555;
        margin-right: 15px;
        font-size: 15px;
        font-weight: 600;
        border-radius: 0;
        padding: 10px 40px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        position: relative;
        border: 1px solid #E6E6E6;
        border-bottom: none; }
        .profile-start .profile-start-form .user_bookings .nav_booking li a:hover, .profile-start .profile-start-form .user_bookings .nav_reviews li a:hover, .profile-start .profile-start-form .user_bookings .nav_info li a:hover, .profile-start .profile-start-form .user_reviews .nav_booking li a:hover, .profile-start .profile-start-form .user_reviews .nav_reviews li a:hover, .profile-start .profile-start-form .user_reviews .nav_info li a:hover, .profile-start .profile-start-form .user_info .nav_booking li a:hover, .profile-start .profile-start-form .user_info .nav_reviews li a:hover, .profile-start .profile-start-form .user_info .nav_info li a:hover {
          background-color: #33afe4;
          color: #ffffff;
          border-color: #33afe4; }
    .profile-start .profile-start-form .user_bookings .nav_booking li.active a, .profile-start .profile-start-form .user_bookings .nav_reviews li.active a, .profile-start .profile-start-form .user_bookings .nav_info li.active a, .profile-start .profile-start-form .user_reviews .nav_booking li.active a, .profile-start .profile-start-form .user_reviews .nav_reviews li.active a, .profile-start .profile-start-form .user_reviews .nav_info li.active a, .profile-start .profile-start-form .user_info .nav_booking li.active a, .profile-start .profile-start-form .user_info .nav_reviews li.active a, .profile-start .profile-start-form .user_info .nav_info li.active a {
      background-color: #33afe4;
      color: #ffffff;
      border-color: #33afe4; }
      .profile-start .profile-start-form .user_bookings .nav_booking li.active a:after, .profile-start .profile-start-form .user_bookings .nav_reviews li.active a:after, .profile-start .profile-start-form .user_bookings .nav_info li.active a:after, .profile-start .profile-start-form .user_reviews .nav_booking li.active a:after, .profile-start .profile-start-form .user_reviews .nav_reviews li.active a:after, .profile-start .profile-start-form .user_reviews .nav_info li.active a:after, .profile-start .profile-start-form .user_info .nav_booking li.active a:after, .profile-start .profile-start-form .user_info .nav_reviews li.active a:after, .profile-start .profile-start-form .user_info .nav_info li.active a:after {
        width: 0;
        height: 0;
        border-bottom: 25px solid #107d64;
        border-right: 30px solid #fff;
        content: "";
        position: absolute;
        right: -1px;
        top: -1px;
        box-shadow: -1px 2px 1px #076952; }
    .profile-start .profile-start-form .user_bookings .tab-content, .profile-start .profile-start-form .user_reviews .tab-content, .profile-start .profile-start-form .user_info .tab-content {
      border: 1px solid #E6E6E6;
      border-top: none;
      box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.2);
      padding: 30px; }
  .profile-start .profile-start-form .user_newsletter h3 {
    padding: 15px 0; }
  .profile-start .profile-start-form .user_newsletter h4 {
    color: #33afe4; }

.profile-start .profile-start-body {
  margin-bottom: 25px; }

.profile-start .profile-start-preferences .title h4 {
  margin-top: 15px;
  font-size: 19px;
  font-weight: 600; }

.profile-start .profile-start-preferences .title p:last-child {
  margin-bottom: 5px; }

.profile-start .profile-start-preferences .checkbox-button label span {
  padding: 8px 20px 8px 8px;
  margin: 6px 2px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #CCC;
  border-radius: 20px;
  font-weight: normal; }
  .profile-start .profile-start-preferences .checkbox-button label span:before {
    content: '\2714';
    margin-top: -11px;
    margin-right: 5px;
    text-align: center;
    visibility: hidden; }

.profile-start .profile-start-preferences .checkbox-button label input {
  position: absolute;
  top: -20px;
  visibility: hidden; }

.profile-start .profile-start-preferences .checkbox-button label input:hover + span {
  color: #33afe4;
  border: 1px solid #8F8F8F; }

.profile-start .profile-start-preferences .checkbox-button label input:checked + span {
  background-color: #195019;
  color: #fff; }
  .profile-start .profile-start-preferences .checkbox-button label input:checked + span:before {
    visibility: visible; }

.profile-start .profile-start-preferences .checkbox-button label input:checked:hover + span {
  background-color: #195019;
  color: #fff; }

.profile-start .sw-btn-prev {
  margin-right: 15px; }

.profile-start .sw-btn-prev, .profile-start .sw-btn-next, .profile-start .btn-complete {
  background: #195019;
  color: #fff;
  text-transform: none;
  line-height: 16px;
  border-radius: 25px;
  padding: 10px 15px;
  margin-top: 0;
  outline: none;
  font-size: 16px; }
  .profile-start .sw-btn-prev:hover, .profile-start .sw-btn-next:hover, .profile-start .btn-complete:hover {
    background: #2d962d;
    color: #fff;
    box-shadow: 1px 1px 1px 0px #aaa; }
  @media screen and (max-width: 767px) {
    .profile-start .sw-btn-prev, .profile-start .sw-btn-next, .profile-start .btn-complete {
      font-size: 16px; } }

.profile-start .sw-toolbar-bottom {
  background-color: #ffffff; }

.profile-start .profile-start-combo .swiper-slide .hotel-card {
  min-height: 303px;
  border: 1px solid #DDD;
  cursor: pointer;
  margin-bottom: 15px; }
  .profile-start .profile-start-combo .swiper-slide .hotel-card:hover {
    box-shadow: 4px 4px 13px -1px rgba(0, 0, 0, 0.2);
    text-decoration: none; }

.profile-start .profile-start-combo .swiper-slide .card-image img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center center; }

.profile-start .profile-start-combo .swiper-slide .card-content {
  padding: 12px 14px;
  min-height: 100px;
  max-height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column; }
  .profile-start .profile-start-combo .swiper-slide .card-content .hotel-name {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 700;
    line-height: 18px; }
  .profile-start .profile-start-combo .swiper-slide .card-content .area-name {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    line-height: 18px; }
  .profile-start .profile-start-combo .swiper-slide .card-content .fa-star {
    margin-top: 4px; }

.profile-start .profile-start-combo .swiper-slide .card-search-info {
  padding: 3px 14px 12px; }
  .profile-start .profile-start-combo .swiper-slide .card-search-info .service {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6); }

#modal-change-avocation .info-title {
  font-size: 22px;
  margin: 20px 0px;
  font-weight: 100; }

#modal-change-avocation .info-data {
  height: 42px; }
  #modal-change-avocation .info-data .info-content {
    height: 100%; }
  #modal-change-avocation .info-data label {
    line-height: 42px;
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      #modal-change-avocation .info-data label {
        font-size: 14px; } }
  #modal-change-avocation .info-data .form-control {
    padding: 10px 20px;
    height: auto !important;
    background-color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important; }
    @media screen and (max-width: 767px) {
      #modal-change-avocation .info-data .form-control {
        padding: 10px 15px; } }
  #modal-change-avocation .info-data .text_add_job {
    cursor: pointer;
    color: #33afe4; }
    #modal-change-avocation .info-data .text_add_job .icon-add {
      padding: 3px 5px;
      border: 1px dashed #33afe4; }
  #modal-change-avocation .info-data .avocation_company {
    height: 42px;
    line-height: 42px; }
    #modal-change-avocation .info-data .avocation_company .avocation_company_name {
      font-size: 16px;
      color: #33afe4; }
    #modal-change-avocation .info-data .avocation_company .button_change_avocation {
      display: none;
      position: absolute;
      right: 80px;
      font-size: 12px;
      color: #90949c; }
    #modal-change-avocation .info-data .avocation_company .button_delete_avocation {
      display: none;
      position: absolute;
      right: 30px;
      font-size: 12px;
      color: #90949c; }
    #modal-change-avocation .info-data .avocation_company:hover .button_change_avocation, #modal-change-avocation .info-data .avocation_company:hover .button_delete_avocation {
      display: inline-block; }

#modal-change-avocation .profile-button-save {
  background: #195019;
  color: #fff;
  text-transform: none;
  line-height: 25px;
  border-radius: 25px;
  padding: 10px 25px;
  float: right;
  margin-top: 0;
  outline: none;
  font-size: 18px; }
  #modal-change-avocation .profile-button-save:hover {
    background: #2d962d;
    color: #fff;
    box-shadow: 1px 1px 1px 0px #aaa; }
  @media screen and (max-width: 767px) {
    #modal-change-avocation .profile-button-save {
      font-size: 16px; } }

#modal-change-avocation .profile-button-cancel {
  background: #b3292e;
  color: #fff;
  text-transform: none;
  line-height: 25px;
  border-radius: 25px;
  padding: 10px 25px;
  float: right;
  margin-top: 0;
  outline: none;
  font-size: 18px;
  margin-right: 15px; }
  #modal-change-avocation .profile-button-cancel:hover {
    background: #cc2d32;
    color: #fff;
    box-shadow: 1px 1px 1px 0px #aaa; }
  @media screen and (max-width: 767px) {
    #modal-change-avocation .profile-button-cancel {
      font-size: 16px; } }

#modal-change-avocation .modal-footer {
  border-top: none; }

.nearby-location {
  opacity: 0.85;
  transition: box-shadow .2s ease-in-out;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s; }
  .nearby-location:hover {
    opacity: 1;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3); }

.margin-bot30 {
  margin-bottom: 30px; }

.margin-bot20 {
  margin-bottom: 20px; }

#container-plus {
  background-color: white;
  height: 100%;
  overflow: hidden; }
  #container-plus .row-reset .breadcrumb-link {
    width: 100%; }
  #container-plus .row-reset .heading {
    padding: 0; }
    #container-plus .row-reset .heading .heading__title {
      color: #1a3863;
      margin-bottom: 5px;
      font-size: 32px;
      font-weight: bold; }
    #container-plus .row-reset .heading .heading__description {
      font-size: 14px;
      color: #333; }
  #container-plus .row-reset .col-12-reset {
    padding: 0; }
    #container-plus .row-reset .col-12-reset .image-n-information {
      position: relative; }
      #container-plus .row-reset .col-12-reset .image-n-information .left {
        float: left;
        padding: 0; }
        #container-plus .row-reset .col-12-reset .image-n-information .left .just-img .grid_6 {
          height: 400px; }
          #container-plus .row-reset .col-12-reset .image-n-information .left .just-img .grid_6 .big {
            padding-bottom: 7px;
            padding-left: 7px;
            width: 66%;
            height: 68%;
            float: left; }
            #container-plus .row-reset .col-12-reset .image-n-information .left .just-img .grid_6 .big img {
              height: 100%;
              width: 100%;
              object-fit: cover;
              padding-bottom: 1px;
              padding-left: 1px;
              border: 0; }
            #container-plus .row-reset .col-12-reset .image-n-information .left .just-img .grid_6 .big .img-responsive {
              display: block;
              max-width: 100%;
              height: 100%;
              object-fit: cover;
              object-position: center center; }
          #container-plus .row-reset .col-12-reset .image-n-information .left .just-img .grid_6 .normal {
            padding-bottom: 7px;
            padding-left: 7px;
            width: 33%;
            height: 68%;
            float: left; }
            #container-plus .row-reset .col-12-reset .image-n-information .left .just-img .grid_6 .normal img {
              height: 100%;
              width: 100%;
              object-fit: cover;
              padding-bottom: 1px;
              padding-left: 1px;
              border: 0; }
            #container-plus .row-reset .col-12-reset .image-n-information .left .just-img .grid_6 .normal .img-responsive {
              display: block;
              max-width: 100%;
              height: 100%;
              object-fit: cover;
              object-position: center center; }
          #container-plus .row-reset .col-12-reset .image-n-information .left .just-img .grid_6 .small {
            padding-left: 8px;
            padding-bottom: 8px;
            width: 33%;
            height: 32%;
            float: left;
            font-size: 85%; }
            #container-plus .row-reset .col-12-reset .image-n-information .left .just-img .grid_6 .small img {
              height: 100%;
              width: 100%;
              object-fit: cover; }
            #container-plus .row-reset .col-12-reset .image-n-information .left .just-img .grid_6 .small .img-responsive {
              display: block;
              max-width: 100%;
              height: 100%;
              object-fit: cover;
              object-position: center center; }
        #container-plus .row-reset .col-12-reset .image-n-information .left .just-img .imgs_gird {
          overflow: hidden;
          cursor: pointer; }
      #container-plus .row-reset .col-12-reset .image-n-information .right {
        float: right !important;
        padding: 0 4px; }
        #container-plus .row-reset .col-12-reset .image-n-information .right .working-time {
          height: 199px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 1px 1px;
          padding: 20px; }
          #container-plus .row-reset .col-12-reset .image-n-information .right .working-time h5 {
            text-align: center;
            margin-bottom: 18px;
            margin-top: 6px;
            font-size: 18px;
            color: #1a3863;
            font-weight: bold; }
          #container-plus .row-reset .col-12-reset .image-n-information .right .working-time .contact-information {
            padding: 0 10px;
            line-height: 11px; }
        #container-plus .row-reset .col-12-reset .image-n-information .right .location-map {
          margin-top: 9px; }
          #container-plus .row-reset .col-12-reset .image-n-information .right .location-map img {
            width: 100%;
            height: 223.199px; }
  #container-plus .row-reset .no-padding {
    padding: 0; }
    #container-plus .row-reset .no-padding .introduce {
      border-bottom: solid 1px #ccc;
      margin-bottom: 30px; }
      #container-plus .row-reset .no-padding .introduce h4 {
        margin-bottom: 30px;
        margin-top: 30px; }
    #container-plus .row-reset .no-padding .rating-by-percent {
      margin-bottom: 30px; }
      #container-plus .row-reset .no-padding .rating-by-percent .customer-rate .total-point-rate {
        font-size: 28px;
        line-height: 20px;
        font-weight: bold;
        color: #33afe4;
        margin-bottom: 14px;
        height: auto;
        margin-top: 10px; }
        #container-plus .row-reset .no-padding .rating-by-percent .customer-rate .total-point-rate .total-point small {
          color: #CCCCCC; }
      #container-plus .row-reset .no-padding .rating-by-percent .customer-rate .pull-left {
        float: left !important; }
      #container-plus .row-reset .no-padding .rating-by-percent .customer-rate .total-customer-rate {
        text-align: center;
        margin-top: 10px; }
      #container-plus .row-reset .no-padding .rating-by-percent .customer-rate .pull-right {
        float: right !important; }
      #container-plus .row-reset .no-padding .rating-by-percent .customer-rate-detail {
        margin-bottom: 20px; }
        #container-plus .row-reset .no-padding .rating-by-percent .customer-rate-detail .first-service {
          margin-top: 0; }
        #container-plus .row-reset .no-padding .rating-by-percent .customer-rate-detail .rate-service {
          margin-top: 10px; }
          #container-plus .row-reset .no-padding .rating-by-percent .customer-rate-detail .rate-service .rate-title {
            width: 35%;
            float: left; }
            #container-plus .row-reset .no-padding .rating-by-percent .customer-rate-detail .rate-service .rate-title span {
              float: right;
              color: #b7b7b7;
              margin-right: 5px;
              font-size: 12px; }
          #container-plus .row-reset .no-padding .rating-by-percent .customer-rate-detail .rate-service .rate-percent {
            width: 65%;
            float: right;
            height: 12px;
            margin-top: 2px;
            background-color: #e5e5e5; }
            #container-plus .row-reset .no-padding .rating-by-percent .customer-rate-detail .rate-service .rate-percent .rate-percent-reality {
              height: 12px;
              background-color: #33afe4;
              width: 87%; }
        #container-plus .row-reset .no-padding .rating-by-percent .customer-rate-detail .clearfix:before, #container-plus .row-reset .no-padding .rating-by-percent .customer-rate-detail .clearfix:after {
          content: " ";
          display: table; }
        #container-plus .row-reset .no-padding .rating-by-percent .customer-rate-detail .clearfix:after {
          clear: both; }
      #container-plus .row-reset .no-padding .rating-by-percent .clearfix:before, #container-plus .row-reset .no-padding .rating-by-percent .clearfix:after {
        content: " ";
        display: table; }
      #container-plus .row-reset .no-padding .rating-by-percent .clearfix:after {
        clear: both; }
  #container-plus .row-reset .home-box-combo .title a .view-more {
    float: right; }
  #container-plus .row-reset .home-box-combo .combo-box {
    margin-left: -8px;
    margin-right: -8px;
    height: 100%; }
    #container-plus .row-reset .home-box-combo .combo-box .row-reset .padding-md-4 {
      padding: 0; }
      #container-plus .row-reset .home-box-combo .combo-box .row-reset .padding-md-4 .img-card-hover {
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
        opacity: 0.85; }
        #container-plus .row-reset .home-box-combo .combo-box .row-reset .padding-md-4 .img-card-hover .image-card {
          width: 100%; }
          #container-plus .row-reset .home-box-combo .combo-box .row-reset .padding-md-4 .img-card-hover .image-card img {
            width: 100%; }
          #container-plus .row-reset .home-box-combo .combo-box .row-reset .padding-md-4 .img-card-hover .image-card .image-card-hover {
            background: rgba(0, 0, 0, 0.68);
            width: 100%;
            position: absolute;
            height: 100%;
            top: 0; }
        #container-plus .row-reset .home-box-combo .combo-box .row-reset .padding-md-4 .img-card-hover .news {
          padding: 7px 5px; }
        #container-plus .row-reset .home-box-combo .combo-box .row-reset .padding-md-4 .img-card-hover .neighbourhood {
          padding: 5px 2px; }
  #container-plus .row-reset .home-box-combo .padding-8 {
    padding: 0 8px; }
  #container-plus .row-reset .margin-30 {
    margin-bottom: 30px; }

.height-teaser-option {
  height: 400px !important;
  min-height: 400px !important; }

.box-search-location {
  height: 400px !important; }
  @media (min-width: 768px) {
    .box-search-location .container {
      width: 800px; } }
  .box-search-location .container .search-box {
    padding: 15px; }
    .box-search-location .container .search-box .search-box-wrapper .icon-box-location {
      width: calc(70% - 10px);
      height: 50px; }
    .box-search-location .container .search-box .search-box-wrapper .search-box-button {
      width: 30%;
      height: 50px; }
    .box-search-location .container .search-box .search-box-wrapper .icon {
      padding: 6px 9px; }
    .box-search-location .container .search-box .search-box-wrapper .box-plan-location {
      width: calc(70% - 10px);
      height: 50px;
      position: relative; }
      @media (max-width: 767px) {
        .box-search-location .container .search-box .search-box-wrapper .box-plan-location {
          width: 100%; } }
      @media (max-width: 767px) and (min-width: 320px) {
        .box-search-location .container .search-box .search-box-wrapper .box-plan-location .tt-menu {
          width: 145% !important;
          position: absolute !important; } }
    .box-search-location .container .search-box .search-box-wrapper .box-plan-day {
      width: calc(30% - 10px);
      height: 50px; }
      @media (max-width: 767px) {
        .box-search-location .container .search-box .search-box-wrapper .box-plan-day {
          display: none; } }

.title-location {
  margin-top: 55px;
  position: relative; }
  @media (max-width: 767px) {
    .title-location {
      margin: 0; } }
  .title-location h2 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #1a3863;
    font-weight: 600; }
    .title-location h2 .color-sea a {
      color: #33a4d0; }
      .title-location h2 .color-sea a:hover {
        color: #1a3863; }
    @media (max-width: 767px) {
      .title-location h2 {
        padding: 0;
        margin-bottom: 10px; } }
  .title-location .see-more-location {
    position: absolute;
    right: 0;
    top: 10px; }
    @media (max-width: 767px) {
      .title-location .see-more-location {
        display: none; } }
    .title-location .see-more-location a {
      color: #33a4d0; }
      .title-location .see-more-location a:hover {
        color: #1a3863; }

.margin-top-city {
  margin-bottom: 12px; }
  @media (max-width: 767px) {
    .margin-top-city {
      margin-bottom: 0px; } }

.review-box-marginbot {
  margin-bottom: 68px; }

.margin-top55 {
  margin-top: 55px; }

.top-location {
  padding: 0 !important;
  opacity: 0.8;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  height: auto;
  transition: box-shadow .2s ease-in-out;
  transition-property: box-shadow;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s; }
  .top-location:hover {
    opacity: 1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  @media (max-width: 767px) {
    .top-location {
      margin-top: 20px; } }
  .top-location .content-combo {
    position: absolute;
    right: 10px;
    bottom: 30px;
    text-align: right; }
    .top-location .content-combo p {
      color: #fff;
      text-shadow: 1px 1px 2px #333, 0 0 1em #333, 0 0 0.2em #333; }
    .top-location .content-combo .price {
      padding: 10px;
      background: #fff;
      float: right;
      font-weight: bold;
      color: #783c3c;
      font-size: 16px;
      text-shadow: unset;
      border-radius: 10px; }
  .top-location .content-hover {
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 3px;
    margin: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    right: 11%;
    padding: 6px 9px;
    color: white; }
    @media (max-width: 767px) {
      .top-location .content-hover {
        right: 10px;
        width: 100%; } }
    .top-location .content-hover .departure-date {
      font-size: 15px; }
    .top-location .content-hover .route {
      margin-left: 14px; }
  .top-location .img-location {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .top-location .location-fix-height {
    height: 260px !important; }
  .top-location .title-city {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 30px;
    width: 100%;
    height: 250px;
    padding: 100px 40px;
    background-image: linear-gradient(transparent 45%, #000);
    text-shadow: 1px 1px 2px #333, 0 0 1em #333, 0 0 0.2em #333;
    color: #fff; }
  .top-location .slogan {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 50px 40px;
    background-image: linear-gradient(transparent 45%, #000); }
    .top-location .slogan h2 {
      color: #fff; }
  .top-location .top-location-img {
    height: 286px; }
  .top-location .caption {
    padding: 10px 15px; }
    .top-location .caption h3 {
      font-size: 18px;
      height: 45px;
      display: -webkit-box;
      line-height: 22px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-bottom: 5px;
      color: #1a3863; }
    .top-location .caption .preference {
      display: none !important;
      margin: 2px 0px 5px 0;
      background-color: #f3f9f2;
      border-color: #32a923;
      color: #32a923;
      border: 1px dashed;
      border-radius: 3px;
      font-size: 12px;
      line-height: 1.23;
      padding: 5px 6px;
      white-space: normal;
      font-weight: 400;
      width: 100%; }
      .top-location .caption .preference .color-fa-home {
        color: #32a923; }
      .top-location .caption .preference .link-topic {
        color: #32a923;
        margin-right: 3px; }
    .top-location .caption .new-price .ReviewSection-item {
      display: inline-block;
      vertical-align: top;
      text-align: right; }
      .top-location .caption .new-price .ReviewSection-item .ReviewScore {
        cursor: pointer; }
        .top-location .caption .new-price .ReviewSection-item .ReviewScore span {
          margin-bottom: 3px !important;
          background: #003580;
          color: #fff;
          text-shadow: none;
          display: inline-block;
          text-align: center;
          font-weight: normal;
          box-shadow: none;
          padding: 0;
          border: 0;
          vertical-align: baseline;
          box-sizing: border-box;
          position: relative;
          line-height: 2;
          text-decoration: none;
          font-size: 18px;
          border-radius: 8px 8px 8px 0;
          width: 36px; }
    .top-location .caption .combo-time, .top-location .caption .combo-icon {
      font-size: 12px; }
    .top-location .caption .fix-icon {
      position: absolute;
      top: 10px;
      font-size: 20px;
      right: 15px; }
      @media (max-width: 767px) {
        .top-location .caption .fix-icon {
          font-size: 18px;
          right: 15px;
          top: -8px; } }
      .top-location .caption .fix-icon i {
        font-size: 20px;
        color: #1a3863; }
      .top-location .caption .fix-icon .fa-plus {
        font-size: 14px; }
    .top-location .caption .departure-date {
      margin: 2px 0; }
    .top-location .caption .review_score {
      font-size: 12px; }
      .top-location .caption .review_score .rating_text {
        color: #003580; }
        .top-location .caption .review_score .rating_text .score {
          font-size: 16px; }
      .top-location .caption .review_score .count {
        color: #333;
        font-weight: normal;
        font-style: italic; }
    .top-location .caption .old-price {
      color: #999;
      font-size: 14px;
      text-decoration: line-through; }
    .top-location .caption .new-price {
      font-size: 20px;
      color: #eb6502;
      border-top: 1px solid #e4e4e4;
      margin-top: 10px;
      padding-top: 10px; }
      .top-location .caption .new-price .prefix {
        font-size: 11px;
        float: left; }
      .top-location .caption .new-price .number {
        line-height: 20px;
        display: inline-block;
        font-weight: bold; }
        @media (max-width: 767px) {
          .top-location .caption .new-price .number {
            font-size: 18px;
            margin-left: -14px; } }
        .top-location .caption .new-price .number small {
          font-size: 75%;
          font-weight: normal; }
      .top-location .caption .new-price span.sub-price {
        color: #999999;
        font-weight: 400;
        font-size: 13px; }
  .top-location .luxury-content-inside {
    border-radius: 3px;
    width: 450px;
    margin: 0;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    right: 11%;
    padding: 20px 0;
    color: white; }
    @media (min-width: 320px) and (max-width: 374px) {
      .top-location .luxury-content-inside {
        top: 36%;
        right: 0;
        max-width: 255px; } }
    @media (min-width: 375px) and (max-width: 424px) {
      .top-location .luxury-content-inside {
        right: 4%;
        max-width: 315px;
        top: 37%; } }
    @media (min-width: 425px) and (max-width: 767px) {
      .top-location .luxury-content-inside {
        top: 38%;
        right: 4%;
        max-width: 359px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .top-location .luxury-content-inside {
        right: 20%;
        max-width: 1000px; } }
    .top-location .luxury-content-inside .luxury-first-row {
      text-align: center; }
    .top-location .luxury-content-inside .luxury-combo-name {
      text-align: center; }
      .top-location .luxury-content-inside .luxury-combo-name p {
        font-size: medium;
        font-weight: 600; }
    .top-location .luxury-content-inside .depart-location-date {
      text-align: center; }
  .top-location .luxury-price-inside {
    width: 150px;
    max-height: 67px;
    overflow: hidden;
    border: solid 1px #33AFE4;
    position: absolute;
    padding: 5px;
    border-radius: 5px;
    background: #33AFE4;
    bottom: 15px;
    right: 15px;
    color: white; }
    .top-location .luxury-price-inside .luxury-old-price {
      text-decoration: line-through;
      font-weight: 500;
      color: #ccc;
      font-size: 12px;
      line-height: 1; }
    .top-location .luxury-price-inside .luxury-new-price {
      width: 81%;
      color: #ffffff;
      font-size: 20px;
      font-weight: 600;
      margin: 0 !important; }
    .top-location .luxury-price-inside p {
      width: 81%;
      color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      margin: 0 !important; }
    .top-location .luxury-price-inside .fa {
      color: #FDCF00;
      position: absolute;
      font-size: 34px;
      top: 14px;
      right: 12px; }

@media (max-width: 767px) {
  .btn-edit-schedule {
    margin-top: 10px; } }

.btn-sort-schedule {
  margin: 15px 0; }
  @media (max-width: 767px) {
    .btn-sort-schedule {
      display: -ms-inline-flexbox;
      display: inline-flex; } }

.fix-media {
  transition: .4s;
  margin-bottom: 20px;
  border-radius: 5px;
  height: 130px;
  overflow: hidden;
  border: 1px solid #ccc;
  width: 100%; }
  .fix-media:hover {
    box-shadow: 0 1px 13px 0px rgba(0, 0, 0, 0.3); }
  .fix-media .media-left {
    padding: 0; }
    @media (max-width: 767px) {
      .fix-media .media-left {
        display: block;
        width: 33.3333%;
        position: relative;
        overflow: hidden;
        height: 100%; } }
  .fix-media img {
    width: 200px;
    height: 130px;
    object-position: center;
    object-fit: cover; }
    @media (max-width: 767px) {
      .fix-media img {
        width: 100%;
        height: 128px;
        position: absolute; } }
  .fix-media .media-body {
    padding: 10px; }
    @media (max-width: 767px) {
      .fix-media .media-body {
        padding-right: 18px;
        display: block;
        width: 66.6667%;
        height: 120px;
        overflow: hidden;
        float: right;
        position: absolute;
        top: 0;
        right: 0; } }
    @media (max-width: 767px) {
      .fix-media .media-body a h4 {
        font-size: 15px;
        font-weight: 500; } }
    .fix-media .media-body p {
      margin: 0;
      line-height: 18px;
      font-size: 13px; }
    .fix-media .media-body p.location-hot {
      height: 18px;
      display: -webkit-box;
      line-height: 18px;
      -webkit-line-clamp: 1;
      overflow: hidden; }
    .fix-media .media-body .p.preference {
      height: 35px;
      display: -webkit-box;
      line-height: 18px;
      -webkit-line-clamp: 2;
      overflow: hidden; }

.fix-container {
  width: 1145px; }
  @media (max-width: 767px) {
    .fix-container {
      width: 100%; } }

.high-rating-couple {
  padding: 0;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .high-rating-couple {
      padding: 0 30px; } }
  .high-rating-couple .row-reset-location {
    margin-left: -10px !important;
    margin-right: -10px !important; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .high-rating-couple .row-reset-location {
        padding: 0 85px; } }

.row-location {
  margin-top: 20px;
  margin-bottom: 20px; }

.row-offset-location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  @media (max-width: 767px) {
    .row-offset-location {
      display: block; } }

.col-offset-location {
  -ms-flex: 1 0 18%;
  flex: 1 0 18%;
  margin: 6px;
  height: 100%;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .col-offset-location .image-home {
    height: 220px;
    position: relative;
    overflow: hidden;
    border-radius: 5px; }
    .col-offset-location .image-home .location {
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      font-size: 24px;
      width: 100%;
      height: 220px;
      padding: 100px 40px;
      background-image: linear-gradient(transparent 45%, #000);
      text-shadow: 1px 1px 2px #333, 0 0 1em #333, 0 0 0.2em #333;
      color: #fff; }

.box-hightlight-location {
  padding: 0;
  width: 100%;
  height: auto; }
  @media (max-width: 767px) {
    .box-hightlight-location {
      height: 354px !important;
      overflow: hidden !important; } }
  @media (max-width: 767px) {
    .box-hightlight-location h3 {
      margin-bottom: 0; } }
  .box-hightlight-location:hover {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.12); }
  .box-hightlight-location .place-address {
    height: 40px;
    display: -webkit-box;
    line-height: 20px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .box-hightlight-location .place-address {
        height: 40px;
        display: -webkit-box;
        line-height: 20px;
        -webkit-line-clamp: 1;
        overflow: hidden;
        margin-bottom: 0; } }
  .box-hightlight-location .place-suitable {
    height: 40px;
    display: -webkit-box;
    line-height: 20px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px; }
  .box-hightlight-location img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center; }
    @media (max-width: 767px) {
      .box-hightlight-location img {
        width: 100%;
        object-fit: cover;
        object-position: center; } }
  .box-hightlight-location .img-hightlight-location {
    width: 100%;
    height: 200px;
    object-position: center;
    object-fit: cover; }
  .box-hightlight-location h3 {
    font-weight: 500;
    font-size: 18px;
    color: #1a3863;
    margin-bottom: 10px;
    height: 40px;
    display: -webkit-box;
    line-height: 20px;
    -webkit-line-clamp: 2;
    overflow: hidden; }
  .box-hightlight-location .combo-location {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .box-hightlight-location .combo-location .location {
      float: left; }
    .box-hightlight-location .combo-location .date {
      float: right; }
  .box-hightlight-location .combo-price {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 10px; }
    .box-hightlight-location .combo-price .price {
      float: left;
      color: #eb6502;
      font-size: 18px;
      font-weight: 600; }
      .box-hightlight-location .combo-price .price .unit-price {
        color: #999999;
        font-weight: 400;
        font-size: 14px; }
    .box-hightlight-location .combo-price .book {
      float: right; }

.box-hot-location {
  width: 100%;
  position: relative;
  margin-bottom: 20px; }
  .box-hot-location:hover a {
    color: #FFD200 !important;
    font-size: 21px; }
  .box-hot-location .img-hot-location {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover; }
  .box-hot-location .info-location {
    position: absolute;
    bottom: 50px;
    left: 40px;
    text-shadow: 1px 1px 2px #333, 0 0 1em #333, 0 0 0.2em #333; }
    .box-hot-location .info-location .name-location {
      font-size: 20px;
      color: #fff;
      margin-bottom: 10px; }
    .box-hot-location .info-location .address-location {
      font-size: 16px;
      color: #fff; }

.box-location-right {
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px; }
  .box-location-right .box-location-img img {
    width: 50px;
    height: 50px; }
    @media (max-width: 767px) {
      .box-location-right .box-location-img img {
        width: 56px;
        height: 71px;
        object-fit: cover;
        object-position: center; } }
  .box-location-right .box-location-fulldetail {
    padding: 5px 5px 5px 0; }
    .box-location-right .box-location-fulldetail a {
      color: #1a3863;
      font-size: 15px;
      font-weight: 600; }
      .box-location-right .box-location-fulldetail a:hover {
        color: #FFD200; }

.box-address-select {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  margin-left: 6px;
  transition: box-shadow .2s ease-in-out;
  transition-property: box-shadow;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s; }
  .box-address-select:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 10px 0px; }
  .box-address-select .img-more-select {
    width: 100%; }
    .box-address-select .img-more-select .img-hot-location {
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover; }

.schedule-watched {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .schedule-watched .img-schedule {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover; }
  .schedule-watched .text-schedule-watched {
    position: absolute;
    bottom: 20px;
    width: 60%;
    min-height: 130px;
    margin-left: 20%;
    margin-right: 20%;
    color: #fff; }
    .schedule-watched .text-schedule-watched .time {
      top: 25px;
      text-align: center;
      font-size: 16px; }
      .schedule-watched .text-schedule-watched .time .location {
        font-size: 30px; }
    .schedule-watched .text-schedule-watched .viewer {
      top: 80px;
      font-size: 13px; }
  .schedule-watched .suitable-for {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.68);
    color: #ffffff;
    font-size: 13px;
    text-align: center; }

.itinerary-main-pane {
  width: 90%;
  padding: 0;
  border-left: none;
  float: left;
  color: #333; }
  @media (max-width: 767px) {
    .itinerary-main-pane {
      width: 100%;
      padding: 15px; } }
  .itinerary-main-pane .itinerary-daybyday-pane {
    margin-top: 20px;
    position: relative; }
    .itinerary-main-pane .itinerary-daybyday-pane .itinerary-row {
      position: relative;
      z-index: 0;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      border: solid 1px #f0eded;
      float: none;
      padding: 30px 0;
      font-size: 15px; }
      .itinerary-main-pane .itinerary-daybyday-pane .itinerary-row .more-link-trip {
        position: absolute;
        right: 15px; }
        @media (max-width: 767px) {
          .itinerary-main-pane .itinerary-daybyday-pane .itinerary-row .more-link-trip {
            bottom: 10px;
            font-size: 12px; } }
        .itinerary-main-pane .itinerary-daybyday-pane .itinerary-row .more-link-trip .text-link {
          color: #9b9b9b; }
          .itinerary-main-pane .itinerary-daybyday-pane .itinerary-row .more-link-trip .text-link:hover {
            color: #FFD200; }
    .itinerary-main-pane .itinerary-daybyday-pane .day-block {
      background: #fff; }
      .itinerary-main-pane .itinerary-daybyday-pane .day-block .day-title .stay-area {
        font-size: 22px;
        line-height: 1.45;
        color: #333;
        font-weight: 400;
        margin-left: 24px; }
      .itinerary-main-pane .itinerary-daybyday-pane .day-block .day-title .day-title-container {
        position: relative; }
        .itinerary-main-pane .itinerary-daybyday-pane .day-block .day-title .day-title-container .print-share-emailsend {
          position: absolute;
          top: 10px;
          right: 0; }
        .itinerary-main-pane .itinerary-daybyday-pane .day-block .day-title .day-title-container .start-end-dates {
          height: 32px;
          border-radius: 100px;
          background-color: #505a76;
          font-size: 18px;
          font-weight: 700;
          line-height: 1.5;
          text-align: center;
          color: #fff;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          display: inline-block;
          padding: 2px 25px; }
        .itinerary-main-pane .itinerary-daybyday-pane .day-block .day-title .day-title-container .line-between {
          height: 30px;
          margin-left: 54px;
          border-left: 2px solid #dedede; }
      .itinerary-main-pane .itinerary-daybyday-pane .day-block .stay-area {
        font-size: 22px;
        margin-left: 24px;
        min-width: 64px;
        display: inline-block;
        text-align: center;
        line-height: 1;
        color: #333;
        font-weight: 400; }
        .itinerary-main-pane .itinerary-daybyday-pane .day-block .stay-area .stayName {
          color: #505a76; }
          .itinerary-main-pane .itinerary-daybyday-pane .day-block .stay-area .stayName:hover {
            color: #1a3863; }
      .itinerary-main-pane .itinerary-daybyday-pane .day-block .line-between {
        height: 30px;
        margin-left: 54px;
        border-left: 2px solid #dedede; }
      .itinerary-main-pane .itinerary-daybyday-pane .day-block .itinerary-row {
        box-shadow: none !important;
        border: none !important;
        padding: 0;
        position: relative;
        font-size: 15px;
        z-index: 0; }
        .itinerary-main-pane .itinerary-daybyday-pane .day-block .itinerary-row .left-col {
          float: left;
          width: 15%;
          padding-left: 24px;
          min-height: 1px; }
          @media (max-width: 767px) {
            .itinerary-main-pane .itinerary-daybyday-pane .day-block .itinerary-row .left-col {
              padding: 0 10px !important;
              width: 23%; } }
        .itinerary-main-pane .itinerary-daybyday-pane .day-block .itinerary-row .right-col {
          float: left;
          width: 85%; }
          @media (max-width: 767px) {
            .itinerary-main-pane .itinerary-daybyday-pane .day-block .itinerary-row .right-col {
              width: 77% !important; } }
        .itinerary-main-pane .itinerary-daybyday-pane .day-block .itinerary-row .reservation-container {
          width: 596px;
          float: right;
          margin-top: 28px;
          font-size: 16px;
          font-style: italic;
          font-weight: 300;
          line-height: 1.5;
          text-align: left;
          color: #9b9b9b;
          cursor: default; }
          .itinerary-main-pane .itinerary-daybyday-pane .day-block .itinerary-row .reservation-container .add-reservation {
            float: left;
            cursor: pointer; }
          .itinerary-main-pane .itinerary-daybyday-pane .day-block .itinerary-row .reservation-container .clickable-text {
            cursor: pointer; }
      .itinerary-main-pane .itinerary-daybyday-pane .day-block .hotels-row {
        cursor: default; }
        .itinerary-main-pane .itinerary-daybyday-pane .day-block .hotels-row .left-col {
          float: none;
          padding: 0;
          border-right: 3px solid #dedede !important;
          position: absolute;
          left: 54px;
          top: 0;
          bottom: 0;
          width: 0; }
        .itinerary-main-pane .itinerary-daybyday-pane .day-block .hotels-row .right-col {
          float: left;
          margin-left: 150px; }
          .itinerary-main-pane .itinerary-daybyday-pane .day-block .hotels-row .right-col .upsell .bed-icon svg {
            width: 28px;
            height: 28px; }
          .itinerary-main-pane .itinerary-daybyday-pane .day-block .hotels-row .right-col .upsell .hotel-text {
            font-size: 15px;
            line-height: 1.6;
            float: left;
            font-style: normal; }
            .itinerary-main-pane .itinerary-daybyday-pane .day-block .hotels-row .right-col .upsell .hotel-text .find-hotel {
              margin-left: 5px; }
            .itinerary-main-pane .itinerary-daybyday-pane .day-block .hotels-row .right-col .upsell .hotel-text .text-link {
              color: #009cde;
              font-style: italic;
              font-family: 'Lato', sans-serif;
              font-weight: 400;
              text-decoration: none;
              cursor: pointer; }
          .itinerary-main-pane .itinerary-daybyday-pane .day-block .hotels-row .right-col .upsell .reservation-container {
            margin-top: 3px !important;
            float: left !important; }
      .itinerary-main-pane .itinerary-daybyday-pane .day-block .hotels-row:not(.reservation) {
        box-shadow: none !important;
        border: none !important;
        padding: 0;
        position: relative; }
      .itinerary-main-pane .itinerary-daybyday-pane .day-block .clearfix:before {
        content: " ";
        display: table; }
      .itinerary-main-pane .itinerary-daybyday-pane .day-block .clearfix:after {
        clear: both; }
      .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row {
        min-height: 203px;
        padding: 30px 0 25px; }
        .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents {
          min-height: 144px;
          overflow: hidden;
          position: relative; }
          .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .left-col {
            float: left;
            width: 15%;
            padding-left: 24px;
            min-height: 1px;
            margin-right: 25px;
            position: absolute; }
            .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .left-col .visit-time .time {
              font-size: 15px;
              line-height: 1.6; }
            .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .left-col .visit-time .end-time {
              color: #9b9b9b; }
          .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .right-col {
            float: right;
            overflow: hidden;
            width: 85%; }
            .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .right-col .photo {
              width: 210px;
              height: 144px;
              float: left;
              background-size: cover;
              background-repeat: no-repeat;
              background-position: center;
              cursor: pointer; }
              @media (max-width: 767px) {
                .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .right-col .photo {
                  width: 166.4px;
                  height: 110.64px; } }
              @media (min-width: 768px) and (max-width: 1024px) {
                .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .right-col .photo {
                  width: 181px; } }
          .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .visit-row-medium {
            width: 32%;
            margin-right: 15px;
            position: relative;
            float: left;
            z-index: 1; }
            .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .visit-row-medium .photo {
              position: relative; }
            .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .visit-row-medium .copyright {
              position: absolute;
              right: 0;
              bottom: 0;
              padding: 2px 10px;
              font-size: 18px;
              line-height: 25px;
              display: none;
              cursor: pointer;
              color: rgba(255, 255, 255, 0.7);
              text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); }
          .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail {
            float: left;
            width: 65%;
            min-height: 144px;
            position: relative; }
            .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .trim-desc {
              margin-top: 10px !important; }
            .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .name {
              font-size: 16px;
              font-weight: 700; }
              @media (max-width: 767px) {
                .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .name {
                  font-size: 14px;
                  font-weight: 700;
                  margin-top: 8px; } }
              .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .name .clickable-text {
                cursor: pointer; }
                .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .name .clickable-text:hover {
                  color: #FFD200 !important; }
            .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .review-tag-container {
              width: 100%;
              min-height: 25px;
              max-height: 50px;
              display: block; }
              @media (max-width: 767px) {
                .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .review-tag-container {
                  font-size: 11px;
                  line-height: 15px; } }
              .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .review-tag-container .rating-with-count {
                margin-top: 3px;
                color: #f5a623;
                font-size: 13px;
                font-weight: 900;
                line-height: 14px; }
                .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .review-tag-container .rating-with-count .rating-stars {
                  margin-left: 5px;
                  display: inline-block;
                  top: 2px;
                  width: 85px;
                  height: 16px;
                  background-repeat: repeat-x;
                  position: relative; }
                  .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .review-tag-container .rating-with-count .rating-stars .rating-stars-fill {
                    height: 100%;
                    position: absolute;
                    left: 0;
                    background-repeat: repeat-x; }
                .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .review-tag-container .rating-with-count .small {
                  font-size: 85%; }
                .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .review-tag-container .rating-with-count .rating-stars.small {
                  width: 70px;
                  height: 14px;
                  background-size: 14px; }
                  .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .review-tag-container .rating-with-count .rating-stars.small .rating-stars-fill {
                    background-size: 14px; }
              .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .review-tag-container .tags-attractions {
                position: relative;
                display: inline;
                word-spacing: 2px;
                color: #9b9b9b; }
                .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .review-tag-container .tags-attractions .tag {
                  font-size: 14px;
                  font-style: italic;
                  line-height: 1.57;
                  cursor: pointer;
                  white-space: normal;
                  font-weight: 400;
                  text-transform: capitalize;
                  color: inherit; }
                .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .review-tag-container .tags-attractions .tag.must-see-tag {
                  color: #009cde;
                  cursor: default; }
            .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .desc {
              width: 100%;
              margin: 10px 0;
              overflow: hidden;
              position: relative;
              line-height: 22px;
              font-size: 15px;
              max-height: 75px; }
              @media (max-width: 767px) {
                .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .desc {
                  margin: 0;
                  line-height: 17px;
                  font-size: 10px; } }
              .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .desc .trim-desc {
                margin: 0;
                font-size: 14px;
                border: 0;
                padding: 0;
                color: #333;
                display: block;
                font-weight: 400; }
                .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .desc .trim-desc .more-link {
                  position: absolute;
                  right: 0;
                  bottom: 0;
                  background: #fff;
                  padding-left: 5px;
                  background: rgba(255, 255, 255, 0);
                  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.97) 6%, #fff 100%);
                  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1); }
                .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .desc .trim-desc .more-link:before {
                  content: "... "; }
                .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .desc .trim-desc .secondary-text-link {
                  color: #9b9b9b;
                  font-style: italic;
                  font-family: 'Lato', sans-serif;
                  font-weight: 400;
                  text-decoration: none;
                  cursor: pointer; }
              .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .desc blockquote {
                padding: 0;
                margin: 0;
                font-size: inherit;
                border: 0;
                display: inline; }
              .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .desc .secondary-text-link {
                color: #9b9b9b;
                font-style: italic;
                font-family: 'Lato', sans-serif;
                font-weight: 400;
                text-decoration: none;
                cursor: pointer; }
            .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .tours {
              margin-bottom: -5px;
              margin-top: 10px; }
              .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .tours .tours-link {
                font-size: 15px;
                line-height: 1.47; }
              .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .tours .text-link {
                color: #009cde;
                font-style: italic;
                font-family: 'Lato', sans-serif;
                font-weight: 400;
                text-decoration: none;
                cursor: pointer; }
              .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .tours .full-details-link.with-tours {
                float: right; }
              .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .tours .full-details-link {
                font-size: 15px;
                line-height: 1.47; }
              .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .visit-contents .detail .tours .text-link {
                color: #009cde;
                font-style: italic;
                font-family: 'Lato', sans-serif;
                font-weight: 400;
                text-decoration: none;
                cursor: pointer; }
        .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .clearfix:before {
          content: " ";
          display: table; }
        .itinerary-main-pane .itinerary-daybyday-pane .day-block .visit-row .clearfix:after {
          clear: both; }
      .itinerary-main-pane .itinerary-daybyday-pane .day-block .itinerary-row {
        position: relative;
        z-index: 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        border: solid 1px #f0eded;
        float: none;
        padding: 25px 9px;
        font-size: 15px; }
      .itinerary-main-pane .itinerary-daybyday-pane .day-block .data-holder {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) !important;
        border: solid 1px #f0eded !important; }
      .itinerary-main-pane .itinerary-daybyday-pane .day-block .itinerary-row {
        position: relative;
        z-index: 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        border: solid 1px #f0eded;
        float: none;
        padding: 30px 0;
        font-size: 15px; }
      .itinerary-main-pane .itinerary-daybyday-pane .day-block .hop-row {
        height: 50px;
        line-height: 50px;
        background: transparent;
        position: relative;
        font-size: 13px;
        color: #9b9b9b;
        box-shadow: none !important;
        border: none !important;
        padding: 0; }
        .itinerary-main-pane .itinerary-daybyday-pane .day-block .hop-row .travelTime {
          font-style: italic;
          font-weight: 700; }
          @media (max-width: 767px) {
            .itinerary-main-pane .itinerary-daybyday-pane .day-block .hop-row .travelTime {
              margin-left: 11px; } }
        .itinerary-main-pane .itinerary-daybyday-pane .day-block .hop-row .directions {
          margin-left: 5px;
          color: #9b9b9b; }
        .itinerary-main-pane .itinerary-daybyday-pane .day-block .hop-row .left-col {
          float: none;
          padding: 0;
          border-right: 3px solid #dedede !important;
          position: absolute;
          left: 54px;
          top: 0;
          bottom: 0;
          width: 0; }
        .itinerary-main-pane .itinerary-daybyday-pane .day-block .hop-row .right-col {
          margin-left: 74px;
          float: left; }
      .itinerary-main-pane .itinerary-daybyday-pane .day-block .line-between {
        height: 30px;
        margin-left: 54px;
        border-left: 2px solid #dedede; }
    .itinerary-main-pane .itinerary-daybyday-pane .day-block:last-child {
      margin-bottom: 29px;
      border: 0; }

.fix-image-thumbnail {
  height: 170px !important;
  width: 100%;
  object-fit: cover;
  object-position: center; }

.button-send-email {
  background: #33afe4;
  color: #fff;
  padding: 2px 5px; }

.scroll-day {
  position: fixed !important;
  top: 0; }

.box-all-schedule {
  border: 1px solid #eee;
  padding: 15px;
  color: #1a3863; }
  .box-all-schedule .title-schedule {
    color: #1a3863;
    font-size: 16px;
    font-weight: 600; }

.box-hightlight-schedule {
  background-color: #f3f9f2;
  color: #32a923;
  display: inline-block;
  font-size: 14px;
  line-height: 1.23;
  white-space: normal;
  font-weight: 400;
  width: 100%;
  margin: 2px 0px 5px;
  border-width: 1px;
  border-style: dashed;
  border-color: initial;
  border-image: initial;
  border-radius: 3px;
  padding: 21px 5px;
  overflow: hidden;
  position: relative; }
  .box-hightlight-schedule .bed-icon {
    float: left;
    margin: 0 15px; }
  .box-hightlight-schedule .hotel-text {
    float: right;
    left: 80px;
    position: absolute;
    margin-bottom: 0;
    top: 21px; }
    @media (max-width: 767px) {
      .box-hightlight-schedule .hotel-text {
        top: 14px; } }

.more-link-schedule {
  border: 1px solid #eee;
  background: #ecf8ff;
  border-left: 2px solid #33afe4; }
  @media (max-width: 767px) {
    .more-link-schedule {
      margin-bottom: 35px; } }
  .more-link-schedule blockquote {
    border: 0 !important;
    font-size: 14px;
    padding: 0 8px;
    margin: 20px 0; }
    .more-link-schedule blockquote p {
      color: #4d4d4d;
      font-weight: 600;
      margin: 10px 0;
      font-size: 16px; }
    .more-link-schedule blockquote ul:last-child {
      margin-bottom: 0; }

.fix-breadcrumb {
  background: #fff;
  width: 50%;
  float: left;
  padding-left: 0; }
  @media (max-width: 767px) {
    .fix-breadcrumb {
      width: 100%;
      padding: 3px 10px; } }

.resultpage-content {
  position: relative;
  z-index: 1;
  opacity: 1; }
  .resultpage-content .tab-content {
    position: relative; }
    .resultpage-content .tab-content .header-text {
      width: 100%;
      margin-top: 20px; }
      @media (max-width: 767px) {
        .resultpage-content .tab-content .header-text {
          margin-top: 0; } }
      @media (max-width: 767px) {
        .resultpage-content .tab-content .header-text .content-schedule {
          padding: 0 15px; } }
      .resultpage-content .tab-content .header-text .content-schedule h2 {
        color: #1a3863; }
      .resultpage-content .tab-content .header-text .content-schedule .schedule-for {
        color: #666;
        font-size: 14px;
        margin-bottom: 15px; }
        .resultpage-content .tab-content .header-text .content-schedule .schedule-for span {
          margin-right: 5px;
          font-size: 16px; }
      .resultpage-content .tab-content .header-text .content-schedule .schedule-preference {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px; }
        .resultpage-content .tab-content .header-text .content-schedule .schedule-preference span {
          margin-right: 5px;
          font-size: 14px; }
      @media (max-width: 767px) {
        .resultpage-content .tab-content .header-text .fix-top-suggest {
          padding: 0 30px; } }
      .resultpage-content .tab-content .header-text .fix-top-suggest .top-suggest {
        border: solid 1px #ccc !important;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
        padding: 10px 20px;
        border-radius: 10px;
        margin-top: 85px;
        margin-left: 15px;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .resultpage-content .tab-content .header-text .fix-top-suggest .top-suggest {
            margin: 0 !important;
            padding: 0 15px !important; } }
        @media (min-width: 768px) and (max-width: 1024px) {
          .resultpage-content .tab-content .header-text .fix-top-suggest .top-suggest {
            display: none; } }
        .resultpage-content .tab-content .header-text .fix-top-suggest .top-suggest .suggestion {
          margin-bottom: 15px;
          font-size: 16px !important;
          color: #6E7477; }
        .resultpage-content .tab-content .header-text .fix-top-suggest .top-suggest .text-content {
          font-size: 13px;
          margin-bottom: 5px; }
          .resultpage-content .tab-content .header-text .fix-top-suggest .top-suggest .text-content i {
            color: #3B79E4;
            font-size: 17px;
            margin-right: 7px; }
        .resultpage-content .tab-content .header-text .fix-top-suggest .top-suggest .last-row {
          width: 100%;
          overflow: hidden; }
          .resultpage-content .tab-content .header-text .fix-top-suggest .top-suggest .last-row .suggest-icon {
            float: left;
            width: 11%; }
            @media (max-width: 767px) {
              .resultpage-content .tab-content .header-text .fix-top-suggest .top-suggest .last-row .suggest-icon {
                width: 20%; } }
    .resultpage-content .tab-content .itinerary-subnav-pane {
      margin-left: -10px;
      left: 0;
      width: 862px;
      height: 40px;
      pointer-events: none;
      z-index: 1; }
      .resultpage-content .tab-content .itinerary-subnav-pane .itinerary-subnav-bg {
        position: absolute;
        left: -10px;
        right: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;
        background: #fff;
        pointer-events: auto; }
      .resultpage-content .tab-content .itinerary-subnav-pane .itinerary-subnav-bg:after {
        content: ' ';
        width: 740px;
        height: 78px;
        margin-right: 10px;
        float: right; }
      .resultpage-content .tab-content .itinerary-subnav-pane .itinerary-subnav-contents {
        pointer-events: auto;
        height: 73px;
        background: 0;
        position: relative; }
      .resultpage-content .tab-content .itinerary-subnav-pane .subnav-pane {
        height: 73px;
        background-color: #fff; }
        .resultpage-content .tab-content .itinerary-subnav-pane .subnav-pane .subnav-tabs {
          float: left;
          margin-top: 25px; }
          .resultpage-content .tab-content .itinerary-subnav-pane .subnav-pane .subnav-tabs .selectview {
            float: left;
            font-size: 24px;
            font-weight: 900;
            margin-right: 31px;
            line-height: 1.14;
            letter-spacing: -0.4px;
            max-width: 450px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .resultpage-content .tab-content .itinerary-subnav-pane .subnav-pane .subnav-tabs .subnavlink {
            border-right: 2px solid #333 !important;
            border-left: 2px solid #333;
            height: 52px;
            background: 0;
            color: #9b9b9b;
            border: 0;
            padding: 0 20px;
            font-weight: 900;
            cursor: pointer;
            float: left;
            display: inline;
            text-align: center;
            text-transform: uppercase; }
            .resultpage-content .tab-content .itinerary-subnav-pane .subnav-pane .subnav-tabs .subnavlink .title {
              font-size: 20px;
              line-height: 50px;
              margin: 0;
              font-weight: 900;
              letter-spacing: .08em;
              float: left;
              text-transform: uppercase;
              vertical-align: middle; }
          .resultpage-content .tab-content .itinerary-subnav-pane .subnav-pane .subnav-tabs .subnavlink.active {
            background: 0;
            color: #333;
            border-right: 2px solid #333;
            border-left: 2px solid #333; }
        .resultpage-content .tab-content .itinerary-subnav-pane .subnav-pane .subnav-actions {
          float: right;
          margin-top: 5px; }
      .resultpage-content .tab-content .itinerary-subnav-pane .clearfix:before {
        content: " ";
        display: table; }
      .resultpage-content .tab-content .itinerary-subnav-pane .clearfix:after {
        clear: both; }
    .resultpage-content .tab-content .border-wraper {
      border: solid 1px #ccc;
      border-top: none;
      padding: 0;
      width: 100%;
      border: 0 !important; }
    .resultpage-content .tab-content .itinerary-subnav-pane.dock-top {
      position: fixed;
      left: auto;
      right: auto;
      top: 48px;
      z-index: 10000;
      height: 48px;
      width: 1020px; }
      .resultpage-content .tab-content .itinerary-subnav-pane.dock-top .itinerary-subnav-contents {
        margin-top: 1px;
        height: 48px; }
    .resultpage-content .tab-content .col-12 {
      position: relative;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px;
      float: left;
      width: 100%; }
    .resultpage-content .tab-content .itinerary-left-timeline-pane {
      margin-top: 35px;
      float: left;
      width: 10%;
      background: 0;
      overflow-x: hidden;
      overflow-y: hidden;
      position: relative;
      padding-right: 18px; }
      @media (max-width: 767px) {
        .resultpage-content .tab-content .itinerary-left-timeline-pane .day-box {
          display: none; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .resultpage-content .tab-content .itinerary-left-timeline-pane .day-box {
          display: none; } }
      .resultpage-content .tab-content .itinerary-left-timeline-pane .day-box .month {
        margin-bottom: 7px;
        margin-left: 4px;
        font-size: 16px; }
    .resultpage-content .tab-content .daybyday {
      left: auto !important; }
      @media (max-width: 767px) {
        .resultpage-content .tab-content .daybyday {
          width: 100%;
          padding: 10px; } }
      .resultpage-content .tab-content .daybyday .day-boxes {
        bordeR: solid 1px #33afe4;
        border-radius: 10px;
        width: 50px;
        padding: 10px 10px;
        line-height: 30px;
        overflow: hidden; }
    .resultpage-content .tab-content .itinerary-main-pane.col-8 {
      float: left;
      position: relative; }
    .resultpage-content .tab-content .col-8 {
      position: relative;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 30px;
      float: left; }
    .resultpage-content .tab-content .dbd-right-rail {
      max-width: 287px;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      float: left; }
      .resultpage-content .tab-content .dbd-right-rail .top-recommand .phone .phone-title {
        border: solid 1px #33AFE4;
        background-color: #33AFE4;
        text-align: center; }
        .resultpage-content .tab-content .dbd-right-rail .top-recommand .phone .phone-title h5 {
          line-height: 36px;
          font-size: 20px;
          color: white;
          margin-top: 7px;
          margin-bottom: 11px; }
      .resultpage-content .tab-content .dbd-right-rail .top-recommand .phone .phone-number {
        border: solid 1px #ccc;
        padding: 12px 22px;
        width: 100%; }
        .resultpage-content .tab-content .dbd-right-rail .top-recommand .phone .phone-number .left-icon {
          float: left; }
          .resultpage-content .tab-content .dbd-right-rail .top-recommand .phone .phone-number .left-icon img {
            width: 40px;
            height: 39px;
            margin-right: 10px; }
        .resultpage-content .tab-content .dbd-right-rail .top-recommand .phone .phone-number .right-number {
          font-size: 14px;
          color: #ff9933; }
      .resultpage-content .tab-content .dbd-right-rail .combo-recommand .combo-recommand-adv {
        border: none;
        margin-top: 30px;
        margin-bottom: 10px; }
        .resultpage-content .tab-content .dbd-right-rail .combo-recommand .combo-recommand-adv .recommand-box-title {
          background-color: #33AFE4;
          text-align: center;
          color: white; }
          .resultpage-content .tab-content .dbd-right-rail .combo-recommand .combo-recommand-adv .recommand-box-title h5 {
            color: white;
            line-height: 36px;
            margin-top: 7px;
            margin-bottom: 11px; }
        .resultpage-content .tab-content .dbd-right-rail .combo-recommand .combo-recommand-adv .img-n-history {
          position: relative; }
          .resultpage-content .tab-content .dbd-right-rail .combo-recommand .combo-recommand-adv .img-n-history .adv-img {
            width: 257.33px;
            height: 255.33px; }
            .resultpage-content .tab-content .dbd-right-rail .combo-recommand .combo-recommand-adv .img-n-history .adv-img img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              object-position: center; }
          .resultpage-content .tab-content .dbd-right-rail .combo-recommand .combo-recommand-adv .img-n-history .history {
            position: absolute;
            width: 100%;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 12px 3px;
            background: rgba(0, 0, 0, 0.48);
            color: #ffffff;
            font-size: 12px;
            white-space: nowrap; }
            .resultpage-content .tab-content .dbd-right-rail .combo-recommand .combo-recommand-adv .img-n-history .history p {
              width: 50%;
              float: left;
              margin-bottom: 0; }
        .resultpage-content .tab-content .dbd-right-rail .combo-recommand .combo-recommand-adv .topic {
          padding: 2px;
          background-color: #666666; }
          .resultpage-content .tab-content .dbd-right-rail .combo-recommand .combo-recommand-adv .topic p {
            text-align: center;
            color: white;
            padding: 7px 0 0 0;
            font-size: 16px;
            font-weight: 500; }
  .resultpage-content .share-to-fb {
    padding: 30px 0px;
    position: relative; }
    .resultpage-content .share-to-fb .img-banner {
      margin-left: 0px;
      width: 100%;
      height: 200px;
      object-fit: cover;
      object-position: center; }
    .resultpage-content .share-to-fb .share-to-fb-adv {
      position: absolute;
      top: 40%;
      left: 20px; }
      .resultpage-content .share-to-fb .share-to-fb-adv h4 {
        color: #fff;
        font-size: 23px;
        font-weight: 700;
        text-align: center; }
      .resultpage-content .share-to-fb .share-to-fb-adv .img-logo {
        height: 40px;
        font-size: 18px; }

.padding-lr-10 {
  padding: 0 10px;
  overflow: hidden; }

.item-padding-0 {
  padding: 0 !important; }

.container-plus {
  width: 100%;
  background-color: #fff; }
  .container-plus .container {
    background-color: #fff; }
    .container-plus .container .planbyprof-title {
      padding: 20px 15px; }
    .container-plus .container #mete-height {
      margin-bottom: 30px; }
      .container-plus .container #mete-height .sort {
        border-radius: 3px;
        background: #ccc;
        font-size: 14px;
        color: #0d0d0d;
        margin-bottom: 15px;
        border: 1px solid #f1f1f1; }
        .container-plus .container #mete-height .sort ul {
          margin-bottom: 0px;
          margin-top: 0px;
          padding: 0; }
          .container-plus .container #mete-height .sort ul li {
            display: inline-block;
            padding: 7px 21.7px; }
            .container-plus .container #mete-height .sort ul li span {
              font-weight: bold; }
          .container-plus .container #mete-height .sort ul .sort-item {
            color: #c3c3c3; }
            .container-plus .container #mete-height .sort ul .sort-item a {
              color: white;
              text-decoration: none;
              background-color: transparent; }
            .container-plus .container #mete-height .sort ul .sort-item .form-control {
              border-radius: 0 !important;
              display: block;
              font-weight: 400;
              line-height: 1.5;
              height: auto;
              color: #495057;
              background-color: #fff;
              background-clip: padding-box;
              border: 1px solid #ced4da;
              transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
          .container-plus .container #mete-height .sort ul .gray {
            background: #FF9933; }
      .container-plus .container #mete-height .item-category {
        border-radius: 3px;
        margin-bottom: 15px;
        box-shadow: rgba(0, 0, 0, 0.12) 0 2px 2px 0;
        background: #ffffff; }
        .container-plus .container #mete-height .item-category:hover {
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3); }
        .container-plus .container #mete-height .item-category .item {
          cursor: pointer;
          height: 200px;
          overflow: hidden;
          margin: 0 !important;
          padding: 0 !important; }
          @media (max-width: 767px) {
            .container-plus .container #mete-height .item-category .item {
              height: auto; } }
          @media (min-width: 768px) and (max-width: 1024px) {
            .container-plus .container #mete-height .item-category .item {
              height: auto; } }
          .container-plus .container #mete-height .item-category .item .fix-image-height {
            height: 200px; }
            .container-plus .container #mete-height .item-category .item .fix-image-height img {
              width: 100%;
              height: 100%;
              object-position: center;
              object-fit: cover; }
          .container-plus .container #mete-height .item-category .item .link-detail {
            width: 100%; }
            @media (max-width: 767px) {
              .container-plus .container #mete-height .item-category .item .link-detail {
                height: 266px; } }
          .container-plus .container #mete-height .item-category .item .image {
            padding: 0; }
            @media (max-width: 767px) {
              .container-plus .container #mete-height .item-category .item .image {
                height: 150px; } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .container-plus .container #mete-height .item-category .item .image {
                width: 33.333%;
                float: left;
                margin-right: 10px; } }
            .container-plus .container #mete-height .item-category .item .image a {
              color: #007bff;
              text-decoration: none;
              background-color: transparent;
              -webkit-text-decoration-skip: objects; }
              .container-plus .container #mete-height .item-category .item .image a img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center; }
          .container-plus .container #mete-height .item-category .item .content {
            height: 200px;
            background-color: #EEEEEE;
            padding: 10px 15px;
            margin-left: -15px;
            margin-right: -15px; }
            @media (min-width: 768px) and (max-width: 1023px) {
              .container-plus .container #mete-height .item-category .item .content {
                float: right;
                width: 480px;
                height: 200px; } }
            .container-plus .container #mete-height .item-category .item .content .top-content {
              color: #3c3c3c; }
              @media (max-width: 767px) {
                .container-plus .container #mete-height .item-category .item .content .top-content {
                  font-size: 12px; } }
              .container-plus .container #mete-height .item-category .item .content .top-content h4 {
                color: #1a3863;
                margin-top: 0;
                font-size: 20px;
                font-weight: 700;
                text-decoration: none; }
                @media (max-width: 767px) {
                  .container-plus .container #mete-height .item-category .item .content .top-content h4 {
                    font-size: 18px; } }
              .container-plus .container #mete-height .item-category .item .content .top-content h4:hover {
                color: #FF9933; }
              .container-plus .container #mete-height .item-category .item .content .top-content h5 {
                zoom: 1;
                font-size: 16px;
                display: inline;
                margin: 0;
                padding: 0;
                text-decoration: none;
                word-wrap: break-word;
                color: grey;
                margin-top: 8px;
                margin-bottom: 8px; }
                @media (max-width: 767px) {
                  .container-plus .container #mete-height .item-category .item .content .top-content h5 {
                    font-size: 14px; } }
              .container-plus .container #mete-height .item-category .item .content .top-content p {
                margin-top: 8px;
                margin-bottom: 8px;
                color: #1B1B1B !important;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical; }
              .container-plus .container #mete-height .item-category .item .content .top-content .listing-place-detail {
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical; }
            .container-plus .container #mete-height .item-category .item .content .bottom-content p {
              height: 58px;
              display: -webkit-box;
              line-height: 20px;
              -webkit-line-clamp: 3;
              overflow: hidden;
              font-size: 14px;
              color: #333; }
            .container-plus .container #mete-height .item-category .item .content a {
              text-decoration: none; }
              .container-plus .container #mete-height .item-category .item .content a h2 {
                font-size: 23px;
                color: #00506c;
                font-weight: bold;
                padding-top: 10px;
                overflow: hidden; }
            .container-plus .container #mete-height .item-category .item .content .item-content {
              font-size: 14px;
              margin-top: 15px; }
              .container-plus .container #mete-height .item-category .item .content .item-content .item-content-detail {
                margin-bottom: 0; }
              .container-plus .container #mete-height .item-category .item .content .item-content .item-content-p {
                color: #717171; }
                .container-plus .container #mete-height .item-category .item .content .item-content .item-content-p i {
                  margin-right: 8px; }
            .container-plus .container #mete-height .item-category .item .content .ruler {
              border-bottom: 2px solid #bcbcbc;
              width: 10%;
              margin: 11px 0; }
        .container-plus .container #mete-height .item-category .row {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-right: -15px;
          margin-left: -15px; }

.dbd-right-rail-planbyprof {
  max-width: 287px;
  position: relative;
  min-height: 1px;
  float: left; }
  @media (max-width: 767px) {
    .dbd-right-rail-planbyprof {
      display: none; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .dbd-right-rail-planbyprof {
      display: none; } }
  .dbd-right-rail-planbyprof .top-recommand .phone .phone-title {
    border: solid 1px #33AFE4;
    background-color: #33AFE4;
    text-align: center;
    padding: 15px; }
    .dbd-right-rail-planbyprof .top-recommand .phone .phone-title h5 {
      color: #fff;
      font-size: 20px;
      margin: 0; }
  .dbd-right-rail-planbyprof .top-recommand .phone .phone-number {
    border: solid 1px #ccc;
    padding: 24px 19px;
    width: 100%; }
    .dbd-right-rail-planbyprof .top-recommand .phone .phone-number .left-icon {
      float: left; }
      .dbd-right-rail-planbyprof .top-recommand .phone .phone-number .left-icon img {
        width: 40px;
        height: 39px;
        margin-right: 10px; }
    .dbd-right-rail-planbyprof .top-recommand .phone .phone-number .right-number {
      font-size: 14px;
      color: #ff9933; }
  .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv {
    cursor: pointer;
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 10px;
    border: solid 1px #ccc;
    padding-bottom: 9px; }
    .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .recommand-box-title {
      border: solid 1px #33AFE4;
      background-color: #33AFE4;
      text-align: center;
      padding: 15px; }
      .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .recommand-box-title h5 {
        color: #fff;
        margin: 0;
        font-size: 20px; }
    .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content {
      padding: 7px;
      float: right;
      width: 100%;
      overflow: hidden;
      border-bottom: 1px solid #ccc; }
      .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content {
        float: right;
        width: 100%;
        margin-bottom: 10px; }
        .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content .card-img .adv-img img {
          width: 100%;
          height: 200px;
          transition: transform .2s; }
        .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content .card-img .adv-img .img-advertise {
          width: 100%;
          height: 130px;
          transition: transform .2s;
          object-fit: cover;
          object-position: center; }
        .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content .card-img .adv-img:hover {
          /* IE 9 */
          /* Safari 3-8 */
          transform: scale(1.1); }
        .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content .card-title {
          margin-top: 10px;
          padding: 0px 5px; }
          .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content .card-title p {
            padding: 2px 5px;
            padding-bottom: 0px;
            margin-bottom: 0;
            font-size: 18px; }
            .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content .card-title p:hover {
              color: #33afe4; }
          .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content .card-title .card-title-adv {
            padding: 0 5px;
            color: #1a3863; }
        .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content .card-search-info {
          padding: 3px 9px; }
          .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content .card-search-info .from-n-range {
            padding-bottom: 10px;
            margin-bottom: 10px;
            position: relative;
            color: #393838;
            font-size: 12px; }
            .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content .card-search-info .from-n-range .pull-left {
              float: left !important; }
              .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content .card-search-info .from-n-range .pull-left .icon-marker {
                width: 13px;
                margin-bottom: 3px; }
              .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content .card-search-info .from-n-range .pull-left img {
                vertical-align: middle; }
            .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content .card-search-info .from-n-range .text-left {
              text-align: left; }
            .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content .card-search-info .from-n-range .pull-right {
              float: right !important; }
              .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content .card-search-info .from-n-range .pull-right .icon-timer {
                width: 13px;
                margin-bottom: 3px; }
            .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content .card-search-info .from-n-range .text-right {
              text-align: right; }
            .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content .card-search-info .from-n-range .clearfix:before {
              content: " ";
              display: table; }
            .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content .card-search-info .from-n-range .clearfix:after {
              clear: both; }
          .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content .card-search-info .from-n-range:after {
            content: " ";
            position: absolute;
            width: calc(100% - 40px);
            border-bottom: 1px solid #ccc;
            bottom: 0;
            left: 20px; }
          .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content .card-search-info .price {
            width: 60%;
            float: left;
            max-height: 45px; }
            .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content .card-search-info .price .new-price {
              color: #EC7015;
              font-size: 16px;
              font-weight: bold; }
          .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content .recommand-box-content .card-search-info .customer-buy {
            color: #2AA220;
            width: 40%;
            float: right;
            text-align: center;
            max-height: 45px;
            font-size: 12px; }
    .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .border-box-content:last-child {
      border-bottom: none !important; }
    .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .card-search-info:before {
      content: " ";
      display: table;
      box-sizing: border-box; }
    .dbd-right-rail-planbyprof .combo-recommand .combo-recommand-adv .card-search-info:after {
      clear: both; }

.itinerary-subnav-pane {
  margin-left: -10px;
  left: 0;
  width: 862px;
  height: 40px;
  pointer-events: none;
  z-index: 1; }
  .itinerary-subnav-pane .itinerary-subnav-bg {
    position: absolute;
    left: -10px;
    right: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #fff;
    pointer-events: auto; }
  .itinerary-subnav-pane .itinerary-subnav-bg:after {
    content: ' ';
    width: 740px;
    height: 78px;
    margin-right: 10px;
    float: right; }
  .itinerary-subnav-pane .itinerary-subnav-contents {
    pointer-events: auto;
    height: 73px;
    background: 0;
    position: relative; }
  .itinerary-subnav-pane .subnav-pane {
    height: 73px;
    background-color: #fff; }
    .itinerary-subnav-pane .subnav-pane .subnav-tabs {
      float: left;
      margin-top: 25px; }
      .itinerary-subnav-pane .subnav-pane .subnav-tabs .selectview {
        float: left;
        font-size: 24px;
        font-weight: 900;
        margin-right: 31px;
        line-height: 1.14;
        letter-spacing: -0.4px;
        max-width: 450px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .itinerary-subnav-pane .subnav-pane .subnav-tabs .subnavlink {
        border-right: 2px solid #333 !important;
        border-left: 2px solid #333;
        height: 52px;
        background: 0;
        color: #9b9b9b;
        border: 0;
        padding: 0 20px;
        font-weight: 900;
        cursor: pointer;
        float: left;
        display: inline;
        text-align: center;
        text-transform: uppercase; }
        .itinerary-subnav-pane .subnav-pane .subnav-tabs .subnavlink .title {
          font-size: 20px;
          line-height: 50px;
          margin: 0;
          font-weight: 900;
          letter-spacing: .08em;
          float: left;
          text-transform: uppercase;
          vertical-align: middle; }
      .itinerary-subnav-pane .subnav-pane .subnav-tabs .subnavlink.active {
        background: 0;
        color: #333;
        /* border-bottom: 2px solid #333; */
        border-right: 2px solid #333;
        border-left: 2px solid #333; }
    .itinerary-subnav-pane .subnav-pane .subnav-actions {
      float: right;
      margin-top: 5px; }
  .itinerary-subnav-pane .clearfix:before {
    content: " ";
    display: table; }
  .itinerary-subnav-pane .clearfix:after {
    clear: both; }

.border-wraper {
  border: solid 1px #ccc;
  border-top: none;
  padding: 0;
  width: 100%; }

.itinerary-subnav-pane.dock-top {
  position: fixed;
  left: auto;
  right: auto;
  top: 48px;
  z-index: 10000;
  height: 48px;
  width: 1020px; }
  .itinerary-subnav-pane.dock-top .itinerary-subnav-contents {
    margin-top: 1px;
    height: 48px; }

.itinerary-left-timeline-pane {
  margin-top: 35px;
  float: left;
  width: 10%;
  background: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  padding-right: 18px; }
  @media (max-width: 767px) {
    .itinerary-left-timeline-pane {
      display: none; } }
  .itinerary-left-timeline-pane .day-box .month {
    margin-bottom: 7px;
    margin-left: 4px;
    font-size: 16px; }

.daybyday {
  left: auto !important; }
  .daybyday .day-boxes {
    bordeR: solid 1px #33afe4;
    border-radius: 10px;
    width: 50px;
    padding: 10px 10px;
    line-height: 30px;
    overflow: hidden; }

.col-1 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 8.333333333333332%; }

.itinerary-main-pane {
  width: 90%;
  padding: 0;
  border-left: none;
  float: left;
  color: #333; }
  @media (max-width: 767px) {
    .itinerary-main-pane {
      width: 100%; } }
  .itinerary-main-pane .itinerary-daybyday-pane {
    margin-top: 38px;
    position: relative; }
    .itinerary-main-pane .itinerary-daybyday-pane .itinerary-row {
      position: relative;
      z-index: 0;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      border: solid 1px #f0eded;
      float: none;
      padding: 30px 0;
      font-size: 15px; }
    .itinerary-main-pane .itinerary-daybyday-pane div .day-block {
      background: #fff; }
      .itinerary-main-pane .itinerary-daybyday-pane div .day-block .day-title .stay-area {
        font-size: 22px;
        line-height: 1.45;
        color: #333;
        font-weight: 400;
        margin-left: 24px; }
      .itinerary-main-pane .itinerary-daybyday-pane div .day-block .day-title .day-title-container .start-end-dates {
        height: 32px;
        border-radius: 100px;
        background-color: #505a76;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
        color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        display: inline-block;
        padding: 2px 25px; }
      .itinerary-main-pane .itinerary-daybyday-pane div .day-block .day-title .day-title-container .line-between {
        height: 30px;
        margin-left: 54px;
        border-left: 2px solid #dedede; }
      .itinerary-main-pane .itinerary-daybyday-pane div .day-block .line-between {
        height: 30px;
        margin-left: 54px;
        border-left: 2px solid #dedede; }
      .itinerary-main-pane .itinerary-daybyday-pane div .day-block .stay-area {
        font-size: 22px;
        margin-left: 24px;
        min-width: 64px;
        display: inline-block;
        text-align: center;
        line-height: 1;
        color: #333;
        font-weight: 400; }
        .itinerary-main-pane .itinerary-daybyday-pane div .day-block .stay-area .stayName {
          color: #505a76; }
          .itinerary-main-pane .itinerary-daybyday-pane div .day-block .stay-area .stayName:hover {
            color: #1a3863; }
      .itinerary-main-pane .itinerary-daybyday-pane div .day-block .itinerary-row {
        box-shadow: none !important;
        border: none !important;
        padding: 0;
        position: relative;
        font-size: 15px;
        z-index: 0; }
        .itinerary-main-pane .itinerary-daybyday-pane div .day-block .itinerary-row .left-col {
          float: left;
          width: 15%;
          padding-left: 24px;
          min-height: 1px; }
          @media (max-width: 767px) {
            .itinerary-main-pane .itinerary-daybyday-pane div .day-block .itinerary-row .left-col {
              padding: 0 10px !important;
              width: 23%; } }
        .itinerary-main-pane .itinerary-daybyday-pane div .day-block .itinerary-row .right-col {
          float: left;
          width: 85%; }
          @media (max-width: 767px) {
            .itinerary-main-pane .itinerary-daybyday-pane div .day-block .itinerary-row .right-col {
              width: 77% !important; } }
        .itinerary-main-pane .itinerary-daybyday-pane div .day-block .itinerary-row .reservation-container {
          width: 596px;
          float: right;
          margin-top: 28px;
          font-size: 16px;
          font-style: italic;
          font-weight: 300;
          line-height: 1.5;
          text-align: left;
          color: #9b9b9b;
          cursor: default; }
          .itinerary-main-pane .itinerary-daybyday-pane div .day-block .itinerary-row .reservation-container .add-reservation {
            float: left;
            cursor: pointer; }
          .itinerary-main-pane .itinerary-daybyday-pane div .day-block .itinerary-row .reservation-container .clickable-text {
            cursor: pointer; }
      .itinerary-main-pane .itinerary-daybyday-pane div .day-block .hotels-row {
        cursor: default; }
        .itinerary-main-pane .itinerary-daybyday-pane div .day-block .hotels-row .left-col {
          float: none;
          padding: 0;
          border-right: 2px solid #dedede !important;
          position: absolute;
          left: 54px;
          top: 0;
          bottom: 0;
          width: 0; }
        .itinerary-main-pane .itinerary-daybyday-pane div .day-block .hotels-row .right-col {
          float: left;
          margin-left: 150px; }
          .itinerary-main-pane .itinerary-daybyday-pane div .day-block .hotels-row .right-col .upsell .bed-icon svg {
            width: 28px;
            height: 28px; }
          .itinerary-main-pane .itinerary-daybyday-pane div .day-block .hotels-row .right-col .upsell .hotel-text {
            font-size: 15px;
            line-height: 1.6;
            float: left;
            font-style: normal; }
            .itinerary-main-pane .itinerary-daybyday-pane div .day-block .hotels-row .right-col .upsell .hotel-text .find-hotel {
              margin-left: 5px; }
            .itinerary-main-pane .itinerary-daybyday-pane div .day-block .hotels-row .right-col .upsell .hotel-text .text-link {
              color: #009cde;
              font-style: italic;
              font-family: 'Lato', sans-serif;
              font-weight: 400;
              text-decoration: none;
              cursor: pointer; }
          .itinerary-main-pane .itinerary-daybyday-pane div .day-block .hotels-row .right-col .upsell .reservation-container {
            margin-top: 3px !important;
            float: left !important; }
      .itinerary-main-pane .itinerary-daybyday-pane div .day-block .hotels-row:not(.reservation) {
        box-shadow: none !important;
        border: none !important;
        padding: 0;
        position: relative; }
      .itinerary-main-pane .itinerary-daybyday-pane div .day-block .clearfix:before {
        content: " ";
        display: table; }
      .itinerary-main-pane .itinerary-daybyday-pane div .day-block .clearfix:after {
        clear: both; }
      .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row {
        min-height: 203px;
        padding: 30px 0 25px; }
        .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents {
          min-height: 144px;
          overflow: hidden;
          position: relative; }
          .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .left-col {
            float: left;
            width: 15%;
            padding-left: 24px;
            min-height: 1px;
            margin-right: 25px;
            position: absolute; }
            .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .left-col .visit-time .time {
              font-size: 15px;
              line-height: 1.6; }
            .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .left-col .visit-time .end-time {
              color: #9b9b9b; }
          .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .right-col {
            float: right;
            overflow: hidden;
            width: 85%; }
            .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .right-col .photo {
              width: 210px;
              height: 144px;
              float: left;
              background-size: cover;
              background-repeat: no-repeat;
              background-position: center;
              cursor: pointer; }
              @media (max-width: 767px) {
                .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .right-col .photo {
                  width: 166.4px;
                  height: 110.64px; } }
          .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .visit-row-medium {
            width: 32%;
            margin-right: 15px;
            position: relative;
            float: left;
            z-index: 1; }
            .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .visit-row-medium .photo {
              position: relative; }
            .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .visit-row-medium .copyright {
              position: absolute;
              right: 0;
              bottom: 0;
              padding: 2px 10px;
              font-size: 18px;
              line-height: 25px;
              display: none;
              cursor: pointer;
              color: rgba(255, 255, 255, 0.7);
              text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); }
          .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail {
            float: left;
            width: 65%;
            min-height: 144px;
            position: relative; }
            .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .trim-desc {
              margin-top: 10px !important; }
            .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .name {
              font-size: 16px;
              font-weight: 700; }
              @media (max-width: 767px) {
                .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .name {
                  font-size: 14px;
                  font-weight: 700;
                  margin-top: 8px; } }
              .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .name .clickable-text {
                cursor: pointer; }
            .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .review-tag-container {
              width: 100%;
              min-height: 25px;
              max-height: 50px;
              display: block; }
              @media (max-width: 767px) {
                .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .review-tag-container {
                  font-size: 11px;
                  line-height: 15px; } }
              .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .review-tag-container .rating-with-count {
                margin-right: 10px;
                margin-top: 3px;
                color: #f5a623;
                font-size: 13px;
                font-weight: 900;
                line-height: 14px; }
                .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .review-tag-container .rating-with-count .rating-stars {
                  margin-left: 5px;
                  display: inline-block;
                  top: 2px;
                  width: 85px;
                  height: 16px;
                  background-repeat: repeat-x;
                  position: relative; }
                  .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .review-tag-container .rating-with-count .rating-stars .rating-stars-fill {
                    height: 100%;
                    position: absolute;
                    left: 0;
                    background-repeat: repeat-x; }
                .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .review-tag-container .rating-with-count .small {
                  font-size: 85%; }
                .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .review-tag-container .rating-with-count .rating-stars.small {
                  width: 70px;
                  height: 14px;
                  background-size: 14px; }
                  .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .review-tag-container .rating-with-count .rating-stars.small .rating-stars-fill {
                    background-size: 14px; }
              .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .review-tag-container .tags-attractions {
                position: relative;
                display: inline;
                word-spacing: 2px;
                color: #9b9b9b; }
                .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .review-tag-container .tags-attractions .tag {
                  font-size: 14px;
                  font-style: italic;
                  line-height: 1.57;
                  cursor: pointer;
                  white-space: normal;
                  font-weight: 400;
                  text-transform: capitalize;
                  color: inherit; }
                .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .review-tag-container .tags-attractions .tag.must-see-tag {
                  color: #009cde;
                  cursor: default; }
            .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .desc {
              width: 100%;
              margin: 10px 0;
              overflow: hidden;
              position: relative;
              line-height: 22px;
              font-size: 15px;
              max-height: 75px; }
              .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .desc .trim-desc {
                margin: 0;
                font-size: 15px;
                border: 0;
                padding: 0;
                color: #333;
                display: block; }
                @media (max-width: 767px) {
                  .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .desc .trim-desc {
                    margin: 0;
                    line-height: 17px;
                    font-size: 14px;
                    display: block;
                    overflow: hidden; } }
                .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .desc .trim-desc .more-link {
                  position: absolute;
                  right: 0;
                  bottom: 0;
                  background: #fff;
                  padding-left: 5px;
                  background: rgba(255, 255, 255, 0);
                  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.97) 6%, #fff 100%);
                  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1); }
                .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .desc .trim-desc .more-link:before {
                  content: "... "; }
                .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .desc .trim-desc .secondary-text-link {
                  color: #9b9b9b;
                  font-style: italic;
                  font-family: 'Lato', sans-serif;
                  font-weight: 400;
                  text-decoration: none;
                  cursor: pointer; }
              .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .desc blockquote {
                padding: 0;
                margin: 0;
                font-size: inherit;
                border: 0;
                display: inline; }
              .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .desc .secondary-text-link {
                color: #9b9b9b;
                font-style: italic;
                font-family: 'Lato', sans-serif;
                font-weight: 400;
                text-decoration: none;
                cursor: pointer; }
            .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .tours {
              margin-bottom: -5px;
              margin-top: 10px; }
              .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .tours .tours-link {
                font-size: 15px;
                line-height: 1.47; }
              .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .tours .text-link {
                color: #009cde;
                font-style: italic;
                font-family: 'Lato', sans-serif;
                font-weight: 400;
                text-decoration: none;
                cursor: pointer; }
              .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .tours .full-details-link.with-tours {
                float: right; }
              .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .tours .full-details-link {
                font-size: 15px;
                line-height: 1.47; }
              .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .visit-contents .detail .tours .text-link {
                color: #009cde;
                font-style: italic;
                font-family: 'Lato', sans-serif;
                font-weight: 400;
                text-decoration: none;
                cursor: pointer; }
        .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .clearfix:before {
          content: " ";
          display: table; }
        .itinerary-main-pane .itinerary-daybyday-pane div .day-block .visit-row .clearfix:after {
          clear: both; }
      .itinerary-main-pane .itinerary-daybyday-pane div .day-block .itinerary-row {
        position: relative;
        z-index: 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        border: solid 1px #f0eded;
        float: none;
        padding: 25px 9px;
        font-size: 15px; }
      .itinerary-main-pane .itinerary-daybyday-pane div .day-block .data-holder {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
        border: solid 1px #f0eded !important; }
      .itinerary-main-pane .itinerary-daybyday-pane div .day-block .itinerary-row {
        position: relative;
        z-index: 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        border: solid 1px #f0eded;
        float: none;
        padding: 30px 0;
        font-size: 15px; }
      .itinerary-main-pane .itinerary-daybyday-pane div .day-block .hop-row {
        height: 50px;
        line-height: 50px;
        background: transparent;
        position: relative;
        font-size: 13px;
        color: #9b9b9b;
        box-shadow: none !important;
        border: none !important;
        padding: 0; }
        .itinerary-main-pane .itinerary-daybyday-pane div .day-block .hop-row .travelTime {
          font-style: italic;
          font-weight: 700; }
          @media (max-width: 767px) {
            .itinerary-main-pane .itinerary-daybyday-pane div .day-block .hop-row .travelTime {
              margin-left: 11px; } }
        .itinerary-main-pane .itinerary-daybyday-pane div .day-block .hop-row .directions {
          margin-left: 5px;
          color: #9b9b9b; }
        .itinerary-main-pane .itinerary-daybyday-pane div .day-block .hop-row .left-col {
          float: none;
          padding: 0;
          border-right: 2px solid #dedede !important;
          position: absolute;
          left: 54px;
          top: 0;
          bottom: 0;
          width: 0; }
        .itinerary-main-pane .itinerary-daybyday-pane div .day-block .hop-row .right-col {
          margin-left: 74px;
          float: left; }
      .itinerary-main-pane .itinerary-daybyday-pane div .day-block .line-between {
        height: 30px;
        margin-left: 54px;
        border-left: 2px solid #dedede; }
    .itinerary-main-pane .itinerary-daybyday-pane div .day-block:last-child {
      margin-bottom: 29px;
      border: 0; }

.itinerary-main-pane.col-8 {
  float: left;
  position: relative; }

.col-8 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 30px;
  float: left; }

.dbd-right-rail {
  max-width: 287px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }
  .dbd-right-rail .top-recommand .phone .phone-title {
    border: solid 1px #33AFE4;
    background-color: #33AFE4;
    text-align: center; }
    .dbd-right-rail .top-recommand .phone .phone-title h5 {
      line-height: 36px;
      font-size: 20px;
      color: white;
      margin-top: 7px;
      margin-bottom: 11px; }
  .dbd-right-rail .top-recommand .phone .phone-number {
    border: solid 1px #ccc;
    padding: 12px 22px;
    width: 100%; }
    .dbd-right-rail .top-recommand .phone .phone-number .left-icon {
      float: left; }
      .dbd-right-rail .top-recommand .phone .phone-number .left-icon img {
        width: 40px;
        height: 39px;
        margin-right: 11px; }
    .dbd-right-rail .top-recommand .phone .phone-number .right-number {
      font-size: 14px;
      color: #ff9933; }
  .dbd-right-rail .combo-recommand .combo-recommand-adv {
    border: none;
    margin-top: 30px;
    margin-bottom: 10px; }
    .dbd-right-rail .combo-recommand .combo-recommand-adv .recommand-box-title {
      background-color: #33AFE4;
      text-align: center;
      color: white; }
      .dbd-right-rail .combo-recommand .combo-recommand-adv .recommand-box-title h5 {
        color: white;
        line-height: 36px;
        margin-top: 7px;
        margin-bottom: 11px; }
    .dbd-right-rail .combo-recommand .combo-recommand-adv .img-n-history {
      position: relative; }
      .dbd-right-rail .combo-recommand .combo-recommand-adv .img-n-history .adv-img {
        width: 257.33px;
        height: 255.33px; }
        .dbd-right-rail .combo-recommand .combo-recommand-adv .img-n-history .adv-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .dbd-right-rail .combo-recommand .combo-recommand-adv .img-n-history .history {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 12px 3px;
        background: rgba(0, 0, 0, 0.48);
        color: #ffffff;
        font-size: 12px;
        white-space: nowrap; }
        .dbd-right-rail .combo-recommand .combo-recommand-adv .img-n-history .history p {
          width: 33.3333%;
          float: left;
          margin-bottom: 0; }
    .dbd-right-rail .combo-recommand .combo-recommand-adv .topic {
      padding: 2px;
      background-color: #666666; }
      .dbd-right-rail .combo-recommand .combo-recommand-adv .topic p {
        text-align: center;
        color: white;
        padding: 7px 0 0 0;
        font-size: 16px;
        font-weight: 500; }

.share-to-fb {
  padding: 30px 0px;
  position: relative; }
  .share-to-fb .img-banner {
    margin-left: 0px;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center; }
  .share-to-fb .share-to-fb-adv {
    position: absolute;
    top: 40%;
    left: 20px; }
    .share-to-fb .share-to-fb-adv h4 {
      color: #fff;
      font-size: 23px;
      font-weight: 700;
      text-align: center; }
    .share-to-fb .share-to-fb-adv .img-logo {
      height: 40px;
      font-size: 18px; }

.box-search-v3 {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
  /** background-color:#193863; **/
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 1002;
  position: relative; }
  .box-search-v3 .InputBox.InputLocation {
    width: 358px; }
  .box-search-v3 .InputBox.InputDate {
    width: 365px; }
  .box-search-v3 .InputBox.InputOption {
    width: 225px; }
  .box-search-v3 .InputBox,
  .box-search-v3 .ButtonBox {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
    display: inline-block; }
  .box-search-v3 .InputBox {
    vertical-align: top;
    position: relative;
    margin: 0 5px 0 0;
    cursor: pointer;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
    background-color: #fff;
    border-radius: 3px; }
    .box-search-v3 .InputBox .InputBoxWrap {
      height: 48px;
      padding: 5px 8px; }
    .box-search-v3 .InputBox .Icon {
      float: left;
      padding: 8px;
      font-size: 20px;
      color: #999;
      font-weight: normal; }
    .box-search-v3 .InputBox .Content {
      float: left;
      padding: 0 4px;
      width: calc(100% - 40px); }
      .box-search-v3 .InputBox .Content .InputTitle,
      .box-search-v3 .InputBox .Content .InputDescription {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px; }
      .box-search-v3 .InputBox .Content .InputTitle {
        color: #3d3f47; }
      .box-search-v3 .InputBox .Content .InputDescription {
        color: #999;
        font-size: 13px; }
    .box-search-v3 .InputBox .InputDepartDate,
    .box-search-v3 .InputBox .InputReturnDate {
      width: 50%;
      float: left;
      position: relative; }
    .box-search-v3 .InputBox .InputDepartDate {
      border-right: 1px solid #ccc; }
    .box-search-v3 .InputBox .InputReturnDate .InputBoxWrap {
      padding-left: 16px; }
    .box-search-v3 .InputBox .InputReturnDate .numNight {
      color: #6c707e;
      position: absolute;
      background: white;
      display: inline-block;
      font-size: 14px;
      letter-spacing: -1px;
      left: -10px;
      top: 15px;
      text-align: center; }
    .box-search-v3 .InputBox .t-icon-moon {
      transform: scaleX(-1);
      display: inline-block; }
    .box-search-v3 .InputBox .SearchBoxTextEditor {
      font-size: 16px;
      color: #333;
      border: none;
      text-overflow: ellipsis;
      cursor: text;
      background-color: #fff;
      width: 100%;
      padding: 13px 0;
      outline: none;
      box-shadow: none; }
  .box-search-v3 .InputBox.InputLocation .InputBoxWrap {
    padding-top: 0;
    padding-bottom: 0; }
    .box-search-v3 .InputBox.InputLocation .InputBoxWrap .icon {
      padding: 14px 8px; }
  .box-search-v3 .InputBox.InputLocation .Content .InputDescription {
    color: #003C71; }
  .box-search-v3 .InputBox.InputLocation .Content .only-text {
    padding: 5px 0; }
  .box-search-v3 .ButtonBox button {
    width: 135px;
    height: 48px;
    text-transform: uppercase; }
  .box-search-v3 .BoxPopup {
    position: absolute;
    display: inline-block;
    z-index: 1024;
    display: none; }
  .box-search-v3 .BoxPopup:before {
    display: block;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #fff;
    margin-left: 170px;
    content: "";
    transition: margin-left .3s ease-out; }
  .box-search-v3 .BoxPopup.BoxPopupDepartDate:before {
    margin-left: 80px; }
  .box-search-v3 .BoxPopup.BoxPopupReturnDate:before {
    margin-left: 260px; }
  .box-search-v3 .BoxPopup.BoxPopupInputOption:before {
    margin-left: 275px; }
  .box-search-v3 .BoxPopup.DefaultGuest:before {
    margin-left: 150px; }
  .box-search-v3 .BoxPopup .BoxPopupContent {
    width: 600px;
    left: -2px;
    background-color: #fff;
    /*transition: width .3s ease-out,height .3s ease-out,max-height .3s ease-out;*/
    border-radius: 3px; }
  .box-search-v3 .AutoCompleteList {
    list-style: none;
    margin: 0;
    padding: 0; }
  .box-search-v3 .AutoCompleteList .suggestion {
    font-size: 14px;
    padding: 10px 12px;
    cursor: pointer; }
  .box-search-v3 .AutoCompleteList .suggestion:after,
  .box-search-v3 .AutoCompleteList .suggestion:before {
    display: table;
    content: " ";
    clear: both; }
  .box-search-v3 .AutoCompleteList .suggestion:hover {
    background-color: #2389C5;
    color: #fff; }
  .box-search-v3 .AutoCompleteList .suggestion-loading {
    height: 36px; }
  .box-search-v3 .AutoCompleteList .suggestion-block {
    width: 180px;
    height: 14px;
    overflow: hidden;
    position: relative;
    background-color: #eee; }
  .box-search-v3 .AutoCompleteList .suggestion-block:before {
    display: block;
    position: absolute;
    content: "";
    height: 14px;
    animation: progress-bar-loading 1.5s linear infinite; }
  .box-search-v3 .AutoCompleteList .suggestion-block:before {
    background-color: #ddd; }
  .box-search-v3 .AutoCompleteList {
    width: 100%;
    background: #fff;
    display: inline-block; }
    .box-search-v3 .AutoCompleteList .media {
      width: 50%;
      float: left;
      margin: 0; }
      .box-search-v3 .AutoCompleteList .media .media-left .media-object {
        width: 60px;
        height: 60px;
        border-radius: 3px; }
  .box-search-v3 .OptionTravel .OptionTravelManual {
    background: linear-gradient(9deg, #fbd243, #feedae 32%, #fff 61%, #fff) !important; }
  .box-search-v3 .OptionTravel .OptionTravelType,
  .box-search-v3 .OptionTravel .OptionTravelManual {
    background-color: #f8f7f9;
    /*width: 50%;*/
    display: table-cell;
    border-radius: 3px;
    /*background: linear-gradient(to right, #ffffff 0%, #f6f6f6 47%, #ededed 100%);*/ }
  .box-search-v3 .OptionTravel .OptionTravelType .Traveller {
    margin-bottom: 0; }
  .box-search-v3 .OptionTravel .OptionTravelType .Traveller li {
    display: table;
    width: 100%;
    padding: 5px 20px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    border-top: 1px solid #dddfe2; }
  .box-search-v3 .OptionTravel .OptionTravelType .Traveller li:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .box-search-v3 .OptionTravel .OptionTravelType .Traveller li.more:before {
    content: "\F208";
    font-family: icons;
    float: right;
    line-height: 36px; }
  .box-search-v3 .OptionTravel .OptionTravelType .Traveller li .row {
    display: table-cell;
    vertical-align: middle;
    border-top: 1px solid #dddfe2; }
  .box-search-v3 .OptionTravel .OptionTravelType .Traveller li.active {
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1); }
  .box-search-v3 .ManualPanel {
    margin: 0;
    padding: 10px 15px; }
  .box-search-v3 .ManualPanel li {
    padding: 5px 0px;
    display: table;
    width: 100%; }
  .box-search-v3 .ManualPanel li .btn_search_combo_small {
    color: #fff;
    padding: 5px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
    background: #32AFE4; }
  .box-search-v3 .ManualPanel li.btn_submit_more {
    display: none; }
  .box-search-v3 .ManualPanel li .manual-row {
    display: table-cell;
    vertical-align: middle; }
  .box-search-v3 .ManualPanel li p {
    margin: 0;
    padding: 0; }
  .box-search-v3 .ManualPanel li .title {
    font-size: 16px; }
  .box-search-v3 .ManualPanel li .count {
    color: #32afe4;
    float: left;
    margin-right: 15px;
    font-size: 22px;
    padding: 2px 0; }
  .box-search-v3 .ManualPanel li .sub-title {
    font-size: 12px;
    /*color: #90949c;*/
    color: #666;
    padding-left: 15px; }
  .box-search-v3 .OptionTravel {
    display: table;
    width: 100%; }
  .box-search-v3 .BoxOptionTravel {
    display: none; }
  .box-search-v3 .btn-group-manual {
    margin-top: 6px; }
  .box-search-v3 .btn-group-manual button {
    color: #32afe4;
    padding: 7px 12px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #33afe4; }
  .box-search-v3 .btn-group-manual button.btn-disabled {
    opacity: .5;
    cursor: not-allowed; }

.box-search-home-v3 .InputBox .InputBoxWrap {
  height: 65px; }
  .box-search-home-v3 .InputBox .InputBoxWrap .icon {
    padding: 16px 8px; }

.box-search-home-v3 .InputBox.InputLocation .InputBoxWrap .icon {
  padding: 23px 8px; }

.box-search-home-v3 .InputBox.InputLocation .Content .only-text {
  padding: 4px 0; }

.box-search-home-v3 .InputBox .Content {
  padding: 10px 4px; }

.box-search-home-v3 .InputBox .InputReturnDate .numNight {
  top: 24px; }

.box-search-home-v3 .ButtonBox button {
  height: 65px; }

.search-box {
  border-radius: 3px; }

#filter {
  border: 1px solid rgba(148, 151, 163, 0.15);
  box-shadow: none !important; }

.reset-input {
  box-shadow: none;
  border: 0;
  height: 48px !important; }

.btn-default-tag {
  background-color: rgba(0, 0, 0, 0.1) !important;
  /*background: #fff !important;*/
  border: 1px solid #e4e4e4 !important;
  border-radius: 50px !important;
  padding: 4px 15px !important;
  margin-right: 5px !important; }

.btn-default-tag.active-tag {
  border: 1px solid #2389C5 !important;
  background: #2389C5 !important;
  color: #fff !important; }

.nav.sort {
  width: 100%;
  margin-bottom: 15px;
  background: #f5f5f5; }

.nav.sort li {
  width: 20%;
  text-align: center;
  height: 40px; }
  .nav.sort li label {
    line-height: 40px;
    margin: 0;
    color: #333;
    font-weight: normal; }

.nav.sort li .global-nav-link {
  color: #333 !important;
  padding: 10px !important;
  background: #f5f5f5;
  cursor: pointer; }

.nav.sort li .checked {
  padding: 10px;
  background: #2389C5;
  border-radius: 3px;
  color: #fff !important; }

.hotel-list-container li .ssr-search-result-item .hotel-item-box {
  box-shadow: none !important;
  border: 1px solid #e4e4e4 !important;
  margin-bottom: 2px; }

.overlay-search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .35;
  background-color: #000;
  z-index: 1001;
  display: none; }

.tt-menu {
  width: 550px !important;
  border-radius: 3px !important; }

.tt-menu .tt-dataset:after {
  left: 31% !important; }

.dropdown-menu-sort li {
  padding: 5px 10px;
  white-space: nowrap; }
  .dropdown-menu-sort li label {
    padding: 0; }

.ticket_load_result {
  border-top: 1px solid #e4e4e4;
  margin-top: 10px;
  padding-top: 15px; }

.media-flight .media-row {
  display: table;
  width: 100%;
  margin-bottom: 10px; }
  .media-flight .media-row .media-col {
    display: table-cell;
    vertical-align: top; }
  .media-flight .media-row .flight-logo {
    width: 20%;
    vertical-align: middle;
    padding-left: 15px; }
    .media-flight .media-row .flight-logo img {
      max-width: 100%; }
  .media-flight .media-row .flight-departure,
  .media-flight .media-row .flight-return {
    width: 40%;
    font-size: 14px;
    padding-left: 15px; }
  .media-flight .media-row .full-text-date {
    color: #999;
    font-size: 12px; }

.media-departure {
  margin-bottom: 10px; }

.hotel-price-promo-container {
  border-left: 1px solid #e4e4e4; }

.combo-icon-main {
  color: #555; }
  .combo-icon-main .fa-plane {
    color: #32AFE4; }
  .combo-icon-main .fa-plus {
    color: #32AFE4; }
  .combo-icon-main .fa-bed {
    color: #FDCF00; }

.detail-icon-fix {
  font-size: 22px;
  margin-bottom: 5px;
  position: absolute;
  right: 0;
  padding: 58px 46px; }

.hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-price-promo-container .dark-gray1 {
  font-size: 14px;
  color: #999;
  text-decoration: line-through; }

.hotel-list-container li .ssr-search-result-item .hotel-item-box .hotel-info {
  padding: 10px 15px; }

.list-popular {
  margin-top: 5px; }
  .list-popular .google-map {
    color: #32AFE4;
    font-size: 12px; }
    .list-popular .google-map:hover {
      text-decoration: underline; }

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
