/*!
Theme Name: abcxyz
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: abcxyz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

abcxyz is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
  --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
  --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
  --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
  --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
  --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
  --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
  --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
}
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.zalo-container a {
    display: block;
    float: right;
}
.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.footer-p a {
    color: #fff !important;
}
.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.page_speed_534091377 {
  width: 100%;
}
.page_speed_247705174 {
  position: absolute;
  right: 15%;
  line-height: 20px;
  top: 10px;
  color: #f1f1f1;
}
#field_2_3,
#field_6_22 {
  padding-top: 10px;
}
.page_speed_691686819 {
  padding: 10px !important;
  width: 160px;
}
.page_navi {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  float: left;
}
.page_navi a {
  font-size: 20px;
  padding: 10px;
  text-align: center;
}
figure {
  max-width: 100%;
}
.stype-content td {
  border: 1px solid;
}
#field_6_36,
#field_6_38 {
  display: none;
}
#field_6_39,
#field_6_21,
#field_6_35,
#field_6_15,
#field_6_12,
#field_6_37,
#field_2_6,
#field_2_8,
#field_8_6,
#field_8_8 {
  max-width: 48%;
  float: left;
  clear: none;
  width: 100%;
}
#field_6_32,
#field_6_6,
#field_6_27,
#field_6_9,
#field_6_16,
#field_6_33,
#field_2_7,
#field_2_5,
#field_8_7,
#field_8_5 {
  max-width: 48%;
  float: right;
  clear: none;
  width: 100%;
}
#gform_fields_6 select,
#gform_fields_6 input,
#gform_fields_2 input,
#gform_fields_8 input {
  width: 100% !important;
  height: 36px;
}
#gform_submit_button_6,
#gform_submit_button_2,
#gform_submit_button_8 {
  background-color: #00759a;
  padding: 10px 40px;
  font-weight: bold;
  color: #fff;
  border: none;
}
.woocommerce-result-count,
.woocommerce-ordering {
  display: none;
}
.woocommerce-page .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  background: #f93 !important;
  text-transform: uppercase;
}
.woocommerce-page .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover:before {
  border-right-color: #f93 !important;
}
.woocommerce-page .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
  border-color: transparent #f93 transparent !important;
}
.dgwt-wcas-si img {
  width: 100%;
}
.dgwt-wcas-st-title {
  font-size: 16px;
}
.dgwt-wcas-si {
  width: 100px !important;
}
.dgwt-wcas-suggestions-wrapp {
  margin-top: 10px !important;
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  background-color: #09c !important;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover:before {
  border-right-color: #09c !important;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
  border-color: transparent #09c transparent !important;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -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 {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -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 {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  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 {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  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 heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    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: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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 {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    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 {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0)
      rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px)
      rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0)
      rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -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 {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-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 {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-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 {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -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);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedIn {
  0% {
    -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);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    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 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(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: rotate(80deg);
    transform: rotate(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: rotate(60deg);
    transform: rotate(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: rotate(80deg);
    transform: rotate(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: rotate(60deg);
    transform: rotate(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-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.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.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    transition: none !important;
  }
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(/images/ajax-loader.gif?c5cd7f5300576ab4c88202b42f6ded62)
    50% no-repeat;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/slick.eot?ced611daf7709cc778da928fec876475);
  src: url(/fonts/slick.eot?ced611daf7709cc778da928fec876475?#iefix)
      format("embedded-opentype"),
    url(/fonts/slick.woff?b7c9e1e479de3b53f1e4e30ebac2403a) format("woff"),
    url(/fonts/slick.ttf?d41f55a78e6f49a5512878df1737e58a) format("truetype"),
    url(/fonts/slick.svg?f97e3bbf73254b0112091d0192f17aec#slick) format("svg");
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\2022";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
} /*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.hvr-shrink:active,
.hvr-shrink:focus,
.hvr-shrink:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pulse:active,
.hvr-pulse:focus,
.hvr-pulse:hover {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pulse-grow:active,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:hover {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pulse-shrink:active,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:hover {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-push:active,
.hvr-push:focus,
.hvr-push:hover {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-pop:active,
.hvr-pop:focus,
.hvr-pop:hover {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.5s;
}
.hvr-bounce-in:active,
.hvr-bounce-in:focus,
.hvr-bounce-in:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.5s;
}
.hvr-bounce-out:active,
.hvr-bounce-out:focus,
.hvr-bounce-out:hover {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.hvr-rotate:active,
.hvr-rotate:focus,
.hvr-rotate:hover {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.hvr-grow-rotate:active,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:hover {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease-out;
}
.hvr-float:active,
.hvr-float:focus,
.hvr-float:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease-out;
}
.hvr-sink:active,
.hvr-sink:focus,
.hvr-sink:hover {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  to {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  to {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  to {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  to {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-bob:active,
.hvr-bob:focus,
.hvr-bob:hover {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  to {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  to {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  to {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  to {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-hang:active,
.hvr-hang:focus,
.hvr-hang:hover {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.hvr-skew:active,
.hvr-skew:focus,
.hvr-skew:hover {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-forward:active,
.hvr-skew-forward:focus,
.hvr-skew-forward:hover {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-backward:active,
.hvr-skew-backward:focus,
.hvr-skew-backward:hover {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-vertical:active,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:hover {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-horizontal:active,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:hover {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-to-bottom-right:active,
.hvr-wobble-to-bottom-right:focus,
.hvr-wobble-to-bottom-right:hover {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-to-top-right:active,
.hvr-wobble-to-top-right:focus,
.hvr-wobble-to-top-right:hover {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  to {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  to {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-wobble-top:active,
.hvr-wobble-top:focus,
.hvr-wobble-top:hover {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  to {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  to {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.hvr-wobble-bottom:active,
.hvr-wobble-bottom:focus,
.hvr-wobble-bottom:hover {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  to {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  to {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-skew:active,
.hvr-wobble-skew:focus,
.hvr-wobble-skew:hover {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  to {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  to {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-buzz:active,
.hvr-buzz:focus,
.hvr-buzz:hover {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  to {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  to {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-buzz-out:active,
.hvr-buzz-out:focus,
.hvr-buzz-out:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.hvr-forward:active,
.hvr-forward:focus,
.hvr-forward:hover {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.hvr-backward:active,
.hvr-backward:focus,
.hvr-backward:hover {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: color, background-color;
}
.hvr-fade:active,
.hvr-fade:focus,
.hvr-fade:hover {
  background-color: #2098d1;
  color: #fff;
}
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  transition-duration: 0.5s;
  transition-property: color, background-color;
}
.hvr-back-pulse:active,
.hvr-back-pulse:focus,
.hvr-back-pulse:hover {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098d1;
  color: #fff;
}
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover {
  color: #fff;
}
.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:active,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:hover {
  color: #fff;
}
.hvr-sweep-to-left:active:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:active,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:hover {
  color: #fff;
}
.hvr-sweep-to-bottom:active:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:active,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:hover {
  color: #fff;
}
.hvr-sweep-to-top:active:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover {
  color: #fff;
}
.hvr-bounce-to-right:active:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-left:active,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:hover {
  color: #fff;
}
.hvr-bounce-to-left:active:before,
.hvr-bounce-to-left:focus:before,
.hvr-bounce-to-left:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:active,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:hover {
  color: #fff;
}
.hvr-bounce-to-bottom:active:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:active,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:hover {
  color: #fff;
}
.hvr-bounce-to-top:active:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-radial-out:active,
.hvr-radial-out:focus,
.hvr-radial-out:hover {
  color: #fff;
}
.hvr-radial-out:active:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:hover:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-radial-in:active,
.hvr-radial-in:focus,
.hvr-radial-in:hover {
  color: #fff;
}
.hvr-radial-in:active:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:hover:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in:active,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:hover {
  color: #fff;
}
.hvr-rectangle-in:active:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:hover:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:active,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:hover {
  color: #fff;
}
.hvr-rectangle-out:active:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:active,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:hover {
  color: #fff;
}
.hvr-shutter-in-horizontal:active:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:active,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:hover {
  color: #fff;
}
.hvr-shutter-out-horizontal:active:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098d1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:active,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:hover {
  color: #fff;
}
.hvr-shutter-in-vertical:active:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:hover:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:active,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:hover {
  color: #fff;
}
.hvr-shutter-out-vertical:active:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
}
.hvr-border-fade:active,
.hvr-border-fade:focus,
.hvr-border-fade:hover {
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px transparent;
}
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
}
.hvr-hollow:active,
.hvr-hollow:focus,
.hvr-hollow:hover {
  background: none;
}
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-trim:before {
  content: "";
  position: absolute;
  border: 4px solid #fff;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}
.hvr-trim:active:before,
.hvr-trim:focus:before,
.hvr-trim:hover:before {
  opacity: 1;
}
@-webkit-keyframes hvr-ripple-out {
  to {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  to {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-out:before {
  content: "";
  position: absolute;
  border: 6px solid #e1e1e1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:active:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:hover:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
@-webkit-keyframes hvr-ripple-in {
  to {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes hvr-ripple-in {
  to {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-in:before {
  content: "";
  position: absolute;
  border: 4px solid #e1e1e1;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-in:active:before,
.hvr-ripple-in:focus:before,
.hvr-ripple-in:hover:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-outline-out:before {
  content: "";
  position: absolute;
  border: 4px solid #e1e1e1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}
.hvr-outline-out:active:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-outline-in:before {
  pointer-events: none;
  content: "";
  position: absolute;
  border: 4px solid #e1e1e1;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in:active:before,
.hvr-outline-in:focus:before,
.hvr-outline-in:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: border-radius;
}
.hvr-round-corners:active,
.hvr-round-corners:focus,
.hvr-round-corners:hover {
  border-radius: 1em;
}
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:active:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:hover:before {
  right: 0;
}
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:active:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:hover:before {
  left: 0;
  right: 0;
}
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-underline-from-right:active:before,
.hvr-underline-from-right:focus:before,
.hvr-underline-from-right:hover:before {
  left: 0;
}
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-overline-from-left:active:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:hover:before {
  right: 0;
}
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:active:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:hover:before {
  left: 0;
  right: 0;
}
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-overline-from-right:active:before,
.hvr-overline-from-right:focus:before,
.hvr-overline-from-right:hover:before {
  left: 0;
}
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0 solid #2098d1;
  transition-property: border-width;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
}
.hvr-reveal:active:before,
.hvr-reveal:focus:before,
.hvr-reveal:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:active:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-overline-reveal:active:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}
.hvr-glow:active,
.hvr-glow:focus,
.hvr-glow:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}
.hvr-shadow:active,
.hvr-shadow:focus,
.hvr-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-transform;
}
.hvr-grow-shadow:active,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow;
}
.hvr-box-shadow-outset:active,
.hvr-box-shadow-outset:focus,
.hvr-box-shadow-outset:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}
.hvr-box-shadow-inset:active,
.hvr-box-shadow-inset:focus,
.hvr-box-shadow-inset:hover {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0,
    transparent 80%
  );
  transition-duration: 0.3s;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-shadow-radial:after,
.hvr-shadow-radial:before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}
.hvr-shadow-radial:before {
  bottom: 100%;
  background: radial-gradient(
    ellipse at 50% 150%,
    rgba(0, 0, 0, 0.6) 0,
    transparent 80%
  );
}
.hvr-shadow-radial:after {
  top: 100%;
  background: radial-gradient(
    ellipse at 50% -50%,
    rgba(0, 0, 0, 0.6) 0,
    transparent 80%
  );
}
.hvr-shadow-radial:active:after,
.hvr-shadow-radial:active:before,
.hvr-shadow-radial:focus:after,
.hvr-shadow-radial:focus:before,
.hvr-shadow-radial:hover:after,
.hvr-shadow-radial:hover:before {
  opacity: 1;
}
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px;
  border-color: transparent transparent #e1e1e1;
}
.hvr-bubble-top:active:before,
.hvr-bubble-top:focus:before,
.hvr-bubble-top:hover:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}
.hvr-bubble-right:active:before,
.hvr-bubble-right:focus:before,
.hvr-bubble-right:hover:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0;
  border-color: #e1e1e1 transparent transparent;
}
.hvr-bubble-bottom:active:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:hover:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.hvr-bubble-left:active:before,
.hvr-bubble-left:focus:before,
.hvr-bubble-left:hover:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-float-top,
.hvr-bubble-float-top:before {
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #e1e1e1;
}
.hvr-bubble-float-top:active,
.hvr-bubble-float-top:focus,
.hvr-bubble-float-top:hover {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.hvr-bubble-float-top:active:before,
.hvr-bubble-float-top:focus:before,
.hvr-bubble-float-top:hover:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-float-right,
.hvr-bubble-float-right:before {
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: "";
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}
.hvr-bubble-float-right:active,
.hvr-bubble-float-right:focus,
.hvr-bubble-float-right:hover {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.hvr-bubble-float-right:active:before,
.hvr-bubble-float-right:focus:before,
.hvr-bubble-float-right:hover:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-float-bottom,
.hvr-bubble-float-bottom:before {
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #e1e1e1 transparent transparent;
}
.hvr-bubble-float-bottom:active,
.hvr-bubble-float-bottom:focus,
.hvr-bubble-float-bottom:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hvr-bubble-float-bottom:active:before,
.hvr-bubble-float-bottom:focus:before,
.hvr-bubble-float-bottom:hover:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-bubble-float-left,
.hvr-bubble-float-left:before {
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.hvr-bubble-float-left:active,
.hvr-bubble-float-left:focus,
.hvr-bubble-float-left:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.hvr-bubble-float-left:active:before,
.hvr-bubble-float-left:focus:before,
.hvr-bubble-float-left:hover:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.1s;
}
.hvr-icon-back .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-duration: 0.1s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease-out;
}
.hvr-icon-back:active .hvr-icon,
.hvr-icon-back:focus .hvr-icon,
.hvr-icon-back:hover .hvr-icon {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-duration: 0.1s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:active .hvr-icon,
.hvr-icon-forward:focus .hvr-icon,
.hvr-icon-forward:hover .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-down {
  0%,
  50%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-icon-down .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-down:active .hvr-icon,
.hvr-icon-down:focus .hvr-icon,
.hvr-icon-down:hover .hvr-icon {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes hvr-icon-up {
  0%,
  50%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-up {
  0%,
  50%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-icon-up .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-up:active .hvr-icon,
.hvr-icon-up:focus .hvr-icon,
.hvr-icon-up:hover .hvr-icon {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-icon-spin .hvr-icon {
  transition-duration: 1s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease-in-out;
}
.hvr-icon-spin:active .hvr-icon,
.hvr-icon-spin:focus .hvr-icon,
.hvr-icon-spin:hover .hvr-icon {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
  to {
    opacity: 1;
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
  to {
    opacity: 1;
  }
}
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-icon-drop .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-drop:active .hvr-icon,
.hvr-icon-drop:focus .hvr-icon,
.hvr-icon-drop:hover .hvr-icon {
  opacity: 0;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-icon-fade .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-duration: 0.5s;
  transition-property: color;
}
.hvr-icon-fade:active .hvr-icon,
.hvr-icon-fade:focus .hvr-icon,
.hvr-icon-fade:hover .hvr-icon {
  color: #0f9e5e;
}
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-icon-float-away .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-float-away:active .hvr-icon,
.hvr-icon-float-away:focus .hvr-icon,
.hvr-icon-float-away:hover .hvr-icon {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-icon-sink-away .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-sink-away:active .hvr-icon,
.hvr-icon-sink-away:focus .hvr-icon,
.hvr-icon-sink-away:hover .hvr-icon {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
}
.hvr-icon-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease-out;
}
.hvr-icon-grow:active .hvr-icon,
.hvr-icon-grow:focus .hvr-icon,
.hvr-icon-grow:hover .hvr-icon {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
}
.hvr-icon-shrink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease-out;
}
.hvr-icon-shrink:active .hvr-icon,
.hvr-icon-shrink:focus .hvr-icon,
.hvr-icon-shrink:hover .hvr-icon {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-icon-pulse .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-timing-function: ease-out;
}
.hvr-icon-pulse:active .hvr-icon,
.hvr-icon-pulse:focus .hvr-icon,
.hvr-icon-pulse:hover .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-icon-pulse-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-grow:active .hvr-icon,
.hvr-icon-pulse-grow:focus .hvr-icon,
.hvr-icon-pulse-grow:hover .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-icon-pulse-shrink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:active .hvr-icon,
.hvr-icon-pulse-shrink:focus .hvr-icon,
.hvr-icon-pulse-shrink:hover .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
}
.hvr-icon-push .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease-out;
}
.hvr-icon-push:active .hvr-icon,
.hvr-icon-push:focus .hvr-icon,
.hvr-icon-push:hover .hvr-icon {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
}
.hvr-icon-pop .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease-out;
}
.hvr-icon-pop:active .hvr-icon,
.hvr-icon-pop:focus .hvr-icon,
.hvr-icon-pop:hover .hvr-icon {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
}
.hvr-icon-bounce .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease-out;
}
.hvr-icon-bounce:active .hvr-icon,
.hvr-icon-bounce:focus .hvr-icon,
.hvr-icon-bounce:hover .hvr-icon {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
}
.hvr-icon-rotate .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease-out;
}
.hvr-icon-rotate:active .hvr-icon,
.hvr-icon-rotate:focus .hvr-icon,
.hvr-icon-rotate:hover .hvr-icon {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
}
.hvr-icon-grow-rotate .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease-out;
}
.hvr-icon-grow-rotate:active .hvr-icon,
.hvr-icon-grow-rotate:focus .hvr-icon,
.hvr-icon-grow-rotate:hover .hvr-icon {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
}
.hvr-icon-float .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease-out;
}
.hvr-icon-float:active .hvr-icon,
.hvr-icon-float:focus .hvr-icon,
.hvr-icon-float:hover .hvr-icon {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
}
.hvr-icon-sink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease-out;
}
.hvr-icon-sink:active .hvr-icon,
.hvr-icon-sink:focus .hvr-icon,
.hvr-icon-sink:hover .hvr-icon {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  to {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  to {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hvr-icon-bob-float {
  to {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob-float {
  to {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
}
.hvr-icon-bob .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-bob:active .hvr-icon,
.hvr-icon-bob:focus .hvr-icon,
.hvr-icon-bob:hover .hvr-icon {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  to {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  to {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes hvr-icon-hang-sink {
  to {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang-sink {
  to {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
}
.hvr-icon-hang .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-hang:active .hvr-icon,
.hvr-icon-hang:focus .hvr-icon,
.hvr-icon-hang:hover .hvr-icon {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:active .hvr-icon,
.hvr-icon-wobble-horizontal:focus .hvr-icon,
.hvr-icon-wobble-horizontal:hover .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-vertical .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-vertical:active .hvr-icon,
.hvr-icon-wobble-vertical:focus .hvr-icon,
.hvr-icon-wobble-vertical:hover .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  to {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  to {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
}
.hvr-icon-buzz .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz:active .hvr-icon,
.hvr-icon-buzz:focus .hvr-icon,
.hvr-icon-buzz:hover .hvr-icon {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  to {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  to {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
}
.hvr-icon-buzz-out .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz-out:active .hvr-icon,
.hvr-icon-buzz-out:focus .hvr-icon,
.hvr-icon-buzz-out:hover .hvr-icon {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#ffffff",endColorstr="#000000");
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}
.hvr-curl-top-left:active:before,
.hvr-curl-top-left:focus:before,
.hvr-curl-top-left:hover:before {
  width: 25px;
  height: 25px;
}
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}
.hvr-curl-top-right:active:before,
.hvr-curl-top-right:focus:before,
.hvr-curl-top-right:hover:before {
  width: 25px;
  height: 25px;
}
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}
.hvr-curl-bottom-right:active:before,
.hvr-curl-bottom-right:focus:before,
.hvr-curl-bottom-right:hover:before {
  width: 25px;
  height: 25px;
}
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  transition-duration: 0.3s;
  transition-property: width, height;
}
.hvr-curl-bottom-left:active:before,
.hvr-curl-bottom-left:focus:before,
.hvr-curl-bottom-left:hover:before {
  width: 25px;
  height: 25px;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(180deg, #fff 50%, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(180deg, #eee 50%, #ccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(180deg, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(180deg, #eee 50%, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  line-height: 25px;
  padding-left: 10px;
  font-weight: 700;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}
.date-picker,
.date-picker-wrapper {
  border: 0;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  padding: 5px 12px;
  line-height: 20px;
  color: #aaa;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-sizing: initial;
  border-radius: 3px;
}
.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}
.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none;
  display: inline-block;
}
.date-picker-wrapper.single-date {
  width: auto;
}
.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}
.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}
.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}
.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}
.date-picker-wrapper .month-name {
  text-transform: none;
  color: #2a2a2e;
  font-weight: 400;
}
.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}
.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}
.date-picker-wrapper .month-wrapper {
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
  width: 100% !important;
}
.date-picker-wrapper .month-wrapper table,
.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}
.date-picker-wrapper .month-wrapper table td,
.date-picker-wrapper .month-wrapper table th {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #aaa;
  font-weight: 400;
}
.date-picker-wrapper .month-wrapper table .day {
  font-size: 14px;
  margin-bottom: 1px;
  cursor: default;
  width: 38px;
  height: 38px;
  line-height: 38px;
  position: relative;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: rgba(66, 133, 244, 0.7);
  color: #fff;
  border-radius: 0;
}
.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip,
.date-picker-wrapper .time label {
  white-space: nowrap;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: rgba(66, 133, 244, 0.7);
}
.date-picker-wrapper .month-wrapper table .day.lastMonth,
.date-picker-wrapper .month-wrapper table .day.nextMonth {
  display: none;
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5;
}
.date-picker-wrapper table .caption {
  height: 40px;
}
.date-picker-wrapper table .caption > th:first-of-type,
.date-picker-wrapper table .caption > th:last-of-type {
  width: 27px;
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: #fff;
}
.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  visibility: hidden;
  margin-left: 16px;
}
.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}
.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}
.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}
.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff;
}
.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .selected-days {
  display: none;
}
.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}
.date-picker-wrapper .drp_top-bar .error-top,
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}
.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333;
}
.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: 1px solid #0076a3;
  background: #0095cd;
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00adee",endColorstr="#0078a5");
  color: #fff;
  line-height: normal;
}
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: 1px solid #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ededed");
}
.date-picker-wrapper .time {
  position: relative;
}
.date-picker-wrapper.single-month .time {
  display: block;
}
.date-picker-wrapper .time input[type="range"] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}
.date-picker-wrapper .time1,
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}
.date-picker-wrapper .time1 {
  float: left;
}
.date-picker-wrapper .time2 {
  float: right;
}
.date-picker-wrapper .hour,
.minute {
  text-align: right;
}
.date-picker-wrapper .hide {
  display: none;
}
.date-picker-wrapper
  .month-wrapper
  table
  .day.toMonth:hover:not(.first-date-selected) {
  background-color: rgba(66, 133, 244, 0.7) !important;
  border-radius: 50% !important;
}
.date-picker-wrapper .first-date-selected {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
  border-top-right-radius: 0 !important;
}
.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
  color: #fff !important;
  font-weight: 500;
  background-color: #4285f4 !important;
}
.date-picker-wrapper .last-date-selected,
.date-picker-wrapper.returnDate
  .month-wrapper
  table
  .day.toMonth:hover:not(.first-date-selected) {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.date-picker-wrapper.returnDate
  .month-wrapper
  table
  .day.toMonth:hover:not(.first-date-selected) {
  background-color: #4285f4 !important;
  color: #fff !important;
}
.date-picker-wrapper .first-date-selected.last-date-selected {
  border-radius: 50% !important;
}
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: #ff0;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.date-picker-wrapper .date-range-length-tip:after {
  content: "";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ff0;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}
.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}
.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}
.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: 700;
} /*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]),
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
}
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer:before {
  content: "\2014\A0";
}
.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.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,
.col-lg-auto,
.col-md,
.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,
.col-md-auto,
.col-sm,
.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,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
  .wpcf7-form p {
    display: flex;
  }
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 8px !important;
    line-height: 24px;
    font-size: 17px;
    border: 2px solid transparent;
    border-radius: 30px;
    height: auto;
    font-family: Roboto,sans-serif;
    background-color: #eee;
}
body.home .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 13px 24px 13px 48px !important;
    line-height: 24px;
    font-size: 17px;
    border: 2px solid transparent;
    border-radius: 30px;
    height: auto;
    font-family: Roboto,sans-serif;
    background-color: #eee;
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    background: 0 0;
    border-radius: 100%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    position: absolute;
    min-height: 33px;
    min-width: 33px;
	left: inherit !important;
    height: 33px;
    width: 33px;
    right: 20px !important;
    top: 15px !important;
    pointer-events: none;
    transition: none;
}
.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return path, .dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path, .dgwt-wcas-style-pirx .dgwt-wcas-voice-search svg path, .dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
    fill: #fff !important;
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #28a745;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label:before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-toggle:after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.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%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before,
.custom-control-input[disabled] ~ .custom-control-label:before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label:before {
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label:after,
.custom-control-label:before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
.custom-control-label:after {
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label:before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label:after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  display: inline-block;
  margin-bottom: 0;
}
.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
}
.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}
.custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label,
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
}
.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label:before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.5);
  border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img,
.card-img-bottom,
.card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb,
.breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 1rem;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress,
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.progress-bar {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: hsla(0, 0%, 100%, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover,
.popover .arrow {
  position: absolute;
  display: block;
}
.popover .arrow {
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow:after,
.popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9:before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  white-space: nowrap;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.logged-in-as {
  margin: 0;
  border-radius: 0;
}
.profile-picture {
  max-height: 90px;
}
body,
html {
  width: 100%;
  height: 100%;
}
.reset-panel {
  border: 0;
  box-shadow: none;
}
.title-text-decoration {
  width: 135px;
  border-bottom: 3px solid #09c;
  margin-bottom: 15px;
}
.full-width {
  width: 100%;
}
.banner-right {
  color: #fff;
  position: fixed;
  right: 30px;
  bottom: 70px;
  border-radius: 30px 0 0 30px;
  transition: width 2s;
  z-index: 99;
}
.banner-mobile {
  display: none;
}
@media (max-width: 768px) {
  .banner-mobile {
    display: block;
    color: #fff;
    position: fixed;
    bottom: 75px;
    right: 15px;
    width: 100%;
    border-radius: 30px 0 0 30px;
    transition: width 2s;
    z-index: 99;
  }
}
.button-booking-tour {
  border: none;
  background: #f93;
  padding: 8px 0;
  color: #fff;
  border-radius: 3px;
  display: block;
  box-shadow: none;
}
.button-booking-tour .main-text {
  font-size: 16px;
}
.button-booking-tour .tiny-text {
  display: block;
  width: 100%;
  font-size: 12px;
}
.button-booking-tour:hover {
  background: #f93;
}
.btn-booking-tour-mobile {
  position: fixed;
  width: 50%;
  right: 10px;
  bottom: 10px;
  text-align: center;
  border-radius: 20px;
  padding: 7px 30px 4px;
  line-height: 16px;
  background: #f93;
  border: 1px solid #f93;
  color: #fff;
  z-index: 99;
}
.btn-booking-tour-mobile .main-text {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
.btn-booking-tour-mobile .tiny-text {
  display: block;
  width: 100%;
  font-size: 12px;
}
.btn-register-tour {
  font-size: 16px;
  outline: none;
  box-shadow: none;
  position: relative !important;
  text-align: center;
  padding: 9px 40px;
  background-color: #f93 !important;
}
.btn-register-tour:hover {
  background-color: #ff770e !important;
}
#modalIMG.modal {
  text-align: center;
  padding: 0 !important;
}
#modalIMG.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  max-width: 640px;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  #modalIMG.modal .modal-dialog {
    width: 100% !important;
    max-width: 373px !important;
  }
}
@media screen and (max-width: 480px) {
  #modalIMG.modal .modal-dialog {
    max-width: 353px !important;
  }
}
@media screen and (max-width: 320px) {
  #modalIMG.modal .modal-dialog {
    max-width: 311px !important;
  }
}
@media (max-width: 767px) {
  #modalIMG.modal .modal-dialog .modal-content {
    margin-top: 40px;
  }
}
#modalIMG.modal .modal-dialog .modal-content .btn-modal {
  position: absolute;
  right: 0;
  color: #333;
  z-index: 9999;
  border: none;
  outline: none;
  line-height: 0.5 !important;
}
#modalIMG.modal .modal-dialog .modal-content .btn-modal span {
  font-size: 30px;
}
#modalIMG.modal .modal-dialog .modal-content .btn-modal:hover {
  opacity: 1;
}
#modalIMG.modal .modal-dialog .modal-content .btn-modal:after,
#modalIMG.modal .modal-dialog .modal-content .btn-modal:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
}
#modalIMG.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.form-gift {
  width: 500px;
  height: 450px;
  padding: 10px 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .form-gift {
    max-width: 100%;
    height: auto;
    width: auto;
    padding: 15px;
  }
}
.form-gift .title-header {
  font-size: 28px;
  color: #00506c;
}
.form-gift .text-meaning {
  color: #ff0937;
  font-size: 13px;
}
.form-gift .btn-gift {
  text-align: center;
  width: 100%;
}
.form-gift .btn-gift .gift-button {
  font-size: 16px;
  outline: none;
  box-shadow: none;
  position: relative !important;
  text-align: center;
  padding: 9px 40px;
  background-color: #f93 !important;
}
.form-gift .btn-gift .gift-button:hover {
  background-color: #ff770e !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .img-landing-page {
    padding: 0;
  }
}
.image-landing-page {
  width: 100%;
  height: 290px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .image-landing-page {
    width: 100%;
    height: auto;
  }
}
.image-landing-page .slick-list {
  margin: 0 -12px;
}
.image-landing-page .slick-list .slick-track .slick-slide {
  margin: 0 10px;
}
.image-landing-page img {
  width: 100%;
  height: 290px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .image-landing-page img {
    max-width: 100%;
    height: 250px;
  }
}
@media (min-width: 768px) {
  #banner-category-page {
    margin-bottom: 15px;
  }
}
.slide-controls.slide-banners {
  top: 90px;
}
@media (min-width: 320px) and (max-width: 375px) {
  .slide-controls.slide-banners {
    top: 15px;
  }
}
@media (max-width: 410px) and (min-width: 375px) {
  .slide-controls.slide-banners {
    top: 20px;
  }
}
@media (max-width: 767px) and (min-width: 410px) {
  .slide-controls.slide-banners {
    top: 25px;
  }
}
.slide-controls.slide-banners .slide-arrow {
  width: 23px;
  height: 23px;
}
@media (max-width: 767px) {
  .slide-controls.slide-banners .slide-arrow {
    line-height: 16px;
  }
}
.slide-controls.slide-banners .arrow-next {
  right: 30px;
}
.slide-controls {
  position: absolute;
  top: 200px;
  z-index: 1;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 375px) {
  .slide-controls {
    top: 111px;
  }
}
@media (max-width: 410px) and (min-width: 375px) {
  .slide-controls {
    top: 130px;
  }
}
@media (max-width: 767px) and (min-width: 410px) {
  .slide-controls {
    top: 150px;
  }
}
.slide-controls .slide-arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: dimgray;
  background-color: #eef8ff;
  border-radius: 50%;
  cursor: pointer;
}
.slide-controls .slide-arrow.hover {
  color: #fff;
}
@media (max-width: 767px) {
  .slide-controls .slide-arrow {
    width: 30px;
    height: 30px;
  }
}
.slide-controls .slide-arrow i {
  line-height: 23px;
}
@media (max-width: 767px) {
  .slide-controls .slide-arrow i {
    line-height: 29px;
    font-size: 14px;
  }
}
.slide-controls .slide-arrow:focus,
.slide-controls .slide-arrow:hover {
  color: dimgray;
  background: #fff;
  text-decoration: none;
}
.slide-controls .arrow-next {
  position: absolute;
  right: 10px;
}
.slide-controls .arrow-next i {
  padding-left: 3px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .slide-controls .arrow-next {
    right: 5px;
  }
}
.slide-controls .arrow-prev {
  position: absolute;
  left: 0;
}
.slide-controls .arrow-prev i {
  padding-left: 3px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .slide-controls .arrow-prev {
    left: 5px;
  }
}
.custom-dots {
  padding-left: 0;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .custom-dots {
    margin: 0 !important;
  }
}
.custom-dots li {
  margin: 0 0 0 0.5em;
  display: inline-block;
  list-style: none;
  border: none;
}
.custom-dots li:first-child {
  margin-left: 0;
}
.custom-dots button {
  display: block;
  width: 16px;
  height: 16px;
  text-decoration: none;
  background-color: #eef8ff;
  border: 1px solid #cbd3db;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
}
.custom-dots .custom-dots .slick-active button:hover,
.custom-dots .dot:hover,
.custom-dots .slick-active button {
  background-color: #00506c;
}
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:hover {
  color: #fff !important;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: hsla(0, 0%, 100%, 0.5) !important;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  z-index: 99 !important;
}
.pos-relative {
  position: relative;
}
.frame-quocgia {
  position: absolute;
  bottom: 0;
  background: #ccc;
  padding: 30px 10px 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.001), #000);
  width: 100%;
  color: #fff;
  text-align: left;
}
.frame-quocgia .quocgia-ten {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 16px;
}
.frame-quocgia .quocgia-khampha {
  font-size: 13px;
  margin-right: 10px;
}
.f-left {
  float: left;
}
.mauchudao {
  color: #f93 !important;
}
.reason-choose-v2 {
  position: relative;
  width: 100%;
  background: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .reason-choose {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .reason-choose .hidden-reason-choose {
    display: none;
  }
}
.reason-choose .image-landing-page {
  display: block;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .reason-choose .image-landing-page {
    margin-bottom: 0 !important;
  }
}
.reason-choose .reason-top {
  margin: 40px 0;
}
.reason-choose .reason-title {
  color: #00506c;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}
.reason-choose .reason-sub-title {
  color: #999;
  font-size: 15px;
  margin: 10px auto;
  text-align: center;
}
.reason-choose .title-text-decoration {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .reason-choose .pd-mb {
    padding-bottom: 0 !important;
  }
}
.reason-choose .reason-media-v2 {
  padding: 15px;
}
.reason-choose .reason-media-v2 .media-img-v2 img {
  width: 65px;
  height: 65px;
}
.reason-choose .reason-media-v2 .media-body-v2 .body-p {
  margin-bottom: 5px;
  font-size: 14px;
}
.reason-choose .reason-media-v2 .media-body-v2 .body-p-1 {
  color: #888;
  font-weight: 500;
  margin: 0;
}
.reason-choose .reason-media-v2 .media-body-v2 .body-p-color {
  color: #09c;
}
.reason-choose .reason-header {
  height: 420px;
  background: #eef8ff;
  border: 1px solid #cbd3db;
}
.reason-choose .reason-header .reason-border {
  border-bottom: 1px solid #cbd3db;
}
.reason-choose .reason-header .reason-media {
  width: 100%;
  padding: 23px;
}
.reason-choose .reason-header .reason-media .reason-center {
  float: left;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .reason-choose .reason-header .reason-media .reason-center {
    display: initial;
    text-align: center;
  }
}
.reason-choose .reason-header .reason-media .reason-center img {
  height: 91px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .reason-choose .reason-header .reason-media .reason-center img {
    height: 91px;
  }
}
.reason-choose .reason-header .reason-media .media-body {
  font-weight: 700;
  margin-left: 110px;
  padding: 25px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .reason-choose .reason-header .reason-media .media-body {
    padding: 15px 0;
  }
}
.reason-choose .reason-header .reason-media .media-body p {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
}
.banner-controls {
  position: absolute;
  top: 50%;
  width: 100%;
}
@media (max-width: 767px) {
  .banner-controls {
    display: none;
  }
}
.banner-controls .slide-arrow {
  display: inline-block;
  text-align: center;
  color: dimgray;
  cursor: pointer;
  font-size: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding-right: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 20px;
  transition: opacity 0.2s ease-in-out;
}
.banner-controls .slide-arrow .fas {
  font-size: 16px;
  line-height: 40px;
}
.banner-controls .slide-arrow:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.banner-controls .arrow-prev {
  position: absolute;
  left: -50px;
}
.banner-controls .arrow-next {
  position: absolute;
  right: -22px;
}
.customer-individual .slick-list {
  margin: 0 -12px;
}
.customer-individual .slick-list .slick-track .slick-slide {
  margin: 0 10px;
}
.customer-individual .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.customer-individual .slide-arrow-ctm {
  color: dimgray;
  cursor: pointer;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.2s ease-in-out;
}
.customer-individual .slide-arrow-ctm .fas {
  font-size: 30px;
  text-shadow: 0 2px 4px #000;
  color: #fff;
}
.customer-individual .slide-arrow-ctm:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
  background-color: #888;
}
.customer-individual .prev-arrow {
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 5;
}
.customer-individual .next-arrow {
  right: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 5;
}
.customer-individual button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.card-item-slide .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.card-item-slide .slide-arrow-ctm {
  color: dimgray;
  cursor: pointer;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.2s ease-in-out;
}
.card-item-slide .slide-arrow-ctm .fas {
  font-size: 20px;
}
.card-item-slide .slide-arrow-ctm:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.card-item-slide .prev-arrow {
  left: -50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.card-item-slide .next-arrow {
  right: -50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.card-item-slide button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slick-disabled {
  display: block !important;
}
.card-item-slide {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.card-item-slide .slick-list {
  margin: 0 -12px;
}
@media (max-width: 767px) {
  .card-item-slide .slick-list {
    margin: 0;
  }
}
.card-item-slide .slick-list .slick-track .slick-slide {
  margin: 0 10px;
}
@media (max-width: 426px) {
  .card-item-slide .slick-list .slick-track .slick-slide {
    margin-left: 0 !important;
  }
}
.btn-watch-more {
  float: right;
  position: relative;
  top: -29px;
  color: #f93;
  border: 1px solid #f93;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  transition: color 0.25s;
  display: block;
  border-radius: 18px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0;
  padding: 3px 10px;
  font-weight: 600;
}
.btn-watch-more:hover {
  background: #f93;
  color: #fff !important;
}
@media (max-width: 767px) {
  .btn-watch-more {
    top: -23px;
    padding: 3px 10px;
  }
}
.hp-title {
  margin: 30px 0 10px;
  padding-left: 12px !important;
}
@media (max-width: 767px) {
  .hp-title {
    height: 25px;
    margin: 20px 0 10px;
  }
}
.hp-title .title-inline .style-link-home .name-tour {
  font-size: 30px;
  color: #00506c;
  text-decoration: none;
  display: block;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .hp-title .title-inline .style-link-home .name-tour {
    font-size: 24px;
    letter-spacing: -2px;
  }
}
@media (max-width: 424px) {
  .pd-5pics-mb {
    padding-left: 3px;
    padding-right: 7px !important;
    padding-bottom: 6px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  .pd-5pics-mb {
    padding-left: 3px;
    padding-right: 7px !important;
    padding-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .pd-r-mb-screen {
    padding-right: 3px !important;
  }
}
@media (min-width: 768px) {
  .pr-16 {
    padding-right: 1rem !important;
  }
}
@media (min-width: 768px) {
  .pb-16 {
    padding-bottom: 16px !important;
  }
}
.contact-methods {
  position: fixed;
  bottom: 115px;
  left: 10px;
}
@media (max-width: 767px) {
  .contact-methods {
    display: none;
  }
}
.contact-methods ul {
  list-style-type: none;
}
.contact-methods ul li {
  height: 40px;
  margin-bottom: 5px;
}
.contact-methods ul li .cl-zl {
  background: #0068ff;
}
.contact-methods ul li .cl-fb {
  background: #4267b2;
}
.contact-methods ul li .cl-hotline {
  background: #41b01f;
}
.contact-methods ul li .pd-contact-block {
  font-weight: 600;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.26);
  border-radius: 30px;
  margin-top: 7px;
  display: inline-block;
  color: #fff !important;
  padding: 5px 10px 5px 40px;
  position: relative;
  height: 34px;
  line-height: 24px;
  overflow: hidden;
}
.contact-methods ul li .pd-contact-block .contact-block-logo {
  font-size: 1.65em;
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 34px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 17px;
}
.contact-methods ul li .pd-contact-block .contact-block-logo img {
  width: 100%;
  height: 100%;
}
.contact-methods-mb {
  position: fixed;
  bottom: 90px;
  left: 10px;
}
.contact-methods-mb .icon-toggle {
  padding: 10px;
  background: #d13b3b;
  border-radius: 4px;
  color: #fff;
}
.contact-methods-mb .icon-toggle .fas {
  font-size: 14px;
}
@media (min-width: 768px) {
  .contact-methods-mb {
    display: none;
  }
}
#body-popup .modal-slide button {
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 0;
  outline: none;
}
#body-popup .modal-slide .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
#body-popup .modal-slide .slide-arrow-customize {
  color: dimgrey;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  transition: opacity 0.2s ease-in-out 0s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
#body-popup .modal-slide .slide-arrow-customize i {
  font-size: 20px;
  font-weight: 600;
}
#body-popup .modal-slide .previous-arrow {
  left: -50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#body-popup .modal-slide .next-arrow {
  right: -50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#body-popup .modal-slide .slick-dots li button {
  margin: 0;
}
#body-popup .modal-slide .slick-dots li button:before {
  font-size: 10px;
  color: #f8f8ff;
}
.newspaper {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .newspaper {
    padding-bottom: 50px;
  }
}
.newspaper .ns-title {
  padding-top: 30px;
}
.newspaper .ns-title .title {
  color: #00506c;
  text-align: center;
  text-transform: capitalize;
  font-size: 30px;
}
@media (max-width: 480px) and (min-width: 320px) {
  .newspaper .ns-title .title-mobile {
    font-size: 24px;
  }
}
.newspaper .ns-title .rulers {
  width: 135px;
  border-bottom: 3px solid #f93;
  margin: 15px auto 20px;
}
@media (max-width: 767px) {
  .newspaper .ns-watch-more {
    padding-bottom: 40px;
  }
}
.newspaper .ns-watch-more a {
  padding: 6px 12px;
  background: #fff;
  overflow: hidden;
  color: #09c;
  border: 1px solid #09c;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 600;
}
.newspaper .ns-watch-more a .fas {
  font-size: 14px;
  margin-left: 3px;
  margin-top: 10px;
}
.newspaper .ns-watch-more a:hover {
  background: #09c;
  color: #fff;
  font-weight: 700;
  border-color: #09c;
}
.newspaper .ns-slide {
  list-style-type: none;
  margin: 30px 0;
}
.newspaper .ns-slide .slick-list {
  margin: 0 10px;
}
.newspaper .ns-slide .slick-list .slick-track .slick-slide {
  margin: 0 -10px;
}
.newspaper .ns-slide .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.newspaper .ns-slide .slide-arrow:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.newspaper .ns-slide .prev-arrow {
  left: -50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.newspaper .ns-slide .prev-arrow .fas {
  font-size: 20px;
}
.newspaper .ns-slide .next-arrow {
  right: -50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.newspaper .ns-slide .next-arrow .fas {
  font-size: 20px;
}
.newspaper .ns-slide .slide-arrow-ctm {
  color: dimgrey;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  transition: opacity 0.2s ease-in-out 0s;
}
.newspaper .ns-slide button {
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 0;
  outline: none;
}
.newspaper .ns-slide li a {
  outline: none;
}
.newspaper .ns-slide li a .ns-block {
  width: 130px;
  height: 70px;
}
@media (max-width: 767px) {
  .newspaper .ns-slide li a .ns-block {
    width: 110px;
  }
}
@media (max-width: 1000px) and (min-width: 768px) {
  .newspaper .ns-slide li a .ns-block {
    width: 100px;
  }
}
.newspaper .ns-slide li a .ns-block img {
  display: block;
  background: #fff;
  border-radius: 10px;
  border: 1.5px solid #e2f0ff;
  padding: 16px;
  width: 100%;
  height: 100%;
  text-align: center;
  max-height: 100%;
}
.mgr-30 {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .mgr-30 {
    margin-right: 10px;
  }
}
.customer-said {
  height: 245px;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 25px 15px;
  position: relative;
}
@media (max-width: 767px) {
  .customer-said {
    height: 284px;
  }
}
.customer-said .media,
.customer-said .media .left-body {
  height: 100%;
}
.customer-said .media .left-body .customer-said__leftImg {
  width: 134px;
  height: 134px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .customer-said .media .left-body .customer-said__leftImg {
    width: 100px;
    height: 100px;
  }
}
.customer-said .media .left-body .star-icon i.fa-star {
  color: #ffae0f;
}
.customer-said .media .media-body {
  height: 100%;
}
@media (max-width: 767px) {
  .customer-said .media .media-body {
    border-right: none !important;
  }
}
.customer-said .media .media-body .left-box .rv-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .customer-said .media .media-body .left-box .rv-title {
    max-height: 53px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 767px) {
  .customer-said .media .media-body .left-box .rv-title {
    font-size: 16px;
    min-height: 55px;
    max-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
}
.customer-said .media .media-body .left-box .rv-title .content-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.customer-said .media .media-body .left-box .customer-name {
  font-family: Open Sans, sans-serif;
  color: #0283df;
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  text-decoration: underline;
}
.customer-said .media .media-body .left-box .customer-name span {
  font-weight: 400;
  font-family: Open Sans, sans-serif;
  color: #595757;
  font-size: 15px;
  text-align: left;
  line-height: 1.2;
}
.customer-said .media .media-body .left-box .tour-name,
.customer-said .media .media-body .left-box .tour-name .tour_link {
  font-family: Open Sans, sans-serif;
  color: #051f4d;
  font-size: 14px;
  font-style: italic;
  text-align: left;
  line-height: 1.2;
  font-weight: lighter;
}
@media (min-width: 768px) {
  .customer-said .media .media-body .left-box .tour-name .tour_link {
    height: 17px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .customer-said .media .media-body .left-box .rv-desc-see-more {
    display: none;
  }
}
.customer-said .media .media-body .left-box .rv-desc-see-more span a {
  text-decoration: underline;
  color: #000;
}
.customer-said .media .media-body .left-box .rv-desc {
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .customer-said .media .media-body .left-box .rv-desc {
    min-height: 65px;
    max-height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
}
.customer-said .media .media-body .left-box .customer-said-mb {
  display: none;
}
@media (max-width: 767px) {
  .customer-said .media .media-body .left-box .customer-said-mb {
    display: block !important;
  }
}
.customer-said .media .media-body .left-box .customer-said-mb .media img {
  width: 80px;
  height: 50px;
}
.customer-said .media .right-body {
  display: table;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .customer-said .media .right-body {
    display: none;
  }
}
.customer-said .media .right-body p {
  font-family: Open Sans, sans-serif;
  color: #595757;
  font-size: 15px;
  text-align: center;
  line-height: 1.2;
}
.customer-said .media .right-body .customer-said__rightImg {
  width: 62px;
  height: 62px;
  margin: 0 auto;
}
.customer-said .media .right-body .table {
  position: absolute;
  top: 50%;
}
.customer-said .media-body-quote-icon {
  padding: 10px 0;
  position: absolute;
  top: 5px;
  left: 3px;
  line-height: 5px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .customer-said .media-body-quote-icon {
    padding: 0;
    top: 6px;
    left: 2px;
  }
}
.customer-said .media-body-quote-icon i.fa-quote-right {
  font-size: 30px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  color: #0c4186;
}
@media (max-width: 767px) {
  .customer-said .media-body-quote-icon i.fa-quote-right {
    font-size: 13px;
  }
}
.media-body {
  height: 100%;
}
.media-body .left-box {
  height: 100%;
  position: relative;
}
.media-body .left-box .media-body {
  width: 80%;
  float: left;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .media-body .left-box .media-body {
    width: 100%;
    padding-right: 0;
  }
}
.media-body .left-box .child-media-img {
  height: 145px;
  width: 20%;
  float: left;
  position: absolute;
  right: 0;
  padding-left: 10px;
  border-left: 1px solid #ccc;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .media-body .left-box .child-media-img {
    display: none;
  }
}
.media-body .left-box .child-media-img p {
  font-family: Open Sans, sans-serif !important;
  color: #595757;
  font-size: 15px;
  text-align: center;
  line-height: 1.2;
}
.card-tour-item-fix .price-general {
  margin-bottom: 10px;
}
.card-tour-item-fix .price-general .price-new {
  color: #ff3c00;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
.card-tour-item-fix .price-general .price-old {
  font-size: 12px;
  color: #717171ad;
}
.card-tour-item-fix .item-info {
  color: #717171;
}
.full-width {
  width: 100% !important;
}
.no-padding {
  padding: 0 !important;
}
.bd-b-0 {
  border-bottom: none !important;
}
.bd-t-0 {
  border-top: none !important;
}
.show {
  display: block !important;
}
.nav-link1 {
  padding: 3px 14px 3px 3px;
  display: block;
}
.nav-link1:hover {
  background: unset;
}
.pd-l-10 {
  padding-left: 10px !important;
}
.pd-tb-10 {
  padding: 10px 0 !important;
}
@media (max-width: 767px) {
  .offset-on-rps {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .ts__mbView {
    width: 50% !important;
  }
}
@media (max-width: 768px) {
  .ts__tableRpsNone {
    display: none;
  }
}
@media (max-width: 767px) {
  .ts__mbViewPrice {
    text-align: right !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .ts__mbViewNone {
    display: none;
  }
}
@media (max-width: 767px) {
  .ts__inputFormPromo {
    width: 100% !important;
  }
}
.ts__inputFormPromo .form-group input {
  width: 200px;
}
@media (max-width: 767px) {
  .ts__inputFormPromo .form-group input {
    width: 230px !important;
    margin-right: 12px;
  }
}
@media (max-width: 374px) {
  .ts__inputFormPromo .form-group button {
    width: 100% !important;
  }
}
@media (min-width: 767px) {
  .small-screen-hide {
    display: none;
  }
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.reset-password {
  text-align: left;
  font-size: 14px;
  color: #212121;
  margin-top: 25px;
}
.reset-password .header {
  background-color: #fff;
  padding: 10px 10px 0;
}
.reset-password .title {
  text-align: center;
  color: #464646;
  font-weight: 600;
  font-size: 16px;
}
.reset-password .title p:first-child {
  font-size: 18px;
  margin-bottom: 3px;
}
.reset-password .title p:first-child span {
  color: #cc2d32;
}
.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: #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;
}
.reset-password .form-control-wrapper .btn {
  outline: 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: 0;
  font-weight: 500;
  font-size: 16px;
  color: #fff !important;
}
.reset-password .btn-link {
  color: #2396c5 !important;
  font-size: 14px;
  font-weight: 500;
}
.reset-password .bottom-text {
  padding-bottom: 20px;
  text-align: center;
}
.popover-block {
  max-width: 240px;
  position: absolute;
  z-index: 999;
  right: -80px;
  top: 44px;
}
.popover-block .arrow {
  left: 50%;
}
.popover-block .popover-edited {
  border: 1px solid #ccc;
  background: #fff;
  padding: 20px;
}
.popover-block .popover-edited .button-edited {
  font-size: 14px;
  padding: 8px 14px;
  border: 1px solid #e4e4e4;
  width: 200px;
  margin-bottom: 10px;
  background: #fff;
  color: #333;
  font-weight: 400;
  line-height: 1.9;
}
.popover-block .popover-edited .button-edited:hover {
  box-shadow: 4px 4px 14px 2px rgba(0, 0, 0, 0.1);
}
.popover-block .popover-edited .button-edited .button-edited:last-child {
  margin-bottom: 0 !important;
}
.popover-block .popover-edited .button-lg-fb {
  background-color: #2151b2;
  color: #fff;
}
.popover-block .popover-edited .button-lg-gg {
  background-color: #d41701;
  color: #fff;
}
.popover-block.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  top: -11px;
}
.not-popover .not-popover-icon {
  position: relative;
  font-size: 12px;
  color: #fff;
}
.not-popover .not-popover-icon:focus,
.not-popover .not-popover-icon:hover {
  outline: none !important;
  box-shadow: none !important;
}
.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: 700;
  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: 700;
  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 .leftProfile .staff-position {
  margin-top: 51px;
  border: 1px solid #33afe4;
}
.module-member .leftProfile .staff-position .staff-assistant {
  font-weight: 600;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  background: #33afe4;
  color: #fff;
}
.module-member .leftProfile .staff-position .staff-info {
  position: relative;
  height: 252px;
}
.module-member .leftProfile .staff-position .staff-info .staff-img {
  position: absolute !important;
  padding: 0 23px 34px;
}
.module-member .leftProfile .staff-position .staff-info .staff-img img {
  width: 180px;
  height: 180px;
}
.module-member .leftProfile .staff-position .staff-info .staff {
  position: absolute;
  bottom: 0;
  left: 32%;
}
.module-member .leftProfile .staff-position .staff-info .staff .name {
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
.module-member .rightProfile .user_bookings .padding10-5 {
  padding: 10px 5px !important;
}
.module-member .rightProfile .profile-form {
  color: #777;
}
.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 0;
  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: #069;
}
.module-member .rightProfile .info-data .text_add_job .icon-add {
  padding: 3px 5px;
  border: 1px dashed #069;
}
.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: #069;
}
.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 0 #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: 400;
}
.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: #069;
  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_info,
.module-member .rightProfile .user_reviews {
  padding: 15px 0;
}
.module-member .rightProfile .user_bookings .nav_booking li,
.module-member .rightProfile .user_bookings .nav_info li,
.module-member .rightProfile .user_bookings .nav_reviews li,
.module-member .rightProfile .user_info .nav_booking li,
.module-member .rightProfile .user_info .nav_info li,
.module-member .rightProfile .user_info .nav_reviews li,
.module-member .rightProfile .user_reviews .nav_booking li,
.module-member .rightProfile .user_reviews .nav_info li,
.module-member .rightProfile .user_reviews .nav_reviews li {
  margin: 0;
}
.module-member .rightProfile .user_bookings .nav_booking li a,
.module-member .rightProfile .user_bookings .nav_info li a,
.module-member .rightProfile .user_bookings .nav_reviews li a,
.module-member .rightProfile .user_info .nav_booking li a,
.module-member .rightProfile .user_info .nav_info li a,
.module-member .rightProfile .user_info .nav_reviews li a,
.module-member .rightProfile .user_reviews .nav_booking li a,
.module-member .rightProfile .user_reviews .nav_info li a,
.module-member .rightProfile .user_reviews .nav_reviews 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_info li a:hover,
.module-member .rightProfile .user_bookings .nav_reviews li a:hover,
.module-member .rightProfile .user_info .nav_booking li a:hover,
.module-member .rightProfile .user_info .nav_info li a:hover,
.module-member .rightProfile .user_info .nav_reviews li a:hover,
.module-member .rightProfile .user_reviews .nav_booking li a:hover,
.module-member .rightProfile .user_reviews .nav_info li a:hover,
.module-member .rightProfile .user_reviews .nav_reviews li a:hover {
  background-color: #fff;
  border-color: rgba(50, 50, 50, 0.2);
}
.module-member .rightProfile .user_bookings .nav_booking li.active a,
.module-member .rightProfile .user_bookings .nav_info li.active a,
.module-member .rightProfile .user_bookings .nav_reviews li.active a,
.module-member .rightProfile .user_info .nav_booking li.active a,
.module-member .rightProfile .user_info .nav_info li.active a,
.module-member .rightProfile .user_info .nav_reviews li.active a,
.module-member .rightProfile .user_reviews .nav_booking li.active a,
.module-member .rightProfile .user_reviews .nav_info li.active a,
.module-member .rightProfile .user_reviews .nav_reviews 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_info li.active a:after,
.module-member .rightProfile .user_bookings .nav_reviews li.active a:after,
.module-member .rightProfile .user_info .nav_booking li.active a:after,
.module-member .rightProfile .user_info .nav_info li.active a:after,
.module-member .rightProfile .user_info .nav_reviews li.active a:after,
.module-member .rightProfile .user_reviews .nav_booking li.active a:after,
.module-member .rightProfile .user_reviews .nav_info li.active a:after,
.module-member .rightProfile .user_reviews .nav_reviews 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_info .tab-content,
.module-member .rightProfile .user_reviews .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_info .tab-content .combo-empty p,
.module-member .rightProfile .user_reviews .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_info .tab-content .user-booking-container,
.module-member
  .rightProfile
  .user_reviews
  .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_info
  .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 {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.module-member
  .rightProfile
  .user_bookings
  .tab-content
  .user-booking-container
  .user-booking-image,
.module-member
  .rightProfile
  .user_info
  .tab-content
  .user-booking-container
  .user-booking-image,
.module-member
  .rightProfile
  .user_reviews
  .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_info
  .tab-content
  .user-booking-container
  .user-booking-image
  img,
.module-member
  .rightProfile
  .user_reviews
  .tab-content
  .user-booking-container
  .user-booking-image
  img {
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.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_info
  .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 {
  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_info
  .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 {
  font-size: 16px;
}
.module-member
  .rightProfile
  .user_bookings
  .tab-content
  .user-booking-container
  .user-booking-info
  ul,
.module-member
  .rightProfile
  .user_info
  .tab-content
  .user-booking-container
  .user-booking-info
  ul,
.module-member
  .rightProfile
  .user_reviews
  .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_info
  .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 {
  color: #666;
}
.module-member .rightProfile .user_bookings .tab-content > .active,
.module-member .rightProfile .user_info .tab-content > .active,
.module-member .rightProfile .user_reviews .tab-content > .active {
  display: block;
}
.module-member .rightProfile .user_bookings .tab-content > .tab-pane,
.module-member .rightProfile .user_info .tab-content > .tab-pane,
.module-member .rightProfile .user_reviews .tab-content > .tab-pane {
  display: none;
}
.module-member .rightProfile .user_bookings .fade.in,
.module-member .rightProfile .user_info .fade.in,
.module-member .rightProfile .user_reviews .fade.in {
  opacity: 1;
}
.module-member .rightProfile .user_bookings .fade,
.module-member .rightProfile .user_info .fade,
.module-member .rightProfile .user_reviews .fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.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: #069;
}
.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: red;
}
.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-love
  span,
.module-member
  .rightProfile
  .user_maps
  #tableDistrict
  tr
  td
  .checkbox-want
  span {
  font-size: 16px;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 400;
  color: #999 !important;
}
.module-member
  .rightProfile
  .user_maps
  #tableDistrict
  tr
  td
  .checkbox-arrived
  input,
.module-member
  .rightProfile
  .user_maps
  #tableDistrict
  tr
  td
  .checkbox-love
  input,
.module-member
  .rightProfile
  .user_maps
  #tableDistrict
  tr
  td
  .checkbox-want
  input {
  position: absolute;
  visibility: hidden;
}
.module-member
  .rightProfile
  .user_maps
  #tableDistrict
  tr
  td
  .checkbox-arrived
  input:checked
  + span,
.module-member
  .rightProfile
  .user_maps
  #tableDistrict
  tr
  td
  .checkbox-arrived
  input:checked:hover
  + span,
.module-member
  .rightProfile
  .user_maps
  #tableDistrict
  tr
  td
  .checkbox-arrived
  input:hover
  + span {
  color: #069 !important;
}
.module-member
  .rightProfile
  .user_maps
  #tableDistrict
  tr
  td
  .checkbox-want
  input:checked
  + span,
.module-member
  .rightProfile
  .user_maps
  #tableDistrict
  tr
  td
  .checkbox-want
  input:checked:hover
  + span,
.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-love
  input:checked
  + span,
.module-member
  .rightProfile
  .user_maps
  #tableDistrict
  tr
  td
  .checkbox-love
  input:checked:hover
  + span,
.module-member
  .rightProfile
  .user_maps
  #tableDistrict
  tr
  td
  .checkbox-love
  input:hover
  + span {
  color: red !important;
}
.module-member .rightProfile .user_newsletter h3 {
  padding: 15px 0;
}
.module-member .rightProfile .user_newsletter h4 {
  color: #069;
}
.module-member .manager-booking-detail {
  margin-top: -18px;
  border: 1px solid #ccc;
  padding: 40px;
  border-top: none !important;
}
.module-member .manager-booking-detail .manager-booking {
  margin-bottom: 45px;
}
.module-member .manager-booking-detail .manager-booking .manager-booking-title {
  padding: 10px;
  background: #2b78e4;
  color: #fff;
}
.module-member
  .manager-booking-detail
  .manager-booking
  .manager-booking-content {
  padding: 20px;
  border: 2px solid #ccc;
  border-top: none;
}
.module-member
  .manager-booking-detail
  .manager-booking
  .manager-flight-tickets {
  padding: 10px !important;
}
.module-member .manager-booking-detail .manager-flight-tickets {
  padding: 10px;
  background: #2b78e4;
  color: #fff;
}
.module-member .manager-booking-detail .manager-flight-detail {
  border-top: none !important;
  padding: 10px;
  border: 2px solid #ccc;
  height: auto;
  overflow: hidden;
}
.module-member .manager-booking-detail .manager-flight-detail .col-6-edited {
  padding: 20px 35px 20px 25px;
}
.module-member
  .manager-booking-detail
  .manager-flight-detail
  .col-6-edited
  .manager-flight-departure
  .manager-flight-destination {
  padding: 10px;
  font-size: 35px;
}
.module-member
  .manager-booking-detail
  .manager-flight-detail
  .col-6-edited
  .manager-flight-departure
  .manager-flight-destination
  .flight-time {
  font-size: 9px;
  position: absolute;
  right: 51%;
  top: 29%;
}
.module-member
  .manager-booking-detail
  .manager-flight-detail
  .col-6-edited
  .manager-flight-departure
  .manager-flight-destination
  .flight-time
  .fa {
  margin-right: 3px;
}
.module-member
  .manager-booking-detail
  .manager-flight-detail
  .col-6-edited
  .manager-flight-departure
  .manager-flight-code {
  padding: 10px;
  margin-top: 15px;
  background: #eee;
}
.module-member
  .manager-booking-detail
  .manager-flight-detail
  .col-6-edited
  .manager-flight-return
  .manager-flight-destination {
  padding: 10px;
  font-size: 35px;
}
.module-member
  .manager-booking-detail
  .manager-flight-detail
  .col-6-edited
  .manager-flight-return
  .manager-flight-destination
  .flight-time {
  font-size: 9px;
  position: absolute;
  right: 51%;
  top: 29%;
}
.module-member
  .manager-booking-detail
  .manager-flight-detail
  .col-6-edited
  .manager-flight-return
  .manager-flight-destination
  .flight-time
  .fa {
  margin-right: 3px;
}
.module-member
  .manager-booking-detail
  .manager-flight-detail
  .col-6-edited
  .manager-flight-return
  .manager-flight-code {
  padding: 10px;
  margin-top: 15px;
  background: #eee;
}
.module-member .manager-booking-detail .manager-hotel-detail {
  margin-top: 45px;
}
.module-member .manager-booking-detail .manager-hotel-detail .manager-hotel {
  padding: 10px;
  color: #fff;
  background: #2b78e4;
}
.module-member
  .manager-booking-detail
  .manager-hotel-detail
  .hotel-information {
  height: auto;
  overflow: hidden;
  border: 2px solid #ccc;
  border-top: none;
}
.module-member
  .manager-booking-detail
  .manager-hotel-detail
  .hotel-information
  .under-line {
  border-bottom: 1px solid #ccc;
  height: auto;
}
.module-member
  .manager-booking-detail
  .manager-hotel-detail
  .hotel-information
  .under-line
  .see-more-policy {
  position: absolute;
  right: 50%;
  top: 95%;
  border: 1px solid #ccc;
  padding: 4px;
  z-index: 9999999999999;
  background: orange;
  color: #fff;
  cursor: pointer;
}
.module-member
  .manager-booking-detail
  .manager-hotel-detail
  .manager-hotel-info {
  padding: 20px 0;
}
.module-member
  .manager-booking-detail
  .manager-hotel-detail
  .manager-hotel-info
  .manager-booking-code {
  border: 1px solid #2b78e4;
  padding: 10px 40px;
  margin-left: 90px;
  color: #2b78e4;
}
.module-member
  .manager-booking-detail
  .manager-hotel-detail
  .manager-hotel-info
  .manager-hotel-name
  .manager-hotel-address
  a {
  color: #2b78e4;
}
.module-member
  .manager-booking-detail
  .manager-hotel-detail
  .manager-bottom-img
  .manager-room-detail {
  padding: 15px;
}
.module-member
  .manager-booking-detail
  .manager-hotel-detail
  .manager-room-type {
  margin-top: 10px;
}
.module-member .manager-booking-detail .manager-payment-detail {
  margin-top: 45px;
  padding: 10px 27px;
}
.module-member
  .manager-booking-detail
  .manager-payment-detail
  .payment-detail-title {
  padding: 10px;
  color: #fff;
  background: #2b78e4;
}
.module-member
  .manager-booking-detail
  .manager-payment-detail
  .payment-detail-content {
  border: 2px solid #ccc;
  border-top: none;
  padding: 10px;
}
.module-member
  .manager-booking-detail
  .manager-payment-detail
  .payment-detail-content
  .payment-icon {
  padding: 20px;
}
.module-member
  .manager-booking-detail
  .manager-payment-detail
  .payment-detail-content
  .payment-icon
  img {
  margin-left: 13px;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}
.module-member
  .manager-booking-detail
  .manager-payment-detail
  .payment-detail-content
  .payment-icon
  p {
  font-size: 16px;
  font-weight: 600;
  color: #32ba7c;
}
.module-member .feedback-point {
  margin-top: -18px;
  border: 1px solid #ccc;
  padding: 40px;
  border-top: none !important;
}
.module-member .feedback-point .feedback-title {
  padding: 10px 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.module-member .feedback-point .feedback-recommand {
  padding: 59px;
  border: 1px solid #ccc;
}
.module-member .feedback-point .feedback-recommand .feedback-question {
  margin-top: -50px;
  padding: 38px;
  text-align: center;
  font-size: 20px;
}
.module-member .feedback-point .feedback-recommand .feedback-mark {
  list-style: none;
  display: -webkit-box;
}
.module-member .feedback-point .feedback-recommand .feedback-mark .point {
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 44px;
  height: 45px;
  margin-right: 10px;
  text-align: center;
}
.module-member .feedback-point .feedback-recommand .feedback-mark .point:active,
.module-member .feedback-point .feedback-recommand .feedback-mark .point:focus,
.module-member .feedback-point .feedback-recommand .feedback-mark .point:hover {
  background: #9fc5f8;
  outline: none;
  border: none;
}
.user_bookings,
.user_info,
.user_reviews {
  padding: 15px 0;
}
.user_bookings .nav_booking li,
.user_bookings .nav_info li,
.user_bookings .nav_reviews li,
.user_info .nav_booking li,
.user_info .nav_info li,
.user_info .nav_reviews li,
.user_reviews .nav_booking li,
.user_reviews .nav_info li,
.user_reviews .nav_reviews li {
  margin: 0;
}
.user_bookings .nav_booking li a,
.user_bookings .nav_info li a,
.user_bookings .nav_reviews li a,
.user_info .nav_booking li a,
.user_info .nav_info li a,
.user_info .nav_reviews li a,
.user_reviews .nav_booking li a,
.user_reviews .nav_info li a,
.user_reviews .nav_reviews 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;
}
.user_bookings .nav_booking li.active a,
.user_bookings .nav_booking li a:hover,
.user_bookings .nav_info li.active a,
.user_bookings .nav_info li a:hover,
.user_bookings .nav_reviews li.active a,
.user_bookings .nav_reviews li a:hover,
.user_info .nav_booking li.active a,
.user_info .nav_booking li a:hover,
.user_info .nav_info li.active a,
.user_info .nav_info li a:hover,
.user_info .nav_reviews li.active a,
.user_info .nav_reviews li a:hover,
.user_reviews .nav_booking li.active a,
.user_reviews .nav_booking li a:hover,
.user_reviews .nav_info li.active a,
.user_reviews .nav_info li a:hover,
.user_reviews .nav_reviews li.active a,
.user_reviews .nav_reviews li a:hover {
  background-color: #069;
  color: #fff;
  border-color: #069;
}
.user_bookings .nav_booking li.active a:after,
.user_bookings .nav_info li.active a:after,
.user_bookings .nav_reviews li.active a:after,
.user_info .nav_booking li.active a:after,
.user_info .nav_info li.active a:after,
.user_info .nav_reviews li.active a:after,
.user_reviews .nav_booking li.active a:after,
.user_reviews .nav_info li.active a:after,
.user_reviews .nav_reviews 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;
}
.user_bookings .tab-content,
.user_info .tab-content,
.user_reviews .tab-content {
  border: 1px solid #e6e6e6;
  border-top: none;
  box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.2);
  padding: 30px;
}
.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-button-save:hover {
  background: #2d962d;
  color: #fff;
  box-shadow: 1px 1px 1px 0 #aaa;
}
@media screen and (max-width: 767px) {
  .profile-button-save {
    font-size: 16px;
  }
}
.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: #fff;
}
.navbar-tago .navbar-nav > li > a:active,
.navbar-tago .navbar-nav > li > a:focus,
.navbar-tago .navbar-nav > li > a:hover {
  color: #ffd200;
}
.box-tour-sampleH {
  background: unset !important;
  box-shadow: none !important;
  margin-top: -14px !important;
}
.box-tour-sample {
  margin-top: -65px;
  background: #fff;
  position: relative;
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2),
    0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}
.box-tour-sample .box-form {
  padding-top: 10px;
}
.fix-width-booking {
  padding: 0 65px;
}
@media (max-width: 767px) {
  .fix-width-booking {
    padding: 0;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .fix-width-booking {
    padding: 0;
  }
}
.text-header-tour .title-header {
  font-size: 36px;
}
@media (max-width: 767px) {
  .text-header-tour .title-header {
    font-size: 30px;
  }
}
.text-header-tour .sub-title {
  font-size: 16px;
}
@media (max-width: 767px) {
  .text-header-tour .sub-title {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .ps-tour-sample {
    text-align: center;
  }
}
.ps-tour-sample .btn-search-tour-sample {
  height: 50px;
  padding: 10px 30px;
  background: #09c !important;
}
.box-search-position {
  margin-top: -25px !important;
}
@media (max-width: 767px) and (min-width: 320px) {
  .box-search-position {
    margin-top: -60px !important;
  }
}
.box-search-position .bd-search-box-parent {
  margin: 0 auto;
  background: #e9e9fe66;
  padding: 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
@media (max-width: 424px) and (min-width: 320px) {
  .box-search-position .bd-search-box-parent {
    padding: 10px 25px !important;
  }
}
@media (max-width: 767px) and (min-width: 425px) {
  .box-search-position .bd-search-box-parent {
    padding: 8px 25px !important;
  }
}
.bd-search-box {
  height: 60px;
  padding: 10px 25px;
}
@media (max-width: 767px) {
  .bd-search-box {
    height: auto !important;
  }
}
@media (max-width: 424px) and (min-width: 320px) {
  .bd-search-box {
    padding: 0 !important;
  }
}
@media (max-width: 767px) and (min-width: 425px) {
  .bd-search-box {
    padding: 0 !important;
  }
}
.dpt-point {
  padding-left: 0;
  height: 100%;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .dpt-point {
    padding-right: 0 !important;
    height: 40px;
    margin-bottom: 10px;
  }
}
.dpt-point .city_start_id,
.rtn-point {
  height: 100%;
}
.rtn-point {
  padding-left: 0;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .rtn-point {
    padding-right: 0 !important;
    height: 40px;
    margin-bottom: 10px;
  }
}
.rtn-point .select2 {
  height: 100%;
}
.listing-button {
  padding: 0;
}
@media (max-width: 767px) {
  .listing-button {
    height: 40px;
  }
}
.listing-button .ps-tour-sample-edited {
  width: 100%;
  height: 100%;
}
.listing-button .ps-tour-sample-edited .btn-search-tour-sample {
  width: 100%;
  height: 100%;
  background: #f79321;
  border-color: #f79321;
  font-size: 12px;
}
.fix-select2 .select2-container--default .select2-selection--single {
  height: 100% !important;
  outline: none;
}
.fix-select2
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100% !important;
}
.fix-select2
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  height: 100% !important;
  line-height: 39px !important;
}
.fix-select2
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  .presentation {
  margin-top: -4px;
}
.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options {
  width: 100%;
  overflow-x: hidden;
}
.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option {
  height: 30px;
  line-height: 30px;
  padding: 0 8px 0 5px;
}
.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option
  .row
  .name {
  color: #00506c;
  font-weight: 600;
}
.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option
  .row
  .type {
  color: #97a0ab;
}
.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option--highlighted
  .row
  .name,
.select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option--highlighted
  .row
  .type {
  color: #fff !important;
}
.select2-results__message {
  display: none !important;
}
.select2-search__field {
  outline: none;
}
.fix-height-select2 {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .fix-height-select2 {
    padding: 0;
    margin-top: 0;
  }
}
.fix-height-select2 .select2-container {
  width: 170px;
  float: right;
}
@media (max-width: 767px) {
  .fix-height-select2 .select2-container {
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .fix-height-select2 .select2-container {
    width: 130px;
  }
}
.fix-height-select2 .select2-selection--single {
  height: 50px !important;
}
.fix-height-select2 .select2-selection--single .select2-selection__rendered {
  line-height: 50px !important;
  font-size: 15px !important;
}
.fix-height-select2 .select2-selection--single .select2-selection__arrow {
  height: 50px !important;
}
.listing-banner {
  position: relative;
}
.listing-banner .listing-banner-box {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  min-height: 204px;
  position: relative;
}
.listing-banner .listing-banner-box img {
  min-height: 204px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.listing-banner .text-header {
  border-radius: 3px;
  width: 450px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  right: 11%;
  padding: 20px 0;
  color: #09c;
}
.listing__rowLimit {
  max-height: 45px;
  display: -webkit-box;
  line-height: 22px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #1a3863;
}
@media screen and (max-width: 767px) {
  .select2 {
    width: 100% !important;
  }
}
#patternTour {
  overflow: hidden;
}
#patternTour .pattern-tour__header {
  position: relative;
  margin-top: 20px;
  margin-bottom: 16px;
}
#patternTour .pattern-tour__header .line-bottom {
  height: 2px;
  background: #09c;
  text-align: center;
  width: 140px;
  margin: 0 auto;
}
@media (max-width: 767px) and (min-width: 320px) {
  #patternTour .pattern-tour_table {
    display: none !important;
  }
}
#patternTour .pattern-tour_table .pattern-tour__content {
  border-top: none !important;
}
#patternTour .pattern-tour_table .pattern-tour__content:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  > * {
  line-height: 1.5rem;
  padding: 10px;
  font-size: 14px !important;
  vertical-align: top;
}
#patternTour .pattern-tour_table .pattern-tour__content .pattern-tour__item {
  width: 100%;
  border-top: 1px solid #ccc !important;
  background: #fff;
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  .pattern-tour__mutualAttr {
  padding: 10px !important;
  border-top: none !important;
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  .pattern-tour__mutualAttr
  .watch-more-day {
  line-height: 12px;
  display: table-cell;
  padding-top: 3px;
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  .pattern-tour__mutualAttr
  .watch-more-day:hover {
  text-decoration: none !important;
  border-bottom: 1px solid #33a4d0;
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item:hover {
  background: #f0f0f0;
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  .pattern-tour__itemImg {
  width: 35%;
}
@media (max-width: 990px) and (min-width: 768px) {
  #patternTour
    .pattern-tour_table
    .pattern-tour__content
    .pattern-tour__item
    .pattern-tour__itemImg {
    width: 50% !important;
  }
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  .pattern-tour__itemImg
  .pattern-tour__tourImages {
  float: left;
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  .pattern-tour__itemImg
  .pattern-tour__tourImages
  .avatar-path {
  width: 150px;
  height: 100px;
  padding: 0;
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  .pattern-tour__itemImg
  .pattern-tour__nameTour {
  float: left;
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  .pattern-tour__itemImg
  .avatar-path {
  width: 150px;
  height: 100px;
  padding: 10px 0 10px 10px;
  margin-right: 10px;
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  .pattern-tour__itemImg
  .avatar-path
  .image-tour {
  width: 100%;
  height: 100%;
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  .pattern-tour__itemImg
  .pattern-tour__tourImg {
  position: relative;
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  .pattern-tour__itemImg
  .pattern-tour__tourImg
  .pt_zoom-img {
  display: block;
  position: relative;
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  .pattern-tour__itemImg
  .pattern-tour__tourImg
  .pt_zoom-img:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  .pattern-tour__itemImg
  .pattern-tour__tourImg
  .pt_zoom-img
  .pt_destination {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 16px;
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  .pattern-tour__itemImg
  .pattern-tour__tourImg
  .pt_zoom-img
  .pt_hot-icon {
  background: red;
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
  position: absolute;
  left: -2px;
  top: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  .pattern-tour__itemImg
  .pattern-tour__tourImg
  a {
  transition: all 0.3s;
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  .pattern-tour__itemImg
  .pattern-tour__tourImg
  .pt_zoom-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s;
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  .pattern-tour__location {
  width: 15%;
}
@media (max-width: 990px) and (min-width: 768px) {
  #patternTour
    .pattern-tour_table
    .pattern-tour__content
    .pattern-tour__item
    .pattern-tour__location {
    width: 10% !important;
  }
}
li.nav-item i {
    margin-right: 5px;
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  .pattern-tour__priceRange {
  width: 15% !important;
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  .pattern-tour__calendarDpt {
  width: 20% !important;
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  .pattern-tour__button {
  width: 15%;
}
@media (max-width: 990px) and (min-width: 768px) {
  #patternTour
    .pattern-tour_table
    .pattern-tour__content
    .pattern-tour__item
    .pattern-tour__button {
    width: 10% !important;
  }
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  .pattern-tour__button {
  text-align: right !important;
}
#patternTour
  .pattern-tour_table
  .pattern-tour__content
  .pattern-tour__item
  .pt_boxButton
  .pt_button {
  padding: 7px 30px;
  font-size: 10px;
  font-weight: bolder;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 30px;
}
.destination-hot .list-box {
  list-style-type: none;
  margin-bottom: 0;
}
.destination-hot .list-box .box-title .title {
  margin-top: 30px;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: 700;
  color: #212529;
}
.destination-hot .list-box .box-title .underline-bar {
  height: 2px;
  background: #09c;
  text-align: center;
  width: 140px;
  margin: 0 auto;
}
.destination-hot .list-box .list-destination .list-destination-hot {
  list-style-type: none;
  padding-left: 15px;
}
.destination-hot .list-box .list-destination .list-destination-hot .item {
  display: inline-block;
  padding-top: 10px;
  padding-right: 16px;
  padding-left: 0;
}
.destination-hot
  .list-box
  .list-destination
  .list-destination-hot
  .item
  .destination-name {
  font-size: 14px;
  color: #5f6368;
  font-weight: 600;
  text-decoration: none;
}
.destination-hot .list-box .list-destination .list-destination-hot .item:hover {
  color: #64c1e0;
}
.destination-hot
  .list-box
  .list-destination
  .list-destination-hot
  .item:hover
  .destination-name {
  color: #64c1e0;
  padding-bottom: 2px;
  border-bottom: 1px solid #64c1e0;
}
.ds__vehicle .ds__vehicleDetail:hover {
  background: #d4edda !important;
}
.popover-block-container .popover-icon {
  background: none;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.popover-block-container .popover-icon i {
  color: #04a0b2;
  text-align: center;
  margin-top: 4px;
}
.popover-body {
  font-size: 12px;
}
.popover-body .popover-close {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 1;
}
.popover-body .popover-close .material-icons {
  font-size: 16px;
  font-weight: 700;
  color: #04a0b2;
}
#modal-all,
#modal-forgot-password,
#modal-login,
#modal-register {
  text-align: left;
  font-size: 14px;
  color: #212121;
}
#modal-all .modal-header,
#modal-forgot-password .modal-header,
#modal-login .modal-header,
#modal-register .modal-header {
  background-color: #fff;
  border-bottom: 1px solid #dedede;
  padding: 10px;
}
#modal-all .modal-header .modal-title,
#modal-forgot-password .modal-header .modal-title,
#modal-login .modal-header .modal-title,
#modal-register .modal-header .modal-title {
  text-align: center;
  color: #464646;
  font-weight: 700;
  font-size: 16px;
}
#modal-all .sub-title,
#modal-forgot-password .sub-title,
#modal-login .sub-title,
#modal-register .sub-title {
  color: #464646;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
  padding: 5px 0 15px;
}
#modal-all .form-control-wrapper,
#modal-forgot-password .form-control-wrapper,
#modal-login .form-control-wrapper,
#modal-register .form-control-wrapper {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #modal-all .form-control-wrapper,
  #modal-forgot-password .form-control-wrapper,
  #modal-login .form-control-wrapper,
  #modal-register .form-control-wrapper {
    padding: 0 45px;
  }
}
#modal-all .form-control-wrapper .form-control,
#modal-forgot-password .form-control-wrapper .form-control,
#modal-login .form-control-wrapper .form-control,
#modal-register .form-control-wrapper .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;
}
#modal-all .form-control-wrapper .btn-login-submit,
#modal-forgot-password .form-control-wrapper .btn-login-submit,
#modal-login .form-control-wrapper .btn-login-submit,
#modal-register .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: 0;
  font-weight: 500;
  font-size: 16px;
  color: #fff !important;
}
#modal-all .form-control-wrapper .btn-login-submit:hover,
#modal-forgot-password .form-control-wrapper .btn-login-submit:hover,
#modal-login .form-control-wrapper .btn-login-submit:hover,
#modal-register .form-control-wrapper .btn-login-submit:hover {
  background-color: #cc2d32;
}
#modal-all .form-control-wrapper .btn,
#modal-forgot-password .form-control-wrapper .btn,
#modal-login .form-control-wrapper .btn,
#modal-register .form-control-wrapper .btn {
  outline: none !important;
}
#modal-all .forgot-password-link,
#modal-forgot-password .forgot-password-link,
#modal-login .forgot-password-link,
#modal-register .forgot-password-link {
  text-align: center;
}
#modal-all .btn-link,
#modal-forgot-password .btn-link,
#modal-login .btn-link,
#modal-register .btn-link {
  color: #2396c5 !important;
  font-size: 14px;
  font-weight: 500;
}
#modal-all .btn-link span,
#modal-forgot-password .btn-link span,
#modal-login .btn-link span,
#modal-register .btn-link span {
  display: block;
}
#modal-all .modal-footer,
#modal-forgot-password .modal-footer,
#modal-login .modal-footer,
#modal-register .modal-footer {
  padding: 15px;
}
#modal-all .modal-footer .forgot-password-link,
#modal-forgot-password .modal-footer .forgot-password-link,
#modal-login .modal-footer .forgot-password-link,
#modal-register .modal-footer .forgot-password-link {
  border-bottom: 1px solid #dedede;
}
#modal-all .social-area a,
#modal-forgot-password .social-area a,
#modal-login .social-area a,
#modal-register .social-area a {
  padding: 15px 50px;
  margin: 10px 0;
  text-align: center;
  display: block;
  color: #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  outline: none !important;
}
#modal-all .social-area .btn-facebook,
#modal-forgot-password .social-area .btn-facebook,
#modal-login .social-area .btn-facebook,
#modal-register .social-area .btn-facebook {
  background-color: #3b5998 !important;
}
#modal-all .social-area .btn-google,
#modal-forgot-password .social-area .btn-google,
#modal-login .social-area .btn-google,
#modal-register .social-area .btn-google {
  background-color: #e04006 !important;
}
#modal-all .bottom-text,
#modal-forgot-password .bottom-text,
#modal-login .bottom-text,
#modal-register .bottom-text {
  padding: 10px 0 20px;
  text-align: center;
}
#modal-all .reset-password-button,
#modal-forgot-password .reset-password-button,
#modal-login .reset-password-button,
#modal-register .reset-password-button {
  background-color: #b3292e;
  border-radius: 25px;
  padding: 10px 40px;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  color: #fff !important;
  text-transform: none;
}
#modal-all .reset-password-button:hover,
#modal-forgot-password .reset-password-button:hover,
#modal-login .reset-password-button:hover,
#modal-register .reset-password-button:hover {
  background-color: #cc2d32;
}
#modal-all .alert-error-register,
#modal-forgot-password .alert-error-register,
#modal-login .alert-error-register,
#modal-register .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;
}
.center-block {
  display: table;
  margin: auto !important;
}
.center-block .lf__mg-tb {
  margin: 50px 0;
}
.lg__devideBar {
  border-bottom: 3px solid #09c;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 15px;
  width: 80%;
}
.lg__method {
  margin: 20px 0;
}
.lg__forgetPw,
.lg__forgetPw .lg__fgpwLink {
  color: #2396c5 !important;
  font-size: 14px;
  font-weight: 500;
}
.social-area a {
  padding: 15px 50px;
  margin: 10px 0;
  text-align: center;
  display: block;
  color: #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  outline: none !important;
}
.social-area .btn-facebook {
  background-color: #3b5998 !important;
}
.social-area .btn-google {
  background-color: #e04006 !important;
}
#modal-all .pf__modalDialog .pf__modalContent .display-for-login,
#modal-all .pf__modalDialog .pf__modalContent .display-for-password,
#modal-all .pf__modalDialog .pf__modalContent .display-for-register {
  text-align: left;
  font-size: 14px;
  color: #212121;
}
#modal-all .pf__modalDialog .pf__modalContent .display-for-login .modal-header,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-password
  .modal-header,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-register
  .modal-header {
  background-color: #fff;
  border-bottom: 1px solid #dedede;
  padding: 10px;
}
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-login
  .modal-header
  .modal-title,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-password
  .modal-header
  .modal-title,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-register
  .modal-header
  .modal-title {
  text-align: center;
  color: #464646;
  font-weight: 700;
  font-size: 16px;
}
#modal-all .pf__modalDialog .pf__modalContent .display-for-login .sub-title,
#modal-all .pf__modalDialog .pf__modalContent .display-for-password .sub-title,
#modal-all .pf__modalDialog .pf__modalContent .display-for-register .sub-title {
  color: #464646;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
  padding: 5px 0 15px;
}
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-login
  .form-control-wrapper,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-password
  .form-control-wrapper,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-register
  .form-control-wrapper {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #modal-all
    .pf__modalDialog
    .pf__modalContent
    .display-for-login
    .form-control-wrapper,
  #modal-all
    .pf__modalDialog
    .pf__modalContent
    .display-for-password
    .form-control-wrapper,
  #modal-all
    .pf__modalDialog
    .pf__modalContent
    .display-for-register
    .form-control-wrapper {
    padding: 0 45px;
  }
}
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-login
  .form-control-wrapper
  .form-control,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-password
  .form-control-wrapper
  .form-control,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-register
  .form-control-wrapper
  .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;
}
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-login
  .form-control-wrapper
  .btn-login-submit,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-password
  .form-control-wrapper
  .btn-login-submit,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-register
  .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: 0;
  font-weight: 500;
  font-size: 16px;
  color: #fff !important;
}
.page_speed_185785872 {
    width: 15px;
    height: 15px;
    fill: rgb(255, 243, 53);
}
.page_speed_1481031715 {
    width: 15px;
    height: 15px;
}
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-login
  .form-control-wrapper
  .btn-login-submit:hover,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-password
  .form-control-wrapper
  .btn-login-submit:hover,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-register
  .form-control-wrapper
  .btn-login-submit:hover {
  background-color: #cc2d32;
}
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-login
  .form-control-wrapper
  .btn,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-password
  .form-control-wrapper
  .btn,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-register
  .form-control-wrapper
  .btn {
  outline: none !important;
}
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-login
  .forgot-password-link,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-password
  .forgot-password-link,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-register
  .forgot-password-link {
  text-align: center;
}
#modal-all .pf__modalDialog .pf__modalContent .display-for-login .btn-link,
#modal-all .pf__modalDialog .pf__modalContent .display-for-password .btn-link,
#modal-all .pf__modalDialog .pf__modalContent .display-for-register .btn-link {
  color: #2396c5 !important;
  font-size: 14px;
  font-weight: 500;
}
#modal-all .pf__modalDialog .pf__modalContent .display-for-login .btn-link span,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-password
  .btn-link
  span,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-register
  .btn-link
  span {
  display: block;
}
#modal-all .pf__modalDialog .pf__modalContent .display-for-login .modal-footer,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-password
  .modal-footer,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-register
  .modal-footer {
  display: unset !important;
  padding: 15px;
}
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-login
  .modal-footer
  .forgot-password-link,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-password
  .modal-footer
  .forgot-password-link,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-register
  .modal-footer
  .forgot-password-link {
  border-bottom: 1px solid #dedede;
}
#modal-all .pf__modalDialog .pf__modalContent .display-for-login .social-area a,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-password
  .social-area
  a,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-register
  .social-area
  a {
  padding: 15px 50px;
  margin: 10px 0;
  text-align: center;
  display: block;
  color: #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  outline: none !important;
}
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-login
  .social-area
  .btn-facebook,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-password
  .social-area
  .btn-facebook,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-register
  .social-area
  .btn-facebook {
  background-color: #3b5998 !important;
}
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-login
  .social-area
  .btn-google,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-password
  .social-area
  .btn-google,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-register
  .social-area
  .btn-google {
  background-color: #e04006 !important;
}
#modal-all .pf__modalDialog .pf__modalContent .display-for-login .bottom-text,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-password
  .bottom-text,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-register
  .bottom-text {
  padding: 10px 0 20px;
  text-align: center;
}
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-login
  .reset-password-button,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-password
  .reset-password-button,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-register
  .reset-password-button {
  background-color: #b3292e;
  border-radius: 25px;
  padding: 10px 40px;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  color: #fff !important;
  text-transform: none;
}
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-login
  .reset-password-button:hover,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-password
  .reset-password-button:hover,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-register
  .reset-password-button:hover {
  background-color: #cc2d32;
}
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-login
  .alert-error-register,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-password
  .alert-error-register,
#modal-all
  .pf__modalDialog
  .pf__modalContent
  .display-for-register
  .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;
}
@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;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-progress {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
}
.header-progress li {
  width: 33%;
}
.item-step-1 .item-info-combo {
  padding: 0 16px 16px;
}
.item-step-1 .item-info-combo,
.item-step-1 .item-info-contact,
.item-step-1 .item-info-contact label {
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.payment-info ul li {
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  .payment-info ul li .info {
    font-size: 12px !important;
  }
}
.styl-image-booking {
  width: 100%;
}
.styl-image-booking img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 150px;
}
.item-alert-security {
  padding: 16px;
  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-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.input_add_coupon {
  margin-top: 10px;
}
.item-continue-step1 {
  position: relative;
}
.item-continue-step1 .btn-continue-step1 {
  position: absolute;
  right: 0;
}
.item-continue-step1 .item-btn-continue-step1 .fa {
  font-size: 18px;
}
.custom-font-family {
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .btn-update-tago {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .item-styl-detail-step1 {
    padding-right: 15px !important;
  }
}
.item-detail-price {
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .item-input-custom-right {
    padding-right: 15px;
  }
}
.box-img-bank-abbank {
  width: 100px;
}
.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 #eee;
}
.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;
  padding: 10px 15px 8px;
  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: #333;
  font-size: 13px;
}
.booking_v2 .booking-package .payment-info ul li .money {
  color: #666;
}
.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: #666;
}
.booking_v2 .booking-package .payment-info ul li .luggage {
  font-size: 15px;
  color: #666;
}
.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: #999;
  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: #333;
}
.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: #fff;
}
.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: #fff;
  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;
}
.ts__blockItem {
  box-shadow: 0 1px 3px 0 rgba(63, 63, 63, 0.2),
    0 1px 1px 0 rgba(63, 63, 63, 0.14), 0 -1px 1px -1px rgba(63, 63, 63, 0.1);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 30px;
  background: #fff;
}
@media (max-width: 767px) {
  .ts__notes {
    display: -ms-flexbox;
    display: flex;
  }
}
#step1 .ts__calendar .ts__notes .ts__avaible {
  min-width: 40px;
  height: 18px;
  line-height: 18px;
  float: left;
  margin-right: 5px;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
#step1 .ts__calendar .ts__notes .note-box {
  margin-right: 15px;
  float: left;
}
#step1 .ts__calendar .ts__notes .ts__invisible {
  min-width: 40px;
  height: 18px;
  line-height: 18px;
  float: left;
  margin-right: 5px;
  background-color: #fef4cc;
  border: 1px solid #fcc700;
}
.fs__headerBlock {
  font-size: 14px;
  line-height: 1.5;
  color: #2a2a2e;
  font-family: inherit;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
}
#underCalendar .ts__blockItem {
  padding: 10px 20px 20px;
  height: auto;
}
#underCalendar .ts__blockItem .ts__priceSummary .ts__itemDetailPrice {
  box-shadow: none;
  padding: 0;
  font-weight: 700;
  line-height: 20px;
  color: #142e50;
  margin: 0;
}
#underCalendar
  .ts__blockItem
  .ts__priceSummary
  .ts__itemDetailPrice
  .ts__itemDetailOption {
  margin-bottom: 15px;
}
#underCalendar .ts__tourDetail {
  height: 226px !important;
}
.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: #fff;
  border: 1px solid #e4e4e4;
}
.popover .popover-content .popover-user .btn-social {
  background-repeat: no-repeat;
  background-position: 10px;
  text-align: center;
  border: none;
}
.popover .popover-content .popover-user .login-button-fb {
  background-color: #2151b2;
  color: #fff;
}
.popover .popover-content .popover-user .login-button-google {
  background-color: #d41701;
  color: #fff;
}
.item-title {
  font-size: 16px;
  line-height: 1.5;
  color: #2a2a2e;
  font-family: inherit;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
}
.popover-header {
  display: none;
}
.popover {
  max-width: 306.6px;
  border-radius: 6px;
  border: none;
}
.popover-body {
  border: none;
  padding: 20px;
  color: #333;
  z-index: 2;
  line-height: 1.53;
  letter-spacing: 0.1px;
}
.popover-body .btn {
  font-size: 13.5px;
  line-height: 1.9;
  width: 200px;
  color: #464646;
  border: 1px solid #e1e5ea;
  font-weight: 400;
}
.popover-body .btn-block {
  margin-bottom: 10px;
  padding: 8px 14px;
}
.popover-body .btn-block:last-child {
  margin-bottom: 0;
}
.popover-body .btn-white {
  background: #fff;
  border: 1px solid #e4e4e4;
}
.popover-body .btn-white:hover {
  box-shadow: 4px 4px 14px 2px rgba(0, 0, 0, 0.1);
}
.popover-body .login-button-fb {
  background-color: #3b5998 !important;
  color: #fff;
}
.popover-body .login-button-google {
  background-color: #cc2d32;
  color: #fff;
}
.popover-body .btn-social {
  background-repeat: no-repeat;
  background-position: 10px;
  text-align: center;
  border: none;
}
.ts__reviewBox {
  padding: 0 16px;
  background-color: #fff;
  border-color: #cbd3db;
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
.ts__reviewBox .ts__reviewTitle {
  font-size: 16px;
  line-height: 1.5;
  color: #2a2a2e;
  font-family: inherit;
  font-weight: 600;
  padding: 10px 0;
}
.ts__reviewBox .ts__reviewContent .ts__reviewInfo,
.ts__reviewBox .ts__reviewContent .ts__reviewPrice,
.ts__reviewBox .ts__reviewContent .ts__reviewTotalPrice {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ts__reviewBox .ts__reviewContent .ts__reviewInfo .row-step2,
.ts__reviewBox .ts__reviewContent .ts__reviewPrice .row-step2,
.ts__reviewBox .ts__reviewContent .ts__reviewTotalPrice .row-step2 {
  width: 100%;
  position: relative;
}
.ts__reviewBox
  .ts__reviewContent
  .ts__reviewInfo
  .row-step2
  .title-schedule-fix,
.ts__reviewBox
  .ts__reviewContent
  .ts__reviewPrice
  .row-step2
  .title-schedule-fix,
.ts__reviewBox
  .ts__reviewContent
  .ts__reviewTotalPrice
  .row-step2
  .title-schedule-fix {
  text-align: left;
  width: 33%;
  float: left;
}
@media (max-width: 767px) {
  .ts__reviewBox
    .ts__reviewContent
    .ts__reviewInfo
    .row-step2
    .title-schedule-fix,
  .ts__reviewBox
    .ts__reviewContent
    .ts__reviewPrice
    .row-step2
    .title-schedule-fix,
  .ts__reviewBox
    .ts__reviewContent
    .ts__reviewTotalPrice
    .row-step2
    .title-schedule-fix {
    display: none;
  }
}
.ts__reviewBox
  .ts__reviewContent
  .ts__reviewInfo
  .row-step2
  .content-schedule-fix,
.ts__reviewBox
  .ts__reviewContent
  .ts__reviewPrice
  .row-step2
  .content-schedule-fix,
.ts__reviewBox
  .ts__reviewContent
  .ts__reviewTotalPrice
  .row-step2
  .content-schedule-fix {
  text-align: right;
  width: 67%;
  float: right;
}
@media (max-width: 767px) {
  .ts__reviewBox
    .ts__reviewContent
    .ts__reviewInfo
    .row-step2
    .content-schedule-fix,
  .ts__reviewBox
    .ts__reviewContent
    .ts__reviewPrice
    .row-step2
    .content-schedule-fix,
  .ts__reviewBox
    .ts__reviewContent
    .ts__reviewTotalPrice
    .row-step2
    .content-schedule-fix {
    text-align: unset;
    width: 100%;
    float: unset;
  }
}
.ts__reviewBox .ts__reviewContent .ts__reviewInfo .row-step2 .title-schedule,
.ts__reviewBox .ts__reviewContent .ts__reviewPrice .row-step2 .title-schedule,
.ts__reviewBox
  .ts__reviewContent
  .ts__reviewTotalPrice
  .row-step2
  .title-schedule {
  text-align: left;
  width: 40%;
  float: left;
}
.ts__reviewBox .ts__reviewContent .ts__reviewInfo .row-step2 .content-schedule,
.ts__reviewBox .ts__reviewContent .ts__reviewPrice .row-step2 .content-schedule,
.ts__reviewBox
  .ts__reviewContent
  .ts__reviewTotalPrice
  .row-step2
  .content-schedule {
  text-align: right;
  width: 60%;
  float: right;
}
.ts__reviewBox .ts__reviewContent .ts__reviewInfo .ts__reviewInfoTitle,
.ts__reviewBox .ts__reviewContent .ts__reviewPrice .ts__reviewInfoTitle,
.ts__reviewBox .ts__reviewContent .ts__reviewTotalPrice .ts__reviewInfoTitle {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}
.ts__reviewBox .ts__reviewContent .ts__reviewTotalPrice {
  padding: 0 0 16px;
}
.mg-b-active {
  margin-bottom: 20px;
}
.ts__registerGuide .ts__rvBox .ts__rvContent .ts__pwRequire {
  font-weight: 500;
  font-size: 14px;
  color: #8f8f8f;
  line-height: 20px;
}
.ts__registerGuide .ts__rvBox .ts__rvContent .ts__pwRequire a {
  color: #4335b6;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.ts__registerGuide .ts__rvBox .ts__rvContent .ts__pwRequire a:hover {
  color: #fff !important;
}
#tsNav .ts__stepsBar {
  margin: 6px 0 !important;
  display: inline-block;
  width: 58%;
  margin-bottom: -15px;
  margin-left: 150px;
}
#tsNav .ts__stepsBar .ts__stepsBar li {
  list-style-type: none;
  float: left;
  width: 33%;
  position: relative;
  text-align: center;
  font-weight: 700;
  margin-bottom: 2px;
}
#tsNav .ts__stepsBar .ts__stepsBar li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #d7d7db;
  top: 6px;
  right: -50%;
  z-index: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
#tsNav .ts__stepsBar .ts__stepsBar 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;
}
#tsNav .ts__stepsBar .ts__stepsBar li.active .content {
  background: #32a923;
  color: #fff;
  font-size: 12px;
}
#tsNav .ts__stepsBar .ts__stepsBar li.active .information {
  color: #32a923;
}
#tsNav .ts__stepsBar .ts__stepsBar li .information {
  font-size: 12px;
}
img {
  vertical-align: middle;
  border-style: none;
}
#three_steps_detail .item-info-combo {
  margin-bottom: 10px;
  padding: 10px 16px 16px;
  background-color: #fff;
  border-color: #cbd3db;
  border: 1px solid transparent;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  #three_steps_detail .item-info-combo {
    border: none !important;
    box-shadow: none !important;
  }
}
#three_steps_detail .item-info-combo .styl-image-booking {
  width: 100%;
}
#three_steps_detail .item-info-combo .styl-image-booking .img-booking {
  width: 180px;
  height: 120px;
  margin-right: 16px;
  float: left;
}
@media (max-width: 424px) {
  #three_steps_detail .item-info-combo .styl-image-booking .img-booking {
    width: 100%;
    margin-bottom: 6px;
  }
}
#three_steps_detail .item-info-combo .styl-image-booking .img-booking img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#three_steps_detail .item-info-combo .styl-image-booking .booking-info-tour {
  margin-left: 196px;
}
@media (max-width: 424px) {
  #three_steps_detail .item-info-combo .styl-image-booking .booking-info-tour {
    margin-left: 0;
  }
}
#three_steps_detail
  .item-info-combo
  .styl-image-booking
  .booking-info-tour
  .item-info-book-tour {
  color: #00506c;
  margin-top: 5px;
}
#three_steps_detail
  .item-info-combo
  .styl-image-booking
  .booking-info-tour
  .item-booking {
  position: relative;
}
#three_steps_detail .item-info-combo .styl-image-booking img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 150px;
}
#three_steps_detail .content-booking-update {
  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;
}
@media (max-width: 767px) {
  #three_steps_detail .content-booking-update {
    border: none !important;
    box-shadow: none !important;
  }
}
#three_steps_detail .content-booking-update .title-step {
  font-size: 22px;
  padding-left: 40px;
  margin: 20px 0;
  position: relative;
  color: #00506c;
}
@media (max-width: 768px) {
  #three_steps_detail .content-booking-update .title-step {
    padding-top: 20px;
  }
}
#three_steps_detail .content-booking-update .title-step strong {
  background-color: #f93;
  text-align: center;
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  #three_steps_detail .content-booking-update .title-step strong {
    top: 20px;
  }
}
#three_steps_detail .ts__departSchedule {
  padding: 0;
}
@media (max-width: 767px) {
  #three_steps_detail .ts__departSchedule {
    box-shadow: none !important;
    border: none !important;
  }
}
#three_steps_detail .ts__departSchedule .title-step {
  font-size: 22px;
  padding-left: 55px;
  margin-top: 20px !important;
  position: relative;
  color: #00506c;
}
@media (max-width: 768px) {
  #three_steps_detail .ts__departSchedule .title-step {
    padding-top: 20px;
  }
}
#three_steps_detail .ts__departSchedule .title-step strong {
  background-color: #f93;
  text-align: center;
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  position: absolute;
  left: 15px;
  top: 0;
}
@media (max-width: 768px) {
  #three_steps_detail .ts__departSchedule .title-step strong {
    top: 20px;
  }
}
#three_steps_detail .ts__notes {
  padding: 0 40px;
}
@media (max-width: 767px) {
  #three_steps_detail .ts__notes {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #three_steps_detail .ts__notes .ts__avaible,
  #three_steps_detail .ts__notes .ts__choose,
  #three_steps_detail .ts__notes .ts__invisible {
    width: 15%;
    padding: 5px 12px;
  }
}
@media (max-width: 767px) {
  #three_steps_detail .ts__notes .note-box {
    width: 85%;
    padding: 5px;
  }
}
#three_steps_detail .info-booking {
  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);
}
@media (min-width: 320px) and (max-width: 480px) {
  #three_steps_detail .info-booking #iconCheckAddContact,
  #three_steps_detail .info-booking #iconCheckEmailContact,
  #three_steps_detail .info-booking #iconCheckNameContact,
  #three_steps_detail .info-booking #iconCheckPhoneContact {
    display: none;
  }
  #three_steps_detail .info-booking #phoneContactError {
    padding-left: 10px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #three_steps_detail .info-booking #iconCheckAddContact,
  #three_steps_detail .info-booking #iconCheckEmailContact,
  #three_steps_detail .info-booking #iconCheckNameContact,
  #three_steps_detail .info-booking #iconCheckPhoneContact {
    display: none;
  }
  #three_steps_detail .info-booking #phoneContactError {
    padding-left: 10px;
  }
}
#three_steps_detail .info-booking .item-title-booking {
  margin-bottom: 10px;
}
#three_steps_detail .info-booking .item-title-booking .title-step {
  font-size: 22px;
  padding-left: 40px;
  margin: 20px 0;
  position: relative;
  color: #00506c;
}
@media (max-width: 768px) {
  #three_steps_detail .info-booking .item-title-booking .title-step {
    margin-top: 0;
    padding-top: 20px;
  }
}
#three_steps_detail .info-booking .item-title-booking .title-step strong {
  background-color: #f93;
  text-align: center;
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  #three_steps_detail .info-booking .item-title-booking .title-step strong {
    top: 20px;
  }
}
#three_steps_detail .info-booking .item-title-booking .item-title {
  font-size: 16px;
  line-height: 1.5;
  color: #2a2a2e;
  font-family: inherit;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
}
#three_steps_detail .info-booking .title-booking {
  border-bottom: 1px solid #dee2e6;
  color: #fff;
  background: #00759a !important;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
}
#three_steps_detail .info-booking .content-booking {
  padding: 0 10px;
}
#three_steps_detail .info-booking .content-booking .input-group-text {
  background-color: rgba(64, 166, 242, 0.1) !important;
  color: #4078b0 !important;
}
#three_steps_detail .info-booking .content-booking .item-image-booking {
  overflow: hidden;
  float: left;
  width: 150px;
  height: 80px;
  margin-right: 10px;
  position: relative;
}
#three_steps_detail .info-booking .content-booking .item-image-booking img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
#three_steps_detail .info-booking .content-booking .item-info-booking {
  margin-left: 80px;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 0;
}
#three_steps_detail .item-continue-step1 {
  padding: 20px;
}
#three_steps_detail .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;
}
#three_steps_detail .item-continue-step1 .item-btn-continue-step1:hover {
  background: #2893c0;
  color: #fff;
  border: 1px solid #2893c0;
}
#three_steps_detail .item-detail-price-mobile {
  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, mallory, Helvetica Neue, Helvetica, Arial, sans-serif;
}
#three_steps_detail .item-detail-price-mobile h4 {
  font-size: 16px;
  line-height: 1.5;
  color: #2a2a2e;
  font-family: inherit;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 480px) {
  #three_steps_detail .item-detail-price-mobile {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #three_steps_detail .item-detail-price-mobile {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .input-form-rps {
    box-shadow: none !important;
  }
}
@media (max-width: 768px) {
  .value-change {
    margin-left: -19px;
  }
}
.no-list-style {
  list-style-type: none;
}
.ts__pricePerPerson {
  font-size: 17px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .ts__pricePerPerson {
    font-size: 15px !important;
  }
}
@media (max-width: 768px) {
  .ts__pricePerPerson {
    font-size: 12px !important;
  }
}
.change-value-hv {
  background: #f2f2f2 !important;
  color: #b2b2b2 !important;
  cursor: pointer;
}
.change-value-hv:hover {
  background: #007bff !important;
  color: #fff !important;
  border-color: #007bff !important;
}
.ts__customerQualities {
  display: -ms-flexbox;
  display: flex;
}
.ts__customerQualities .ts__leftContent {
  position: relative;
  padding: 10px;
  width: 16%;
  border: 1px solid #ccc;
}
.ts__customerQualities .ts__leftContent .fix-center {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ts__customerQualities .ts__rightContent {
  width: 85%;
  border: 1px solid #ccc;
}
@media (max-width: 768px) {
  .ts__customerQualities .ts__rightContent {
    width: 100%;
    border-left: 1px solid #ccc !important;
  }
}
.ts__customerQualities .ts__rightContent .ts__listPriceDetail {
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.ts__customerQualities .ts__rightContent .ts__listPriceDetail:last-child {
  border-bottom: none;
}
.ts__customerQualities .bd-l-0 {
  border-left: 0;
}
.mg-r-nav {
  margin-right: 13px;
}
.mg-r-nav .pd-nav {
  padding: 12px 40px;
  font-size: 14px;
  font-weight: 700;
}
.user_info .nav-tabs .nav-item {
  position: relative;
}
.user_info .nav-tabs .nav-item .nav-link.active: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);
}
.loader {
  border: 10px solid #f3f3f3;
  border-top: 10px solid #3498db;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.no-margin {
  margin: 0 !important;
}
.padding-bot-0 {
  padding-bottom: 0 !important;
}
@media (min-width: 767px) {
  .listing__viewMobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .listing__viewPc {
    display: none;
  }
}
#listingRps {
  margin-top: 50px;
}
#listingRps .listing-rps {
  margin: 0 auto;
}
#listingRps .listing-rps .listing-block__detail .card-img-top {
  object-fit: cover;
  object-position: center;
  min-height: 180px;
}
@media (max-width: 767px) and (min-width: 320px) {
  #listingRps .listing-rps .listing-block__detail .card-img-top {
    object-fit: cover;
    object-position: center;
    min-height: 150px;
    max-height: 200px;
    width: 100%;
  }
}
#listingRps
  .listing-rps
  .listing-block__detail
  .card-body
  .listing-rps__nameTour {
  font-weight: 700;
  margin: 0 0 4px;
}
#listingRps
  .listing-rps
  .listing-block__detail
  .card-body
  .listing-rps__additional {
  color: #00506c;
  font-size: 18px;
  text-decoration: none;
  height: 40px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 500 !important;
}
#listingRps .listing-rps .listing-block__detail .card-body .mg-b-10 {
  margin-bottom: 10px !important;
}
#listingRps
  .listing-rps
  .listing-block__detail
  .card-body
  .listing-rps__journey {
  padding-left: 16px;
}
#listingRps
  .listing-rps
  .listing-block__detail
  .card-body
  .listing-block__devideBar {
  background-color: rgba(0, 0, 0, 0.12);
  border: none;
  height: 1px;
  margin: 0;
  margin-bottom: 12px;
}
#listingRps
  .listing-rps
  .listing-block__detail
  .card-body
  .listing-rps__boxPrice
  .listing-rps__priceRange {
  width: 50%;
}
#listingRps
  .listing-rps
  .listing-block__detail
  .card-body
  .listing-rps__boxPrice
  .listing-rps__priceRange
  .price-block
  .price-decoration {
  color: #f96d01;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  white-space: normal;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 8px;
}
#listingRps
  .listing-rps
  .listing-block__detail
  .card-body
  .listing-rps__boxPrice
  .listing-rps__bookBtn
  .listing-block__btn {
  text-transform: uppercase;
  padding: 8px 20px;
  background: #ff8d1b;
  border-color: #ff8d1b;
  color: #fff;
  line-height: 24px;
  border: none;
  cursor: pointer;
  text-align: center;
  position: relative;
  border-radius: 3px;
  transition: all 0.1s ease;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}
#listingRps .listing-rps__last:last-child {
  margin-bottom: 10px;
}
.table-responsive {
  display: table;
}
.nav-special {
  height: 33px;
}
@media (max-width: 767px) {
  .nav-special {
    height: 0;
  }
}
.footer-img-edited {
  width: 280px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .footer-img-edited {
    width: 200px !important;
  }
}
@media (min-width: 768px) {
  .nav-top-edited {
    display: block !important;
  }
}
#listingBanner .listing-banner {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  min-height: 260px;
  margin-top: 10px;
  position: relative;
  width: 100%;
}
#listingBanner .listing-banner img {
  height: 260px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1024px) {
  .menu-header {
    padding-top: 0 !important;
  }
}
@media (max-width: 1024px) {
  .nav-link__fs {
    font-size: 14px !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .ec-pd-rs {
    padding: 0 6px !important;
  }
  .ec-row-rs {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media (max-width: 767px) {
  .ec-pd-rs {
    padding: 0 6px !important;
  }
  .ec-row-rs {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media (max-width: 767px) {
  .tb-enterprise-cultural,
  .tb-interesting-experience,
  .tb-request-receive,
  .tb-special-value,
  .tb-tour-list,
  .tb-video {
    height: auto !important;
  }
  .tb-request-receive {
    padding-bottom: 40px;
  }
}
.max-height {
  height: 100%;
}
.tb-wrapper {
  font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  padding: 1rem;
}
.text-blue {
  color: #317bcf;
}
.text-sub-title {
  color: #000;
}
.underline-title {
  text-align: center;
  width: 60px;
  border-bottom: 2px solid #317bcf;
  margin: 12px auto;
}
.interest-exp-width-fixed {
  width: 100px;
  border-bottom: 2px solid #ffab00;
}
.tb-title {
  margin-bottom: 3px;
}
.tb-title h3 {
  font-size: 29px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
  margin: 0;
}
@media (max-width: 767px) {
  .tb-title h3 {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.6;
  }
}
.tb-title p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767px) {
  .tb-title p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.tb-title .sub-title {
  margin: 15px 0;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .tb-title .sub-title {
    font-size: 13px;
    text-align: center;
    line-height: 1.8;
  }
}
.box-shadow-tb {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.13);
  background-color: #fff;
}
.card-no-bd {
  border-radius: 0;
  border: none !important;
}
.tb-nav {
  width: 100%;
  height: 528.6px;
  position: relative;
}
.tb-nav .navbar {
  z-index: 1;
  position: absolute;
  top: 0;
  height: 60px;
  left: 0;
  width: 100%;
  padding: 0;
}
.tb-nav .navbar .tb-logo {
  padding-left: 80px;
}
@media (max-width: 767px) {
  .tb-nav .navbar .tb-logo {
    padding-left: 0;
  }
}
.tb-nav .navbar .tb-logo img {
  width: 140px;
  height: 60px;
  object-fit: cover;
  object-position: center;
}
.tb-nav .navbar .tb-contact {
  text-align: right;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .tb-nav .navbar .tb-contact {
    padding-right: 0;
  }
}
.tb-nav .navbar .tb-contact .contact-number {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 767px) {
  .tb-nav .navbar .tb-contact .contact-number {
    font-size: 12px;
  }
}
.tb-nav .tb-background {
  background-image: url("/images/teambuilding_v2/teambuildingdn3.png");
  background-size: cover;
  background-attachment: scroll;
  background-origin: content-box;
  background-position: top;
  background-repeat: repeat;
}
@media (max-width: 767px) {
  .tb-nav .tb-background {
    background-image: url("/images/teambuilding_v2/mobile-teambuildingdn3.png");
  }
}
.tb-nav .background-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tb-nav .nav-container {
  position: absolute;
  width: 100%;
  top: 60%;
}
.tb-nav .nav-container .button-wrap {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tb-nav .nav-container .button {
  min-width: 160px;
  min-height: 40px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #313133;
  background: #e8e330;
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px #bcbba9;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
}
.tb-nav .nav-container button:before {
  content: "";
  border-radius: 1000px;
  min-width: 212px;
  min-height: 72px;
  border: 6px solid #e8e330;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.tb-nav .nav-container .button:focus,
.tb-nav .nav-container .button:hover {
  color: #313133;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.tb-nav .nav-container button:focus:before,
.tb-nav .nav-container button:hover:before {
  opacity: 1;
}
.tb-nav .nav-container button:after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #e8e330;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: ring 1.5s infinite;
  animation: ring 1.5s infinite;
}
.tb-nav .nav-container button:focus:after,
.tb-nav .nav-container button:hover:after {
  -webkit-animation: none;
  animation: none;
  display: none;
}
@-webkit-keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  to {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}
.tb-video {
  position: relative;
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .tb-video {
    padding-bottom: 0;
  }
}
.tb-video .tb-video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.tb-video .tb-video-background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 24px;
  background-size: cover;
  background-attachment: scroll;
  background-origin: content-box;
  background-image: url(https://w.ladicdn.com/s350x1100/57b167c9ca57d39c18a1c57c/con-trai-le-loi-khong-hoi.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.tb-video .tb-video-container .video-block .tb-vid {
  box-shadow: 2px 1px 13px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 1px 13px 0 rgba(0, 0, 0, 0.2);
  height: 449px;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .tb-video .tb-video-container .video-block .tb-vid {
    height: 224.5px;
    margin-bottom: 21px;
    max-height: 403px;
  }
}
.tb-video .tb-video-container .video-block .tb-benefit {
  width: 100%;
}
.tb-video .tb-video-container .video-block .tb-benefit .media,
.tb-video .tb-video-container .video-block .tb-benefit .tb-media {
  margin-bottom: 0 !important;
}
.tb-video .tb-video-container .video-block .tb-benefit .tb-media .benefit {
  padding: 8px 18px;
  border-radius: 30px;
  background-color: #b9c9a3;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  width: 47px;
  height: 47px;
}
@media (max-width: 767px) {
  .tb-video .tb-video-container .video-block .tb-benefit .tb-media .benefit {
    padding: 4px 14px;
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
}
.tb-video
  .tb-video-container
  .video-block
  .tb-benefit
  .tb-media
  .tb-media-body {
  color: #000;
  font-size: 15px;
  text-align: left;
  line-height: 20px;
  margin-top: 2px;
  height: 80px;
  max-height: 80px;
}
@media (max-width: 767px) {
  .tb-video
    .tb-video-container
    .video-block
    .tb-benefit
    .tb-media
    .tb-media-body {
    font-size: 14px;
    text-align: left;
    line-height: 1.2;
    height: 60px;
    max-height: 60px;
  }
}
.tb-special-value {
  height: auto;
  position: relative;
  width: 100%;
  padding-top: 24px;
  background: #fff;
  padding-bottom: 20px;
}
.tb-special-value .card-value {
  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;
}
.tb-special-value .card-value .card-body {
  padding: 0;
}
.tb-special-value .card-value .card-body .card-body-title {
  padding: 17px 10px;
}
.tb-special-value .card-value .card-body .card-body-title .card-text {
  font-size: 35px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
}
.tb-special-value .card-value .card-body .card-body-title .card-text span {
  font-size: 14px !important;
  font-weight: 700;
  text-align: left;
  line-height: 1;
}
.tb-special-value .card-value .card-body .card-body-content {
  padding: 0 30px 30px;
}
.tb-special-value .card-value .card-body .card-body-content .card-text {
  color: #605d5d;
  font-size: 13px;
  text-align: justify;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  max-height: 62.4px;
}
.tb-special-value .card-value:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}
.tb-tour-list {
  position: relative;
  height: auto;
  width: 100%;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.btn-request {
  padding: 10px 0 20px;
}
.btn-request .btn-warning {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.btn-request .btn-request-cl {
  color: #fff;
  background-color: #f90;
  border-color: #f90;
}
.btn-request .btn-request-cl:hover {
  background-color: #e0a800;
  border-color: #d39e00;
}
.tb-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;
}
label {
    width: 100%;
}

.wpcf7-form-control-wrap input {
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}

div#mete-height input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin: 0 auto;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    color: #fff;
    width: 100px;
}

div#mete-height {}
.tb-card .card-img-top {
  border-radius: 0;
  min-height: 233px;
}
@media (min-width: 768px) {
  .tb-card .card-img-top {
    height: 233px;
  }
}
.tb-card .card-body {
  padding: 0.8rem 1.25rem;
}
.tb-card .card-body .card-body-detail .body-detail-tour {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.tb-card .card-body .card-body-detail .body-detail-tour p {
  color: #37474f;
  font-size: 21px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 10px;
  text-underline: none;
}
.tb-card .card-body .card-body-detail .body-detail-tour p:hover {
  text-underline: none;
}
.tb-card .card-body .card-body-detail .body-detail-tour p .row-limit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  max-height: 24px;
}
.hrm-title-comment {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #333;
  margin-top: 35px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.hrm-title-comment i {
  color: rgb(29,133,132);
  margin-right: 10px;
}
.hrm-title-comment span span {
  color: rgb(29,133,132);
}
.hrm-comment-facebook {
  background: #f5f5f5;
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #ddd;
}
.hrm-comment-facebook .hrm-title-comment {
  margin-top: 5px;
}
.hrm-comment-facebook .fb-comments {
  width: 100% !important;
  max-width: 100% !important;
}
#body-detail-tour .package-full .price-old {
    font-size: 15px;
    color: #717171ad;
    text-decoration: line-through;
}
.page_speed_1325119700 {
    margin-right: 8px;
}
.tb-card .card-body .card-body-detail .body-detail-tour p a {
  color: #37474f;
  font-size: 21px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
  text-underline: none;
}
.tb-card .card-body .card-body-detail .body-detail-tour p a:hover {
  text-underline: none;
}
.tb-card .card-body .card-body-detail .body-detail-tour .detail {
  width: 100%;
}
.tb-card .card-body .card-body-detail .body-detail-tour .detail .calendar {
  display: inline-block;
}
@media (max-width: 990px) and (min-width: 768px) {
  .tb-card .card-body .card-body-detail .body-detail-tour .detail .calendar {
    display: unset;
    margin-bottom: 5px;
  }
}
.tb-card .card-body .card-body-detail .body-detail-tour .detail .font-calendar {
  color: #424242;
  font-size: 14px;
  text-align: left;
  line-height: 1.2;
}
@media (max-width: 990px) and (min-width: 768px) {
  .tb-card
    .card-body
    .card-body-detail
    .body-detail-tour
    .detail
    .font-calendar {
    line-height: 2;
  }
}
.tb-card
  .card-body
  .card-body-detail
  .body-detail-tour
  .detail
  .font-calendar
  span
  i.fas {
  font-size: 13px;
  margin-right: 10px;
}
.tb-card .card-body .card-body-detail .body-detail-tour .detail .price {
  display: inline-block;
  float: right;
}
@media (max-width: 990px) and (min-width: 768px) {
  .tb-card .card-body .card-body-detail .body-detail-tour .detail .price {
    display: unset;
    float: unset;
  }
}
.tb-card .card-body .card-body-detail .body-detail-tour .detail .font-price {
  color: #0288d1;
  font-size: 19px;
  font-weight: 700;
  text-align: left;
  line-height: 14px;
}
.tb-card .card-body .card-body-detail .body-redirect {
  padding: 10px 15px 0;
}
.tb-card .card-body .card-body-detail .body-redirect .btn {
  padding: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  z-index: 2;
}
.tb-card .card-body .card-body-detail .body-redirect .btn a {
  padding: 0.175rem 2.5rem;
  color: #6c757d;
}
@media (max-width: 990px) and (min-width: 768px) {
  .tb-card .card-body .card-body-detail .body-redirect .btn a {
    padding: 0;
  }
}
.tb-card .card-body .card-body-detail .body-redirect .btn a:hover {
  color: #fff;
}
.tb-card .card-body .card-body-detail .body-redirect .btn-primary {
  float: right;
  padding: 0.175rem 2rem;
  border-radius: 0.55rem;
}
@media (max-width: 990px) and (min-width: 768px) {
  .tb-card .card-body .card-body-detail .body-redirect .btn-primary {
    padding: 5px;
  }
}
.tb-card .card-body .card-body-detail .body-redirect .tb-btn-cl {
  background-color: #3d9be9;
  border-color: #3d9be9;
}
.tb-card .card-body .card-body-detail .body-redirect .tb-btn-cl:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}
.tb-card .card-body .card-body-detail .body-redirect .pd-btn {
  padding: 0;
  border-radius: 0.55rem;
}
@media (max-width: 990px) and (min-width: 768px) {
  .tb-card .card-body .card-body-detail .body-redirect .pd-btn {
    padding: 5px;
  }
}
.tb-card:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}
.tour-list-media:hover a {
  text-underline: none !important;
}
a:hover {
  text-decoration: none !important;
}
.tb-interesting-experience {
  height: auto;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.tb-interesting-experience .background-position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.tb-interesting-experience .interest-exp-background {
  background-size: cover;
  background-attachment: scroll;
  background-origin: content-box;
  background-image: url("/images/teambuilding_v2/experience.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.tb-interesting-experience .interest-exp-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.tb-interesting-experience .overlay-background {
  background-color: rgba(0, 0, 0, 0.6);
}
.interest-exp-container {
  padding-top: 40px;
}
.interest-exp-container .interest-exp-img {
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .interest-exp-container .interest-exp-img {
    padding-left: 200px;
    padding-right: 200px;
  }
}
.interest-exp-container .interest-exp-img .interest-exp-card {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.interest-exp-container .interest-exp-img .interest-exp-card:hover .card-text {
  color: #317bcf !important;
}
.interest-exp-container
  .interest-exp-img
  .interest-exp-card:hover
  .underline-title {
  border-bottom: 2px solid #317bcf;
}
.interest-exp-container .interest-exp-img .interest-exp-card .card-img-top {
  height: 162px;
  object-position: center;
  object-fit: cover;
}
.interest-exp-container
  .interest-exp-img
  .interest-exp-card
  .card-body
  .card-text {
  color: #ffcc03;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
}
.tb-enterprise-cultural {
  position: relative;
  height: auto;
  width: 100%;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
}
.tb-enterprise-cultural .enterprise-cultural-list-img .enterprise-cultural-img {
  height: 220px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .tb-enterprise-cultural
    .enterprise-cultural-list-img
    .enterprise-cultural-img {
    height: 153px;
  }
}
.tb-enterprise-cultural
  .enterprise-cultural-list-img
  .enterprise-cultural-img
  .img-responsive {
  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;
}
.tb-enterprise-cultural
  .enterprise-cultural-list-img
  .enterprise-cultural-img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tb-enterprise-cultural
  .enterprise-cultural-list-img
  .enterprise-cultural-img
  img:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}
.tb-enterprise-cultural .enterprise-cultural-numbers {
  padding-top: 15px;
  padding-bottom: 15px;
}
.tb-enterprise-cultural .enterprise-cultural-numbers .number-item {
  padding: 10px;
  background: #fdfbfb;
  background: linear-gradient(180deg, #fdfbfb, #eaedee);
}
@media (max-width: 767px) {
  .tb-enterprise-cultural .enterprise-cultural-numbers .number-item {
    margin-bottom: 15px;
  }
}
.tb-enterprise-cultural .enterprise-cultural-numbers .number-item .number {
  color: #0095fb;
  font-size: 50px;
  font-weight: 700;
  text-align: left;
  line-height: 1;
}
@media (max-width: 767px) {
  .tb-enterprise-cultural .enterprise-cultural-numbers .number-item .number {
    font-size: 34px;
  }
}
.tb-enterprise-cultural .enterprise-cultural-numbers .number-item .text {
  color: #212121;
  font-size: 23px;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  white-space: pre;
}
@media (max-width: 767px) {
  .tb-enterprise-cultural .enterprise-cultural-numbers .number-item .text {
    font-size: 17px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .tb-enterprise-cultural .enterprise-cultural-numbers .number-item .text {
    white-space: unset;
  }
}
.tb-request-receive {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}
.tb-request-receive .request-receive-background {
  background-size: cover;
  background-attachment: fixed;
  background-image: url("/images/teambuilding_v2/request.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.tb-request-receive .receive-background-position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.tb-request-receive .request-receive-overlay {
  background-color: rgba(14, 56, 90, 0.66);
}
.tb-request-receive .receive-overlay-position {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.request-receive-container .request-block .request {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 60px;
}
@media (max-width: 767px) {
  .request-receive-container .request-block .request {
    padding: 15px;
  }
}
.request-receive-container .request-block .request .request-header h5 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0;
}
.request-receive-container .request-block .request .request-body {
  margin-top: 30px;
}
.request-receive-container
  .request-block
  .request
  .request-body
  .request-body-custom
  .form-group-custom {
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.request-receive-container
  .request-block
  .request
  .request-body
  .request-body-custom
  .form-group-custom
  .btn-primary
  i.fa,
.request-receive-container
  .request-block
  .request
  .request-body
  .request-body-custom
  .form-group-custom
  .btn-with-effect
  i.fa {
  font-size: 20px !important;
}
.request-receive-container
  .request-block
  .request
  .request-body
  .request-body-custom
  .form-group
  .form-control {
  font-size: 14px;
  height: 40px;
}
.request-receive-container
  .request-block
  .request
  .request-body
  .request-body-custom
  .form-group
  .form-area {
  height: auto !important;
}
.request-receive-container .request-contact {
  color: #fff;
}
@media (max-width: 580px) {
  .request-receive-container .request-contact {
    padding-top: 20px;
  }
}
.request-receive-container .request-contact .contact-title {
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 3px;
}
.request-receive-container .request-contact .contact-number {
  color: #ffcc03;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  line-height: 1;
}
.request-receive-container .request-contact .contact-number svg {
  width: 30px;
  height: 30px;
  margin-bottom: 7px;
}
.modal-pys .modal-dialog .modal-content {
  background-size: auto 100%;
  background-attachment: scroll;
  background-origin: content-box;
  background-image: url("https://w.ladicdn.com/s426x564/57b167c9ca57d39c18a1c57c/01.jpg");
  background-position: top;
  background-repeat: no-repeat;
}
.modal-pys .modal-dialog .modal-content .modal-body {
  position: relative;
}
@media (min-width: 1201px) {
  .modal-pys .modal-dialog .modal-content .modal-body {
    padding: 30px 60px;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .modal-pys .modal-dialog .modal-content .modal-body {
    padding: 30px 45px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .modal-pys .modal-dialog .modal-content .modal-body {
    padding: 30px;
  }
}
.modal-pys .modal-dialog .modal-content .modal-body .close-request {
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal-pys .modal-dialog .modal-content .modal-body .request-mascot {
  position: relative;
  height: 165px;
  margin-bottom: 15px;
}
@media (max-width: 990px) and (min-width: 768px) {
  .modal-pys .modal-dialog .modal-content .modal-body .request-mascot {
    height: 180px;
  }
}
.modal-pys .modal-dialog .modal-content .modal-body .request-mascot .mascot {
  top: 0;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.modal-pys
  .modal-dialog
  .modal-content
  .modal-body
  .request-mascot
  .mascot
  img {
  width: 109.672px;
  height: 91.5px;
}
.modal-pys
  .modal-dialog
  .modal-content
  .modal-body
  .request-mascot
  .request-title {
  position: absolute;
  top: 84px;
  margin: 0 auto;
  width: 100%;
}
.modal-pys
  .modal-dialog
  .modal-content
  .modal-body
  .request-mascot
  .request-title
  h1 {
  background-color: #3b67a8;
  margin: 0;
  color: #fff;
  padding: 6px;
  text-transform: uppercase;
}
.modal-pys
  .modal-dialog
  .modal-content
  .modal-body
  .request-mascot
  .request-title
  .font-title {
  font-family: Roboto Slab, serif;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media (max-width: 990px) and (min-width: 768px) {
  .modal-pys
    .modal-dialog
    .modal-content
    .modal-body
    .request-mascot
    .request-title
    .font-title {
    font-size: 29px;
  }
}
@media (max-width: 767px) and (min-width: 425px) {
  .modal-pys
    .modal-dialog
    .modal-content
    .modal-body
    .request-mascot
    .request-title
    .font-title {
    font-size: 30px;
  }
}
@media (max-width: 424px) {
  .modal-pys
    .modal-dialog
    .modal-content
    .modal-body
    .request-mascot
    .request-title
    .font-title {
    font-size: 24px;
  }
}
.modal-pys
  .modal-dialog
  .modal-content
  .modal-body
  .request-mascot
  .request-sub-title {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.modal-pys
  .modal-dialog
  .modal-content
  .modal-body
  .request-mascot
  .request-sub-title
  p {
  font-family: Roboto Slab, serif;
  color: #3b67a8;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin: 0;
}
.modal-pys
  .modal-dialog
  .modal-content
  .modal-body
  .request-body
  .request-body-custom
  .form-group-custom
  .btn-book-tour {
  margin-bottom: 0;
}
.modal-pys
  .modal-dialog
  .modal-content
  .modal-body
  .request-body
  .request-body-custom
  .form-group-custom
  .btn-book-tour
  i.fa {
  font-size: 20px;
}
.modal-pys
  .modal-dialog
  .modal-content
  .modal-body
  .request-body
  .request-body-custom
  .form-group-custom
  .btn-primary {
  font-family: Roboto Slab, serif;
  background: #1e3c72;
  background: linear-gradient(180deg, #1e3c72, #2a5298);
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  text-transform: uppercase;
  padding: 8px 20px;
}
.modal-pys
  .modal-dialog
  .modal-content
  .modal-body
  .request-body
  .request-body-custom
  .form-group-custom
  .btn-primary
  i.fa {
  font-size: 20px !important;
}
.modal-pys
  .modal-dialog
  .modal-content
  .modal-body
  .request-body
  .request-body-custom
  .form-group
  .form-control {
  height: 40px;
}
.modal-pys
  .modal-dialog
  .modal-content
  .modal-body
  .request-body
  .request-body-custom
  .form-group
  .form-area-modal {
  height: auto !important;
}
.ctm-captcha div {
  width: 100% !important;
}
@media (min-width: 1200px) {
  .ld-ctm-container {
    max-width: 1140px;
  }
}
.ld-container {
  max-width: 1000px;
}
@media (max-width: 767px) {
  .reset-col-mb {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .rc-col-reset {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  .col-img-reset {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .rc-row-reset {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 1200px) {
  .rc-container {
    max-width: 1000px;
  }
}
.rc-btn-blue {
  background-color: #1e88e5;
}
.rc-nav,
ld-nav {
  width: 100%;
  position: relative;
}
@media (min-width: 1440px) {
  .rc-nav,
  ld-nav {
    height: 665px;
  }
}
@media (max-width: 1439px) and (min-width: 1024px) {
  .rc-nav,
  ld-nav {
    height: 473px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .rc-nav,
  ld-nav {
    height: 354px;
  }
}
@media (max-width: 767px) and (min-width: 425px) {
  .rc-nav,
  ld-nav {
    height: 548px;
  }
}
@media (max-width: 424px) and (min-width: 375px) {
  .rc-nav,
  ld-nav {
    height: 483px;
  }
}
@media (max-width: 374px) and (min-width: 320px) {
  .rc-nav,
  ld-nav {
    height: 412px;
  }
}
.rc-nav .navbar,
ld-nav .navbar {
  z-index: 1;
  position: absolute;
  top: 0;
  height: 60px;
  left: 0;
  width: 100%;
  padding: 0;
}
.rc-nav .navbar .tb-logo,
ld-nav .navbar .tb-logo {
  padding-left: 80px;
}
@media (max-width: 767px) {
  .rc-nav .navbar .tb-logo,
  ld-nav .navbar .tb-logo {
    padding-left: 0;
  }
}
.rc-nav .navbar .tb-logo img,
ld-nav .navbar .tb-logo img {
  width: 140px;
  height: 60px;
  object-fit: cover;
  object-position: center;
}
.rc-nav .navbar .tb-contact,
ld-nav .navbar .tb-contact {
  text-align: right;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .rc-nav .navbar .tb-contact,
  ld-nav .navbar .tb-contact {
    padding-right: 0;
  }
}
.rc-nav .navbar .tb-contact .contact-number,
ld-nav .navbar .tb-contact .contact-number {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 767px) {
  .rc-nav .navbar .tb-contact .contact-number,
  ld-nav .navbar .tb-contact .contact-number {
    font-size: 12px;
  }
}
.rc-nav .rc-background,
ld-nav .rc-background {
  background-image: url("/images/landingpage/recruitment/rc-bg-pc.png");
  background-size: contain;
  background-attachment: scroll;
  background-origin: content-box;
  background-position: top;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .rc-nav .rc-background,
  ld-nav .rc-background {
    background-size: contain;
    background-image: url("/images/landingpage/recruitment/rc-bg-mb.png");
    background-repeat: no-repeat;
  }
}
.rc-nav .background-position,
ld-nav .background-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rc-nav .nav-rc-container,
ld-nav .nav-rc-container {
  position: absolute;
  width: 100%;
  top: 40%;
}
.rc-nav .nav-rc-container h4,
ld-nav .nav-rc-container h4 {
  margin-bottom: 0;
  color: #3083e8;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.rc-nav .nav-rc-container .button-wrap,
ld-nav .nav-rc-container .button-wrap {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rc-nav .nav-rc-container .button,
ld-nav .nav-rc-container .button {
  min-width: 160px;
  min-height: 53px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #fff;
  background: #3082e8;
  border: none;
  border-radius: 18px;
  box-shadow: 12px 12px 24px #bcbba9;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
}
@media (max-width: 767px) {
  .rc-nav .nav-rc-container .button,
  ld-nav .nav-rc-container .button {
    font-size: 13px;
  }
}
.rc-nav .nav-rc-container button:before,
ld-nav .nav-rc-container button:before {
  content: "";
  border-radius: 1000px;
  min-width: 234px;
  min-height: 72px;
  border: 4px solid #3082e8;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.rc-nav .nav-rc-container .button:focus,
.rc-nav .nav-rc-container .button:hover,
ld-nav .nav-rc-container .button:focus,
ld-nav .nav-rc-container .button:hover {
  color: #fff;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.rc-nav .nav-rc-container button:focus:before,
.rc-nav .nav-rc-container button:hover:before,
ld-nav .nav-rc-container button:focus:before,
ld-nav .nav-rc-container button:hover:before {
  opacity: 1;
}
.rc-nav .nav-rc-container button:after,
ld-nav .nav-rc-container button:after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #3082e8;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: ring 1.5s infinite;
  animation: ring 1.5s infinite;
}
.rc-nav .nav-rc-container button:focus:after,
.rc-nav .nav-rc-container button:hover:after,
ld-nav .nav-rc-container button:focus:after,
ld-nav .nav-rc-container button:hover:after {
  -webkit-animation: none;
  animation: none;
  display: none;
}
.rc-welcome {
  position: relative;
  height: 1082px;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .rc-welcome {
    height: 1717px;
    display: none;
  }
}
@media (min-width: 768px) {
  .rc-welcome {
    display: block;
  }
}
.rc-welcome .rc-welcome-position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.rc-welcome .rc-welcome-background {
  background-size: cover;
  background-attachment: scroll;
  background-origin: content-box;
  background-image: url("https://w.ladicdn.com/s1440x1115/5b7d1ceca2a5d632f9a1f381/td2-01-20200811073402.png");
  background-position: bottom;
  background-repeat: repeat;
}
.rc-welcome .rc-welcome-container .rc-establish-img-example {
  height: 445px;
  width: 421px;
  object-fit: cover;
  object-position: center;
  float: right;
}
@media (max-width: 990px) and (min-width: 768px) {
  .rc-welcome .rc-welcome-container .rc-establish-img-example {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .rc-welcome .rc-welcome-container .rc-establish-img-example {
    width: 236.79px;
    height: 230.986px;
  }
}
.rc-welcome .rc-welcome-container .rc-establish-img-example img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rc-welcome .rc-welcome-container .rc-establish {
  position: relative;
}
.rc-welcome
  .rc-welcome-container
  .rc-establish
  .rc-subtitle
  .subtitle-underline {
  border-bottom: 4px solid #3082e8;
  padding-bottom: 20px;
}
.rc-welcome .rc-welcome-container .rc-establish .rc-subtitle p {
  color: #000;
  font-size: 15px;
  line-height: 1.6;
  width: 222px;
  text-align: justify;
}
@media (min-width: 768px) {
  .rc-welcome .rc-welcome-container .rc-establish .rc-subtitle p {
    margin-top: 52px;
  }
}
@media (max-width: 767px) {
  .rc-welcome .rc-welcome-container .rc-establish .rc-subtitle p {
    width: 100%;
  }
}
.rc-welcome .rc-welcome-container .rc-establish .middle-image {
  left: unset !important;
  right: 50%;
  top: 56px !important;
}
@media (max-width: 990px) and (min-width: 768px) {
  .rc-welcome .rc-welcome-container .rc-establish .middle-image {
    right: 70%;
  }
}
.rc-welcome .rc-welcome-container .rc-establish .rc-middle-img {
  position: absolute;
  left: 235px;
  z-index: 1;
  top: 131px;
  height: 339px;
  width: 413px;
}
@media (max-width: 990px) and (min-width: 768px) {
  .rc-welcome .rc-welcome-container .rc-establish .rc-middle-img {
    left: 230px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .rc-welcome .rc-welcome-container .rc-establish .rc-middle-img {
    width: 266.439px;
    height: 252.148px;
  }
}
.rc-welcome .rc-welcome-container .rc-establish .rc-middle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rc-welcome-mb {
  height: auto;
  background-image: url("https://w.ladicdn.com/s768x1068/5b7d1ceca2a5d632f9a1f381/td2-01-20200811073402.png");
}
@media (max-width: 767px) {
  .rc-welcome-mb {
    display: block;
  }
}
@media (min-width: 768px) {
  .rc-welcome-mb {
    display: none;
  }
}
.rc-welcome-mb .welcome-mb__header {
  padding: 20px 0;
}
.rc-welcome-mb .welcome-mb__header .mb-header__title {
  color: #1c70de;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 15px;
}
.rc-welcome-mb .welcome-mb__header .mb-header__establish {
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}
.rc-welcome-mb .welcome-mb__footer .mb-footer__firstRow {
  position: relative;
  height: 800px;
}
.rc-welcome-mb .welcome-mb__footer .mb-footer__firstRow .mb-footer-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.rc-welcome-mb .welcome-mb__footer .mb-footer__firstRow .mb-footer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rc-welcome-mb .welcome-mb__footer .mb-footer__firstRow .img-footer-left {
  width: 60%;
  height: 230.986px;
  top: 60px;
  left: 0;
  z-index: 2;
}
.rc-welcome-mb .welcome-mb__footer .mb-footer__firstRow .img-footer-right {
  width: 60%;
  height: 252.148px;
  top: 0;
  right: 0;
  z-index: 1;
}
.rc-welcome-mb .welcome-mb__footer .mb-footer__firstRow .mb-footer-position {
  position: absolute;
}
.rc-welcome-mb .welcome-mb__footer .mb-footer__firstRow .top-left-img {
  left: 0;
  top: 330px;
  width: 60%;
  height: 224.089px;
}
.rc-welcome-mb .welcome-mb__footer .mb-footer__firstRow .top-left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rc-welcome-mb .welcome-mb__footer .mb-footer__firstRow .top-right-content {
  width: 40%;
  top: 266px;
  right: 0;
  padding: 10px 15px;
}
.rc-welcome-mb .welcome-mb__footer .mb-footer__firstRow .top-right-content h3 {
  color: #000;
  font-size: 14px;
  text-align: justify;
  line-height: 1.6;
  padding-bottom: 10px;
  border-bottom: 4px solid #3082e8;
}
.rc-welcome-mb .welcome-mb__footer .mb-footer__firstRow .bottom-right-content {
  width: 60%;
  height: 259.986px;
  top: 500px;
  right: 0;
}
.rc-welcome-mb
  .welcome-mb__footer
  .mb-footer__firstRow
  .bottom-right-content
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rc-welcome-mb .welcome-mb__footer .mb-footer__secondRow {
  position: relative;
  height: 600px;
}
.rc-interest-choice {
  position: relative;
  height: auto;
  width: 100%;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.rc-interest-choice .rc-list-choice {
  padding-top: 20px;
}
.rc-interest-choice .rc-list-choice .rc-card {
  box-shadow: 1px 3px 6px 0 #cbcbcb;
  -webkit-box-shadow: 1px 3px 6px 0 #cbcbcb;
  background-color: #fff;
  border: none;
  border-radius: 0;
}
.rc-interest-choice .rc-list-choice .rc-card .card-img-top {
  border-radius: 0;
  height: 233.33px;
  min-height: 233.33px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .rc-interest-choice .rc-list-choice .rc-card .card-img-top {
    height: auto;
  }
}
.rc-interest-choice .rc-list-choice .rc-card .card-body a h5.card-title {
  color: #37474f;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.rc-interest-choice .rc-list-choice .rc-card .card-body p.card-text {
  color: #0091ea;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.rc-interest-choice .rc-list-choice .rc-card .card-body a .rc-detail {
  text-transform: uppercase;
}
.rc-interest-choice .rc-list-choice .rc-media-item {
  margin-bottom: 30px;
}
.rc-interest-choice .rc-list-choice .rc-media-item .rc-media {
  width: 100%;
  height: 255px;
  box-shadow: 1px 3px 6px 0 #cbcbcb;
  -webkit-box-shadow: 1px 3px 6px 0 #cbcbcb;
  background-color: #fff;
  border: 0 solid #bdbdbd;
  position: relative;
}
.rc-interest-choice .rc-list-choice .rc-media-item .rc-media .media-image {
  width: 50%;
}
.rc-interest-choice .rc-list-choice .rc-media-item .rc-media .media-image img {
  width: 100%;
  height: 255px;
  object-fit: cover;
  object-position: center;
}
.rc-interest-choice .rc-list-choice .rc-media-item .rc-media .media-body {
  width: 50%;
}
.rc-interest-choice
  .rc-list-choice
  .rc-media-item
  .rc-media
  .media-body
  .rc-media-body {
  height: 100%;
  padding: 30px;
}
@media (max-width: 900px) and (min-width: 768px) {
  .rc-interest-choice
    .rc-list-choice
    .rc-media-item
    .rc-media
    .media-body
    .rc-media-body {
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .rc-interest-choice
    .rc-list-choice
    .rc-media-item
    .rc-media
    .media-body
    .rc-media-body {
    padding: 40px 20px;
  }
}
.rc-interest-choice
  .rc-list-choice
  .rc-media-item
  .rc-media
  .media-body
  .rc-media-body
  a
  h5.rc-title {
  color: #616161;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 20px;
  max-width: 160px;
  height: 77px;
  overflow: hidden;
}
.rc-interest-choice
  .rc-list-choice
  .rc-media-item
  .rc-media
  .media-body
  .rc-media-body
  .rc-salary {
  color: #0288d1;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 420px) {
  .rc-interest-choice
    .rc-list-choice
    .rc-media-item
    .rc-media
    .media-body
    .rc-media-body
    .rc-salary {
    font-size: 20px;
  }
}
.rc-interest-choice
  .rc-list-choice
  .rc-media-item
  .rc-media
  .media-body
  .rc-media-body
  a {
  width: 100%;
  display: block;
}
.rc-interest-choice
  .rc-list-choice
  .rc-media-item
  .rc-media
  .media-body
  .rc-media-body
  a
  .rc-detail {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  text-transform: uppercase;
}
.rc-interest-choice .rc-list-choice .rc-media-item .rc-media .rc-hot-item {
  position: absolute;
  top: -12px;
  right: -12px;
  transform: rotate(47deg);
  -webkit-transform: rotate(47deg);
}
.rc-title {
  padding-top: 20px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .rc-title {
    margin-bottom: 10px;
  }
}
.rc-title h3 {
  font-size: 29px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
  margin: 0;
}
@media (max-width: 767px) {
  .rc-title h3 {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.6;
  }
}
.rc-title p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767px) {
  .rc-title p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.rc-title .sub-title {
  margin: 15px 0;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .rc-title .sub-title {
    font-size: 13px;
    text-align: center;
    line-height: 1.8;
  }
}
.rc-reasons {
  background: #fff;
  position: relative;
  padding: 20px 0;
}
.rc-reasons .rc-mascot {
  position: absolute;
  top: 0;
  right: 16%;
}
@media (max-width: 900px) {
  .rc-reasons .rc-mascot {
    display: none;
  }
}
@media (min-width: 901px) {
  .rc-reasons .rc-mascot {
    display: block;
  }
}
@media (max-width: 1400px) and (min-width: 769px) {
  .rc-reasons .rc-mascot {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 900px) {
  .rc-reasons .rc-title {
    display: none;
  }
}
@media (min-width: 901px) {
  .rc-reasons .rc-title {
    display: block;
  }
}
@media (max-width: 900px) {
  .rc-reasons .rc-title-mb {
    display: block;
  }
}
@media (min-width: 901px) {
  .rc-reasons .rc-title-mb {
    display: none;
  }
}
.rc-reasons .rc-title-mb .title-mb__header {
  width: 100%;
}
.rc-reasons .rc-title-mb .title-mb__header .header-content {
  width: 70%;
  float: left;
}
.rc-reasons .rc-title-mb .title-mb__header .header-content h3 {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.6;
}
.rc-reasons .rc-title-mb .title-mb__header .header-mascot {
  float: left;
  width: 30%;
}
.rc-reasons .rc-title-mb .title-mb__header .header-mascot img {
  width: 100%;
  height: 100px;
}
.rc-route {
  position: relative;
  background: #fff;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .rc-route {
    height: auto;
  }
}
.rc-route .rc-route-by-img .content-route-block p {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}
.rc-route .rc-route-by-img .img-route-block .route-by-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .rc-route .rc-route-by-img .img-route-block .route-by-img {
    display: block;
  }
}
@media (max-width: 767px) {
  .rc-route .rc-route-by-img .img-route-block .route-by-img {
    display: none;
  }
}
.rc-route .rc-route-by-img .img-route-block .route-by-img-mobile {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .rc-route .rc-route-by-img .img-route-block .route-by-img-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .rc-route .rc-route-by-img .img-route-block .route-by-img-mobile {
    display: block;
  }
}
.rc-chances {
  position: relative;
  background: #fff;
  padding: 40px 0;
}
.rc-chances .chance-background {
  background-color: rgba(235, 243, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rc-chances .chance-by-text .chance-title h3 {
  color: #051f4d;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .rc-chances .chance-by-text .chance-title h3 {
    text-align: center;
  }
}
.rc-chances .chance-by-text .underline-bar {
  text-align: left;
  width: 100px;
  border-bottom: 1.5px solid #f2430d;
}
@media (max-width: 767px) {
  .rc-chances .chance-by-text .underline-bar {
    margin: 0 auto;
  }
}
.rc-chances .chance-by-text .chance-content {
  margin-top: 8px;
}
.rc-chances .chance-by-text .chance-content p {
  color: #000;
  font-size: 14px;
  text-align: justify;
  line-height: 1.6;
}
.rc-chances .chance-by-image {
  object-fit: cover;
  object-position: center;
  height: 261px;
  margin-bottom: 16px;
}
.rc-chances .chance-by-image .provide-your-self {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rc-long-time-staff {
  position: relative;
}
.rc-long-time-staff .long-time-staff-bg {
  background-size: cover;
  background-attachment: scroll;
  background-origin: content-box;
  background-image: url("https://w.ladicdn.com/s1440x984/5b7d1ceca2a5d632f9a1f381/td-01-20200810100414.png");
  background-position: top;
  background-repeat: repeat;
}
.rc-long-time-staff .long-time-position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.rc-long-time-staff .long-time-staff-container {
  padding: 40px 0;
}
.rc-long-time-staff .long-time-staff-container .long-time__title {
  margin-bottom: 20px;
}
.rc-long-time-staff
  .long-time-staff-container
  .long-time__title
  .long-time__mainTitle
  h3 {
  color: #3081e8;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .rc-long-time-staff
    .long-time-staff-container
    .long-time__title
    .long-time__mainTitle
    h3 {
    color: #3081e8;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
  }
}
.rc-long-time-staff
  .long-time-staff-container
  .long-time__title
  .long-time__subTitle
  h3 {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  font-family: Montserrat, sans-serif;
}
@media (max-width: 767px) {
  .rc-long-time-staff
    .long-time-staff-container
    .long-time__title
    .long-time__subTitle
    h3 {
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
  }
}
.rc-long-time-staff .long-time-staff-container .long-time__content {
  height: 100%;
}
.rc-long-time-staff .long-time-staff-container .long-time__content .img-spin {
  transform: perspective(1000px) rotateY(180deg);
  -webkit-transform: perspective(1000px) rotateY(180deg);
}
.rc-long-time-staff
  .long-time-staff-container
  .long-time__content
  .long-time__leftContent {
  float: right;
  width: 385px;
  height: 350px;
  -webkit-mask: url("data:image/svg+xml;utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%20161.8%20150%22%20class%3D%22%22%3E%3Cpath%20d%3D%22M26.7%2C18.6%2C5%2C56A37.7%2C37.7%2C0%2C0%2C0%2C5%2C93.7l21.6%2C37.5A37.7%2C37.7%2C0%2C0%2C0%2C59.3%2C150h43.3a37.7%2C37.7%2C0%2C0%2C0%2C32.6-18.8l21.6-37.5a37.7%2C37.7%2C0%2C0%2C0%2C0-37.7L135.2%2C18.6A37.7%2C37.7%2C0%2C0%2C0%2C106.6%2C0H55.2A37.7%2C37.7%2C0%2C0%2C0%2C26.7%2C18.6Z%22%20transform%3D%22translate(0)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
@media (max-width: 400px) {
  .rc-long-time-staff
    .long-time-staff-container
    .long-time__content
    .long-time__leftContent {
    width: 360px;
  }
}
.rc-long-time-staff
  .long-time-staff-container
  .long-time__content
  .long-time__leftContent
  .long-time-img-bd {
  width: 100%;
  height: 100%;
}
.rc-long-time-staff
  .long-time-staff-container
  .long-time__content
  .long-time__leftContent
  .long-time-img-bd
  img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.rc-long-time-staff
  .long-time-staff-container
  .long-time__content
  .long-time__rightContent {
  height: 100%;
  padding-top: 10%;
}
@media (max-width: 767px) {
  .rc-long-time-staff
    .long-time-staff-container
    .long-time__content
    .long-time__rightContent {
    padding-top: 5%;
  }
}
@media (max-width: 767px) {
  .rc-long-time-staff
    .long-time-staff-container
    .long-time__content
    .long-time__rightContent
    .staff-opinion
    .staff-opinion__header {
    text-align: center;
  }
}
.rc-long-time-staff
  .long-time-staff-container
  .long-time__content
  .long-time__rightContent
  .staff-opinion
  .staff-opinion__header
  span {
  background-color: #3082e8;
  padding: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}
.rc-long-time-staff
  .long-time-staff-container
  .long-time__content
  .long-time__rightContent
  .staff-opinion
  .staff-opinion__footer {
  margin-bottom: 10px;
  margin-top: 15px;
  padding: 0 10px;
}
.rc-long-time-staff
  .long-time-staff-container
  .long-time__content
  .long-time__rightContent
  .staff-opinion
  .staff-opinion__footer
  h5 {
  font-family: gotham-medium\.otf;
  color: #051f4d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .rc-long-time-staff
    .long-time-staff-container
    .long-time__content
    .long-time__rightContent
    .staff-opinion
    .staff-opinion__footer
    h5 {
    text-align: center;
  }
}
.rc-long-time-staff
  .long-time-staff-container
  .long-time__content
  .long-time__rightContent
  .staff-opinion
  .staff-opinion__footer
  p {
  color: #000;
  font-size: 15px;
  text-align: justify;
  line-height: 1.6;
}
.rc-long-time-staff .staff-img-item {
  transform: perspective(1000px) rotateY(180deg);
  -webkit-transform: perspective(1000px) rotateY(180deg);
}
.rc-long-time-staff .staff-img-item img {
  width: 554px;
  height: 350px;
}
.rc-apply-now {
  position: relative;
}
.rc-apply-now .apply-now-bg {
  background: #fff;
}
.rc-apply-now .apply-now-position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}
.rc-apply-now .apply-now-container {
  padding: 30px 0;
  position: relative;
}
.rc-apply-now .apply-now-container .apply-now-decorate {
  position: absolute;
  width: 391px;
  height: 229.75px;
  top: 100.575px;
  left: -124px;
}
@media (max-width: 767px) {
  .rc-apply-now .apply-now-container .apply-now-decorate {
    top: 200px;
  }
}
.rc-apply-now .apply-now-container .bg-decorate {
  background: rgba(13, 98, 242, 0.2);
  background: linear-gradient(
    -90deg,
    rgba(13, 98, 242, 0.2),
    rgba(234, 237, 238, 0)
  );
}
.rc-apply-now .apply-now-container .apply-now__title {
  margin-top: 20%;
}
@media (max-width: 767px) {
  .rc-apply-now .apply-now-container .apply-now__title {
    margin-top: 10%;
  }
}
.rc-apply-now .apply-now-container .apply-now__title .apply-now__mainTitle h3 {
  color: #3081e8;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .rc-apply-now
    .apply-now-container
    .apply-now__title
    .apply-now__mainTitle
    h3 {
    color: #3081e8;
    font-size: 28px;
  }
}
.rc-apply-now .apply-now-container .apply-now__title .apply-now__subTitle h3 {
  color: #051f4d;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 10px;
}
.rc-apply-now
  .apply-now-container
  .apply-now__title
  .apply-now__button
  .btn-warning {
  background-color: #fff601;
  border-radius: 37px;
  border-color: #fff601;
  padding: 8px 30px;
}
.rc-apply-now
  .apply-now-container
  .apply-now__title
  .apply-now__button
  .btn-warning
  a {
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: 700;
}
.rc-apply-now .apply-now-container .apply-now-video .rc-vid {
  width: 502px;
  height: 369px;
}
@media (max-width: 767px) {
  .rc-apply-now .apply-now-container .apply-now-video .rc-vid {
    width: 100%;
  }
}
.spin-img {
  transform: perspective(1000px) rotateY(180deg);
  -webkit-transform: perspective(1000px) rotateY(180deg);
}
.rc-reason-list {
  padding: 80px 0 0;
}
@media (max-width: 767px) {
  .rc-reason-list {
    padding: 30px 0 0;
  }
}
.rc-reason-list .rc-reason-middle-item {
  margin-bottom: 120px !important;
}
.rc-reason-list .rc-last-child {
  margin-bottom: 30px !important;
}
.rc-reason-list .rc-reason-item {
  position: relative;
  height: 460px;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .rc-reason-list .rc-reason-item {
    height: 256px;
    margin-bottom: 60px;
  }
}
.rc-reason-list .rc-reason-item .right-position-decorate {
  position: absolute;
  background-color: rgba(8, 58, 145, 0.1);
  width: 431.93px;
  height: 317px;
  top: 165px;
  left: unset !important;
  right: 0;
}
@media (max-width: 767px) {
  .rc-reason-list .rc-reason-item .right-position-decorate {
    width: 182.895px;
    height: 134.229px;
    top: 155.09px;
    right: 0;
    left: unset !important;
  }
}
.rc-reason-list .rc-reason-item .left-content__decorate {
  position: absolute;
  background-color: rgba(8, 58, 145, 0.1);
  width: 431.93px;
  height: 317px;
  top: 165px;
  left: -30px;
}
@media (max-width: 767px) {
  .rc-reason-list .rc-reason-item .left-content__decorate {
    width: 182.895px;
    height: 134.229px;
    top: 155.09px;
    left: 0;
  }
}
.rc-reason-list .rc-reason-item .right-30 {
  position: absolute;
  background-color: rgba(8, 58, 145, 0.1);
  width: 431.93px;
  height: 317px;
  top: 200px;
  right: -30px !important;
  left: unset;
}
.rc-reason-list .rc-reason-item .bg-img,
.rc-reason-list .rc-reason-item .reason-item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.rc-reason-list .rc-reason-item .bg-img {
  background-size: cover;
  background-attachment: scroll;
  background-origin: content-box;
  opacity: 0.1;
  background-image: url("https://w.ladicdn.com/s1300x800/57b167c9ca57d39c18a1c57c/gju_zeol20200313064741.jpg");
  background-position: top;
  background-repeat: repeat;
}
.rc-reason-list .rc-reason-item .bg-overlay,
.rc-reason-list .rc-reason-item .rc-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rc-reason-list .rc-reason-item .rc-item .reason-item__leftContent {
  height: 494.523px;
  float: left;
  position: relative;
  top: -36px;
  left: -15px;
}
@media (max-width: 767px) {
  .rc-reason-list .rc-reason-item .rc-item .reason-item__leftContent {
    top: 36px;
    width: 100%;
    height: 206.858px;
    left: 0;
  }
}
.rc-reason-list .rc-reason-item .rc-item .reason-item__leftContent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rc-reason-list .rc-reason-item .rc-item .left-content-top-0 {
  top: 0 !important;
}
.rc-reason-list
  .rc-reason-item
  .rc-item
  .rc-item__rightContent
  .reason-item__rightContent {
  width: 90%;
}
.rc-reason-list
  .rc-reason-item
  .rc-item
  .rc-item__rightContent
  .reason-item__rightContent
  .card-reason-custom {
  position: relative;
  border: none;
  background-color: transparent;
}
.rc-reason-list
  .rc-reason-item
  .rc-item
  .rc-item__rightContent
  .reason-item__rightContent
  .card-reason-custom
  .card-reason-red-line {
  position: absolute;
  height: 183px;
  top: 164.519px;
  left: 20.071px;
  border-top: 0 !important;
  border-right: 0 solid #f2420d;
  border-bottom: 1px solid #f2420d;
  border-left: 2px solid #f2420d;
}
@media (max-width: 767px) {
  .rc-reason-list
    .rc-reason-item
    .rc-item
    .rc-item__rightContent
    .reason-item__rightContent
    .card-reason-custom
    .card-reason-red-line {
    height: 80px;
    top: 69.519px;
    left: 9px;
  }
}
.rc-reason-list
  .rc-reason-item
  .rc-item
  .rc-item__rightContent
  .reason-item__rightContent
  .card-reason-custom
  .card-img-top {
  width: 100%;
  height: 215.042px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .rc-reason-list
    .rc-reason-item
    .rc-item
    .rc-item__rightContent
    .reason-item__rightContent
    .card-reason-custom
    .card-img-top {
    width: 100%;
    height: 91.0566px;
  }
}
.rc-reason-list
  .rc-reason-item
  .rc-item
  .rc-item__rightContent
  .reason-item__rightContent
  .card-reason-custom
  .card-body {
  padding: 25px 0 25px 50px;
}
@media (max-width: 767px) {
  .rc-reason-list
    .rc-reason-item
    .rc-item
    .rc-item__rightContent
    .reason-item__rightContent
    .card-reason-custom
    .card-body {
    padding: 10px 0;
  }
}
.rc-reason-list
  .rc-reason-item
  .rc-item
  .rc-item__rightContent
  .reason-item__rightContent
  .card-reason-custom
  .card-body
  .card-title {
  color: #051f4d;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .rc-reason-list
    .rc-reason-item
    .rc-item
    .rc-item__rightContent
    .reason-item__rightContent
    .card-reason-custom
    .card-body
    .card-title {
    color: #051f4d;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    padding-left: 15px;
  }
}
.rc-reason-list
  .rc-reason-item
  .rc-item
  .rc-item__rightContent
  .reason-item__rightContent
  .card-reason-custom
  .card-body
  p.card-text {
  color: #000;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
}
@media (max-width: 924px) and (min-width: 768px) {
  .rc-reason-list
    .rc-reason-item
    .rc-item
    .rc-item__rightContent
    .reason-item__rightContent
    .card-reason-custom
    .card-body
    p.card-text {
    height: 160px;
    overflow: hidden;
  }
}
@media (max-width: 600px) and (min-width: 320px) {
  .rc-reason-list
    .rc-reason-item
    .rc-item
    .rc-item__rightContent
    .reason-item__rightContent
    .card-reason-custom
    .card-body
    p.card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 116px;
  }
}
@media (max-width: 767px) {
  .rc-reason-list
    .rc-reason-item
    .rc-item
    .rc-item__rightContent
    .reason-item__rightContent
    .card-reason-custom
    .card-body
    p.card-text {
    font-size: 12px;
  }
}
.route-icon {
  margin-top: 80px;
  height: 230px;
  text-align: center;
}
.route-icon ul {
  list-style: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.route-icon ul li .around {
  text-align: center;
  padding-top: 28px;
  border: 15px solid #1e89e5;
  border-radius: 50%;
  width: 146px;
  height: 146px;
  position: relative;
}
.route-icon ul li .around img {
  width: 42px;
  height: 50px;
}
.route-icon ul li .around .arrow-down {
  position: absolute;
  bottom: -28px;
  left: 39%;
}
.route-icon ul li .around .arrow-down svg {
  color: #1e89e5;
  width: 30.316px;
  height: 21.6714px;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.route-icon ul li .around .top-star {
  position: absolute;
  top: -68px;
  left: 38%;
}
.route-icon ul li .around .top-star i.fas {
  color: #f90;
  font-size: 25px;
}
.route-icon ul li .around .bottom-dot {
  position: absolute;
  bottom: -60px;
  left: 43%;
  border: 5px solid red;
  padding: 5px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  background: #fff;
}
.route-icon ul li .around .bottom-bar {
  position: absolute;
  border-top: 3px solid #c71f16;
  border-right: 3px solid #c71f16;
  border-bottom: 3px solid #c71f16;
  border-left: 0 !important;
  bottom: -53px;
  z-index: 1;
  left: -55px;
  width: 242px;
}
.rc-media-shadow {
  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;
}
.rc-media-shadow:hover {
  box-shadow: 3px 6px 6px 0 #cbcbcb !important;
}
.watch-more-block {
  margin-top: 10px;
}
.watch-more-block .btn-primary {
  padding: 6px 28px;
  border-radius: 18px;
  background: #0968e3;
}
.watch-more-block .btn-primary a {
  color: #fff;
  font-size: 16px;
}
.watch-more-block .btn-primary:hover {
  background: #277ded;
}
.nearHanoi-header__nav .nh-nav {
  width: 100%;
  height: 692px;
  position: relative;
}
.nearHanoi-header__nav .nh-nav .navbar {
  z-index: 1;
  position: absolute;
  top: 0;
  height: 60px;
  left: 0;
  width: 100%;
  padding: 0;
}
.nearHanoi-header__nav .nh-nav .navbar .tb-logo {
  padding-left: 80px;
}
@media (max-width: 767px) {
  .nearHanoi-header__nav .nh-nav .navbar .tb-logo {
    padding-left: 0;
  }
}
.nearHanoi-header__nav .nh-nav .navbar .tb-logo img {
  width: 140px;
  height: 60px;
  object-fit: cover;
  object-position: center;
}
.nearHanoi-header__nav .nh-nav .navbar .tb-contact {
  text-align: right;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .nearHanoi-header__nav .nh-nav .navbar .tb-contact {
    padding-right: 0;
  }
}
.nearHanoi-header__nav .nh-nav .navbar .tb-contact .contact-number {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 767px) {
  .nearHanoi-header__nav .nh-nav .navbar .tb-contact .contact-number {
    font-size: 12px;
  }
}
.nearHanoi-header__nav .nh-nav .nh-background {
  background-image: url("/images/landingpage/hanoi/nh-bg-pc.png");
  background-size: cover;
  background-attachment: scroll;
  background-origin: content-box;
  background-position: top;
  background-repeat: repeat;
}
@media (max-width: 767px) {
  .nearHanoi-header__nav .nh-nav .nh-background {
    background-image: url("/images/landingpage/hanoi/nh-bg-mb.png");
  }
}
.nearHanoi-header__nav .nh-nav .background-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nearHanoi-header__nav .nh-nav .nav-container {
  position: absolute;
  width: 100%;
  top: 60%;
}
.nearHanoi-header__nav .nh-nav .nav-container .button-wrap {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nearHanoi-header__nav .nh-nav .nav-container .button {
  min-width: 160px;
  min-height: 40px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #313133;
  background: #e8e330;
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px #bcbba9;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
}
.nearHanoi-header__nav .nh-nav .nav-container button:before {
  content: "";
  border-radius: 1000px;
  min-width: 212px;
  min-height: 72px;
  border: 6px solid #e8e330;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.nearHanoi-header__nav .nh-nav .nav-container .button:focus,
.nearHanoi-header__nav .nh-nav .nav-container .button:hover {
  color: #313133;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.nearHanoi-header__nav .nh-nav .nav-container button:focus:before,
.nearHanoi-header__nav .nh-nav .nav-container button:hover:before {
  opacity: 1;
}
.nearHanoi-header__nav .nh-nav .nav-container button:after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #e8e330;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: ring 1.5s infinite;
  animation: ring 1.5s infinite;
}
.nearHanoi-header__nav .nh-nav .nav-container button:focus:after,
.nearHanoi-header__nav .nh-nav .nav-container button:hover:after {
  -webkit-animation: none;
  animation: none;
  display: none;
}
.nh-title-blog h1 {
  font-family: Roboto, sans-serif;
  color: #37474f;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .nh-title-blog h1 {
    font-size: 23px;
  }
}
.nh-title-blog p {
  text-align: center;
}
.nh-title-tour h1 {
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .nh-title-tour h1 {
    font-size: 23px;
  }
}
.nh-title-tour p {
  text-align: center;
}
.nh-underline {
  border-top: 3.5px solid #f90;
  border-bottom: 0 solid #f90;
  width: 158px;
  margin: 15px auto;
}
.nh-title-business {
  margin-bottom: 30px;
}
.nh-title-business h2 {
  font-family: Open Sans, sans-serif;
  color: #37474f;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .nh-title-business h2 {
    font-size: 23px;
  }
}
.nh-title-business p {
  font-family: Open Sans, sans-serif;
  color: #0277bd;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.nh-abs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.nh-pd {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .nh-pd {
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  .nh-container {
    max-width: 1000px;
  }
}
.nh-rs-col {
  padding-left: 8px;
  padding-right: 8px;
}
.nearHanoi__qualify {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .nearHanoi__qualify {
    padding-top: 30px;
  }
}
.nearHanoi__qualify .qualify-container {
  padding: 20px 0;
}
.nearHanoi__qualify .qualify-container .qualify-container-item {
  margin-bottom: 25px;
}
.nearHanoi__qualify
  .qualify-container
  .qualify-container-item
  .qualify-container__image {
  width: 100%;
  height: 259px;
}
.nearHanoi__qualify
  .qualify-container
  .qualify-container-item
  .qualify-container__image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.nearHanoi__qualify
  .qualify-container
  .qualify-container-item
  .qualify-container__content {
  width: 100%;
}
.nearHanoi__qualify
  .qualify-container
  .qualify-container-item
  .qualify-container__content
  .top-line {
  border-top: 1px solid #ddd;
  width: 100%;
  margin: 0 auto 20px;
}
.nearHanoi__qualify
  .qualify-container
  .qualify-container-item
  .qualify-container__content
  h4 {
  font-family: Open Sans, sans-serif;
  color: rgba(5, 34, 75, 0.6);
  font-size: 19px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 20px;
}
.nearHanoi__qualify
  .qualify-container
  .qualify-container-item
  .qualify-container__content
  h5 {
  font-family: Roboto, sans-serif;
  color: #0277bd;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
}
.nearHanoi__qualify
  .qualify-container
  .qualify-container-item
  .qualify-container__content
  p {
  font-family: Roboto, sans-serif;
  color: #616161;
  font-size: 15px;
  text-align: justify;
  line-height: 22px;
}
.nearHanoi__twoDay {
  position: relative;
}
.nearHanoi__twoDay .two-day-background {
  background-color: #fff;
}
.nearHanoi__oneDay {
  position: relative;
}
.nearHanoi__oneDay .one-day-background {
  background-color: #f2f2f2;
}
.nearHanoi__oneDay .one-day-overlay {
  background: #1e3c72;
  background: linear-gradient(180deg, #1e3c72, #2a5298);
}
.nearHanoi__oneDay .oneDay-container {
  padding: 20px 0;
}
.two-day-color {
  color: #263238 !important;
}
.nearHanoi__yourChoice .your-choice-container {
  padding-top: 10px;
}
.nearHanoi__yourChoice .your-choice-container .your-choice-slider {
  height: 300px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .nearHanoi__yourChoice .your-choice-container .your-choice-slider {
    height: 300px;
    overflow: hidden;
  }
}
.nearHanoi__yourChoice .your-choice-container .your-choice-slider .nh-slider {
  height: 100%;
}
.nearHanoi__yourChoice
  .your-choice-container
  .your-choice-slider
  .nh-slider
  .slick-list {
  margin: 0 -5px;
}
.nearHanoi__yourChoice
  .your-choice-container
  .your-choice-slider
  .nh-slider
  .slick-list
  .slick-track
  .slick-slide {
  margin: 0 5px;
  width: 500px !important;
  height: 300px;
}
@media (max-width: 767px) {
  .nearHanoi__yourChoice
    .your-choice-container
    .your-choice-slider
    .nh-slider
    .slick-list
    .slick-track
    .slick-slide {
    width: 425px !important;
  }
}
.nearHanoi__yourChoice .your-choice-container .your-choice-content {
  margin-top: 30px;
  margin-bottom: 0;
}
.nearHanoi__yourChoice .your-choice-container .your-choice-content h2 {
  font-family: Open Sans, sans-serif;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  margin: 0;
}
.nearHanoi__video {
  position: relative;
}
@media (max-width: 767px) {
  .nearHanoi__video {
    height: auto;
  }
}
.nearHanoi__video .video-background {
  background-size: cover;
  background-attachment: fixed;
  background-image: url(/images/landingpage/hanoi/nh-vacation.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.nearHanoi__video .video-overlay {
  background-color: rgba(1, 81, 108, 0.8);
}
.nearHanoi__video .video-container .video-container__content {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .nearHanoi__video .video-container .video-container__content {
    margin-bottom: 30px;
  }
}
.nearHanoi__video .video-container .video-container__content h2 {
  font-family: Open Sans, sans-serif;
  color: #ff0;
  font-size: 27px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  text-shadow: #262525 2px 2px 2px;
  margin-bottom: 20px;
}
.nearHanoi__video .video-container .video-container__content p {
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 20px;
}
.nearHanoi__video
  .video-container
  .video-container__content
  .container-content__registerBtn {
  padding: 5px 60px;
  background-color: #00b0ff;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 2;
  text-transform: uppercase;
  border-radius: 5px;
}
.nearHanoi__video .video-container .video-container__video .nh-vid {
  height: 307px;
}
.nearHanoi__businessReview,
.nearHanoi__getRequest {
  position: relative;
}
.nearHanoi__getRequest .get-request-background {
  background-color: #fff;
}
.nh-card {
  margin-bottom: 20px;
}
.nh-card .card-img-top {
  padding: 10px;
  height: 200px;
  min-height: 200px;
}
@media (max-width: 767px) {
  .nh-card .card-img-top {
    height: auto;
    min-height: 200px;
  }
}
.nh-card .card-img-top a {
  display: block;
  height: 100%;
  width: 100%;
}
.nh-card .card-img-top a .nh-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.nh-card .card-img-top a .nh-img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
.nh-card .card-img-top a .nh-img .nh-last-for {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.37);
  font-weight: 600;
  color: #fff;
  font-size: 12px;
}
.nh-card .card-body {
  padding: 10px 20px 20px;
}
.nh-card .card-body .card-body__header a h5 {
  font-family: Open Sans, sans-serif;
  color: #363636;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2;
}
.nh-card .card-body .card-body__header a .one-line-limit {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 25px;
}
.nh-card .card-body .card-body__header .body-header__boxLocation {
  margin-bottom: 10px;
}
.nh-card .card-body .card-body__header .body-header__boxLocation svg {
  margin-bottom: 0;
  margin-right: 8px;
  width: 25px;
  height: 25px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.nh-card
  .card-body
  .card-body__header
  .body-header__boxLocation
  .nh-location-name {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: Open Sans, sans-serif;
  color: #0277bd;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  line-height: 15px;
  text-transform: uppercase;
  vertical-align: bottom;
}
.nh-card .card-body .card-body__header .nh-location-price {
  font-family: Open Sans, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
}
.nh-card .card-body .card-body__footer {
  padding: 0 25px;
  margin-top: 20px;
}
@media (max-width: 990px) and (min-width: 575px) {
  .nh-card .card-body .card-body__footer {
    padding: 0;
  }
}
.nh-card .card-body .card-body__footer .nh-show-detail {
  padding: 0;
  outline: none;
  border: none;
}
.nh-card .card-body .card-body__footer .nh-show-detail a {
  border-radius: 0.35rem;
  border: 1px solid #6c757d;
  padding: 0.175rem 2rem;
  color: #6c757d;
}
@media (max-width: 990px) and (min-width: 575px) {
  .nh-card .card-body .card-body__footer .nh-show-detail a {
    padding: 0.175rem 1rem;
  }
}
.nh-card .card-body .card-body__footer .nh-show-detail a:hover {
  color: #fff !important;
}
.nh-card .card-body .card-body__footer .btn-col-6 {
  padding: 0.475rem 3rem;
}
@media (max-width: 990px) and (min-width: 575px) {
  .nh-card .card-body .card-body__footer .btn-col-6 {
    padding: 0.375rem 1rem;
  }
}
.nh-card .card-body .card-body__footer .btn-col-6:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}
.nh-card .card-body .card-body__footer .btn-primary {
  padding: 0.175rem 2rem;
  background: #3d9be9;
  border-color: #3d9be9;
}
@media (max-width: 990px) and (min-width: 575px) {
  .nh-card .card-body .card-body__footer .btn-primary {
    padding: 0.175rem 1rem;
  }
}
.nh-card .card-body .card-body__footer .btn-primary:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}
.nh-card-sd {
  box-shadow: 2px 2px 2px 0 hsla(0, 0%, 56%, 0.44);
  -webkit-box-shadow: 2px 2px 2px 0 hsla(0, 0%, 56%, 0.44);
  background-color: #fff;
  border: 0 solid #e0e0e0;
  border-radius: 0;
}
.nh-content-business .nh-review-item {
  margin-bottom: 30px;
  padding: 20px 15px;
  box-shadow: 2px 2px 7px 0 #bdbdbd;
  -webkit-box-shadow: 2px 2px 7px 0 #bdbdbd;
  background-color: #fff;
}
.nh-content-business .nh-review-item .review-item__mediaHeader {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.nh-content-business
  .nh-review-item
  .review-item__mediaHeader
  .nh-media__itemImage {
  width: 130px;
  height: 130px;
  object-fit: cover;
  object-position: center;
  margin-right: 20px;
}
.nh-content-business
  .nh-review-item
  .review-item__mediaHeader
  .nh-media__itemBody
  .item-body__header {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.nh-content-business
  .nh-review-item
  .review-item__mediaHeader
  .nh-media__itemBody
  .item-body__header
  h5 {
  font-family: Open Sans, sans-serif;
  color: #37474f;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
}
.nh-content-business
  .nh-review-item
  .review-item__mediaHeader
  .nh-media__itemBody
  .item-body__footer {
  padding: 10px 0;
}
.nh-content-business
  .nh-review-item
  .review-item__mediaHeader
  .nh-media__itemBody
  .item-body__footer
  p {
  font-family: Open Sans, sans-serif;
  color: #000;
  font-size: 13px;
  text-align: justify;
  line-height: 1.4;
}
.nh-content-business .nh-review-item .review-item__mediaFooter {
  width: 100%;
  padding-top: 10px;
}
.nh-content-business
  .nh-review-item
  .review-item__mediaFooter
  .item-footer__left {
  width: 55%;
  float: left;
}
.nh-content-business
  .nh-review-item
  .review-item__mediaFooter
  .item-footer__left
  p {
  font-family: Open Sans, sans-serif;
  color: #000;
  font-size: 14px;
  text-align: left;
  line-height: 1;
  margin-bottom: 5px;
}
.nh-content-business
  .nh-review-item
  .review-item__mediaFooter
  .item-footer__right {
  float: right;
}
.nh-content-business
  .nh-review-item
  .review-item__mediaFooter
  .item-footer__right
  p {
  font-family: Open Sans, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1;
  text-align: right;
  margin-bottom: 5px;
}
.nh-content-business
  .nh-review-item
  .review-item__mediaFooter
  .item-footer__right
  p
  i.fa-star {
  color: #ffe82c;
  margin-left: 8px;
}
.nh-content-business
  .nh-review-item
  .review-item__mediaFooter
  .item-footer__right
  .btn {
  font-size: 10px;
  padding: 3px 30px;
  border-radius: 0.35rem;
}
.nh-content-business
  .nh-review-item
  .review-item__mediaFooter
  .item-footer__right
  .btn
  a {
  font-size: 8px;
  color: #fff;
  text-transform: uppercase;
}
.nh-content-business .nh-review-item .review-item__mediaFooter .clear-both {
  clear: both;
}
.nh-title-business-list {
  padding-top: 30px;
  padding-bottom: 20px;
}
.nh-title-business-list p {
  font-family: Open Sans, sans-serif;
  color: #0277bd;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0;
}
.nh-list-business-image .business-image-item {
  width: 100%;
  height: 313px;
}
@media (max-width: 767px) {
  .nh-list-business-image .business-image-item {
    height: auto;
  }
}
.nh-list-business-image .business-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.nh-slider .slick-list {
  margin: 0 -12px;
}
.nh-slider .slick-list .slick-track .slick-slide {
  margin: 0 10px;
}
.nh-slider .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.nh-slider .slide-arrow-ctm {
  color: dimgray;
  cursor: pointer;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.2s ease-in-out;
}
.nh-slider .slide-arrow-ctm .fas {
  font-size: 30px;
  text-shadow: 0 2px 4px #000;
  color: #fff;
}
.nh-slider .slide-arrow-ctm:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
  background-color: #888;
}
.nh-slider .prev-arrow {
  left: 0;
}
.nh-slider .next-arrow,
.nh-slider .prev-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 5;
}
.nh-slider .next-arrow {
  right: 0;
}
.nh-slider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ladi-card-shadow {
  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;
}
.ladi-card-shadow:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}
.feeling-wrapper {
  background-color: #fff;
}
.nav-ld {
  width: 100%;
  position: relative;
}
@media (min-width: 1440px) {
  .nav-ld {
    height: 665px;
  }
}
@media (max-width: 1439px) and (min-width: 1024px) {
  .nav-ld {
    height: 473px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .nav-ld {
    height: 354px;
  }
}
@media (max-width: 767px) and (min-width: 425px) {
  .nav-ld {
    height: 548px;
  }
}
@media (max-width: 424px) and (min-width: 375px) {
  .nav-ld {
    height: 483px;
  }
}
@media (max-width: 374px) and (min-width: 320px) {
  .nav-ld {
    height: 412px;
  }
}
.nav-ld .background-ld {
  background-image: url("/images/landingpage/cf/cf-bg-pc.png");
  background-size: contain;
  background-attachment: scroll;
  background-origin: content-box;
  background-position: top;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .nav-ld .background-ld {
    background-image: url("/images/landingpage/cf/cf-bg-mb.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.nav-ld .background-ld-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nav-ld .nav-ld-container {
  position: absolute;
  width: 100%;
  top: 62%;
  right: 6%;
}
@media (max-width: 767px) {
  .nav-ld .nav-ld-container {
    top: 38%;
    right: unset;
  }
}
.nav-ld .nav-ld-container .button-wrap {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-ld .nav-ld-container .button {
  min-width: 160px;
  min-height: 40px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 600;
  color: #313133;
  background: #e8e330;
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px #bcbba9;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
}
@media (max-width: 767px) {
  .nav-ld .nav-ld-container .button {
    padding: 0;
    font-size: 13px;
  }
}
.nav-ld .nav-ld-container button:before {
  content: "";
  border-radius: 1000px;
  min-width: 212px;
  min-height: 72px;
  border: 6px solid #e8e330;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.nav-ld .nav-ld-container .button:focus,
.nav-ld .nav-ld-container .button:hover {
  color: #313133;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.nav-ld .nav-ld-container button:focus:before,
.nav-ld .nav-ld-container button:hover:before {
  opacity: 1;
}
.nav-ld .nav-ld-container button:after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #e8e330;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: ring 1.5s infinite;
  animation: ring 1.5s infinite;
}
.nav-ld .nav-ld-container button:focus:after,
.nav-ld .nav-ld-container button:hover:after {
  -webkit-animation: none;
  animation: none;
  display: none;
}
@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  to {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}
.nav-ld .navbar {
  z-index: 1;
  position: absolute;
  top: 0;
  height: 60px;
  left: 0;
  width: 100%;
  padding: 0;
}
.nav-ld .navbar .logo {
  padding-left: 80px;
}
@media (max-width: 767px) {
  .nav-ld .navbar .logo {
    padding-left: 0;
  }
}
.nav-ld .navbar .logo img {
  width: 140px;
  height: 60px;
  object-fit: cover;
  object-position: center;
}
.nav-ld .navbar .contact {
  text-align: right;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .nav-ld .navbar .contact {
    padding-right: 0;
  }
}
.nav-ld .navbar .contact .contact-number {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
}
@media (max-width: 767px) {
  .nav-ld .navbar .contact .contact-number {
    font-size: 12px;
  }
}
.our-plan {
  position: relative;
}
.our-plan .plan-bg {
  background-color: #fff;
}
.our-plan .plan-container .plan-container-title .big-title h3 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 600;
  font-family: monospace;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .our-plan .plan-container .plan-container-title .big-title h3 {
    text-align: center;
    color: #0968e3;
    font-size: 27px;
    text-transform: uppercase;
    line-height: 1.6;
  }
}
.our-plan
  .plan-container
  .plan-container-title
  .big-title
  .big-title__underline {
  width: 350px;
  padding: 8px 0;
  border-top: 4px solid #fff701;
  border-left: 0 !important;
}
@media (max-width: 767px) {
  .our-plan
    .plan-container
    .plan-container-title
    .big-title
    .big-title__underline {
    margin: 0 auto;
  }
}
.our-plan .plan-container .plan-container-title .plan-content p,
.our-plan .plan-container .plan-container-title .plan-content p i {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}
.our-plan .plan-container .plan-container-image {
  width: 100%;
}
@media (max-width: 767px) {
  .our-plan .plan-container .plan-container-image {
    height: auto;
    margin-bottom: 20px;
  }
}
.our-plan .plan-container .plan-container-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.business-customer-feeling {
  position: relative;
}
.business-customer-feeling .customer-feeling__logo {
  overflow: hidden;
  width: 100%;
  height: 500px;
}
@media (max-width: 767px) {
  .business-customer-feeling .customer-feeling__logo {
    height: auto;
    width: 100%;
  }
}
.business-customer-feeling .customer-feeling__logo .feeling-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.business-customer-feeling .customer-feeling__logo .feeling-logo__content {
  position: absolute;
  top: 32%;
  left: 26%;
}
.business-customer-feeling
  .customer-feeling__logo
  .feeling-logo__content
  .content-1 {
  transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  color: #fff;
  font-size: 30px;
  line-height: 1.6;
}
.business-customer-feeling
  .customer-feeling__logo
  .feeling-logo__content
  .content-2 {
  transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  color: #fff601;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-text-stroke-color: hsla(0, 0%, 100%, 0);
}
.business-customer-feeling
  .customer-feeling__logo
  .feeling-logo__content
  .content-3 {
  transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  color: #fff;
  font-size: 27px;
  font-style: italic;
  line-height: 1.6;
}
.business-customer-feeling .customer-feeling__video {
  width: 100%;
  height: 369px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .business-customer-feeling .customer-feeling__video {
    width: 100%;
    height: auto;
  }
}
.business-customer-feeling .customer-feeling__video .cf-note h3 {
  margin-top: 10px;
  color: #0968e3;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.6;
}
.business-customer-list-item {
  padding: 40px 0;
  position: relative;
}
.business-customer-list-item .business-customer-item {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .business-customer-list-item .business-customer-item {
    margin-bottom: 20px;
  }
}
.business-customer-list-item
  .business-customer-item
  .business-content-text
  .content-text__header
  h2 {
  color: #0968e3;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: monospace;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .business-customer-list-item
    .business-customer-item
    .business-content-text
    .content-text__header
    h2 {
    color: #0968e3;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
  }
}
.business-customer-list-item
  .business-customer-item
  .business-content-text
  .content-text__header
  .text-header__underline {
  width: 288px;
  padding: 15px 0;
  border-top: 4px dashed #f90;
  border-left: 0 !important;
}
@media (max-width: 767px) {
  .business-customer-list-item
    .business-customer-item
    .business-content-text
    .content-text__header
    .text-header__underline {
    margin: 0 auto;
  }
}
.business-customer-list-item
  .business-customer-item
  .business-content-text
  .bg-cl {
  background-color: #0968e3 !important;
}
.business-customer-list-item
  .business-customer-item
  .business-content-text
  .content-text__body {
  box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.2);
  background-color: rgba(5, 31, 78, 0.1);
  padding: 50px;
  height: auto;
  position: relative;
}
@media (max-width: 767px) {
  .business-customer-list-item
    .business-customer-item
    .business-content-text
    .content-text__body {
    height: auto;
    padding: 50px 25px;
  }
}
.business-customer-list-item
  .business-customer-item
  .business-content-text
  .content-text__body
  .text-body__avatar {
  position: absolute;
  width: 111px;
  height: 111px;
  bottom: -50px;
  right: 50px;
}
@media (max-width: 767px) {
  .business-customer-list-item
    .business-customer-item
    .business-content-text
    .content-text__body
    .text-body__avatar {
    width: 90px;
    height: 90px;
    bottom: -40px;
  }
}
.business-customer-list-item
  .business-customer-item
  .business-content-text
  .content-text__body
  .text-body__avatar
  img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #073a91;
}
.business-customer-list-item
  .business-customer-item
  .business-content-text
  .content-text__body
  .text-body__icon {
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
.business-customer-list-item
  .business-customer-item
  .business-content-text
  .content-text__body
  .text-body__title {
  margin-top: 30px;
}
.business-customer-list-item
  .business-customer-item
  .business-content-text
  .content-text__body
  .text-body__title
  p {
  color: #051f4d;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  line-height: 1.6;
}
.business-customer-list-item
  .business-customer-item
  .business-content-text
  .content-text__body
  .text-body__content
  p {
  color: #051f4d;
  font-size: 14px;
  text-align: justify;
  line-height: 1.6;
}
.business-customer-list-item .business-customer-item .business-content-img {
  margin-top: 60px;
}
.business-customer-list-item
  .business-customer-item
  .business-content-img
  .image12 {
  width: 100%;
  height: 220px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .business-customer-list-item
    .business-customer-item
    .business-content-img
    .image12 {
    margin-bottom: 10px;
  }
}
.business-customer-list-item
  .business-customer-item
  .business-content-img
  .image12
  img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.business-customer-list-item
  .business-customer-item
  .business-content-img
  .image6 {
  width: 100%;
  height: 220px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .business-customer-list-item
    .business-customer-item
    .business-content-img
    .image6 {
    margin-bottom: 10px;
  }
}
.business-customer-list-item
  .business-customer-item
  .business-content-img
  .image6
  img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 425px) {
  .business-customer-list-item
    .business-customer-item
    .business-content-img
    .image6
    img {
    object-position: center;
  }
}
.another-support {
  position: relative;
  padding: 40px 0;
}
.another-support .another-support-bg {
  background-color: rgba(235, 243, 255, 0.5);
}
.another-support .another-support-container .another-support__title h2 {
  color: #0968e3;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.3;
  letter-spacing: -1px;
  font-family: monospace;
}
@media (max-width: 767px) {
  .another-support .another-support-container .another-support__title h2 {
    text-align: center;
    font-size: 20px;
  }
}
.another-support
  .another-support-container
  .another-support__title
  .support-title__underline {
  width: 301px;
  padding: 8px 0;
  border-top: 4px solid #e86930;
  border-left: 0 !important;
}
@media (max-width: 767px) {
  .another-support
    .another-support-container
    .another-support__title
    .support-title__underline {
    margin: 0 auto;
  }
}
.another-support .another-support-container .another-support-vid {
  height: 261px;
  margin-bottom: 16px;
}
.another-support .another-support-container .another-support-vid .cf-vid {
  height: 100%;
}
.another-support .another-support-container .another-support-img {
  height: 261px;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .another-support .another-support-container .another-support-img {
    margin-bottom: 10px;
  }
}
.another-support .another-support-container .another-support-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.another-support .another-support-container .another-support__seeMore {
  margin-top: 10px;
}
.another-support
  .another-support-container
  .another-support__seeMore
  .btn-primary {
  padding: 6px 28px;
  border-radius: 18px;
  background: #0968e3;
}
.another-support
  .another-support-container
  .another-support__seeMore
  .btn-primary:hover {
  background: #277ded;
}
.another-support
  .another-support-container
  .another-support__seeMore
  .btn-primary
  a {
  color: #fff;
  font-size: 16px;
}
.personal-customer-feeling .personal-feeling__image {
  width: 100%;
  height: 600px;
}
@media (max-width: 767px) {
  .personal-customer-feeling .personal-feeling__image {
    height: auto;
  }
}
.personal-customer-feeling .personal-feeling__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.customer-feeling-request {
  position: relative;
  padding-top: 40px;
}
.customer-feeling-request .cf-title h3 {
  font-family: Open Sans, sans-serif;
  color: #3078cf;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .customer-feeling-request .cf-title h3 {
    font-size: 20px;
    white-space: break-spaces;
  }
}
.customer-feeling-request .cf-title .cf-underline {
  width: 248px;
  padding: 8px 0;
  border-top: 1px solid #1e88e5;
  border-left: 0 !important;
  margin: 0 auto;
}
.customer-feeling-request .cf-title .cf-subtitle {
  font-family: Open Sans, sans-serif;
  color: #616161;
  font-size: 15px;
  text-align: center;
  line-height: 1.2;
}
.customer-feeling-request .cf-request-form {
  padding: 20px 0;
}
.customer-feeling-request .cf-request-form .cf-contact {
  margin-top: 10px;
}
.customer-feeling-request .cf-request-form .cf-contact p {
  color: #757575;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .customer-feeling-request .cf-request-form .cf-contact p {
    font-size: 13px;
    text-align: left;
    line-height: 1.4;
  }
}
.customer-feeling-request .cf-request-form .cf-contact h5 {
  color: rgba(0, 0, 0, 0.62);
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  line-height: 1;
}
@media (max-width: 767px) {
  .customer-feeling-request .cf-request-form .cf-contact h5 {
    color: rgba(0, 0, 0, 0.62);
    font-size: 21px;
    font-weight: 700;
    text-align: left;
    line-height: 1;
  }
}
.customer-feeling-request .cf-request-form .request-form-image {
  width: 100%;
  height: 283.774px;
  float: right;
}
.customer-feeling-request .cf-request-form .request-form-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .customer-feeling-request .cf-request-form .request-form {
    margin-top: 20px;
  }
}
.customer-feeling-request
  .cf-request-form
  .request-form
  .request-body-custom
  .form-group
  textarea {
  border-radius: 0;
}
.customer-feeling-request
  .cf-request-form
  .request-form
  .request-body-custom
  .form-group
  input {
  border-radius: 0 !important;
  height: 40px;
}
.customer-feeling-request
  .cf-request-form
  .request-form
  .request-body-custom
  .form-group-custom
  .btn-primary {
  padding: 8px 24px;
  font-size: 16px;
  text-transform: uppercase;
}
.customer-feeling-request
  .cf-request-form
  .request-form
  .request-body-custom
  .form-group-custom
  .btn-with-effect
  i.fa {
  font-size: 18px !important;
}
.background-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .our-plan {
    height: auto;
  }
}
@media (min-width: 768px) {
  .sc-list-item {
    padding-top: 0 !important;
  }
  .cf-row-reset {
    margin-left: 0;
    margin-right: 0;
  }
  .cf-col-reset {
    padding-left: 8px;
    padding-right: 8px;
  }
  .img-row-reset {
    margin-left: -10px;
    margin-right: -10px;
  }
  .img-col-reset {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  .cf-col-reset,
  .img-col-reset {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.vition-news-detail-v2 {
  border: 1px solid #f1f1f1;
}
.vition-news-detail-v2 .vition-news-most-title .nav-item-v {
  width: 50%;
}
.vition-news-detail-v2 .vition-news-most-title .nav-item-v .nav-link-v {
  padding: 10px 0;
  display: block;
  color: #000;
  text-align: center;
  text-decoration: none;
}
.vition-news-detail-v2 .vition-news-most-title .nav-item-v .nav-link-v.active {
  color: #fff;
  background: #f93;
}
.vition-news-detail-v2 .content-news-most {
  padding: 10px 5px;
}
.vition-news-detail-v2 .content-news-most .content-item {
  border-bottom: 1px solid #ecf0f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.vition-news-detail-v2 .content-news-most .content-item .fix-image {
  height: 80px;
  width: 100px;
}
.vition-news-detail-v2 .content-news-most .content-item .fix-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.vition-news-detail-v2 .content-news-most .content-item .title {
  font-size: 14px;
  height: 33px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #000;
}
.vition-news-detail-v2 .content-news-most .content-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .hot__fix .dropdown-toggle:after {
    display: none;
  }
  .hot__fix .dropdown-menu {
    top: -63px !important;
    left: 225px !important;
    border-radius: 12px;
    box-shadow: 0 0 21px 2px wheat;
    position: absolute;
    will-change: transform;
    -webkit-transform: translate3d(-122px, 45px, 0);
    transform: translate3d(-122px, 45px, 0);
  }
  .hot__fix .fb-customerchat span iframe {
    bottom: 135px !important;
    right: 60px !important;
    height: 450px !important;
  }
  .hot__fix .fb_dialog_content iframe {
    margin: 0 12px;
    padding: 0;
    position: fixed;
    z-index: 2147483644;
    bottom: 145px !important;
    right: 3px !important;
  }
  @-webkit-keyframes boxShadow {
    0% {
      box-shadow: 0 0 0 5px #fff, 0 0 0 7px #008ae6, 0 0 0 10px #fff,
        0 0 0 12px #acd4ec;
    }
    to {
      box-shadow: 0 0 0 13px #fff, 0 0 0 15px #008ae6, 0 0 0 18px #fff,
        0 0 3px 23px #ffcc29;
    }
  }
  @keyframes boxShadow {
    0% {
      box-shadow: 0 0 0 5px #fff, 0 0 0 7px #008ae6, 0 0 0 10px #fff,
        0 0 0 12px #acd4ec;
    }
    to {
      box-shadow: 0 0 0 13px #fff, 0 0 0 15px #008ae6, 0 0 0 18px #fff,
        0 0 3px 23px #ffcc29;
    }
  }
  .hot__fix .contact-chatt {
    margin: 10px 15px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #fff, 0 0 0 7px #008ae6, 0 0 0 10px #fff,
      0 0 0 12px #acd4ec;
    -webkit-animation: boxShadow 0.5s infinite;
    animation: boxShadow 0.5s infinite;
  }
  #ladichat-widget-frame {
    bottom: 48px !important;
    right: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hot__fix .dropdown-toggle:after {
    display: none;
  }
  .hot__fix .dropdown-menu {
    top: -63px !important;
    left: 225px !important;
    border-radius: 12px;
    box-shadow: 0 0 21px 2px wheat;
    position: absolute;
    will-change: transform;
    -webkit-transform: translate3d(-122px, 45px, 0);
    transform: translate3d(-122px, 45px, 0);
  }
  .hot__fix .fb-customerchat span iframe {
    bottom: 135px !important;
    right: 60px !important;
    height: 450px !important;
  }
  .hot__fix .fb_dialog_content iframe {
    margin: 0 12px;
    padding: 0;
    position: fixed;
    z-index: 2147483644;
    bottom: 145px !important;
    right: 3px !important;
  }
  @-webkit-keyframes boxShadow {
    0% {
      box-shadow: 0 0 0 5px #fff, 0 0 0 7px #008ae6, 0 0 0 10px #fff,
        0 0 0 12px #acd4ec;
    }
    to {
      box-shadow: 0 0 0 13px #fff, 0 0 0 15px #008ae6, 0 0 0 18px #fff,
        0 0 3px 23px #ffcc29;
    }
  }
  @keyframes boxShadow {
    0% {
      box-shadow: 0 0 0 5px #fff, 0 0 0 7px #008ae6, 0 0 0 10px #fff,
        0 0 0 12px #acd4ec;
    }
    to {
      box-shadow: 0 0 0 13px #fff, 0 0 0 15px #008ae6, 0 0 0 18px #fff,
        0 0 3px 23px #ffcc29;
    }
  }
  .hot__fix .contact-chatt {
    margin: 10px 15px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #fff, 0 0 0 7px #008ae6, 0 0 0 10px #fff,
      0 0 0 12px #acd4ec;
    -webkit-animation: boxShadow 0.5s infinite;
    animation: boxShadow 0.5s infinite;
  }
  #ladichat-widget-frame {
    bottom: 48px !important;
    right: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hot__fix .dropdown-toggle:after {
    display: none;
  }
  .hot__fix .dropdown-menu {
    top: -63px !important;
    left: 225px !important;
    border-radius: 12px;
    box-shadow: 0 0 21px 2px wheat;
    position: absolute;
    will-change: transform;
    -webkit-transform: translate3d(-122px, 45px, 0);
    transform: translate3d(-122px, 45px, 0);
  }
  .hot__fix .fb-customerchat span iframe {
    bottom: 135px !important;
    right: 60px !important;
    height: 450px !important;
  }
  .hot__fix .fb_dialog_content iframe {
    margin: 0 12px;
    padding: 0;
    position: fixed;
    z-index: 2147483644;
    bottom: 145px !important;
    right: 3px !important;
  }
  @-webkit-keyframes boxShadow {
    0% {
      box-shadow: 0 0 0 5px #fff, 0 0 0 7px #008ae6, 0 0 0 10px #fff,
        0 0 0 12px #acd4ec;
    }
    to {
      box-shadow: 0 0 0 13px #fff, 0 0 0 15px #008ae6, 0 0 0 18px #fff,
        0 0 3px 23px #ffcc29;
    }
  }
  @keyframes boxShadow {
    0% {
      box-shadow: 0 0 0 5px #fff, 0 0 0 7px #008ae6, 0 0 0 10px #fff,
        0 0 0 12px #acd4ec;
    }
    to {
      box-shadow: 0 0 0 13px #fff, 0 0 0 15px #008ae6, 0 0 0 18px #fff,
        0 0 3px 23px #ffcc29;
    }
  }
  .hot__fix .contact-chatt {
    margin: 10px 15px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #fff, 0 0 0 7px #008ae6, 0 0 0 10px #fff,
      0 0 0 12px #acd4ec;
    -webkit-animation: boxShadow 0.5s infinite;
    animation: boxShadow 0.5s infinite;
  }
  #ladichat-widget-frame {
    bottom: 145px !important;
    right: 16px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .hot__fix .dropdown-toggle:after {
    display: none !important;
  }
  .hot__fix .dropdown-menu {
    top: -63px !important;
    left: 225px !important;
    border-radius: 12px;
    box-shadow: 0 0 21px 2px wheat;
    position: absolute;
    will-change: transform;
    -webkit-transform: translate3d(-122px, 45px, 0);
    transform: translate3d(-122px, 45px, 0);
  }
  .hot__fix .fb_dialog_content iframe {
    margin: 0 12px;
    padding: 0;
    position: fixed;
    z-index: 2147483644;
    bottom: 230px !important;
    right: 0 !important;
  }
  .hot__fix .fb-customerchat span iframe {
    z-index: 2147483648 !important;
    bottom: 225px !important;
    height: 450px !important;
  }
  @-webkit-keyframes boxShadow {
    0% {
      box-shadow: 0 0 0 5px #fff, 0 0 0 7px #008ae6, 0 0 0 8px #fff,
        0 0 0 10px #acd4ec;
    }
    to {
      box-shadow: 0 0 0 10px #fff, 0 0 0 12px #008ae6, 0 0 0 14px #fff,
        0 0 3px 16px #ffcc29;
    }
  }
  @keyframes boxShadow {
    0% {
      box-shadow: 0 0 0 5px #fff, 0 0 0 7px #008ae6, 0 0 0 8px #fff,
        0 0 0 10px #acd4ec;
    }
    to {
      box-shadow: 0 0 0 10px #fff, 0 0 0 12px #008ae6, 0 0 0 14px #fff,
        0 0 3px 16px #ffcc29;
    }
  }
  .hot__fix .contact-chatt {
    margin: 10px 15px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #fff, 0 0 0 7px #008ae6, 0 0 0 10px #fff,
      0 0 0 12px #acd4ec;
    -webkit-animation: boxShadow 0.5s infinite;
    animation: boxShadow 0.5s infinite;
  }
  .hot__fix .contact-phone {
    padding: 10px;
  }
  #ladichat-widget-frame {
    bottom: 145px !important;
    right: 16px !important;
    width: 93% !important;
    height: 73% !important;
  }
  #ladichat {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .hot__fix .dropdown-toggle:after {
    display: none !important;
  }
  .hot__fix .dropdown-toggle {
    -webkit-appearance: none;
  }
  .hot__fix .dropdown-menu {
    top: -63px !important;
    left: 225px !important;
    border-radius: 12px;
    box-shadow: 0 0 21px 2px wheat;
    position: absolute;
    will-change: transform;
    -webkit-transform: translate3d(-122px, 45px, 0);
    transform: translate3d(-122px, 45px, 0);
  }
  .hot__fix .fb_dialog_content iframe {
    margin: 0 12px;
    padding: 0;
    position: fixed;
    bottom: 230px !important;
    right: 0 !important;
  }
  .hot__fix .fb-customerchat span iframe {
    z-index: 2147483648 !important;
    bottom: 225px !important;
    height: 450px !important;
  }
  @-webkit-keyframes boxShadow {
    0% {
      box-shadow: 0 0 0 5px #fff, 0 0 0 7px #008ae6, 0 0 0 8px #fff,
        0 0 0 10px #acd4ec;
    }
    to {
      box-shadow: 0 0 0 10px #fff, 0 0 0 12px #008ae6, 0 0 0 14px #fff,
        0 0 3px 16px #ffcc29;
    }
  }
  @keyframes boxShadow {
    0% {
      box-shadow: 0 0 0 5px #fff, 0 0 0 7px #008ae6, 0 0 0 8px #fff,
        0 0 0 10px #acd4ec;
    }
    to {
      box-shadow: 0 0 0 10px #fff, 0 0 0 12px #008ae6, 0 0 0 14px #fff,
        0 0 3px 16px #ffcc29;
    }
  }
  .hot__fix .contact-chatt {
    margin: 10px 15px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #fff, 0 0 0 7px #008ae6, 0 0 0 10px #fff,
      0 0 0 12px #acd4ec;
    -webkit-animation: boxShadow 0.5s infinite;
    animation: boxShadow 0.5s infinite;
  }
  .hot__fix .contact-phone {
    padding: 0 0 0 15px;
  }
  .hot__fix #ladichat {
    display: none;
  }
  .hot__fix #ladichat-widget-frame {
    bottom: 145px !important;
    right: 16px !important;
    width: 93% !important;
    height: 73% !important;
  }
}
.all-products.page_speed_2033611308 .item-card-image img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.i__icon-20 {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 3px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .i__icon-20 {
    width: 18px;
    height: 16px;
  }
}
.i__icon-12 {
  margin-right: 2px;
}
.i__icon-12,
.i__icon-vote {
  width: 12px;
  height: 12px;
  display: inline-block;
}
.i__icon-vote {
  background-size: 12px 12px;
}
.i__icon-small {
  width: 11px;
  height: 12px;
  display: inline-block;
  margin-right: 2px;
}
.i__icon-large {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 8px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .i__icon-large {
    width: 20px;
    height: 20px;
  }
}
.icon__contact-v2 {
  width: 43px;
  height: 43px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .icon__contact-v2 {
    width: 46px;
    height: 46px;
    display: inline-block;
  }
}
.large_star {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .large_star {
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 3px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .large_star {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 3px;
  }
}
@media (max-width: 575px) {
  .large_star {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 8px;
  }
}
.i__icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.i__icon-contact-mb {
  background-image: url("/images/icon-v2/chat.svg");
}
.i__icon-location {
  background-image: url("/images/icon-v2/location.svg");
}
.i__icon-location-aside {
  background-image: url("/images/icon-v2/location-aside.svg");
}
.i__icon-angel-right-white {
  background-image: url("/images/icon-v2/angel-right-white.svg");
}
.i__icon-angle-left {
  background-image: url("/images/icon-v2/angle-left.svg");
}
.i__icon-brush {
  background-image: url("/images/icon-v2/brush.svg");
}
.i__icon-calendar-check {
  background-image: url("/images/icon-v2/calendar-check.svg");
}
.i__icon-card-checklist {
  background-image: url("/images/icon-v2/card-checklist.svg");
}
.i__icon-card-list {
  background-image: url("/images/icon-v2/card-list.svg");
}
.i__icon-card-text {
  background-image: url("/images/icon-v2/card-text.svg");
}
.i__icon-chat {
  background-image: url("/images/icon-v2/chat.svg");
}
.i__icon-chat-square-dots {
  background-image: url("/images/icon-v2/chat-square-dots.svg");
}
.i__icon-chat-square-quote {
  background-image: url("/images/icon-v2/chat-square-quote.svg");
}
.i__icon-ionic-ios-star {
  background-image: url("/images/icon-v2/ionic-ios-star.svg");
}
.i__icon-ionic-ios-star-none {
  background-image: url("/images/icon-v2/ionic-ios-star-none.svg");
}
.i__icon-ionic-ios-star-blue {
  background-image: url("/images/icon-v2/ionic-ios-star-blue.svg");
}
.i__icon-ionic-ios-star-half {
  background-image: url("/images/icon-v2/ionic-ios-star-half.svg");
}
.i__icon-ionic-ios-star-outline {
  background-image: url("/images/icon-v2/ionic-ios-star-outline.svg");
}
.i__icon-ionic-ios-time {
  background-image: url("/images/icon-v2/ionic-ios-time.svg");
}
.i__icon-ionic-md-checkmark-circle {
  background-image: url("/images/icon-v2/ionic-md-checkmark-circle.svg");
}
.i__icon-ionic-md-menu {
  background-image: url("/images/icon-v2/ionic-md-menu.svg");
}
.i__icon-map-airport {
  background-image: url("/images/icon-v2/map-airport.svg");
}
.i__icon-map-boat-tour {
  background-image: url("/images/icon-v2/map-boat-tour.svg");
}
.i__icon-material-local-see {
  background-image: url("/images/icon-v2/material-local-see.svg");
}
.i__icon-material-location-on {
  background-image: url("/images/icon-v2/material-location-on.svg");
}
.i__icon-material-loyalty {
  background-image: url("/images/icon-v2/material-loyalty.svg");
}
.i__icon-messenger {
  background-image: url("/images/icon-v2/messenger.svg");
}
.i__icon-metro-gift {
  background-image: url("/images/icon-v2/metro-gift.svg");
}
.i__icon-metro-location {
  background-image: url("/images/icon-v2/metro-location.svg");
}
.i__icon-phone {
  background-image: url("/images/icon-v2/phone-v2.svg");
  width: 13px;
  height: 13px;
}
.i__icon-phone-contact {
  background-image: url("/images/icon-v2/phone.svg");
}
.i__icon-search {
  background-image: url("/images/icon-v2/search.svg");
}
.i__icon-zalo-seeklogo {
  background-image: url("/images/icon-v2/zalo-seeklogo.com.svg");
}
.i__icon-up {
  background-image: url("/images/icon-v2/icon-up.svg");
}
.div__icon-v2 {
  float: left;
  width: 20px;
  text-align: center;
  margin-right: 5px;
  font-size: 16px;
  color: #2517c8;
}
.hot__fix .zalo-chat-widget {
  right: 10px !important;
  bottom: 10% !important;
}
.hot__fix .contact__us-bottomm {
  position: fixed;
  bottom: 18.2px;
  left: 28.6px;
}
@media only screen and (max-width: 768px) {
  .hot__fix .contact__us-bottomm {
    bottom: 160px;
    left: 5%;
  }
}
.hot__fix .contact-all {
  bottom: -10%;
  height: 190px;
  position: fixed;
  right: 12px;
  border-radius: 50px;
  width: 65px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .hot__fix .contact-all {
    bottom: 5%;
    height: 200px;
  }
}
@media (max-width: 768px) and (min-width: 425px) {
  .hot__fix .contact-all {
    bottom: 5%;
    height: 210px;
  }
}
@media only screen and (max-width: 425px) {
  .hot__fix .contact-all {
    bottom: 5%;
    height: 195px;
  }
}
.hot__fix .contact-all .contact-phone {
  padding: 0 0 5px 15px;
}

#sidebar {
  margin-top: 5px;
  transition: all 0.3s;
}
#sidebar ul {
  margin-bottom: 0 !important;
}
#sidebar ul li a {
  padding: 10px 0;
  font-size: 14px;
  display: block;
  color: #333;
}
#sidebar ul li a:hover {
  color: #f93;
  text-decoration: none;
}
#sidebar ul li ul a {
  font-size: 13px !important;
  padding-left: 20px !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #sidebar ul li ul a {
    padding-left: 6px !important;
  }
}
#sidebar ul li.active > a,
#sidebar ul li a[aria-expanded="true"] {
  color: #333;
  font-weight: 700;
}
a[data-toggle="collapse"] {
  position: relative;
}
.dropdown-toggle:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0 !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.CTAs {
  padding: 20px;
}
ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}
a.article,
a.article:hover {
  background: #f93 !important;
  color: #fff !important;
}
@media (max-width: 768px) {
  #sidebar.active {
    margin-left: 0;
  }
  #sidebarCollapse span {
    display: none;
  }
}
#nav-bot {
  background: #00759a;
}
#nav-bot .logo-menu {
  padding-bottom: 30px;
}
#nav-bot .logo-menu #logo {
  padding-top: 10px;
}
#nav-bot .logo-menu #logo img {
  width: 200px;
}
#nav-bot .logo-menu .menu-header {
  padding-top: 20px;
}
#nav-bot .logo-menu .menu-header .nav {
  float: right;
}
#nav-bot .logo-menu .menu-header a {
  font-size: 16px;
  color: #fff;
}
#nav-bot .logo-menu .menu-header .ruler-menu {
  width: 50px;
  margin: 0 auto;
  border-bottom: 2px solid #ffff;
  display: none;
}
#nav-bot .search {
  margin-bottom: 40px;
  height: 40px;
}
#nav-bot .search .input-group {
  color: #0998c8;
  height: 100%;
}
#nav-bot .search .input-group .search-from {
  position: relative;
  margin-right: 3px;
  width: 155px;
}
#nav-bot .search .input-group .search-from i {
  position: absolute;
  top: 13px;
  left: 15px;
}
#nav-bot .search .input-group .search-from select {
  padding-left: 30px;
  height: 100%;
  background: #fff;
  color: #71aac5;
}
#nav-bot .search .input-group .search-from .search-box__dpt {
  height: 43px !important;
}
#nav-bot .search .input-group .search-from .expand {
  position: absolute;
  right: 15px;
  top: 17px;
}
#nav-bot .search .input-group .search-to {
  position: relative;
  width: 300px;
  margin-right: 3px;
  z-index: 99;
  background: transparent;
  border-radius: 3px;
}
@media (max-width: 1200px) and (min-width: 1024px) {
  #nav-bot .search .input-group .search-to {
    width: 270px !important;
  }
}
#nav-bot .search .input-group .search-to .fas {
  z-index: 1;
}
#nav-bot .search .input-group .search-to .twitter-typeahead {
  width: 100%;
}
#nav-bot .search .input-group .search-to .twitter-typeahead .tt-menu {
  width: 185% !important;
  margin-left: -157px;
  background: #fff !important;
  margin-top: 10px;
}
#nav-bot
  .search
  .input-group
  .search-to
  .twitter-typeahead
  .tt-menu
  .cat-image-countries {
  width: 67px;
  height: 60px;
  float: left;
  margin-right: 10px;
}
#nav-bot
  .search
  .input-group
  .search-to
  .twitter-typeahead
  .tt-menu
  .cat-image-tour {
  width: 95px;
  height: 60px;
  float: left;
  margin-right: 10px;
}
#nav-bot
  .search
  .input-group
  .search-to
  .twitter-typeahead
  .tt-menu
  .cat-image-tour
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#nav-bot
  .search
  .input-group
  .search-to
  .twitter-typeahead
  .tt-menu
  .icon-tour {
  width: 114px;
  height: 24px;
  margin: 0;
}
#nav-bot
  .search
  .input-group
  .search-to
  .twitter-typeahead
  .tt-menu
  .icon-tour
  i {
  position: inherit !important;
}
#nav-bot .search .input-group .search-to .twitter-typeahead .tt-menu:before {
  position: absolute;
  top: -11px;
}
#nav-bot .search .input-group .search-to .list-search-category {
  height: 300px;
  overflow-y: scroll;
}
#nav-bot
  .search
  .input-group
  .search-to
  .list-search-category::-webkit-scrollbar {
  width: 0;
}
#nav-bot
  .search
  .input-group
  .search-to
  .list-search-category::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
#nav-bot
  .search
  .input-group
  .search-to
  .list-search-category::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#nav-bot .search .input-group .search-to i {
  position: absolute;
  color: #71aac5;
  top: 13px;
  left: 15px;
}
#nav-bot .search .input-group .search-to input {
  background: #fff;
  color: #71aac5;
  height: 40px;
  border-radius: 3px;
}
#nav-bot .search .input-group .search-to .onFocus {
  width: 185%;
  margin-top: 9px;
  padding: 10px;
  margin-left: -157px;
  background: #fff;
  color: #000;
  border: 1px solid #d9d9d9;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;
}
#nav-bot .search .input-group .search-to .onFocus::-webkit-scrollbar {
  width: 10px;
}
#nav-bot .search .input-group .search-to .onFocus::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
#nav-bot .search .input-group .search-to .onFocus::-webkit-scrollbar-track {
  background: #fff;
}
#nav-bot .search .input-group .search-to .onFocus .title span {
  text-transform: uppercase;
}
#nav-bot .search .input-group .search-to .onFocus .title span img {
  position: unset;
  padding-bottom: 5px;
  margin-right: 5px;
  width: 20px;
}
#nav-bot .search .input-group .search-to .onFocus .places {
  padding: 0 7px;
}
#nav-bot .search .input-group .search-to .onFocus .places .place {
  padding: 10px;
  border: 1px solid transparent;
}
#nav-bot .search .input-group .search-to .onFocus .places .place:hover {
  background-color: rgba(64, 166, 242, 0.1);
  border: 1px solid rgba(64, 166, 242, 0.2);
}
#nav-bot .search .input-group .search-to .onFocus .places .place:hover a {
  text-decoration: none;
}
#nav-bot
  .search
  .input-group
  .search-to
  .onFocus
  .places
  .place
  .cat-title
  .name-place {
  font-size: 14px;
  font-weight: 700;
  color: #494b55;
}
#nav-bot
  .search
  .input-group
  .search-to
  .onFocus
  .places
  .place
  .cat-title
  .count-place {
  color: #003c71;
}
#nav-bot .search .input-group .search-to .onFocus .places .place .icon {
  display: none;
}
#nav-bot .search .input-group .search-to .onFocus: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 0.3s ease-out;
  position: absolute;
  top: 42px;
}
#nav-bot .search .input-group .search-to input {
  border: none;
  border-radius: 0.25rem;
  padding-left: 30px;
  height: 43px;
  font-size: 16px;
}
#nav-bot .search .input-group .search-to .btn-group .search-button {
  background: #09c;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  border-radius: 0 5px 5px 0;
}
#nav-bot .search .input-group .search-to .btn-group .search-button i {
  margin: 0 5px;
}
#nav-bot .search .input-group .search-to .BoxAutoCompleteListLoading {
  margin-top: 9px;
  margin-left: -156px;
  width: 185%;
}
#nav-bot .search .input-group .search-to .BoxAutoCompleteListLoading: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 0.3s ease-out;
  position: absolute;
  top: 41px;
}
#nav-bot .search .input-group .btn-group {
  height: 43px;
}
#nav-bot .search .input-group .btn-group button {
  background: #f93;
  text-transform: uppercase;
}
#nav-bot .search-info-header {
  float: right;
  position: relative;
  height: 40px;
}
#nav-bot .search-info-header input {
  width: 265px;
  border-radius: 20px;
  height: 100%;
  padding-left: 20px;
  padding-right: 50px;
}
#nav-bot .search-info-header .search-round {
  position: absolute;
  right: 1px;
  top: 1px;
}
#nav-bot .search-info-header .search-round button {
  border-radius: 50%;
  background: #00759a;
  height: 38px;
  width: 38px;
}
#header-bot .logo-menu .menu-header {
  padding: 15px 15px 0 !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #header-bot .logo-menu .menu-header {
    max-width: 100% !important;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
}
#header-bot .logo-menu .menu-header .n-nav-ul {
  list-style: none;
  margin-bottom: 0;
  float: right;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #header-bot .logo-menu .menu-header .n-nav-ul {
    float: unset;
  }
}
#header-bot .logo-menu .menu-header .n-nav-ul .drops-parent {
  position: relative;
}
#header-bot .logo-menu .menu-header .n-nav-ul .drops-parent .ruler-menu {
  width: 50px;
  margin: 0 auto;
  border-bottom: 2px solid #ffff;
  display: none;
  position: absolute;
  bottom: 10px;
  left: 27%;
}
#header-bot .logo-menu .menu-header .n-nav-ul .drops-parent .drop-sub-menu {
  display: none;
  width: 172px;
  position: absolute;
  background: #00759a;
  top: 100%;
  z-index: 99;
  transition: 0.5s;
}
#header-bot
  .logo-menu
  .menu-header
  .n-nav-ul
  .drops-parent
  .drop-sub-menu::-webkit-scrollbar {
  width: 10px;
}
#header-bot
  .logo-menu
  .menu-header
  .n-nav-ul
  .drops-parent
  .drop-sub-menu::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
#header-bot
  .logo-menu
  .menu-header
  .n-nav-ul
  .drops-parent
  .drop-sub-menu
  .drop-item {
  width: 100%;
}
#header-bot
  .logo-menu
  .menu-header
  .n-nav-ul
  .drops-parent
  .drop-sub-menu
  li:hover {
  background-color: #f93;
}
#header-bot
  .logo-menu
  .menu-header
  .n-nav-ul
  .drops-parent
  .drop-sub-menu
  .drops {
  position: relative;
}
#header-bot
  .logo-menu
  .menu-header
  .n-nav-ul
  .drops-parent
  .drop-sub-menu
  .drops:hover
  .drop-sub-menu {
  transition: all 0.3s ease 0s;
  display: block;
}
#header-bot
  .logo-menu
  .menu-header
  .n-nav-ul
  .drops-parent
  .drop-sub-menu
  .drops
  .drop-sub-menu {
  left: 100%;
  top: 0;
  display: none;
}
#header-bot .logo-menu .menu-header .n-nav-ul li {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#header-bot .logo-menu .menu-header .n-nav-ul li a {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  padding: 16px 20px;
  text-decoration: none;
}
#header-bot .logo-menu .menu-header .n-nav-ul .drops:hover .drop-sub-menu {
  transition: all 0.3s ease 0s;
  display: block;
}
#header-bot .logo-menu .menu-header .n-nav-ul .drops:hover .ruler-menu {
  display: block;
}
#nav-top .n-nav-ul {
  list-style: none;
  margin-bottom: 0;
  float: right;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #nav-top .n-nav-ul {
    float: unset;
  }
}
#nav-top .n-nav-ul .drops-parent {
  position: relative;
}
#nav-top .n-nav-ul .drops-parent .drop-sub-menu {
  margin-top: 2px;
  display: none;
  width: 180px;
  position: absolute;
  background: #00506c;
  top: 65px;
  z-index: 99;
  transition: 0.5s;
}
#nav-top .n-nav-ul .drops-parent .drop-sub-menu .drop-item {
  width: 100%;
}
#nav-top .n-nav-ul .drops-parent .drop-sub-menu .drops {
  position: relative;
}
#nav-top .n-nav-ul .drops-parent .drop-sub-menu .drops:hover .drop-sub-menu {
  transition: all 0.3s ease 0s;
  display: block;
}
#nav-top .n-nav-ul .drops-parent .drop-sub-menu .drops .drop-sub-menu {
  left: 100%;
  top: -2px;
  font-size: 14px !important;
  display: none;
}
#nav-top .n-nav-ul li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 51px;
}
#nav-top .n-nav-ul li a {
  font-size: 13px;
  color: #fff;
  text-transform: capitalize;
  padding: 15px;
  text-decoration: none;
}
#nav-top .n-nav-ul li:hover {
  background-color: #457f94;
  border-bottom: 2px solid #f93;
}
#nav-top .n-nav-ul .drops:hover .drop-sub-menu {
  transition: all 0.3s ease 0s;
  display: block;
}
#nav-top .n-nav-ul .background-hover-menu:hover {
  background: #457f94;
}
#nav-bot .logo-menu .menu-header li:hover .ruler-menu {
  display: block;
}
@font-face {
  font-display: swap;
}
#body-category {
  background: #fafafa;
  padding-top: 10px;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-category {
    background: #eaeaea;
  }
}
#body-category .title-category {
  margin-bottom: 25px;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-category .title-category {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body-category .title-category {
    margin-bottom: 20px;
  }
}
#body-category .title-category h1 {
  font-size: 36px;
  color: #00506c;
  text-transform: capitalize;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-category .title-category h1 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body-category .title-category h1 {
    font-size: 30px;
  }
}
#body-category .title-category .ruler {
  border-bottom: 3px solid #0998c8;
  width: 13%;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-category .title-category .ruler {
    width: 30%;
  }
}
#body-category .filter ul .filter-title {
  line-height: 30px;
  margin-right: 8px;
}
#body-category .filter ul .filter-title span {
  font-weight: 500;
  font-size: 15px;
  color: #5b6068;
}
#body-category .filter ul .filter-item {
  list-style-type: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 40px;
  border: 1px solid #d5d8dc;
  color: #fff;
  margin-right: 8px;
}
#body-category .filter ul .filter-item a {
  color: #bec3c9;
  font-size: 14px;
  line-height: 20px;
}
#body-category .filter ul .filter-item.active {
  background: #6f8294;
  color: #fff;
  font-weight: 500;
}
#body-category .filter ul .filter-item:hover {
  background: #6f8294;
  color: #fff;
}
#body-category .filter ul .filter-item:hover a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
#body-category .sort {
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  color: #0d0d0d;
  margin-bottom: 15px;
  border: 1px solid #f1f1f1;
}
.gtranslate_wrapper {
    margin-top: 6px;
}

.gtranslate_wrapper a {
    margin-right: 4px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #body-category .sort {
    display: none;
  }
}
#body-category .sort .depart-location-selected {
  background: #007bff;
  border-radius: 5px;
}
#body-category .sort .depart-location-selected a {
  font-weight: 600;
  border-radius: 5px;
  color: #fff !important;
}
#body-category .sort .depart-location {
  border-radius: 5px;
  color: #007bff;
}
#body-category .sort .depart-location a {
  font-weight: 600;
  border-radius: 5px;
  color: #007bff;
}
#body-category .sort .depart-location:hover {
  background: #fff;
}
#body-category .sort .depart-location:hover a {
  color: #007bff !important;
  font-weight: 600;
  border-radius: 5px;
}
#body-category .sort ul {
  margin-bottom: 0;
}
#body-category .sort .gray,
#body-category .sort ul .bg-pys-help {
  background: #e1e1e1;
}
#body-category .sort .gray a {
  color: #0d0d0d;
}
#body-category .sort .sort-item {
  color: #c3c3c3;
}
#body-category .sort .filter-item a,
#body-category .sort .sort-item a {
  color: #717171;
}
#body-category .sort li {
  display: inline-block;
  padding: 10px 27.7px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body-category .sort li {
    padding: 10px 11.7px !important;
  }
}
#body-category .sort li span {
  font-weight: 700;
}
#body-category .sort li a {
  text-decoration: none;
}
#body-category .sort li i {
  margin-left: 3px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body-category .sort .display-none-tablet-category {
    display: none;
  }
}
#body-category .item-category {
  border-radius: 3px;
  margin-bottom: 15px;
  border: 1px solid #7171711c;
  padding: 5px;
  background: #fff;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-category .item-category {
    padding: 0;
  }
}
#body-category .item-category:hover {
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
#body-category .item-category .item {
  margin: 0;
}
#body-category .item-category .item .image {
  padding: 0;
}
#body-category .item-category .item .image .card-category {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 0;
  left: 2%;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-category .item-category .item .image .card-category {
    left: 0;
  }
}
#body-category .item-category .item .image .card-category .arrow-down {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 15px solid #ea0f42;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-category .item-category .item .image .card-category .arrow-down {
    display: none;
  }
}
#body-category .item-category .item .image .card-category .rectangle {
  background: #ea0f42;
  width: 50px;
  text-align: center;
  padding: 5px;
}
#body-category .item-category .item .image .card-category .rectangle span {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-category .item-category .item .image .price-public-and-base {
    text-align: left;
  }
  #body-category
    .item-category
    .item
    .image
    .price-public-and-base
    .price_public {
    color: #ff8d1b;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 700;
    font-style: normal;
    position: absolute;
    right: 10px;
    bottom: 30px;
    z-index: 1;
  }
  #body-category
    .item-category
    .item
    .image
    .price-public-and-base
    .price_base {
    color: #8d8e8f;
    font-size: 13px;
    position: absolute;
    right: 30px;
    bottom: 15px;
    z-index: 1;
  }
}
#body-category .item-category .item .fix-image-height {
  width: 100%;
}
#body-category .item-category .item .fix-image-height img {
  width: 100%;
  height: 100%;
}
@media (min-width: 320px) and (max-width: 374px) {
  #body-category .item-category .item .fix-image-height {
    height: 180px;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  #body-category .item-category .item .fix-image-height {
    height: 200px;
  }
}
@media (min-width: 345px) and (max-width: 480px) {
  #body-category .item-category .item .fix-image-height {
    height: 225px;
  }
}
#body-category .item-category .item .content {
  padding: 0 0 0 15px;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-category .item-category .item .content {
    padding-right: 15px;
    padding-bottom: 10px;
  }
}
#body-category .item-category .item .content a {
  text-decoration: none;
}
#body-category .item-category .item .content h2 {
  font-size: 23px;
  color: #00506c;
  font-weight: 700;
  padding-top: 10px;
  overflow: hidden;
}
#body-category .item-category .item .content h2:hover {
  color: #f93;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body-category .item-category .item .content h2 {
    font-size: 18px;
    height: 53px;
  }
}
#body-category .item-category .item .content .expire-date {
  color: #fa1238;
  font-size: 18px;
  margin-top: 25px;
  margin-right: 25px;
}
#body-category .item-category .item .content .item-content {
  font-size: 14px;
  margin-top: 15px;
  line-height: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body-category .item-category .item .content .item-content {
    margin-top: 0;
  }
}
#body-category .item-category .item .content .item-content .fix-content-detail {
  width: 74%;
}
#body-category
  .item-category
  .item
  .content
  .item-content
  .fix-width-item-content {
  width: 70%;
}
#body-category
  .item-category
  .item
  .content
  .item-content
  .item-content-detail
  .item-content-p {
  color: #717171;
}
#body-category
  .item-category
  .item
  .content
  .item-content
  .item-content-detail
  .item-content-p
  img {
  margin-right: 10px;
  padding-bottom: 5px;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-category
    .item-category
    .item
    .content
    .item-content
    .item-content-detail
    .item-content-p
    img {
    margin-right: 5px;
  }
}
#body-category
  .item-category
  .item
  .content
  .item-content
  .item-content-mobile {
  display: none;
}
@media (max-width: 480px) {
  #body-category
    .item-category
    .item
    .content
    .item-content
    .item-content-mobile {
    display: none;
  }
}
#body-category .item-category .item .content .item-content .ruler {
  border-bottom: 2px solid #bcbcbc;
  width: 10%;
  margin: 11px 0;
}
#body-category .item-category .item .content .item-content .price-old {
  text-decoration-line: line-through;
  -webkit-text-decoration-line: line-through;
  position: absolute;
  right: 0;
  top: 30%;
  color: #717171;
  font-size: 15px;
}
#body-category .item-category .item .content .item-content .price-new {
  position: absolute;
  right: 0;
  top: 40%;
  font-size: 24px;
  font-weight: 700;
  color: #fa1238;
}
#body-category .item-category .item .content .item-content .button-book-tour {
  background: #f93;
  border: none;
  font-weight: 700;
  font-size: 16px;
  width: 135px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 56%;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  border-radius: 3px;
  color: #fff;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-category .item-category .item .content .item-content .price-new,
  #body-category .item-category .item .content .item-content .price-old {
    position: relative;
    margin-bottom: 0px;
  }
  #body-category .item-category .item .content .item-content .button-book-tour {
    position: relative;
    width: 100%;
    line-height: 35px;
    height: 35px;
    float: left;
    border-radius: 3px;
    border: 1px solid #f93;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  #body-category .item-category .item .content .item-content .button-book-tour {
    height: 30px;
    line-height: 30px;
    width: 90px;
  }
}
#body-category .item-category .item .content .rulers-mobile-category {
  border-bottom: 1px solid #bcbcbc;
  margin: 10px -10px;
}
#body-category .item-category .item .content .promotion {
  color: #717171;
  padding-top: 15px;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-category .item-category .item .content .promotion {
    padding-top: 0;
  }
}
#body-category .item-category .item .content .promotion .item-promotion {
  clear: both;
  width: 100%;
  overflow: hidden;
}
#body-category .item-category .item .content .promotion .item-promotion ul {
  margin-bottom: 0;
}
#body-category .item-category .item .content .promotion .item-promotion ul li {
  width: 50%;
  float: left;
  padding-right: 19px;
  height: 24px;
  overflow: hidden;
  list-style: inside;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#body-category .menu {
  border-radius: 3px;
  background: #fff;
  padding: 20px;
  border: 1px solid #f1f1f1;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-category .menu {
    display: none;
  }
}
#body-category .menu .title-menu {
  border-bottom: 1px solid #ebebeb;
}
#body-category .menu .title-menu h5 {
  color: #00506c;
  text-transform: capitalize;
}
#body-category .menu .title-menu .ruler {
  border-bottom: 3px solid #0998c8;
  width: 29%;
  margin-bottom: 15px;
}
#body-category .menu .item-menu {
  margin: 15px 0;
}
#body-category .menu .item-menu .navbar-brand {
  font-size: 14px;
  width: 100%;
}
#body-category .menu .item-menu .navbar-brand .navbar-nav .navbar-text {
  border-bottom: 1px solid #ebebeb;
}
#body-category
  .menu
  .item-menu
  .navbar-brand
  .navbar-nav
  .navbar-text
  .navbar-nav-child {
  padding-left: 35px;
}
#body-category
  .menu
  .item-menu
  .navbar-brand
  .navbar-nav
  .navbar-text
  .navbar-nav-child
  .navbar-text-child {
  list-style: none;
}
#body-category
  .menu
  .item-menu
  .navbar-brand
  .navbar-nav
  .navbar-text
  .navbar-nav-child
  .navbar-text-child
  a {
  color: #f93;
}
#body-category .menu .item-menu .navbar-brand .navbar-nav .navbar-text a {
  color: #0d0d0d;
}
#body-category .fix-slide {
  height: 420px;
}
#body-category .fix-slide .carousel-indicators-fix-dot {
  bottom: 0;
}
#body-category .fix-slide .carousel-indicators-fix-dot li {
  height: 10px;
  width: 10px;
  background-color: #ebebeb82;
  border-radius: 50%;
}
#body-category .fix-slide .carousel-indicators-fix-dot li.active {
  background-color: #f93;
}
#body-category .fix-slide .carousel-item-fix-bg {
  background: none;
}
#body-category .tks-customers {
  border-radius: 3px;
  position: relative;
  background: #fff;
  border: 1px solid #f1f1f1;
  margin-top: 30px;
  height: 400px;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-category .tks-customers {
    display: none;
  }
}
#body-category .tks-customers .tks-customer .avatar-customer {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 102px;
  border-radius: 50px;
  right: 32%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body-category .tks-customers .tks-customer .avatar-customer {
    width: 70px;
    height: 70px;
    right: 32%;
  }
}
#body-category .tks-customers .tks-customer .avatar-customer img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  border-radius: 50px;
}
#body-category .tks-customers .tks-customer .img {
  background: #000;
  height: 150px;
}
#body-category .tks-customers .tks-customer .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.9;
}
#body-category .tks-customers .tks-customer .title-customer {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  height: 20px;
}
#body-category .tks-customers .tks-customer .title-customer h5 {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  height: 18px;
}
#body-category .tks-customers .tks-customer .title-customer span {
  color: #f93;
}
#body-category .tks-customers .tks-customer-content {
  padding-top: 50px;
  text-align: center;
}
#body-category .tks-customers .tks-customer-content .name {
  color: #02a0d4;
  margin-bottom: 5px;
}
body .zalo-container.right {
    right: 20px;
}
#body-category .tks-customers .tks-customer-content .name h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0;
}
#body-category .tks-customers .tks-customer-content .location {
  font-size: 15px;
  color: #adadad;
  margin-bottom: 5px;
  overflow: hidden;
  height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  padding: 0 23px;
}
#body-category .tks-customers .tks-customer-content .location p {
  margin-bottom: 0;
}
#body-category .tks-customers .tks-customer-content .comment {
  padding: 0 23px;
  font-size: 12px;
  margin-bottom: 20px;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#body-category .tks-customers .tks-customer-content .more {
  margin-bottom: 10px;
}
#body-category .tks-customers .tks-customer-content .more a {
  color: #02a0d4;
  text-decoration: none;
  font-size: 12px;
}
#body-category .tks-customers .tks-customer-content .more a:hover {
  color: #f93;
}
#body-category .fixed-advisory-category {
  position: fixed;
  top: 0;
  width: 255px;
}
#body-category .fixed-advisory-category .advisory {
  margin-top: 30px;
}
#body-category .position-default-category {
  position: absolute;
  top: 3678px;
}
.path .breadcrumb {
  background: none;
  margin-bottom: 0;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .path .breadcrumb {
    padding: 10px;
  }
}
.path img {
  padding-bottom: 5px;
  margin-right: 8px;
}
.path a {
  color: #0099cb;
  text-decoration: none;
}
.advisory {
  border-radius: 3px;
  margin-top: 30px;
  border: 1px solid #f1f1f1;
}
@media (min-width: 320px) and (max-width: 480px) {
  .advisory {
    display: none;
  }
}
.advisory .advisory-top {
  background: #00759a;
  height: 50px;
  padding: 0 auto;
}
.advisory .advisory-top h5 {
  color: #fff;
  line-height: 50px;
  font-weight: 600;
  padding-left: 10px;
}
.advisory .advisory-bot {
  padding: 10px;
  background: #fff;
}
.advisory .advisory-bot .phone-advisory {
  font-size: 15px;
  position: relative;
}
.advisory .advisory-bot .phone-advisory .sdt {
  position: absolute;
  top: 5px;
  color: #f93;
  font-weight: 700;
  left: 58px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .advisory .advisory-bot .phone-advisory .sdt {
    left: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .advisory .advisory-bot .phone-advisory .sdt span {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .advisory .advisory-bot .phone-advisory .sdt span {
    font-size: 14px;
  }
}
.advisory .advisory-bot .phone-advisory img {
  width: 50px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .advisory .advisory-bot .phone-advisory img {
    width: 40px;
  }
}
.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;
}
.advisory .advisory-bot .contact-advisory .form-contact input {
  border: 2px solid #02a0d4;
  border-right: none;
  font-size: 13px;
  max-width: 78%;
  float: left;
}
.wpcf7-submit {
  background-color: #02a0d4;
  color: #fff;
  margin-top: -1px;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
}
.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: #fff;
  font-weight: 700;
}
@media (min-width: 769px) and (max-width: 1024px) {
  #body-category .item-category .item .content h5 {
    font-size: 21px;
    margin-bottom: 3px;
  }
  #body-category .item-category .item .content .item-content {
    margin-top: 0;
  }
  #body-category .item-category .item .content .item-content .ruler {
    margin: 2px 0;
  }
  #body-category .item-category .item .content .item-content .price-new {
    font-size: 20px;
  }
  #body-category .item-category .item .content .item-content button {
    top: 53%;
  }
  #body-category .sort ul li {
    padding: 10px 17.7px;
  }
  .advisory .advisory-bot .phone-advisory {
    font-size: 13px;
  }
  .advisory .advisory-bot .phone-advisory img {
    width: 43px;
  }
  .advisory .advisory-bot .phone-advisory .sdt {
    left: 46px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  #body-category .sort ul li {
    padding: 10px 15.7px;
  }
}
@media (min-width: 320px) and (max-width: 380px) {
  .item-category .item .content a h5 {
    width: 53%;
    position: absolute;
    top: -55px;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: unset !important;
    height: 45px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .item-category .item .content .item-content {
    margin-top: 0 !important;
  }
  .item-category .item .content .item-content .item-content-mobile {
    display: block !important;
  }
  .item-category .item .content .item-content .item-content-mobile span {
    display: inherit;
  }
  .item-category .item .content .item-content .item-content-mobile span img {
    padding-bottom: 5px;
    margin-right: 5px;
  }
  .item-category .image {
    position: relative;
  }
  .item-category .image:after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.94)
    );
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    opacity: 0.7;
    z-index: 0;
  }
}
@media (min-width: 381px) and (max-width: 480px) {
  .item-category .item .content a h5 {
    width: 55%;
    position: absolute;
    top: -66px;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: unset !important;
    overflow: hidden;
    height: 50px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
  }
  .item-category .item .content .item-content {
    margin-top: 0 !important;
  }
  .item-category .item .content .item-content .flr {
    float: right;
  }
  .item-category .item .content .item-content .dn {
    display: none;
  }
  .item-category .item .content .item-content .mb3 {
    margin-bottom: 3px;
  }
  .item-category .image {
    position: relative;
  }
  .item-category .image:after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.94)
    );
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    opacity: 0.7;
    z-index: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu-tablet {
    line-height: 12px;
    margin-top: 0 !important;
    padding: 10px !important;
  }
  .menu-tablet .del-button:after {
    border-right: none;
    border-left: none;
  }
}
#nav-bot .logo-menu-no-search {
  padding-bottom: 10px;
}
.search-info {
  float: right;
  position: relative;
  height: 40px;
  margin-top: 2px;
}
.search-info input {
  width: 265px;
  border-radius: 20px;
  height: 40px;
  padding-left: 20px;
  padding-right: 50px;
  border: 1px solid #00759a;
}
.search-info .search-round {
  position: absolute;
  right: 0;
  top: 0;
}
.search-info .search-round button {
  border-radius: 50px;
  background: #00759a;
  height: 40px;
  width: 40px;
}
#body-aboutlist {
  background: #fff;
  padding-top: 10px;
}
#body-aboutlist .path .breadcrumb {
  background: none;
  margin-bottom: 5px;
}
#body-aboutlist .path img {
  padding-bottom: 5px;
  margin-right: 8px;
}
#body-aboutlist .path a {
  color: #0099cb;
  text-decoration: none;
}
#body-aboutlist .title-aboutlist {
  margin-bottom: 25px;
}
#body-aboutlist .title-aboutlist h1,
#body-aboutlist .title-aboutlist h2 {
  font-size: 36px;
  color: #00506c;
  text-transform: capitalize;
}
#body-aboutlist .title-aboutlist .ruler {
  border-bottom: 3px solid #0998c8;
  width: 13%;
}
#body-aboutlist .item-category {
  margin-bottom: 30px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 3px;
}
#body-aboutlist .item-category:hover {
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
#body-aboutlist .item-category .item {
  margin: 0;
}
#body-aboutlist .item-category .item .image-about {
  width: 100%;
  padding: 0;
}
#body-aboutlist .item-category .item .image-about img {
  width: 100%;
  height: 100%;
}
#body-aboutlist .item-category .item .content {
  padding: 0 20px;
  font-size: 14px;
  background: #b7b7b72b;
}
@media (min-width: 320px) and (max-width: 767px) {
  #body-aboutlist .item-category .item .content {
    padding: 0 15px;
  }
}
#body-aboutlist .item-category .item .content span {
  height: 60px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#body-aboutlist .item-category .item .content a {
  text-decoration: none;
}
#body-aboutlist .item-category .item .content .title-about-list {
  height: 48px;
  display: -webkit-box;
  line-height: 23px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 20px;
  color: #00506c;
  font-weight: 700;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #body-aboutlist .item-category .item .content .title-about-list {
    height: 44px;
    font-size: 14px;
  }
}
#body-aboutlist .item-category .item .content .title-about-list:hover {
  color: #f93;
}
#body-aboutlist .item-category .item .content h4 {
  height: 48px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 20px;
  color: #00506c;
  font-weight: 700;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 5px;
}
#body-aboutlist .item-category .item .content h4:hover {
  color: #f93;
}
#body-aboutlist .item-category .item .content .content-bot {
  width: 100%;
  color: #b7b7b7;
}
#body-aboutlist .item-category .item .content .content-bot .item-time-update {
  position: absolute;
  left: 20px;
  bottom: 15px;
}
#body-aboutlist .item-category .item .content .content-bot .item-time-update i {
  padding-right: 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #body-aboutlist .item-category .item .content .content-bot .item-time-update {
    left: 17px;
  }
}
#body-aboutlist .item-category .item .content .content-bot .item-see-more-list {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
#body-aboutlist
  .item-category
  .item
  .content
  .content-bot
  .item-see-more-list
  a {
  color: #f93;
  text-decoration: none;
}
#body-aboutlist
  .item-category
  .item
  .content
  .content-bot
  .item-see-more-list
  a:hover {
  text-decoration: underline;
}
#body-aboutlist .paging-bar .page-link {
  color: #000;
  background-color: unset;
  border: unset;
}
#body-aboutlist .paging-bar .page-first,
#body-aboutlist .paging-bar .page-last {
  background: #0998c8;
  color: #fff;
}
.style-image-about {
  width: 274px;
  height: 180px;
}
.style-image-about img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
@media (min-width: 320px) and (max-width: 480px) {
  .style-image-about {
    width: 100%;
    height: 120px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .style-image-about {
    width: 100%;
    height: 120px;
  }
}
.recruitment {
  border-radius: 3px;
  margin-top: 30px;
  border: 1px solid #f1f1f1;
}
.recruitment .recruitment-title {
  background: #00759a;
  height: 50px;
  position: relative;
}
.recruitment .recruitment-title h4 {
  color: #fff;
  line-height: 50px;
  padding-left: 10px;
}
.recruitment .recruitment-title .see-more-recruitment {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #fff !important;
}
.recruitment .recruitment-content .recruitment-item {
  padding: 15px;
  background: #fff;
  padding: 10px 15px 0;
}
.recruitment .recruitment-content .recruitment-item .recruitment-item-child {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 7px;
}
.recruitment .recruitment-content .recruitment-item .recruitment-item-child a {
  margin-bottom: 5px;
  text-decoration: none;
  color: #000;
  display: block;
}
.recruitment
  .recruitment-content
  .recruitment-item
  .recruitment-item-child
  a:hover {
  color: #00506c;
}
.recruitment
  .recruitment-content
  .recruitment-item
  .recruitment-item-child
  span {
  color: #f93;
}
.recruitment
  .recruitment-content
  .recruitment-item
  .recruitment-item-child
  span
  i {
  margin-right: 5px;
}
.menu {
  border-radius: 3px;
  background: #fff;
  padding: 20px 20px 5px;
  border: 1px solid #f1f1f1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .menu {
    padding: 20px 10px 5px;
  }
}
.menu .title-menu h5 {
  color: #00506c;
  text-transform: capitalize;
}
.menu .title-menu .ruler {
  border-bottom: 3px solid #0998c8;
  width: 29%;
  margin-bottom: 15px;
}
.menu .item-menu .navbar-brand {
  width: 100%;
}
.menu .item-menu .navbar-brand .navbar-text {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}
.menu .item-menu .navbar-brand .navbar-text i {
  padding-right: 5px;
  color: #00759a;
}
.menu .item-menu .navbar-brand .navbar-text a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.menu .item-menu .navbar-brand .navbar-text:last-child {
  border-bottom: none;
}
.menu .item-menu .navbar-brand .navbar-text:hover a {
  color: #f93;
}
#body-aboutlist .paging-bar {
  margin: 50px 0 100px;
}
#body-aboutlist .paging-bar .pagination .page-item:hover .page-link {
  color: #f93 !important;
}
@media (min-width: 320px) and (max-width: 480px) {
  .body-aboutlist-mobile {
    background: #fff !important;
  }
  .item-category-mobile {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    margin-bottom: 15px !important;
  }
  .item-category-mobile .item-mobile {
    padding-bottom: 15px;
  }
  .item-category-mobile .item-mobile .image-about-mobile {
    float: left;
    width: 33% !important;
    height: 135px;
  }
  .item-category-mobile .item-mobile .image-about-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item-category-mobile .item-mobile .content-mobile {
    background: none !important;
    float: right;
    width: 67%;
  }
  .item-category-mobile .item-mobile .content-mobile h4 {
    font-size: 15px !important;
  }
  .item-category-mobile .item-mobile .content-mobile h4,
  .item-category-mobile .item-mobile .content-mobile span {
    font-weight: 700;
    height: 40px !important;
    display: -webkit-box;
    line-height: 20px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .paging-mobile {
    display: block;
    background: #eaeaea;
    padding: 20px 0 40px;
  }
  .paging-mobile .paging-bar {
    margin: 0 !important;
  }
  .paging-mobile .paging-bar .pagination {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .body-aboutlist-mobile {
    background: #fff !important;
  }
  .item-category-mobile {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    margin-bottom: 15px !important;
  }
  .item-category-mobile .item-mobile {
    padding-bottom: 15px;
  }
  .item-category-mobile .item-mobile .image-about-mobile {
    float: left;
    width: 33% !important;
    height: 135px;
  }
  .item-category-mobile .item-mobile .image-about-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item-category-mobile .item-mobile .content-mobile {
    background: none !important;
    float: right;
    width: 67%;
  }
  .item-category-mobile .item-mobile .content-mobile h4 {
    font-size: 15px !important;
  }
  .item-category-mobile .item-mobile .content-mobile h4,
  .item-category-mobile .item-mobile .content-mobile span {
    font-weight: 700;
    height: 40px !important;
    display: -webkit-box;
    line-height: 20px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .paging-mobile {
    display: block;
    background: #eaeaea;
    padding: 20px 0 40px;
  }
  .paging-mobile .paging-bar {
    margin: 0 !important;
  }
  .paging-mobile .paging-bar .pagination {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
#footer {
  background: #00506c;
  color: #fff;
  padding-top: 60px;
  font-size: 14px;
}
@media (min-width: 426px) and (max-width: 767px) {
  #footer {
    padding-top: 0;
  }
}
#footer .footer-main {
  padding-right: 40px;
}
@media (min-width: 426px) and (max-width: 767px) {
  #footer .footer-main {
    padding-right: 15px;
  }
}
#footer .footer-main .rectangle {
  margin: 30px 0;
}
#footer .footer-main .rectangle img {
  width: 100%;
}
#footer .footer-main .footer-license {
  font-size: 12px;
}
#footer .footer-main .footer-license p {
  margin-bottom: 0;
}
#footer .footer-main .footer-name p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #footer .footer-main .footer-name p {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }
}
#footer .footer-left {
  padding-right: 25px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #footer .footer-left {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  #footer .footer-left {
    padding-right: 15px;
    text-align: center;
  }
}
#footer .footer-left .footer-img {
  margin-bottom: 10px;
}
#footer .footer-left .footer-img img {
  width: 100%;
}
@media (min-width: 426px) and (max-width: 767px) {
  #footer .footer-left .footer-img img {
    margin-top: 10px;
    width: 200px;
  }
}
#footer .footer-category {
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 25px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #footer .footer-category {
    padding-top: 0 !important;
    margin-bottom: 10px !important;
  }
}
#footer .footer-p p {
  font-weight: unset;
}
#footer .footer-p p img {
  margin-right: 10px;
}
#footer .footer-contact {
  border-bottom: 1px solid #738e97;
  margin-bottom: 20px;
}
#footer .footer-contact .footer-contact-first {
  font-weight: 600;
}
#footer .footer-contact .icon-home {
  padding-bottom: 8px;
}
#footer .notify {
  margin-top: 30px;
}
#footer .footer-bot {
  background: #00759a;
  text-align: center;
  line-height: 45px;
  height: 45px;
  margin-top: 100px;
}
.rectangle-news {
  width: 20%;
  height: 150px;
  float: left;
  margin-left: 10px;
}
.df-img,
.rectangle-news img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.social-list {
  display: -ms-flexbox;
  display: flex;
}
.social-list .social-item {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  background: #fff;
}
.social-list .social-item a {
  display: block;
  text-align: center;
  line-height: 26px;
  color: #046fb0 !important;
}
.img-customer-option {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 320px) and (max-width: 480px) {
  .text-trun-address {
    width: 50%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .text-trun-address {
    width: 50%;
  }
}
.item-customer {
  background: #b7b7b72b;
  border: 1px solid #7171711c;
  border-radius: 3px;
  padding: 20px 10px 5px 0;
  margin-bottom: 30px;
}
.item-customer:hover {
  transition-delay: 0s;
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
.item-customer .item .b-see-more {
  height: 30px;
  width: 130px;
  position: absolute;
  right: 15px;
  bottom: 6px !important;
  text-align: center;
  background: #f93;
  line-height: 30px;
  border-radius: 3px;
}
.item-customer .item .b-see-more:hover {
  background: #ff941c;
}
.item-customer .item .b-see-more span {
  color: #fff;
}
.item-customer .item .b-see-more span a {
  color: #fff;
  margin-right: 5px;
  text-decoration: none;
}
.item-customer .item .star {
  text-align: center;
  margin: 15px 0;
  color: #f93;
}
.item-customer .feeling-customer {
  border-bottom: 1px solid #b7b7b7;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.item-customer .feeling-customer img {
  position: absolute;
}
.item-customer .feeling-customer a {
  text-decoration: none !important;
}
.item-customer .feeling-customer h2 {
  color: #00759a;
  font-weight: 700;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
  margin-left: 40px;
  font-size: 20px !important;
}
.item-customer .feeling-customer h2 a {
  color: #00759a;
  font-weight: 700;
  text-decoration: none !important;
  font-size: 18px;
}
.item-customer .feeling-customer h2 a:hover {
  transition: 0.3s;
  color: #f93;
}
.item-customer .feeling-customer span {
  height: 58px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
}
.item-customer .feeling-customer-bot .last {
  color: #02a0d4;
  padding-left: 10px;
}
.search-tour-fast {
  background: #00759a;
  padding: 15px;
  border: 1px solid #00759a;
  border-radius: 3px;
}
.search-tour-fast h5 {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.search-tour-fast .search-tour-from {
  position: relative;
  margin-bottom: 15px;
  height: 40px;
}
.search-tour-fast .search-tour-from i {
  position: absolute;
  top: 13px;
  left: 10px;
  color: #02a0d4;
}
.search-tour-fast .search-tour-from img {
  position: absolute;
  right: 13px;
  top: 19px;
}
.search-tour-fast .search-tour-from select {
  padding-left: 25px;
  background: #fff;
  height: 100%;
  border: 0;
}
.search-tour-fast .search-tour-to {
  margin-bottom: 15px;
  position: relative;
  height: 40px;
}
.search-tour-fast .search-tour-to i {
  position: absolute;
  top: 13px;
  left: 10px;
  color: #02a0d4;
}
.search-tour-fast .search-tour-to input {
  padding-left: 25px;
  background: #fff;
  height: 100%;
  border: 0;
}
.search-tour-fast .search-tour-btn button {
  background: #f93;
  text-transform: uppercase;
  border: 0;
}
.search-tour-fast .search-tour-btn button:hover {
  background: #ffa838;
}
.search-tour-fast .search-tour-btn button i {
  font-size: 15px;
  margin-right: 5px;
}
.item-btn-view-more,
.stars-new {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #body-aboutlist .item-customer .item .fix-feeling-customer {
    padding-left: 35px;
  }
  .advisory .advisory-bot .contact-advisory .form-contact input {
    font-size: 11px;
  }
}
.item-individual-new,
.item-info-customer-individual {
  display: none;
}
@media (min-width: 320px) and (max-width: 480px) {
  .item-star-new-customer {
    display: none;
  }
  .item-btn-view-more {
    padding: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    background: #fff !important;
    font-family: inherit;
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid #b7b7b7;
    background-clip: padding-box;
  }
  .item-btn-view-more,
  .stars-new {
    display: block;
    text-align: center;
  }
  .stars-new {
    padding-left: 10px;
    color: #f93;
  }
  .item-customer-mobile {
    display: none;
  }
  .item-img-customer {
    width: 100%;
    height: 100%;
  }
  .item-img-customer .item-img-customer-mobile {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0;
    overflow: hidden;
    float: left;
  }
  .item-img-customer .item-img-customer-new {
    padding-left: 0 !important;
    width: 100%;
    height: 100%;
    text-align: center !important;
    float: unset;
  }
  .item-styl-info-individual {
    width: 30%;
  }
  .item-styl-info-customer {
    width: 70%;
  }
  .item-individual-new {
    display: block;
    padding-left: 70px;
  }
  .item-individual-new .name-individual-new {
    width: 33%;
    padding-right: 0;
  }
  .item-individual-new .info-individual-new {
    width: 67%;
    padding-right: 0;
  }
  .item-individual-new .info-individual-new .text-trun-address {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    height: 14px;
    overflow: hidden;
    width: 100%;
  }
  .styl-individual-new .item-padding-style {
    float: left;
  }
  .fix-feeling-customer-new {
    margin-top: 10px;
    padding: 0 10px !important;
  }
  .fix-feeling-customer-new .feeling-customer {
    margin-bottom: 0;
    border-bottom: none;
  }
  .btn-view-more-custom {
    text-align: center;
    width: 100%;
    border: none;
    background: #ffff;
    padding: 5px;
    text-transform: uppercase;
    color: #f93;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .style-img-customer-mobile {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .style-img-customer-mobile {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .item-star-new-customer {
    display: none;
  }
  .stars-new {
    display: block;
    padding-left: 10px;
    color: #f93;
    text-align: center;
  }
  .item-img-customer {
    padding-left: 10px !important;
  }
  .item-img-customer .item-img-customer-new {
    padding-left: 0 !important;
  }
  .item-customer-mobile {
    display: none;
  }
  .item-info-customer-individual {
    display: block;
    margin-top: 10px;
  }
  .item-styl-info-individual {
    width: 30%;
  }
  .item-styl-info-customer {
    width: 70%;
  }
  .item-individual-new {
    display: block;
    padding-left: 70px;
  }
  .item-individual-new .name-individual-new {
    width: 33%;
    padding-right: 0;
  }
  .item-individual-new .info-individual-new {
    width: 67%;
    padding-right: 0;
  }
  .item-individual-new .info-individual-new .text-trun-address {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    height: 14px;
    overflow: hidden;
    width: 100%;
  }
  .styl-individual-new .item-padding-style {
    float: left;
  }
  .fix-feeling-customer-new {
    margin-top: 10px;
    padding: 0 10px !important;
  }
  .fix-feeling-customer-new .feeling-customer {
    margin-bottom: 0;
    border-bottom: none;
  }
  .item-btn-view-more {
    display: block;
    text-align: center;
    padding: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    background: #fff !important;
    font-family: inherit;
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid #b7b7b7;
    background-clip: padding-box;
  }
  .btn-view-more-custom {
    text-align: center;
    width: 100%;
    border: none;
    background: #ffff;
    padding: 5px;
    text-transform: uppercase;
    color: #f93;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .item-img-customer-new-tablet {
    width: 115px;
  }
  .item-star-new-customer-tablet {
    position: absolute;
    left: 26px;
  }
  .item-title-customer-tablet {
    max-width: 28%;
    -ms-flex: 28%;
    flex: 28%;
  }
  .item-info-customer-tablet {
    padding-right: 0;
    padding-left: 10px;
  }
}
.business-logo {
  text-align: center;
  margin: 3px;
  padding: 3px;
}
.business-logo img {
  max-width: 100%;
  height: auto;
  width: 90px;
}
.business-logo-new {
  display: none;
}
.item-customer .item .star-corporate {
  bottom: 50px;
  position: absolute;
  right: 15px;
  bottom: 42px !important;
  color: #f93;
}
.fix-feeling-customer {
  position: relative;
}
.item-box-name-corporate,
.item-name-corporate-customer,
.item-star-corporate,
.item-top-corporate-customer {
  display: none;
}
.item-padding-style,
.item-padding-style-new {
  margin-bottom: 0 !important;
}
.fix-height-text-c-customer {
  height: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.paging-bar .pagination .page-item.active .page-link {
  color: #f93 !important;
}
.paging-bar .pagination .page-item:first-child .page-link,
.paging-bar .pagination .page-item:last-child .page-link {
  color: #fff !important;
}
@media (max-width: 767px) and (min-width: 481px) {
  #body-aboutlist {
    background: #b7b7b72b;
  }
  #body-aboutlist .title-aboutlist {
    display: block !important;
  }
  #body-aboutlist .title-aboutlist h1,
  #body-aboutlist .title-aboutlist h2 {
    font-size: 20px;
  }
  #body-aboutlist .title-aboutlist .ruler {
    width: 30%;
  }
  .col-md-2.item-title-customer {
    width: 30% !important;
    font-size: 12px !important;
  }
  .col-md-6.item-info-customer {
    width: 70% !important;
    font-size: 12px !important;
    padding-left: 0 !important;
  }
  .item-padding-style-new {
    width: 200px;
    margin-bottom: 0 !important;
  }
  .business-logo-new {
    display: block !important;
  }
  .business-logo {
    display: none;
  }
  .item-box-name-corporate {
    display: block;
  }
  .name-corporate-customer {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 5px;
    width: 53%;
  }
  .item-customer {
    background: #fff !important;
    padding: 10px 0 0;
  }
  .paging-bar {
    overflow: hidden;
  }
  .item-name-corporate-customer {
    display: block;
    margin-left: 90px;
  }
  .item-top-corporate-customer {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .item-top-corporate-customer .image-corporate-customer {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  .item-top-corporate-customer .image-corporate-customer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item-avatar-customer-corporate {
    display: none;
  }
  .item-padding-corporate {
    padding: 0 !important;
  }
  .item-star-corporate {
    display: block;
    float: right;
  }
  .b-see-more,
  .star-corporate-new {
    display: none;
  }
}
@media (max-width: 480px) and (min-width: 320px) {
  #body-aboutlist {
    background: #b7b7b72b;
  }
  #body-aboutlist .title-aboutlist {
    display: block !important;
  }
  #body-aboutlist .title-aboutlist h1,
  #body-aboutlist .title-aboutlist h2 {
    font-size: 20px;
  }
  #body-aboutlist .title-aboutlist .ruler {
    width: 30%;
  }
  .col-md-2.item-title-customer {
    width: 30% !important;
    font-size: 12px !important;
  }
  .col-md-6.item-info-customer {
    width: 70% !important;
    font-size: 12px !important;
    padding-left: 0 !important;
  }
  .item-padding-style-new {
    width: 200px;
    margin-bottom: 0 !important;
  }
  .business-logo-new {
    display: block !important;
  }
  .item-box-name-corporate {
    display: block;
  }
  .name-corporate-customer {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 5px;
    width: 53%;
  }
  .item-customer {
    background: #fff !important;
    padding: 10px 0 0;
  }
  .item-name-corporate-customer {
    display: block;
    margin-left: 90px;
    padding-top: 15px;
  }
  .item-top-corporate-customer {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .item-top-corporate-customer .image-corporate-customer {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  .item-top-corporate-customer .image-corporate-customer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item-avatar-customer-corporate {
    display: none;
  }
  .item-padding-corporate {
    padding: 0 !important;
  }
  .item-star-corporate {
    display: block;
    float: right;
  }
  .item-star-corporate .star-corporate-mobile {
    position: absolute;
    right: 15px;
    bottom: 35px !important;
    color: #f93;
  }
  .b-see-more,
  .business-logo,
  .star-corporate-new {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .img-corporate-customer {
    width: 115px;
  }
  .business-logo-tablet {
    position: absolute;
    bottom: 3px;
    left: 32px;
  }
  .star-corporate-new-tablet {
    position: absolute;
    left: -105px;
    top: -135px;
    bottom: 35px !important;
    color: #f93;
  }
}
.img-big img {
  width: 100%;
  height: 100%;
}
#body-customer {
  background: #fff;
}
.customer-about-pys {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.customer-about-pys a {
  display: inline-block;
  padding: 14px 16px;
  text-decoration: none;
}
.customer-about-pys a img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.about-title-option {
  margin: 20px 0;
}
.about-title-option h2 {
  font-size: 30px;
  color: #00506c;
  text-transform: capitalize;
}
.about-title-option .ruler-option {
  border-bottom: 3px solid #0998c8;
  width: 20%;
}
#body-customer .title-customer {
  text-align: center;
  text-transform: capitalize;
  color: #00506c;
  margin-bottom: 30px;
}
#body-customer .title-customer .ruler {
  border-bottom: 3px solid #0998c8;
  width: 103px;
  text-align: center;
  margin: 0 auto;
}
#body-customer .images {
  height: 300px;
  background: #02a0d4;
  margin-bottom: 50px;
}
.customer-c {
  background: rgba(0, 0, 0, 0.03) !important;
}
.customer-c .customer-c-top {
  text-align: center;
  margin: 40px 0;
}
.customer-c .customer-c-top h2 {
  color: #00506c;
  text-transform: capitalize;
}
.customer-c .customer-c-top p {
  font-size: 17px;
}
.item-customer-c {
  padding: 15px;
  margin-bottom: 50px;
  margin-top: 5px;
  border-radius: 5px;
}
.item-customer-c:hover {
  transition: 0.5s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.item-customer-c .customer-left {
  border-radius: 50%;
  overflow: hidden;
  width: 130px;
  height: 130px;
}
.item-customer-c .customer-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.item-customer-c .customer-left .star {
  text-align: center;
  color: #f93;
  margin: 5px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .item-customer-c .customer-left .star {
    margin: 15px 0;
  }
}
.item-customer-c .customer-right {
  position: relative;
}
.item-customer-c .customer-right .customer-right-top {
  position: relative;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.item-customer-c .customer-right .customer-right-top a {
  text-decoration: none;
}
.item-customer-c .customer-right .customer-right-top img {
  position: absolute;
  top: 0;
}
.item-customer-c .customer-right .customer-right-top h5 {
  margin-left: 35px;
  color: #00759a;
  font-weight: 700;
  height: 40px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
}
.item-customer-c .customer-right .customer-right-top h5:hover {
  color: #00506c;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .item-customer-c .customer-right .customer-right-top h5 {
    font-size: 15px;
  }
}
.item-customer-c .customer-right .customer-right-mid {
  margin-bottom: 15px;
}
.item-customer-c .customer-right .customer-right-mid .title-customer-mid {
  height: 58px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.item-customer-c .customer-right .customer-right-mid a {
  color: #00759a;
  text-decoration: none;
}
.item-customer-c .customer-right .customer-right-mid a:hover {
  text-decoration: underline;
}
.item-customer-c .customer-right .customer-right-bot p {
  font-size: 17px;
  margin-bottom: 0;
}
.item-customer-c .customer-right .customer-right-bot span {
  width: 230px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
}
.item-customer-c .customer-right .logo-c {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 100px;
  height: 65px;
}
.item-customer-c .customer-right .logo-c img {
  width: 100%;
  height: 100%;
  object-position: center;
}
@media (min-width: 320px) and (max-width: 488px) {
  .item-customer-c .customer-right .logo-c img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .item-customer-c .customer-right .logo-c img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .item-customer-c .customer-right .logo-c img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.see-all {
  text-align: center;
  margin-bottom: 50px;
}
.see-all a {
  padding: 10px 50px;
  background: #f93;
  overflow: hidden;
  color: #fff;
  border: 1px solid #f93;
  border-radius: 3px;
  text-decoration: none;
}
.see-all a i {
  margin-left: 5px;
}
.see-all-rv {
  margin-bottom: unset !important;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .see-all-rv {
    padding-bottom: 40px;
  }
}
.customer-i .customer-i-top {
  text-align: center;
  margin: 40px 0;
}
.customer-i .customer-i-top h2 {
  color: #00506c;
  text-transform: capitalize;
}
.customer-i .customer-i-top p {
  font-size: 17px;
}
.item-customer-i {
  background: #ebebeb82;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 30px;
}
.item-customer-i:hover {
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
.item-customer-i .customer-top {
  position: relative;
  margin-bottom: 10px;
}
.item-customer-i .customer-top a {
  text-decoration: none;
}
.item-customer-i .customer-top img {
  position: absolute;
}
.item-customer-i .customer-top h5 {
  color: #00759a;
  font-weight: 700;
  height: 40px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
  margin-left: 40px;
}
.item-customer-i .customer-top h5:hover {
  color: #00506c;
}
.item-customer-i .customer-mid {
  margin-bottom: 15px;
}
.item-customer-i .customer-mid .title-customer-mid {
  height: 58px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.item-customer-i .customer-mid span {
  font-size: 14px;
  color: #666;
}
.item-customer-i .customer-mid span a {
  color: #00759a;
  text-decoration: none;
}
.item-customer-i .customer-mid span a:hover {
  text-decoration: underline;
}
.item-customer-i .customer-bot .image-individual-customer {
  width: 70px;
  height: 70px;
}
.item-customer-i .customer-bot .image-individual-customer img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.item-customer-i .customer-bot .customer-bot-content {
  padding-top: 10px;
  color: #02a0d4;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .item-customer-i .customer-bot .customer-bot-content {
    padding-left: 35px;
    padding-right: 0;
    padding-top: 5px;
  }
}
.item-customer-i .customer-bot .customer-bot-content a {
  width: 100%;
  text-decoration: none;
  color: #02a0d4;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .item-customer-i .customer-bot .customer-bot-content a {
    display: block;
  }
}
.item-customer-i .customer-bot .customer-bot-content .p1 {
  margin: 0 5px;
}
.item-customer-i .customer-bot .customer-bot-content .p2 {
  font-weight: 100;
}
.item-customer-i .customer-bot .customer-bot-content .star {
  color: #f93;
}
#body-customer .see-all:hover a {
  background: #ffa838;
}
.dp-n-mobi {
  display: none;
}
.list-images-customer {
  margin-bottom: 40px;
  margin-top: 10px;
}
.list-images-customer .reset-row {
  margin-left: 0;
  margin-right: 0;
}
.list-images-customer .reset-col {
  padding-left: 0;
  padding-right: 0;
}
.list-images-customer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.list-images-customer .image-customer-hot-big {
  position: relative;
  width: 100%;
  height: 300px;
}
.list-images-customer .image-customer-hot-big:hover .show-bg-text {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.8s;
}
.list-images-customer .image-customer-hot-small {
  position: relative;
  width: 100%;
  height: 150px;
}
.list-images-customer .image-customer-hot-small:hover .show-bg-text {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.8s;
}
.list-images-customer .show-bg-text {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  display: table;
}
.list-images-customer .show-bg-text .content {
  display: table-cell;
  vertical-align: middle;
}
.list-images-customer .show-bg-text .content .title {
  color: #fff;
  padding: 0 40px;
}
.list-images-customer .show-bg-text .content a {
  border: 1px solid #fff;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-customer {
    overflow: hidden;
  }
  .business-logo-new {
    width: 113px;
    height: 100px;
    margin: 0 auto;
  }
  .business-logo-new img {
    width: 100%;
    height: 100%;
    object-position: center;
  }
  .item-box-name-corporate .item-top-corporate-customer {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: left;
  }
  .item-box-name-corporate .item-top-corporate-customer img {
    padding-left: 0 !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .dp-n-mobi {
    display: block !important;
  }
  .img-big-mobile {
    width: 100%;
    height: 190px;
  }
  .img-big-mobile img {
    width: 100%;
    object-position: center center;
    object-fit: cover;
    height: 100%;
  }
  .title-customer-mobile {
    margin-top: 5px;
  }
  .title-customer-mobile h1 {
    font-size: 20px;
    text-align: left;
  }
  .title-customer-mobile .ruler-customer-mobile {
    margin: 0 !important;
    width: 80px !important;
  }
  .customer-c-top-mobile {
    margin: 20px 0 0 !important;
  }
  .customer-c-top-mobile h2 {
    font-size: 20px;
  }
  .customer-c-top-mobile p {
    font-size: 12px !important;
  }
  .scroll-customers-mobile {
    width: 370px !important;
    margin-right: 5px;
  }
  .scroll-customers-mobile .img-corporate-customer-mobile {
    padding-left: 15px;
  }
  .scroll-customers-mobile
    .item-name-corporate-customer-mobile
    .name-corporate-customer-mobile {
    font-size: 15px;
  }
  .scroll-customers-mobile .item-name-corporate-customer-mobile p {
    font-size: 11px;
  }
  .item-info-customer-mobile {
    color: #0998c8;
  }
  .feeling-customer-mobile h5 {
    margin-left: 0 !important;
  }
  .feeling-customer-mobile h5 a {
    font-size: 15px;
    color: #0998c8;
  }
  .feeling-customer-mobile h5 a img {
    width: 15px;
    padding-bottom: 9px;
    margin-right: 10px;
    position: relative !important;
  }
  .feeling-customer-mobile span {
    font-size: 13px;
  }
  .customer-i-mobile {
    background: rgba(0, 0, 0, 0.03) !important;
  }
  .customer-i-mobile .item-customer-i-mobile {
    background: #fff !important;
    border: none !important;
    padding: 15px 0 5px 15px !important;
    display: inline-block;
  }
  .customer-i-mobile
    .item-customer-i-mobile
    .item-box-name-individual
    .item-top-individual-customer
    .item-left-individual-customer
    .item-image-customer {
    width: 60px;
    height: 60px;
  }
  .customer-i-mobile
    .item-customer-i-mobile
    .item-box-name-individual
    .item-top-individual-customer
    .item-left-individual-customer
    .item-image-customer
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
  }
  .customer-i-mobile
    .item-customer-i-mobile
    .item-box-name-individual
    .item-top-individual-customer
    .item-right-individual-customer {
    color: #0998c8;
  }
  .customer-i-mobile
    .item-customer-i-mobile
    .item-box-name-individual
    .item-star-individual {
    margin: 10px 0;
    color: #f93;
  }
  .customer-i-mobile .item-customer-i-mobile .customer-top-mobile img {
    margin-right: 10px;
    padding-bottom: 9px;
    width: 15px;
  }
  .customer-i-mobile .item-customer-i-mobile .customer-top-mobile a h5 {
    font-size: 15px;
    margin-left: 25px !important;
  }
  .customer-i-mobile .item-customer-i-mobile .customer-mid-mobile span {
    font-size: 13px !important;
  }
  .reset-item-new-pys {
    width: 1560px !important;
  }
  .reset-item-new-pys .reset-col {
    width: 380px;
    float: left;
  }
}
.b-see-more-custom {
  bottom: 0 !important;
}
@media (min-width: 481px) and (max-width: 767px) {
  #body-customer {
    overflow: hidden;
  }
  .business-logo-new {
    width: 250px;
    height: 100px;
  }
  .business-logo-new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .item-box-name-corporate .item-top-corporate-customer {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: left;
  }
  .item-box-name-corporate .item-top-corporate-customer img {
    padding-left: 0 !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
#modal-booking .modal-header {
  background: #00506c !important;
  color: #fff !important;
}
#modal-booking .modal-header button {
  position: fixed;
  right: 20px;
  top: 16px;
  color: #fff;
}
#modal-booking .loading-booking i {
  color: #f93 !important;
}
.has-error {
  border-color: #a94442 !important;
}
.hide {
  display: none;
}
.item-input-custom-right {
  padding-right: 0;
}
.valid-icon-booking-new {
  position: absolute;
  bottom: 25px;
  color: #32a923;
  right: 33px;
}
.text-promo-code {
  color: #d9552b;
}
.item-category-product input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  overflow: hidden;
}
.item-category-product span {
  margin-bottom: 10px;
}
.item-example-product {
  padding: 10px !important;
}
.container-radio {
  float: left;
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-radio input {
  position: absolute;
  opacity: 0;
}
.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
.container-radio:hover input ~ .checkmark-radio {
  background-color: #ccc;
}
.container-radio input:checked ~ .checkmark-radio {
  background-color: #2196f3;
}
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}
.container-radio input:checked ~ .checkmark-radio:after {
  display: block;
}
.container-radio .checkmark-radio:after {
  top: 5px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}
@media (min-width: 320px) and (max-width: 480px) {
  .promocode-mobile {
    text-align: center;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .promocode-mobile {
    text-align: center;
  }
}
.promocode-mobile .btn-promo-code {
  text-transform: uppercase;
  padding: 0 36px;
  height: 39px;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  background: #00759a !important;
  font-family: inherit;
  border-radius: 3px;
  background-clip: padding-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid #b7b7b7;
}
@media (min-width: 320px) and (max-width: 480px) {
  .promocode-mobile .btn-promo-code {
    margin-top: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .promocode-mobile .btn-promo-code {
    margin-top: 0;
  }
}
.item-top-booking {
  margin-top: 30px;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  .item-top-booking {
    margin-top: 15px;
  }
}
.item-background-booking {
  background: #00759a;
  width: 50px;
  padding: 10px;
}
.item-background-booking .img-booking {
  object-fit: cover;
  width: 150px;
}
@media (max-width: 768px) and (min-width: 768px) {
  .is-tablet {
    display: none !important;
  }
}
.item-book-tour-new {
  padding: 30px;
}
.item-padding-book-tour {
  position: relative;
}
.item-padding-book-tour:after {
  content: "";
  background-color: #0998c8;
  position: absolute;
  bottom: -10px;
  left: 49%;
  height: 2px;
  width: 77px;
  margin-left: -25px;
}
.item-border-book-tour {
  border-bottom: 3px solid #0998c8;
}
.item-info-book-tour {
  color: #00506c;
}
.item-info-combo {
  margin-bottom: 10px;
  padding: 10px 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);
  overflow: hidden;
}
.promo-code-before-discount {
  padding: 0 !important;
}
@media (min-width: 320px) and (max-width: 480px) {
  .promo-code-before-discount .promo-code-left,
  .promo-code-before-discount .promo-code-right {
    width: 50%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .promo-code-before-discount .promo-code-left,
  .promo-code-before-discount .promo-code-right {
    width: 50%;
  }
}
.info-booking {
  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);
}
@media (min-width: 320px) and (max-width: 480px) {
  .info-booking #iconCheckAddContact,
  .info-booking #iconCheckEmailContact,
  .info-booking #iconCheckNameContact,
  .info-booking #iconCheckPhoneContact {
    display: none;
  }
  .info-booking #phoneContactError {
    padding-left: 10px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .info-booking #iconCheckAddContact,
  .info-booking #iconCheckEmailContact,
  .info-booking #iconCheckNameContact,
  .info-booking #iconCheckPhoneContact {
    display: none;
  }
  .info-booking #phoneContactError {
    padding-left: 10px;
  }
}
.info-booking .item-title-booking {
  margin-bottom: 10px;
}
.info-booking .item-title-booking .title-step {
  font-size: 22px;
  padding-left: 40px;
  margin: 20px 0;
  position: relative;
  color: #00506c;
}
@media (max-width: 768px) {
  .info-booking .item-title-booking .title-step {
    margin-top: 0;
    padding-top: 20px;
  }
}
.info-booking .item-title-booking .title-step strong {
  background-color: #f93;
  text-align: center;
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .info-booking .item-title-booking .title-step strong {
    top: 20px;
  }
}
.info-booking .item-title-booking .item-title {
  font-size: 16px;
  line-height: 1.5;
  color: #2a2a2e;
  font-family: inherit;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
}
.info-booking .title-booking {
  border-bottom: 1px solid #dee2e6;
  color: #fff;
  background: #00759a !important;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
}
.info-booking .content-booking {
  padding: 0 10px;
}
.info-booking .content-booking .input-group-text {
  background-color: rgba(64, 166, 242, 0.1) !important;
  color: #4078b0 !important;
}
.info-booking .content-booking .item-image-booking {
  overflow: hidden;
  float: left;
  width: 150px;
  height: 80px;
  margin-right: 10px;
  position: relative;
}
.info-booking .content-booking .item-image-booking img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.info-booking .content-booking .item-info-booking {
  margin-left: 80px;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 0;
}
.image-partner-booking {
  width: 89px;
  padding-right: 10px;
}
.form-promo-code {
  margin-top: 10px;
}
.item-padding-form {
  padding-right: 20px !important;
}
.item-form-right-booking {
  margin-top: 10px;
}
.item-border-booking {
  border-top: 1px solid #ddd;
  padding: 15px 0 10px;
}
.item-border-booking-top {
  border-top: 2px solid #0998c8;
  padding: 15px 0 10px;
}
.item-bottom-booking {
  background: #fff !important;
}
.item-bottom-booking a {
  color: #333;
}
.btn-back-home {
  text-align: center;
  margin: 25px 0;
}
.btn-back-home .btn-redirect-home {
  font-size: 16px;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  margin-top: -5px;
  margin-left: 15px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background: #ffc52a !important;
  padding: 14px 20px;
  font-family: inherit;
  border-radius: 3px;
  background-clip: padding-box;
  box-sizing: border-box;
  line-height: 17px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #b7b7b7;
}
.item-support-booking {
  top: 0;
}
.item-phone-booking,
.item-support-booking {
  position: absolute;
  right: 0;
  font-size: 16px;
  color: #fff;
  padding-right: 15px;
}
.item-phone-booking {
  top: 25px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .item-mobile-child {
    margin: 10px 0 !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .item-mobile-child {
    margin: 10px 0 !important;
  }
}
.btn-book-tour {
  background-color: #f93;
  color: #fff;
  font-size: 20px;
  padding: 10px 45px;
  text-transform: uppercase;
  box-shadow: none !important;
  border-color: #f93;
  border: 1px solid #f93;
  border-radius: 3px;
  cursor: pointer;
}
.btn-book-tour:hover {
  color: #fff;
  background-color: #ff941c;
}
.item-text-color-booking {
  margin-top: 10px;
  color: #1fb10c;
  text-align: center;
  margin-bottom: 20px;
}
.item-text-booking-tour {
  font-size: 14px;
  font-weight: 500;
  color: #00759a;
}
.item-title-payment {
  padding: 20px 0;
}
.item-title-payment .item-text-payment {
  font-size: 18px;
  color: #00759a;
}
.item-payment-company {
  padding: 10px 0 30px;
}
.styl-padding-bank {
  padding: 15px;
}
.item-text-price-finish {
  color: #f93;
}
.styl-padding-address {
  padding: 15px 0 10px;
}
.item-border-booking-new {
  border-bottom: 1px solid #ddd;
}
.item-btn-booking-tour {
  margin-top: 20px;
}
.item-text-price-booking {
  color: #00759a;
}
.item-btn-booking-tour {
  margin-top: 30px;
}
.item-booking-payment-new {
  display: none;
}
@media (max-width: 480px) and (min-width: 320px) {
  .item-bottom-booking {
    display: none;
  }
  .item-tab-payment {
    font-size: 12px;
  }
  .item-booking-payment-new {
    display: block;
  }
  .item-book-tour-new {
    padding: 10px;
  }
  .item-image-booking {
    height: 100px !important;
    width: 100px !important;
  }
  .item-info-booking {
    padding: 0 !important;
  }
  .item-name-booking-new {
    margin-top: 10px;
    font-size: 14px !important;
    margin-bottom: 5px;
  }
  .item-padding-form {
    padding-right: 5px !important;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  .item-bottom-booking {
    display: none;
  }
  .item-tab-payment {
    font-size: 13px;
  }
  .item-booking-payment-new {
    display: block;
  }
  .item-book-tour-new {
    padding: 10px;
  }
  .item-image-booking {
    height: 100px !important;
  }
  .item-info-booking {
    padding: 0 !important;
  }
  .item-name-booking-new {
    font-size: 14px !important;
    margin-top: 10px;
  }
  .item-padding-form {
    padding-right: 5px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .item-info-booking-tablet {
    margin-left: 0 !important;
  }
}
.header-progress {
  display: inline-block;
  width: 58%;
  margin-bottom: -15px;
  margin-left: 150px;
}
.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;
  -webkit-transform: translateY(50%);
  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: 10px 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, mallory, 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, mallory, Helvetica Neue, Helvetica, Arial, sans-serif;
}
@media (min-width: 320px) and (max-width: 480px) {
  .item-step-1 .item-info-contact .item-mobile-booking {
    display: none;
  }
}
.item-step-1 .item-info-contact form {
  padding: 0 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, mallory, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.divider-solid-bottom {
  margin: 8px 0 0;
  padding: 0;
  border-bottom: 1px solid #cbd3db;
}
.item-detail-option,
.item-styl-detail-combo {
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
}
.item-detail-combo,
.item-detail-option {
  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: 700;
}
.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: #fa0;
}
.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;
}
.payment-info ul li span {
  font-weight: 700;
}
.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: #fa0;
}
.payment-info ul li .total-publish {
  text-decoration: line-through;
}
.booking-info-tour {
  margin-left: 196px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .booking-info-tour {
    margin-left: 115px;
  }
  .booking-info-tour p,
  .booking-info-tour span {
    font-size: 13px !important;
  }
}
.item-booking {
  position: relative;
}
.item-booking .text-price-booking {
  position: absolute;
  bottom: 0;
  right: 0;
}
.styl-image-booking .img-booking {
  width: 180px;
  height: 96px;
  margin-right: 16px;
  float: left;
}
@media (min-width: 320px) and (max-width: 767px) {
  .styl-image-booking .img-booking {
    width: 105px;
    height: 82px;
    margin-right: 10px;
  }
}
.styl-image-booking .img-booking img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.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: 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);
  border-left: 5px solid #32a923;
  margin-bottom: 10px;
  font-family: Open Sans, mallory, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.item-alert-security .item-text-fill {
  color: #0b4480;
  font-size: 28px;
  font-weight: 500;
  margin: 0;
}
.item-alert-security .item-text-security {
  color: #444;
  font-weight: 600;
  font-size: 14px;
}
.item-alert-security .img-ssl {
  width: 90px;
}
.item-alert-security label {
  font-size: 16px;
  font-weight: 400;
  font-family: Open Sans, mallory, Helvetica Neue, Helvetica, Arial, sans-serif;
}
@media (min-width: 320px) and (max-width: 480px) {
  .item-alert-security {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .item-alert-security {
    display: none;
  }
}
.item-continue-step1 {
  padding: 20px;
}
.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, mallory, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.item-step-2 {
  overflow: hidden;
  display: block;
  padding: 0 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;
}
.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 (min-width: 320px) and (max-width: 480px) {
  .item-styl-detail-step1 {
    padding-right: 15px !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .item-styl-detail-step1 {
    padding-right: 15px !important;
  }
}
.content-booking-update {
  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;
}
@media (max-width: 767px) {
  .content-booking-update {
    border: none !important;
    box-shadow: none !important;
  }
}
.content-booking-update .title-step {
  font-size: 22px;
  padding-left: 40px;
  margin: 20px 0;
  position: relative;
  color: #00506c;
}
@media (max-width: 768px) {
  .content-booking-update .title-step {
    padding-top: 20px;
  }
}
.content-booking-update .title-step strong {
  background-color: #f93;
  text-align: center;
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .content-booking-update .title-step strong {
    top: 20px;
  }
}
.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, mallory, 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;
}
.item-detail-price-mobile {
  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, mallory, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.item-detail-price-mobile h4 {
  font-size: 16px;
  line-height: 1.5;
  color: #2a2a2e;
  font-family: inherit;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 480px) {
  .item-detail-price-mobile {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .item-detail-price-mobile {
    display: none;
  }
}
.payment-accept-info-icon {
  display: inline-block;
  vertical-align: middle;
}
.payment-accept-info-icon .icon-pay {
  background: url(/images/payment.png?d919048c10c935ec0683dfca79cf8fa4)
    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: #222;
  border-radius: 4px;
}
.payment-accept-info-icon .icon-pay-atm {
  background-position: -66px 0;
  width: 64px;
}
.payment-accept-info-icon .icon-pay-visa {
  background-position: -134px 0;
  width: 61px;
}
.payment-accept-info-icon .icon-pay-master {
  background-position: -202px 0;
  width: 62px;
}
.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: 0 !important;
}
.item-input-custom-left {
  padding-left: 0;
}
@media (min-width: 320px) and (max-width: 480px) {
  .item-input-custom-left #iconCheckPhoneContact,
  .item-input-custom-left #iconCheckPromoCode {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .item-input-custom-left #iconCheckPhoneContact,
  .item-input-custom-left #iconCheckPromoCode {
    display: none;
  }
}
.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;
}
.style-margin-bot-booking {
  margin-bottom: 10px;
}
.box-img-bank-abbank {
  width: 90px;
  height: 40px;
  margin-right: 0;
  object-fit: cover;
}
.text-box-payment {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 10px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .style-padding-booking {
    padding-right: 15px !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .style-padding-booking {
    padding-right: 15px !important;
  }
}
.title-aboutdetail {
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.title-aboutdetail h1 {
  font-size: 28px;
  color: #00506c;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .title-aboutdetail h1 {
    font-size: 25px;
  }
}
.title-aboutdetail h2 {
  font-size: 28px;
  color: #00506c;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .title-aboutdetail h2 {
    font-size: 25px;
  }
}
.title-aboutdetail span {
  color: #666;
}
.title-aboutdetail span i {
  margin-right: 6px;
  padding-bottom: 5px;
}
.about-detail .about-detail-left {
  text-align: center;
  padding: 15px 0;
}
.about-detail .about-detail-left .comment,
.about-detail .about-detail-left .facebook {
  padding-bottom: 15px;
}
.about-detail .about-detail-right {
  padding-left: 0;
}
.about-detail .about-detail-right .about-detail-right-top {
  padding-top: 15px;
  border-bottom: 1px solid #ccc;
  padding-left: 30px;
  margin-bottom: 15px;
}
.about-detail .about-detail-right .about-detail-right-top ul li {
  color: #f93;
  font-size: 15px;
}
.about-detail .about-detail-right .about-detail-right-top ul li a {
  font-size: 15px;
  color: #666;
}
.about-detail .about-detail-right .about-detail-right-bot h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}
.about-detail .about-detail-right .about-detail-right-bot p {
  font-size: 14px;
  color: #333;
}
.about-detail .about-detail-right .about-detail-right-bot .author {
  text-align: right;
  font-weight: 700;
  font-style: italic;
  margin: 20px 0;
}
.about-detail .about-detail-right .about-detail-right-bot .author span {
  font-size: 16px;
}
.about-detail .maybe-care {
  margin-bottom: 30px;
}
.about-detail .maybe-care .about-detail-more .about-detail-more-item:hover {
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
.about-detail
  .maybe-care
  .about-detail-more
  .about-detail-more-item
  .more-top
  .img-about-detail {
  height: 170px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .about-detail
    .maybe-care
    .about-detail-more
    .about-detail-more-item
    .more-top
    .img-about-detail {
    height: 82px;
  }
}
.about-detail
  .maybe-care
  .about-detail-more
  .about-detail-more-item
  .more-top
  .img-about-detail
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-detail .maybe-care .about-detail-more .about-detail-more-item .more-bot {
  border: 1px solid #ebebeb;
  padding: 10px;
}
.about-detail
  .maybe-care
  .about-detail-more
  .about-detail-more-item
  .more-bot
  a {
  font-size: 14px;
  text-decoration: none;
  color: #333;
}
.about-detail
  .maybe-care
  .about-detail-more
  .about-detail-more-item
  .more-bot
  a
  span {
  font-size: 14px;
  color: #00506c;
  font-weight: 700;
  height: 42px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.about-detail
  .maybe-care
  .about-detail-more
  .about-detail-more-item
  .more-bot
  a:hover {
  color: #00506c;
}
.about-detail
  .maybe-care
  .about-detail-more
  .about-detail-more-item
  .more-bot
  .see-more {
  text-align: right;
  padding: 10px;
}
.about-detail
  .maybe-care
  .about-detail-more
  .about-detail-more-item
  .more-bot
  .see-more
  a {
  font-size: 14px;
  color: #f93;
  text-decoration: none;
}
.about-detail
  .maybe-care
  .about-detail-more
  .about-detail-more-item
  .more-bot
  .see-more
  a:hover {
  text-decoration: underline;
}
.about-detail
  .maybe-care
  .about-detail-more
  .about-detail-more-item
  .more-bot
  .see-more
  a
  i {
  margin-left: 5px;
}
.about-detail .maybe-care h3 {
  color: #00506c;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 22px;
}
.image {
  text-align: center;
  padding: 20px;
  font-style: italic;
}
.image img {
  width: 100%;
  margin-bottom: 10px;
}
.ruller-mobile,
.see-more-mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 480px) {
  .about-detail-right-top-mobile {
    padding-left: 20px !important;
  }
  .about-detail-right-top-mobile li {
    font-size: 18px !important;
  }
  .about-detail-right-top-mobile li a {
    font-size: 14px !important;
  }
  .about-detail-right-bot .image-mobile {
    padding: 10px 0;
  }
  #nav-bot {
    display: none;
  }
  .title-aboutdetail h1,
  .title-aboutdetail h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .about-detail img {
    max-width: 100%;
    object-fit: cover;
  }
  .about-detail .maybe-care h3 {
    font-size: 18px;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
  }
  .about-detail .maybe-care .rulers-mobile {
    border-bottom: 3px solid #0099c5;
    margin-bottom: 10px;
    width: 24%;
  }
  .about-detail-more-item {
    border: none !important;
  }
  .about-detail-more-item .more-top {
    width: 35%;
    float: left;
  }
  .about-detail-more-item .more-bot {
    width: 65%;
    float: right;
  }
  .about-detail-more-item .more-bot p {
    font-size: 15px !important;
  }
  .about-detail-more-item .more-bot .see-more {
    display: none;
  }
  .about-detail-more-item .more-bot .see-more-mobile {
    display: block;
    text-align: left;
    font-size: 12px;
  }
  .about-detail-more-item .more-bot .see-more-mobile span {
    font-size: 13px;
    color: #979595;
  }
  .about-detail-more-item .more-bot .see-more-mobile span i {
    margin-right: 5px;
  }
  .ruller-mobile {
    display: block;
  }
  .ruller-mobile .ruller-mobile-item {
    border-bottom: 1px solid #e5e5e5;
    margin: 10px 0;
  }
  .about-detail .maybe-care {
    margin-bottom: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .maybe-care .about-detail-more .more-top .img-about-detail {
    width: 150px;
    height: 100px;
  }
  .maybe-care .about-detail-more .more-top .img-about-detail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .maybe-care .about-detail-more .more-bot a span {
    font-weight: 700;
    height: 40px;
    display: -webkit-box;
    line-height: 20px;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .maybe-care .about-detail-more .more-bot .see-more-mobile {
    padding: 0 !important;
  }
}
.title-detailcustomer {
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.title-detailcustomer h1 {
  font-size: 28px;
  color: #00506c;
  font-weight: 700;
}
.title-detailcustomer span {
  color: #666;
}
.title-detailcustomer span i {
  margin-right: 6px;
  padding-bottom: 5px;
}
.detail-customer-top {
  margin-top: 10px;
  margin-bottom: 20px;
}
.detail-customer-top .tour-join {
  margin: 20px 0 10px;
}
.detail-customer-top .tour-join span {
  background: #f93;
  padding: 5px 20px;
  color: #fff;
  font-size: 14px;
}
.detail-customer-top a {
  color: #00506c;
  font-size: 13px;
  text-decoration: none;
}
.detail-customer-top a:hover {
  color: #00759a;
  transition: 0.3s;
}
.detail-customer-top .see-more-tour {
  font-size: 12px;
  text-decoration: none;
  color: #f93;
}
.detail-customer-top .see-more-tour:hover {
  text-decoration: underline;
  color: #f93;
}
.detail-customer-top .see-more-tour i {
  margin-left: 5px;
}
.banner {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner .banner-advertisement {
    position: relative;
    height: 230px;
  }
}
.banner .banner-advertisement .title-banner {
  background: #00759a;
  padding: 10px 20px;
}
.banner .banner-advertisement .title-banner a {
  text-decoration: none;
}
.banner .banner-advertisement .title-banner a .title-banner-item {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner .banner-advertisement .title-banner a .title-banner-item {
    font-size: 15px !important;
  }
}
.banner .banner-advertisement .content-banner {
  padding: 10px 0 10px 45px;
  position: relative;
  border: 1px solid #00759a;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner .banner-advertisement .content-banner {
    position: unset;
  }
}
.banner .banner-advertisement .content-banner .content-banner-left {
  color: #00759a;
}
.banner .banner-advertisement .content-banner .content-banner-right {
  position: absolute;
  top: 7px;
  right: 30px;
  text-align: center;
}
.banner .banner-advertisement .content-banner .content-banner-right p {
  color: #00759a;
}
.banner .banner-advertisement .content-banner .content-banner-right a {
  color: #fff;
  padding: 5px 20px;
  background: #ff9932;
  text-decoration: none;
}
.content-detail-customer {
  margin-top: 5px;
}
.info-customer-detail {
  width: 100%;
  position: relative;
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .info-customer-detail {
    padding-bottom: 0;
  }
}
.info-customer-detail .item-avatar-customer {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .info-customer-detail .item-avatar-customer {
    width: 70px;
    height: 70px;
  }
}
.info-customer-detail .item-avatar-customer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.info-customer-detail .item-name-customer {
  margin-left: 90px;
  padding: 10px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .info-customer-detail .item-name-customer {
    margin-left: 80px;
    padding: 0;
  }
}
.info-customer-detail .item-name-customer .name-customer {
  font-size: 16px;
  color: #00506c;
}
.info-customer-detail .item-name-customer .rating-customer span {
  color: #f93;
}
.banner-detail:hover {
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
.rated-tour {
  background: #b7b7b738;
  border: 1px solid #cccccc2e;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.rated-tour h3 {
  font-size: 20px;
  color: #00506c;
  margin-bottom: 10px;
}
.rated-tour h3 i {
  color: #f93;
  font-size: 17px;
  margin-right: 10px;
}
.rated-tour ul {
  margin-left: 18px;
  margin-bottom: 0;
}
.rated-tour ul li a {
  color: #00759a;
  font-size: 14px;
}
.tour-suggest__devideBar {
  border-bottom: 3px solid #09c;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 15px;
}
.tour-suggest__customerIntersted {
  margin-top: 20px;
}
.maybe-care-customers .fix-line-height {
  line-height: 42px;
}
.maybe-care-customers p {
  font-size: 16px;
  padding-left: 15px;
  color: #00506c;
  font-weight: 700;
  height: 40px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
}
.maybe-care-customers p i {
  color: #f93;
  margin-right: 5px;
  font-size: 17px;
}
.maybe-care-customers .maybe-care-content .maybe-care-item {
  margin-bottom: 20px;
}
.maybe-care-customers .maybe-care-content .maybe-care-item:hover {
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
.maybe-care-customers .maybe-care-content .maybe-care-item .maybe-care-top {
  width: 100%;
  height: 170px;
}
.maybe-care-customers .maybe-care-content .maybe-care-item .maybe-care-top img {
  width: 100%;
  height: 100%;
}
.maybe-care-customers .maybe-care-content .maybe-care-item .maybe-care-bot {
  border: 1px solid #ebebeb;
  padding: 10px 15px 15px;
  position: relative;
}
.maybe-care-customers
  .maybe-care-content
  .maybe-care-item
  .maybe-care-bot
  .title-maybe-care-bot-newdetail {
  text-decoration: none;
  color: #00506c;
  font-size: 15px;
  height: 45px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 10px;
}
.maybe-care-customers
  .maybe-care-content
  .maybe-care-item
  .maybe-care-bot
  .title-maybe-care-bot-newdetail:hover {
  color: #00688c;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .maybe-care-customers
    .maybe-care-content
    .maybe-care-item
    .maybe-care-bot
    .title-maybe-care-bot-newdetail {
    font-size: 13px;
    height: 40px;
  }
}
.maybe-care-customers
  .maybe-care-content
  .maybe-care-item
  .maybe-care-bot
  .title-maybe-care-bot {
  display: block;
  text-decoration: none;
  color: #00506c;
  font-size: 15px;
  padding-left: 0;
  margin-bottom: 5px;
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.maybe-care-customers
  .maybe-care-content
  .maybe-care-item
  .maybe-care-bot
  .title-maybe-care-bot:hover {
  color: #f93;
}
.maybe-care-customers
  .maybe-care-content
  .maybe-care-item
  .maybe-care-bot
  span {
  color: #f93;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .maybe-care-customers
    .maybe-care-content
    .maybe-care-item
    .maybe-care-bot
    .watch-now {
    display: none;
  }
}
.maybe-care-customers
  .maybe-care-content
  .maybe-care-item
  .maybe-care-bot
  .watch-now
  a {
  border: 1px solid #f93;
  padding: 1px 15px;
  position: absolute;
  bottom: 18px;
  right: 15px;
  color: #f93;
  border-radius: 3px;
  text-decoration: none;
}
.maybe-care-customers
  .maybe-care-content
  .maybe-care-item
  .maybe-care-bot
  .watch-now
  a:hover {
  background: #f93;
  color: #fff;
}
.search-info-header {
  float: right;
  position: relative;
  height: 40px;
}
.search-info-header input {
  width: 265px;
  border-radius: 20px;
  height: 100%;
  padding-left: 20px;
  padding-right: 50px;
}
.search-info-header .search-round {
  position: absolute;
  right: 1px;
  top: 1px;
}
.search-info-header .search-round button {
  border-radius: 50%;
  background: #00759a;
  height: 38px;
  width: 38px;
}
@media (max-width: 480px) and (min-width: 320px) {
  .item-customer-right,
  .item-detail-customer {
    display: none;
  }
  .banner-detail {
    padding: 0 !important;
  }
  .img-detail-customer {
    padding: 0 10px !important;
    margin-bottom: 10px;
  }
  .title-detailcustomer h2 {
    font-size: 20px !important;
  }
  .about-detail .about-detail-left {
    display: none;
  }
  .about-detail .about-detail-right {
    padding-left: 15px;
  }
  .banner .banner-advertisement .title-banner h3 {
    font-size: 20px;
    padding: 10px 10px 10px 15px;
    line-height: 25px !important;
  }
  .banner .banner-advertisement .content-banner {
    padding: 10px 0 10px 20px;
  }
  .banner .banner-advertisement .content-banner .content-banner-right {
    position: relative;
    text-align: center;
    top: 0;
    right: 0;
  }
  .maybe-care-content {
    overflow: scroll;
  }
  .maybe-care-content .item-news-pys {
    display: inline-block;
    width: 1170px;
    overflow: auto;
    will-change: scroll-position;
  }
  .maybe-care-content .item-news-pys .col-md-4 {
    display: inline-block;
    width: 300px;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  .item-detail-customer {
    display: none;
  }
  .banner-detail {
    padding: 0 !important;
  }
  .item-customer-right {
    display: none;
  }
  .img-detail-customer {
    padding: 0 !important;
  }
  .title-detailcustomer h2 {
    font-size: 20px !important;
  }
  .about-detail .about-detail-left {
    display: none;
  }
  .about-detail .about-detail-right {
    padding-left: 10px;
  }
  .banner .banner-advertisement .title-banner h3 {
    font-size: 20px;
    padding: 10px 10px 10px 15px;
    line-height: 25px !important;
  }
  .banner .banner-advertisement .content-banner {
    padding: 10px 0 10px 20px;
  }
  .banner .banner-advertisement .content-banner .content-banner-right {
    position: relative;
    text-align: center;
    top: 0;
    right: 0;
  }
  .maybe-care-content {
    overflow: scroll;
  }
  .maybe-care-content .item-news-pys {
    display: inline-block;
    width: 1170px;
    overflow: auto;
    will-change: scroll-position;
  }
  .maybe-care-content .item-news-pys .col-md-4 {
    display: inline-block;
    width: 300px;
  }
}
#about {
  background: #fff;
  overflow: hidden;
}
#about .about-title {
  margin-bottom: 25px;
}
#about .about-title h1 {
  font-size: 36px;
  color: #00506c;
  text-transform: capitalize;
}
@media (min-width: 320px) and (max-width: 480px) {
  #about .about-title h1 {
    font-size: 24px;
  }
}
#about .about-title .ruler {
  border-bottom: 3px solid #0998c8;
  width: 13%;
}
#about .text p {
  font-size: 14px;
}
#about .achievement {
  margin: 30px 0;
}
#about .achievement .item-achievement {
  padding-top: 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #about .achievement .item-achievement {
    text-align: center;
  }
}
#about .achievement .item-achievement img {
  margin-right: 10px;
  padding-bottom: 8px;
}
#about .achievement .item-achievement span {
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #about .achievement .item-achievement span {
    display: inline-block;
  }
}
#about .achievement .ship {
  padding-top: 0;
}
#about .many-images {
  margin-bottom: 50px;
}
#about .many-images img {
  width: 100%;
  height: 100%;
}
#about .many-images .pl-10 {
  padding-left: 10px;
}
#about .many-images .pl-10 .pb-10 {
  padding-bottom: 10px;
}
#about .many-images .mt-10 {
  margin-top: 10px;
}
#about .many-images .submit-cv {
  height: 100%;
  background: #f93;
  color: #fff;
  text-align: center;
  padding: 15px;
}
#about .many-images .submit-cv p {
  font-size: 20px;
  margin-bottom: 10px;
}
#about .many-images .submit-cv a {
  padding: 5px 15px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
}
#about .many-images .show {
  position: relative;
  height: 100%;
}
#about .many-images .show .see-all-image {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  display: table;
}
#about .many-images .show .see-all-image .border-a {
  display: table-cell;
  vertical-align: middle;
}
#about .many-images .show .see-all-image .border-a .title-images {
  color: #fff;
  padding: 0 80px;
}
#about .many-images .show .see-all-image .border-a .title-images-small {
  padding: 0 10px;
  color: #fff;
}
#about .many-images .show .see-all-image .border-a a {
  border: 1px solid #fff;
  padding: 5px 10px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
}
#about .vition {
  margin-bottom: 30px;
}
#about .vition .nav-tabs {
  border-bottom: none;
  margin-bottom: 20px;
}
#about .vition .nav-tabs li a {
  color: #000;
  text-decoration: none;
  padding: 10px 50px;
  background: #b7b7b736;
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #about .vition .nav-tabs li a {
    padding: 10px 16px;
  }
}
#about .vition .nav-tabs li a.active,
#about .vition .nav-tabs li a:hover {
  color: #fff;
  background: #00759a;
}
#about .vition .tab-content {
  border: 1px solid #b7b7b7;
  padding: 20px;
}
#about .vition .tab-content .see-more {
  text-align: right;
}
#about .vition .tab-content .see-more a {
  color: #f93;
  text-decoration: none;
}
#about .vition .tab-content .see-more a:hover {
  text-decoration: underline;
}
#about .vition .tab-content .see-more i {
  margin-left: 5px;
}
#about .quanlity {
  border: 5px solid #00759a;
  margin-bottom: 50px;
  background: #00759a;
}
#about .quanlity img {
  width: 100%;
  height: 100%;
}
#about .quanlity .quanlity-padding-right {
  padding-right: 10px;
}
#about .quanlity .quanlity-padding-right .quanlity-item {
  background: #00759a;
  height: 100%;
  padding: 20px;
  color: #fff;
}
#about .quanlity .quanlity-padding-right .quanlity-item h3 {
  margin-bottom: 15px;
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #about .quanlity .quanlity-padding-right .quanlity-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #about .quanlity .quanlity-padding-right .quanlity-item h3 {
    font-size: 20px;
  }
}
#about .quanlity .quanlity-padding-right .quanlity-item p {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 15px;
}
#about .quanlity .quanlity-padding-right .quanlity-item a {
  padding: 5px 20px;
  background: #f93;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
}
#about .quanlity .quanlity-padding-right .quanlity-item a:hover {
  background: #ff941c;
}
#about .news-feed-about {
  padding-bottom: 20px;
  padding-left: 15px;
}
#about .news-feed-about .new-feed-left .new-feed-main .item-img-big {
  height: 250px;
}
#about .news-feed-about .new-feed-left .new-feed-main .item-img-big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#about
  .news-feed-about
  .new-feed-left
  .new-feed-main
  .new-feed-item-big
  .fuzzy {
  background: linear-gradient(
    180deg,
    hsla(0, 54%, 92%, 0),
    rgba(0, 0, 0, 0.49)
  );
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 483.75px;
  height: 27%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #about
    .news-feed-about
    .new-feed-left
    .new-feed-main
    .new-feed-item-big
    .fuzzy {
    width: 276.65px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #about
    .news-feed-about
    .new-feed-left
    .new-feed-main
    .new-feed-item-big
    .fuzzy {
    width: 405px;
  }
}
#about
  .news-feed-about
  .new-feed-left
  .new-feed-main
  .new-feed-item-big
  .fuzzy
  .title-news-feed-about {
  bottom: 0;
  left: 15px;
  position: absolute;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #about
    .news-feed-about
    .new-feed-left
    .new-feed-main
    .new-feed-item-big
    .fuzzy
    .title-news-feed-about {
    left: 0;
  }
}
#about
  .news-feed-about
  .new-feed-left
  .new-feed-main
  .new-feed-item-big
  .fuzzy
  .title-news-feed-about
  p {
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #about
    .news-feed-about
    .new-feed-left
    .new-feed-main
    .new-feed-item-big
    .fuzzy
    .title-news-feed-about
    p {
    font-size: 13px;
    padding-left: 5px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #about
    .news-feed-about
    .new-feed-left
    .new-feed-main
    .new-feed-item-big
    .fuzzy
    .title-news-feed-about
    p {
    font-size: 18px;
  }
}
#about .news-feed-about .new-feed-bot .see-more span a:hover {
  text-decoration: underline;
}
#about .news-feed-about h2 {
  font-size: 25px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #about .news-feed-about h2 {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
}
#about .news-feed-about .rulers-about-left {
  width: 19%;
}
#about .news-feed-about .rulers-about-right {
  width: 38%;
}
#about .news-feed-about .new-feed-item-about .item-action-pys {
  height: 100px;
  width: 150px;
}
#about .news-feed-about .new-feed-item-about .item-action-pys img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#about .news-feed-about .new-feed-item-about .about-text-link p {
  margin-top: 6px;
  text-decoration: none;
  font-size: 14px;
  height: 62px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#about .news-feed-about .new-feed-item-about img {
  width: 100%;
}
#about .news-feed-about .new-feed-item-about a {
  color: #000;
}
#about .news-feed-about .new-feed-item-about a:hover {
  color: #f93;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #about .news-feed-about .new-feed-item-about a {
    font-size: 11px;
  }
}
#about .h-a-background {
  background: #b7b7b736;
}
@media (min-width: 320px) and (max-width: 480px) {
  #about .h-a-background {
    background: #fff;
  }
}
#about .h-a-background .highlight-achievement .achievement-top {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 480px) {
  #about .h-a-background .highlight-achievement .achievement-top {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
#about .h-a-background .highlight-achievement .achievement-top h3 {
  font-size: 25px;
  color: #00506c;
}
#about
  .h-a-background
  .highlight-achievement
  .achievement-top
  .rulers-achievement {
  border-bottom: 3px solid #09c;
  width: 13%;
}
#about .h-a-background .highlight-achievement .achievement-item {
  margin-bottom: 15px;
}
#about
  .h-a-background
  .highlight-achievement
  .achievement-item
  .style-image-achievement {
  width: 100px;
  height: 80px;
}
#about
  .h-a-background
  .highlight-achievement
  .achievement-item
  .style-image-achievement
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#about .h-a-background .highlight-achievement .achievement-item .item {
  background: #fff;
}
#about .h-a-background .highlight-achievement .achievement-item .item a {
  text-decoration: none;
  color: #000;
}
#about .h-a-background .highlight-achievement .achievement-item .item a p {
  text-decoration: none;
  font-size: 14px;
  height: 48px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-top: 10px;
}
#about
  .h-a-background
  .highlight-achievement
  .achievement-item
  .item
  a
  p:hover {
  color: #00506c;
}
#about .menu .item-menu .navbar-brand .navbar-nav .navbar-text:hover a {
  color: #f93;
}
#about .news-blog {
  padding: 20px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  #about .news-blog {
    padding: 0 15px;
  }
}
#about .news-blog .news-blog-title a {
  font-size: 21px;
  color: #00506c;
  text-decoration: none;
  display: block;
}
#about .news-blog .news-blog-title .rulers {
  width: 90px;
}
#about .news-blog .new-feed-top {
  width: 100%;
  height: 305px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
#about .news-blog .new-feed-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#about .news-blog .new-feed-top .caption {
  position: absolute;
  width: 100%;
  background: linear-gradient(
    180deg,
    hsla(0, 54%, 92%, 0),
    rgba(0, 0, 0, 0.69)
  );
  bottom: 0;
  height: 60px;
  color: #f2f2f2;
  padding-left: 15px;
  line-height: 60px;
}
#about .news-blog .new-feed-top .caption a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
#about .news-blog .slider-nav-about .pading-left-right {
  padding: 0 10px;
}
#about .news-blog .slider-nav-about .news-feed-item {
  padding: 0 5px;
}
#about .news-blog .slider-nav-about .news-feed-item .content {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}
#about .news-blog .slider-nav-about .news-feed-item .content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about .news-blog .slider-nav-about .news-feed-item a {
  color: #333;
}
#about .news-blog .slider-nav-about .news-feed-item .caption {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}
#about .news-blog .slider-nav-about .news-feed-item .time-tour-caption {
  line-height: 30px;
  font-size: 12px;
  color: #666666eb;
}
#about .news-blog .list-blog ul li {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 10px;
  list-style: none;
}
#about .news-blog .list-blog ul li a {
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  display: block;
  color: #000;
  overflow: hidden;
}
#about .news-blog .list-blog ul li p {
  margin-top: 5px;
  color: #666666eb;
  font-size: 12px;
  margin-bottom: 5px;
}
.btn-redirect-home {
  padding: 7px 35px;
  border-radius: 3px;
}
.about-title-mobile,
.many-images-mobile {
  display: none;
}
.item-news-paper-pys {
  padding-left: 10px;
}
.new-feed-main .item-img-big .style-img-big {
  width: 485px;
  height: 250px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .new-feed-main .item-img-big .style-img-big {
    width: 100%;
    padding-right: 15px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .new-feed-main .item-img-big .style-img-big {
    width: 100%;
    padding-right: 15px;
  }
}
.new-feed-main .item-img-big .style-img-big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.show-img-big {
  width: 555px !important;
  height: 318px !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .show-img-big {
    width: 484px !important;
  }
}
.show-img-big img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
.show-img-small {
  width: 260px !important;
  height: 154px !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .show-img-small {
    width: 225px !important;
  }
}
.show-img-small img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
.show-image-custom-new {
  width: 260px;
  height: 180px !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .show-image-custom-new {
    width: 225px !important;
  }
}
.show-image-custom-new img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
.show-image-custom {
  width: 274px;
  height: 180px !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .show-image-custom {
    width: 234px !important;
  }
}
.show-image-custom img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .show-image-custom-tablet {
    width: 239px !important;
  }
}
.show:hover .see-all-image {
  visibility: visible !important;
  opacity: 1 !important;
}
.img-about-quality {
  width: 407px;
  height: 273px;
  object-fit: cover;
}
@media (min-width: 320px) and (max-width: 480px) {
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding: 0 10px !important;
  }
  .news-feed-about {
    padding: 0 10px;
  }
  .many-images-mobile {
    display: block;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .many-images-mobile .img-first-big {
    width: 100%;
  }
  .many-images-mobile .img-first-big img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
  }
  .many-images-mobile .image-normal-mobile {
    width: 100%;
  }
  .many-images-mobile .image-normal-mobile .img-normal-about {
    width: 49%;
    margin-top: 6px;
  }
  .many-images-mobile
    .image-normal-mobile
    .img-normal-about
    .show-img-option
    img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
  }
  .item-img-mobile {
    width: 100%;
    height: 109px;
  }
  .item-img-mobile img {
    object-fit: cover;
    object-position: center;
  }
  .item-title-about-mobile {
    margin-top: 10px;
    padding: 0 10px;
  }
  .achievement {
    padding: 0 10px;
  }
  .achievement .item-styl-achievement {
    margin-bottom: 15px;
  }
  .achievement .row .col-md-4 {
    width: 33%;
    float: left;
    padding-right: 0;
  }
  .achievement .row .col-md-4 .item-achievement {
    width: 100%;
    padding-top: 0 !important;
  }
  .achievement .row .col-md-4 .item-achievement img {
    float: left;
    width: 33%;
  }
  .achievement .row .col-md-4 .item-achievement .item-content-achievement {
    float: right;
    width: 54%;
  }
  .achievement .row .item-styl-content-achievement {
    padding-right: 15px !important;
  }
  .item-content-about {
    padding: 0;
  }
  .item-content-about .text {
    padding: 0 10px;
  }
  .many-images {
    display: none;
  }
  #about .vition .nav-tabs {
    width: 500px;
    max-width: 1000px;
    margin-bottom: 0;
  }
  #about .vition .nav-tabs li {
    float: left;
  }
  #about .vition .nav-tabs li a {
    padding: 15px;
  }
  #about .see-more,
  .item-quanlity-news {
    padding-right: 15px !important;
  }
  .item-achievement-new {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .item-image-achievement {
    width: 33% !important;
    float: left;
  }
  .styl-content-achievement {
    width: 67%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .container-fluid-new {
    background: #fff !important;
    padding: 0 10px !important;
  }
  .news-feed-about {
    padding: 0 10px;
  }
  .many-images-mobile {
    display: block;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .many-images-mobile .img-first-big {
    width: 100%;
  }
  .many-images-mobile .img-first-big img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
  }
  .many-images-mobile .image-normal-mobile {
    width: 100%;
  }
  .many-images-mobile .image-normal-mobile .img-normal-about {
    width: 49%;
    margin-top: 6px;
  }
  .many-images-mobile
    .image-normal-mobile
    .img-normal-about
    .show-img-option
    img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
  }
  .item-img-mobile {
    width: 100%;
    height: 150px;
  }
  .item-img-mobile img {
    object-fit: cover;
    object-position: center;
  }
  .item-title-about-mobile {
    margin-top: 20px;
    padding: 0 10px;
  }
  .many-images {
    display: none;
  }
  .achievement {
    padding: 0 10px;
  }
  .achievement .item-styl-achievement {
    margin-bottom: 15px;
  }
  .achievement .row .col-md-4 {
    width: 33%;
    float: left;
    padding-right: 0;
  }
  .achievement .row .col-md-4 .item-achievement {
    width: 100%;
    padding-top: 0 !important;
  }
  .achievement .row .col-md-4 .item-achievement img {
    float: left;
    width: 33%;
  }
  .achievement .row .col-md-4 .item-achievement .item-content-achievement {
    float: right;
    width: 54%;
  }
  .achievement .row .item-styl-content-achievement {
    padding-right: 15px !important;
  }
  .item-content-about {
    padding: 0;
  }
  .item-content-about .text {
    padding: 0 10px;
  }
  #about .vition .nav-tabs {
    width: 500px;
    max-width: 1000px;
    margin-bottom: 0;
  }
  #about .vition .nav-tabs li {
    float: left;
  }
  #about .vition .nav-tabs li a {
    padding: 15px;
  }
  #about .see-more,
  .item-quanlity-news {
    padding-right: 15px !important;
  }
  .item-achievement-new {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .item-image-achievement {
    width: 33%;
    float: left;
  }
  .styl-content-achievement {
    width: 67%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .see-more-tablet span a {
    font-size: 11px;
  }
  .see-more-tablet span a i {
    font-size: 10px;
  }
  .content-achievement-tablet {
    padding: 0 10px;
  }
  .content-achievement-tablet p {
    font-size: 11px;
  }
}
.item-content-about p {
  font-size: 15px;
}
#header-top {
  background: #00506c;
  color: #fff;
}
#header-top i {
  margin-right: 5px;
}
#header-top .header-left {
  padding: 15px 0;
}
#header-top .menu-header-right {
  float: right;
}
#header-top .menu-header-right li:hover {
  background: #457f94;
  border-bottom: 2px solid #f93;
}
#header-top .menu-header-right li a {
  color: #fff;
  text-decoration: none;
  padding: 14px 20px;
}
#header-bot {
  background: #00759a;
}
@media (min-width: 320px) and (max-width: 480px) {
  #header-bot {
    display: none;
  }
}
#header-bot .logo-menu #logo {
  padding-top: 10px;
  margin-bottom: 5px;
}
#header-bot .logo-menu #logo img {
  width: 200px;
}
#header-bot .logo-menu .menu-header {
  padding: 20px 15px;
}
#header-bot .logo-menu .menu-header .nav {
  float: right;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #header-bot .logo-menu .menu-header {
    padding: 5px 15px;
  }
}
#header-bot .logo-menu .menu-header a {
  font-size: 16px;
  color: #fff;
}
#header-bot .logo-menu .menu-header .ruler-menu {
  width: 50px;
  margin: 0 auto;
  border-bottom: 2px solid #ffff;
  display: none;
}
#header-bot .search {
  margin-bottom: 40px;
  height: 40px;
}
#header-bot .search .input-group {
  color: #0998c8;
  height: 100%;
}
#header-bot .search .input-group .search-from {
  position: relative;
  margin-right: 3px;
}
#header-bot .search .input-group .search-from i {
  position: absolute;
  top: 11px;
  left: 15px;
}
#header-bot .search .input-group .search-from select {
  padding-left: 30px;
  height: 100%;
  background: #fff;
  color: #71aac5;
}
#header-bot .search .input-group .search-from .expand {
  position: absolute;
  right: 15px;
  top: 17px;
}
#header-bot .search .input-group .search-to {
  position: relative;
  width: 230px;
  margin-right: 3px;
}
#header-bot .search .input-group .search-to i {
  position: absolute;
  top: 11px;
  left: 15px;
}
#header-bot .search .input-group .search-to input {
  padding-left: 30px;
  background: #fff;
  color: #71aac5;
  height: 100%;
}
#header-bot .search .input-group .btn-group {
  height: 100%;
}
#header-bot .search .input-group .btn-group button {
  background: #f93;
  text-transform: uppercase;
}
#header-bot .search-info {
  float: right;
  position: relative;
  height: 40px;
}
#header-bot .search-info input {
  width: 265px;
  border-radius: 20px;
  height: 100%;
  padding-left: 20px;
  padding-right: 50px;
}
#header-bot .search-info .search-round {
  border-radius: 20px;
  position: absolute;
  right: 4px;
  top: 2px;
}
#header-bot .search-info .search-round button {
  border-radius: 18px;
  background: #00759a;
}
.item-news-detail .title-news-detail {
  font-size: 26px;
  color: #00506c;
}
@media (min-width: 320px) and (max-width: 480px) {
  .item-news-detail .title-news-detail {
    font-size: 18px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .item-news-detail .title-news-detail {
    font-size: 20px;
  }
}
.item-news-detail .news-detail-datetime {
  color: #666;
}
#body-news-detail {
  background: #fff;
  padding-top: 15px;
}
#body-news-detail h3 {
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-news-detail h3 {
    font-size: 15px;
  }
}
#body-news-detail .suggests {
  padding: 20px;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-news-detail .suggests {
    padding: 0;
    margin-bottom: 15px;
  }
}
#body-news-detail .suggests .suggest {
  background: #b7b7b738;
  border: 1px solid #cccccc2e;
  border-radius: 3px;
  padding: 15px;
}
#body-news-detail .suggests .suggest h3 {
  color: #00506c;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-news-detail .suggests .suggest h3 {
    font-weight: unset;
    text-transform: uppercase;
  }
}
#body-news-detail .suggests .suggest h3 i {
  color: #f93;
  font-size: 17px;
  margin-right: 5px;
}
#body-news-detail .suggests .suggest ul {
  margin-left: 18px;
  margin-bottom: 0;
}
#body-news-detail .suggests .suggest ul li {
  color: #00759a;
}
@media (min-width: 320px) and (max-width: 374px) {
  #body-news-detail .suggests .suggest ul li {
    font-size: 12px;
  }
}
#body-news-detail .suggests .suggest ul li a {
  color: #f93;
  text-decoration: none;
  margin-left: 10px;
}
@media (min-width: 320px) and (max-width: 374px) {
  #body-news-detail .suggests .suggest ul li a i {
    display: none;
  }
}
#body-news-detail .content-banner-right-news {
  position: absolute;
  right: 27px;
  bottom: 35px;
  text-align: right;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-news-detail .content-banner-right-news {
    right: 10px;
    top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body-news-detail .content-banner-right-news {
    position: absolute;
    left: 50px !important;
    right: unset;
    bottom: 5px;
    text-align: center;
  }
}
#body-news-detail .content-banner-right-news s {
  margin-bottom: 0;
  font-size: 16px;
  color: #33333380;
  font-style: italic;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-news-detail .content-banner-right-news s {
    font-size: 14px;
  }
}
#body-news-detail .content-banner-right-news p {
  margin-bottom: 0;
  font-size: 20px;
  color: #00759a;
  font-weight: 700;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-news-detail .content-banner-right-news p {
    font-size: 18px;
  }
}
#body-news-detail .content-banner-right-news a {
  color: #fff;
  padding: 5px 40px;
  background: #ff9932;
  text-decoration: none;
}
#body-news-detail .content-banner-right-put {
  position: absolute;
  right: 25px;
  padding: 3px 25px;
  background: #ff9932;
  bottom: 10px;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-news-detail .content-banner-right-put {
    right: 10px;
    padding: 3px 17px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body-news-detail .content-banner-right-put {
    right: 25px;
    bottom: 20px;
  }
}
#body-news-detail .content-banner-right-put a {
  color: #fff;
  text-decoration: none;
}
#body-news-detail .content-banner-right-put a i {
  margin-left: 5px;
}
#body-news-detail .menu-new-detail {
  margin-top: 30px;
}
.vition-news-detail {
  margin: 30px 0;
  border: 1px solid #f1f1f1;
}
.vition-news-detail .vition-news-detail-item {
  border-bottom: none;
}
.vition-news-detail li {
  width: 50%;
}
.vition-news-detail li a {
  width: 100%;
  padding: 10px 0;
  display: block;
  color: #000;
  text-align: center;
  text-decoration: none;
}
.vition-news-detail li a.active,
.vition-news-detail li a:hover {
  background: #f93;
  color: #fff;
}
.vition-news-detail .content-detail {
  padding: 10px 5px 5px;
  border-bottom: 1px solid #ecf0f1;
  height: 80px;
}
.vition-news-detail .content-detail .img-big {
  width: 100%;
  height: 100%;
}
.vition-news-detail .content-detail p {
  margin-bottom: 3px;
}
.vition-news-detail .content-detail p a {
  text-decoration: none;
  color: #000;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.vition-news-detail .content-detail p a:hover {
  color: #f93;
}
.vition-news-detail .content-detail p i {
  padding-bottom: 5px;
  margin-right: 3px;
}
.tag {
  border: 1px solid #f1f1f1;
  padding: 20px 20px 10px;
  margin: 30px 0;
}
.tag .tag-top h5 {
  margin-bottom: 5px;
  color: #00506c;
}
.tag .tag-top .ruler {
  border-bottom: 3px solid #0998c8;
  width: 40%;
  margin-bottom: 15px;
}
.tag .tag-bot .tag-bot-item {
  margin-bottom: 0;
}
.tag .tag-bot .tag-bot-item li {
  padding: 5px 20px;
  border: 1px solid #dbdada;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
}
.tag .tag-bot .tag-bot-item li:hover {
  background: #f93;
  border-color: #ffb03b;
}
.tag .tag-bot .tag-bot-item li:hover a {
  color: #fff;
  text-decoration: none;
}
.tag .tag-bot .tag-bot-item li.active {
  border-color: #ffb03b;
  background: #f93;
}
.tag .tag-bot .tag-bot-item li.active a {
  color: #fff;
  text-decoration: none;
}
.tag .tag-bot .tag-bot-item li a {
  color: #000;
  text-decoration: none;
}
.banner {
  margin-bottom: 15px;
}
#header-bot .logo-menu .menu-header li:hover .ruler-menu {
  display: block;
}
.maybe-care-bot-mobile {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #header-top .header-left span {
    font-size: 11px;
  }
  #body-news-detail .about-detail-right-bot .content-banner-left-news ul li {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) and (min-width: 320px) and (max-width: 480px) {
  #body-news-detail .about-detail-right-bot .content-banner-left-news ul li {
    margin-bottom: 5px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .content-banner .content-banner-left-news ul {
    width: 55%;
  }
  .content-banner .content-banner-left-news ul li {
    margin-bottom: 3px;
  }
  .rated-tour ul li {
    font-size: 12px;
  }
  .fix-mobile-newsdetail {
    display: none;
  }
  .maybe-care-bot {
    background: #fff;
  }
  .maybe-care-bot p {
    margin-top: 0 !important;
  }
  .maybe-care-customers p {
    margin-top: 1rem;
    padding-left: 0;
  }
  .bg-mobile {
    background: #eaeaea;
  }
  .endow .endow-list p {
    font-size: 13px !important;
    text-align: left !important;
  }
  .endow .endow-list h2 {
    text-align: left !important;
    font-size: 20px !important;
  }
  .endow .endow-list .ruler {
    width: 82px !important;
    border-bottom: 2px solid #09c !important;
    margin: 0 15px !important;
    margin-bottom: 11px !important;
    margin-top: 8px !important;
  }
  .endow .endow-list .endow-item .input-group {
    width: 100% !important;
  }
  .endow .endow-list .endow-item .input-group input {
    width: 0 !important;
    margin-right: 0 !important;
  }
  .endow .endow-list .endow-item .input-group button {
    background: #f93 !important;
    text-transform: capitalize !important;
    padding: 6px 15px !important;
  }
  #footer {
    padding-top: 15px !important;
  }
  #footer .footer-bot,
  #footer .footer-h5,
  #footer .footer-main,
  #footer .notify {
    display: none;
  }
}
.title-aboutlist {
  margin-bottom: 25px;
}
.title-aboutlist h1,
.title-aboutlist h2 {
  font-size: 36px;
  color: #00506c;
  text-transform: capitalize;
}
.title-aboutlist .ruler {
  border-bottom: 3px solid #0998c8;
  width: 13%;
}
.list-news-item {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .list-news-item {
    margin-bottom: 10px;
  }
}
.list-news-item .c a h4 {
  height: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .list-news-item .c a h4 {
    font-size: 17px;
    height: 40px;
  }
}
.list-news-item .c p {
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.list-news-item .news-avatar {
  width: 100%;
  height: 230px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .list-news-item .news-avatar {
    height: 150px;
  }
}
.list-news-item .news-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.list-news-item .news-title {
  color: #00506c;
}
.list-news-item p {
  font-size: 14px;
}
.list-news-item .news-more-info {
  margin-top: -5px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .list-news-item:last-child {
    margin-bottom: 0;
  }
}
.list-tags ul {
  list-style: none;
  margin-bottom: 0 !important;
}
.list-tags ul li {
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #eee;
  margin-bottom: 5px;
}
.list-tags ul li:hover {
  background: #f93;
  border-color: #ffb03b;
}
.list-tags ul li:hover a {
  color: #fff;
  text-decoration: none;
}
.list-tags ul li.active {
  border-color: #ffb03b;
  background: #f93;
}
.list-tags ul li.active a {
  color: #fff;
  text-decoration: none;
}
.list-tags ul li a {
  color: #333;
}
.bg-gray,
.footer-mobile,
.hr-custom,
.see-more-news-category {
  display: none;
}
.paging-bar {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .paging-bar {
    margin: 30px 0 0;
  }
}
.paging-bar .pagination {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.paging-bar .pagination .page-item {
  width: 30px;
}
.paging-bar .pagination .page-item.active .page-link {
  color: #f93;
  font-weight: 700;
}
.paging-bar .pagination .page-item .page-link {
  color: #000;
  background: unset;
  border: unset;
  box-shadow: none;
}
.paging-bar .pagination .page-item .page-link:hover {
  color: #f93;
}
.paging-bar .pagination .page-item:first-child {
  background: #00759a;
  text-align: center;
}
.paging-bar .pagination .page-item:first-child .page-link {
  color: #fff;
}
.paging-bar .pagination .page-item:last-child {
  background: #00759a;
  text-align: center;
}
.paging-bar .pagination .page-item:last-child .page-link {
  color: #fff;
}
@media (min-width: 320px) and (max-width: 480px) {
  .dp-n-custom {
    display: none !important;
  }
  .dp-n,
  .search-info {
    display: none;
  }
  .title-aboutlist {
    margin-bottom: 15px;
  }
  .title-aboutlist h2 {
    font-size: 25px;
  }
  .menu,
  .search-tour-fast {
    display: none;
  }
  .see-more-news-category {
    display: block;
    height: 50px;
    line-height: 50px;
  }
  .see-more-news-category .see-more-content {
    text-align: center;
  }
  .see-more-news-category .see-more-content a {
    color: #f93;
    text-transform: uppercase;
    font-weight: 700;
  }
  .bg-gray,
  .hr-custom {
    display: block;
  }
  .bg-gray {
    background: #eaeaea;
    height: 15px;
  }
  .pl-pr {
    padding-left: 0;
    padding-right: 0;
  }
  .c {
    padding: 0 15px;
  }
  .footer-mobile {
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #084053;
    padding: 5px 0;
  }
  .footer-mobile .logo-footer-mobile img {
    width: 70%;
  }
  .footer-mobile .icon-phone-mobile {
    float: left;
    width: 24%;
    padding: 10px 0;
  }
  .footer-mobile .icon-phone-mobile img {
    width: 100%;
  }
  .footer-mobile .number-phone-mobile {
    color: #f93;
    width: 70%;
    float: right;
    padding: 13px 0 13px 1px;
  }
  .footer-mobile .number-phone-mobile p {
    font-size: 8px;
    margin-bottom: 0;
  }
}
@media (min-width: 400px) and (max-width: 480px) {
  .number-phone-mobile p {
    font-size: 13px !important;
  }
  .logo-footer-mobile {
    padding: 10px 0;
  }
}
@media (min-width: 425px) and (max-width: 480px) {
  .number-phone-mobile {
    padding: 18px 0 !important;
  }
  .number-phone-mobile p {
    font-size: 12px !important;
    margin-bottom: 2px !important;
  }
}
@media (min-width: 375px) and (max-width: 480px) {
  .logo-footer-mobile {
    padding: 6px 0;
  }
  .logo-footer-mobile img {
    width: 80% !important;
  }
  .number-phone-mobile p {
    font-size: 10px !important;
    margin-bottom: 2px !important;
  }
}
.item-text-contact {
  position: relative;
  display: block;
}
.item-text-contact:after {
  content: "";
  background-color: #0998c8;
  position: absolute;
  bottom: -10px;
  right: 100%;
  left: 0;
  height: 2px;
  width: 71px;
  margin-left: 2px;
}
.item-info-bill-mobile {
  padding-left: 0 !important;
}
.item-text-contact-new {
  display: none;
}
.styl-background-contact {
  height: 100%;
  width: 100%;
}
.btn-submit-contact {
  background: #f93;
  color: #fff;
  padding: 8px 40px;
  float: right;
  font-size: 16px;
  box-shadow: none !important;
  border: none !important;
  border-color: #f93;
  border-radius: 3px !important;
  cursor: pointer;
}
.btn-submit-contact:hover {
  background: #ff941c;
  text-decoration: none;
}
.item-box-contact {
  margin: 20px 0;
}
.item-title-contact {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.item-map-company,
.item-title-contact {
  color: #00759a;
  text-transform: uppercase;
}
.item-map-company {
  font-size: 14px;
  font-weight: 400;
}
.item-contact-pls {
  color: #00759a;
  font-size: 16px;
  margin-bottom: 10px;
}
.item-form-contact {
  margin-top: 20px;
}
.item-input-form {
  height: 40px !important;
}
.item-address-contact {
  margin-top: 20px;
}
.item-margin-content {
  margin-left: 30px;
}
.img-icon-contact {
  margin-right: 6px;
}
.item-text-address {
  margin-bottom: 0 !important;
}
.item-phone-contact {
  margin-top: 12px;
}
.item-margin-option {
  margin-bottom: 0 !important;
}
.map-iframe {
  margin-top: 15px;
}
.img-news-pys {
  width: 100%;
  height: 100px;
}
.item-background-bottom {
  background: rgba(0, 0, 0, 0.03);
  padding: 20px 0;
}
.item-link-news {
  color: #333 !important;
}
.item-contact-ask {
  margin-top: 20px;
  margin-bottom: 10px;
}
.item-navbar-contact,
.map-iframe-new {
  display: none;
}
.item-info-book-tour-tablet {
  margin-bottom: 20px;
}
.news-with-pys {
  width: 190px;
  height: 168px;
}
.news-with-pys .item-img-news-pys {
  width: 160px;
  height: 100px;
}
.news-with-pys .item-img-news-pys .img-news-pys {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-with-pys .item-link-news-pys {
  margin-top: 10px;
}
.news-with-pys .item-link-news-pys a {
  text-decoration: none !important;
}
.news-with-pys .item-link-news-pys span {
  text-decoration: none;
  font-size: 14px;
  height: 60px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-with-pys .item-link-news-pys span:hover {
  color: #ff941c;
  text-decoration: none;
}
@media (max-width: 767px) and (min-width: 481px) {
  .item-text-contact {
    display: none;
  }
  .container-mobile {
    margin: 0 !important;
  }
  .item-info-bill-mobile {
    width: 100% !important;
  }
  .item-nav-top-option {
    display: none;
  }
  .item-menu-contact {
    display: none !important;
  }
  .styl-background-contact {
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px !important;
    object-fit: cover;
    object-position: center;
  }
  .item-title-contact {
    text-transform: none;
    position: relative;
  }
  .item-navbar-contact {
    display: block !important;
  }
  .item-title-contact:after {
    content: "";
    background-color: #0998c8;
    position: absolute;
    bottom: -5px;
    right: 100%;
    left: 0;
    height: 2px;
    width: 52px;
    margin-left: 2px;
  }
  .item-box-contact {
    margin: 0 auto;
    padding: 0 15px !important;
  }
  .content-contact {
    margin-top: 10px;
  }
  .item-styl-info-contact {
    z-index: 100;
  }
  .map-iframe {
    display: none;
  }
  .item-text-contact-new,
  .map-iframe-new {
    display: block;
  }
  .item-text-contact-news {
    display: block;
    margin-bottom: 15px;
  }
  .item-text-contact-new:after {
    width: 60px;
    margin-left: 0;
  }
  .item-text-contact-new:after,
  .item-text-contact-news:after {
    content: "";
    background-color: #0998c8;
    position: absolute;
    top: 30px;
    right: 100%;
    left: 0;
    height: 2px;
  }
  .item-text-contact-news:after {
    width: 55px;
    margin-left: 17px;
  }
  .item-styl-info-contact {
    padding: 0;
  }
  .contact-book-tour-new {
    font-size: 16px;
    color: #00759a;
  }
  .btn-submit-contact {
    width: 100%;
    margin-bottom: 10px;
  }
  .item-scroll-news-pys {
    overflow: scroll;
  }
  .item-scroll-news-pys .item-news-pys {
    display: inline-block;
    width: 1170px;
    overflow: auto;
    will-change: scroll-position;
  }
  .item-scroll-news-pys .item-news-pys .col-md-2 {
    display: inline-block;
    width: 190px;
  }
}
@media (max-width: 480px) and (min-width: 320px) {
  .item-text-contact {
    display: none;
  }
  .container-mobile {
    margin: 0 !important;
  }
  .item-navbar-contact {
    display: block !important;
  }
  .item-info-bill-mobile {
    width: 100% !important;
  }
  .item-nav-top-option {
    display: none;
  }
  .item-menu-contact {
    display: none !important;
  }
  .styl-background-contact {
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px !important;
    object-fit: cover;
    object-position: center;
  }
  .item-title-contact {
    text-transform: none;
    position: relative;
  }
  .item-title-contact:after {
    content: "";
    background-color: #0998c8;
    position: absolute;
    bottom: -5px;
    right: 100%;
    left: 0;
    height: 2px;
    width: 71px;
    margin-left: 2px;
  }
  .item-box-contact {
    margin: 0 auto;
    padding: 0 15px !important;
  }
  .content-contact {
    margin-top: 10px;
  }
  .map-iframe {
    display: none;
  }
  .item-text-contact-new,
  .map-iframe-new {
    display: block;
  }
  .item-text-contact-news {
    display: block;
    margin-bottom: 15px;
  }
  .item-text-contact-new:after {
    width: 60px;
    margin-left: 0;
  }
  .item-text-contact-new:after,
  .item-text-contact-news:after {
    content: "";
    background-color: #0998c8;
    position: absolute;
    top: 30px;
    right: 100%;
    left: 0;
    height: 2px;
  }
  .item-text-contact-news:after {
    width: 55px;
    margin-left: 17px;
  }
  .item-styl-info-contact {
    padding: 0;
  }
  .contact-book-tour-new {
    font-size: 18px;
    color: #00759a;
  }
  .btn-submit-contact {
    width: 100%;
    margin-bottom: 10px;
  }
  .item-scroll-news-pys {
    overflow: scroll;
  }
  .item-scroll-news-pys .item-news-pys {
    display: inline-block;
    width: 1170px;
    overflow: auto;
    will-change: scroll-position;
  }
  .item-scroll-news-pys .item-news-pys .col-md-2 {
    display: inline-block;
    width: 190px;
  }
}
#body-blog {
  padding-top: 10px;
  background: #fff;
}
#body-blog .body-left {
  margin-bottom: 50px;
}
#body-blog .title-blog h2 a {
  color: #00506c;
  text-transform: capitalize;
  font-size: 34px;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body-blog .title-blog h2 a {
    font-size: 25px;
  }
}
#body-blog .title-blog .ruler {
  border-bottom: 3px solid #0998c8;
  width: 13%;
  margin-bottom: 20px;
}
#body-blog .main-news {
  border-bottom: 1px solid #c2c2c2;
}
#body-blog .main-news .main-news-bot .main-news-bot-mr {
  margin-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-blog .main-news .main-news-bot .main-news-bot-mr {
    margin-bottom: 10px;
  }
}
#body-blog .main-news .main-news-bot .main-news-bot-mr .fix-image-height-blog {
  height: 280px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  #body-blog
    .main-news
    .main-news-bot
    .main-news-bot-mr
    .fix-image-height-blog {
    height: 100%;
  }
}
#body-blog .main-news .main-news-bot img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
#body-blog .main-news .main-news-bot .main-news-bot-content {
  padding-bottom: 5px;
}
#body-blog .main-news .main-news-bot .main-news-bot-content .title-blog-news {
  color: #00506c;
  font-size: 21px;
  margin-bottom: 10px;
  line-height: 1.2;
  text-decoration: none;
  height: 75px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-blog .main-news .main-news-bot .main-news-bot-content .title-blog-news {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 17px;
    height: 40px;
    margin-top: 5px;
  }
}
#body-blog
  .main-news
  .main-news-bot
  .main-news-bot-content
  .title-blog-news:hover {
  color: #f93;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body-blog .main-news .main-news-bot .main-news-bot-content .title-blog-news {
    font-size: 18px;
    height: 68px;
  }
}
#body-blog .main-news .main-news-bot .main-news-bot-content p {
  font-size: 14px;
  margin-bottom: 20px;
  height: 105px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
#body-blog .main-news .main-news-bot .main-news-bot-content .see-more-news {
  background: #f93;
  padding: 5px 20px;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
}
#body-blog
  .main-news
  .main-news-bot
  .main-news-bot-content
  .see-more-news:hover {
  background: #ffb83d;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-blog .main-news .main-news-bot .slide-blog-news {
    background: rgba(0, 0, 0, 0.03);
    padding: 15px 0;
  }
}
#body-blog .main-news .main-news-bot .item-blog-news {
  padding-right: 20px;
  margin-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-blog .main-news .main-news-bot .item-blog-news {
    margin-bottom: 0;
    padding: 0 5px;
  }
}
#body-blog .main-news .main-news-bot .item-blog-news .news-item:hover {
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-blog .main-news .main-news-bot .item-blog-news .news-item:hover {
    box-shadow: none;
    transition: none;
  }
}
#body-blog
  .main-news
  .main-news-bot
  .item-blog-news
  .news-item
  .fix-image-4-mobile {
  height: 190px;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-blog
    .main-news
    .main-news-bot
    .item-blog-news
    .news-item
    .fix-image-4-mobile {
    height: 190px;
  }
}
#body-blog
  .main-news
  .main-news-bot
  .item-blog-news
  .news-item
  .news-item-content {
  padding: 10px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-blog
    .main-news
    .main-news-bot
    .item-blog-news
    .news-item
    .news-item-content {
    border: none;
    padding: 5px 0 0;
  }
}
#body-blog
  .main-news
  .main-news-bot
  .item-blog-news
  .news-item
  .news-item-content
  .fix-height-text {
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-blog
    .main-news
    .main-news-bot
    .item-blog-news
    .news-item
    .news-item-content
    .fix-height-text {
    margin-bottom: 0;
    font-weight: 700;
  }
}
#body-blog
  .main-news
  .main-news-bot
  .item-blog-news
  .news-item
  .news-item-content
  a {
  color: #333;
  text-decoration: none;
}
@media (min-width: 1024px) {
  #body-blog
    .main-news
    .main-news-bot
    .item-blog-news
    .news-item
    .news-item-content
    a:hover {
    color: #f93;
  }
}
#body-blog
  .main-news
  .main-news-bot
  .item-blog-news
  .news-item
  .news-item-content
  span {
  color: #666;
  margin: 5px 0;
}
#body-blog
  .main-news
  .main-news-bot
  .item-blog-news
  .news-item
  .news-item-content
  span
  i {
  margin-right: 5px;
}
#body-blog .main-news .main-news-bot .item-blog-mobile {
  margin-bottom: 15px;
}
#body-blog .see-more {
  margin: 10px 0;
  text-align: right;
}
#body-blog .see-more a {
  color: #f93;
  text-decoration: none;
}
#body-blog .see-more a:hover {
  text-decoration: underline;
}
#body-blog .item {
  margin-top: 30px;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 10px;
}
#body-blog .item .item-content {
  height: 100px !important;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body-blog .item .item-content {
    height: 83px !important;
  }
}
#body-blog .item .item-content img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#body-blog .item .item-content .item-content-detail {
  padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body-blog .item .item-content .item-content-detail {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#body-blog .item .item-content .item-content-detail a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
#body-blog .item .item-content .item-content-detail a:hover {
  color: #f93;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body-blog .item .item-content .item-content-detail a {
    font-size: 13px;
  }
}
#body-blog .item .item-content .item-content-detail p {
  margin-top: 10px;
  color: #666;
  display: -webkit-box;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body-blog .item .item-content .item-content-detail p {
    margin-top: 0;
  }
}
#body-blog .item .item-content .item-content-detail p i {
  margin-right: 5px;
}
#body-blog .experience {
  margin-top: 30px;
  border-bottom: 1px solid #c2c2c2;
}
@media (min-width: 320px) and (max-width: 767px) {
  #body-blog .experience {
    margin-top: 0;
  }
}
#body-blog .experience .item-experience {
  margin-bottom: 30px;
}
#body-blog .experience .item-experience img {
  width: 100%;
  height: 170px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body-blog .experience .item-experience img {
    height: 125px;
  }
}
#body-blog .experience .item-experience .item-experience-content {
  margin: 10px 0;
}
#body-blog .experience .item-experience .item-experience-content a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  height: 40px;
  -webkit-line-clamp: 2;
}
#body-blog .experience .item-experience .item-experience-content a:hover {
  color: #f93;
}
#body-blog .experience .item-experience .item-experience-content p {
  margin-top: 5px;
  color: #666;
}
#body-blog .experience .item-experience .item-experience-content p i {
  margin-right: 5px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .body-left-mobile {
    margin-bottom: 0 !important;
  }
  .main-news-mobile {
    border-bottom: none !important;
  }
  .padding-left-blog {
    padding-left: 15px !important;
  }
  .title-blog-mobile h2 {
    margin-top: 0.5rem;
  }
  .title-blog-mobile h2 a {
    font-size: 23px !important;
  }
  .ruller-mobile-blog {
    border-bottom: 2px solid #0998c8 !important;
    width: 23% !important;
  }
  .main-news-bot-mr-mobile {
    margin-bottom: 0 !important;
  }
  .main-news-bot-content-mobile {
    margin-top: 0 !important;
  }
  .main-news-bot-content-mobile h3 a {
    font-size: 16px !important;
  }
  .main-news-bot-content-mobile p {
    font-size: 13px !important;
    height: 60px !important;
    -webkit-line-clamp: 3 !important;
    margin-bottom: 0 !important;
  }
  .item-scroll-news-pys .item-news-pys .scroll-mobile {
    display: inline-block;
    width: 190px;
    padding-right: 0 !important;
  }
  .item-scroll-news-pys .item-news-pys .scroll-mobile .news-item-mobile {
    border: none !important;
  }
  .item-scroll-news-pys
    .item-news-pys
    .scroll-mobile
    .news-item-mobile
    .news-item-content-mobile {
    padding: 0 !important;
  }
  .item-scroll-news-pys
    .item-news-pys
    .scroll-mobile
    .news-item-mobile
    .news-item-content-mobile
    p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 5px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
  }
  .item-scroll-news-pys .item-blog-mobile {
    background: rgba(0, 0, 0, 0.03);
    padding: 15px;
  }
  .container-mobile {
    padding: 0;
    overflow: hidden;
  }
  .padding-mobile-15 {
    padding: 0 15px;
  }
  .experience-mobile {
    border-bottom: none !important;
  }
  .item-experience-mobile {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px !important;
  }
  .item-experience-mobile img {
    width: 40% !important;
    height: 92px !important;
  }
  .item-experience-mobile .item-experience-content-mobile {
    width: 60%;
    padding-left: 10px;
    float: right;
  }
}
.slide {
  height: 330px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slide {
    height: 280px;
  }
}
@media (max-width: 786px) {
  .slide {
    height: 100%;
  }
}
.slide .fuzzy {
  background: linear-gradient(
    180deg,
    hsla(0, 54%, 92%, 0),
    rgba(0, 0, 0, 0.83)
  );
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 27%;
}
.slide .mySlides {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.slide .mySlides img {
  height: 100%;
  width: 100%;
}
.slide .slideshow-container {
  height: 100%;
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.slide .next,
.slide .prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #fff !important;
  font-weight: 700;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
.slide .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.slide .next:hover,
.slide .prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.slide .text {
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: left;
}
.slide .text a {
  color: #f2f2f2;
  font-size: 15px;
  text-decoration: none;
}
.slide .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.slide .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.slide .active,
.slide .dot:hover {
  background-color: #717171;
}
.slide .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@media (max-width: 767px) {
  .padding-0-mobile {
    padding: 0 !important;
  }
}
#list-search {
  height: 354px;
  overflow: hidden;
}
#list-search .image-search-blog {
  margin-right: 7px;
  float: left;
}
#list-search .image-search-blog img {
  width: 50px;
  height: 50px;
}
#list-search .content .name-place {
  font-weight: 700;
  color: #494b55;
}
h5.card-title.page_speed_666451202 {
    padding: 10px;
}
#list-search .content .count .count-place {
  color: #003c71;
}
nav.rank-math-breadcrumb {
    margin-top: 10px;
}
article#mp-editor img {
    width: 100%;
    max-width: 100%;
}
.page_speed_174906225 {
    margin-right: 8px;
}
img.lazy {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.pagenavi-smm {
  width: 100%;
  text-align: center;
  padding: 30px 0px 15px 0px;
  margin-bottom: 30px;
}
.pagenavi-smm:before,
.pagenavi-smm:after {
  content: '';
  display: table;
}
.pagenavi-smm:after {
  clear: both;
}
.pagenavi-smm:before,
.pagenavi-smm:after {
  content: '';
  display: table;
}
.pagenavi-smm:after {
  clear: both;
}
.pagenavi-smm ul.page-numbers {
  margin: 0;
}
.pagenavi-smm ul.page-numbers li {
  display: inline-block;
  color: #fff;
}
.pagenavi-smm ul.page-numbers li a,
.pagenavi-smm ul.page-numbers li span {
  color: #fff;
  width: 27px;
  height: 29px;
  line-height: 27px;
  color: #8a8885;
  border: 1px solid #00506c;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  padding: 5px 10px 5px 10px;
}
.pagenavi-smm ul.page-numbers li span.current,
.pagenavi-smm ul.page-numbers li:hover a {
  color: #fff;
  background-color: #00506c;
  font-weight: bold;
}
@media (max-width: 767px) {
  .btn-action-call-mobile {
    display: block;
    position: fixed;
    right: 10px;
    background: #ecede6;
    bottom: 65px;
    width: 50px;
    padding: 10px;
    height: 50px;
    border-radius: 50%;
  }
  .btn-action-call-mobile img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .btn-action-call-mobile {
    display: none;
  }
}
.modal-full {
  min-width: 100%;
  margin: 0;
}
.hotline-tour {
  margin-top: 15px;
  font-size: 18px;
  color: #00506c;
}
@media (min-width: 320px) and (max-width: 480px) {
  .hotline-tour {
    font-size: 14px;
  }
}
.hotline-tour a {
  font-size: 16px;
  text-decoration: none !important;
}
@media (min-width: 320px) and (max-width: 480px) {
  .hotline-tour a {
    font-size: 13px;
  }
}
.hotline-tour a span {
  border: 1px solid;
  color: #f93;
  padding: 5px;
  border-radius: 10px;
}
.title-hotline-tour {
  color: #00506c;
  font-size: 20px;
  font-weight: 700;
}
.wrap {
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
}
.wrap .container .under-container .margin-topside .teambuilding-idea {
  padding: 20px;
}
@media (max-width: 767px) {
  .wrap .container .under-container .margin-topside .teambuilding-idea {
    padding: 0;
  }
}
.wrap
  .container
  .under-container
  .margin-topside
  .teambuilding-idea
  .reason-title {
  color: #00506c;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
}
@media (max-width: 767px) {
  .wrap
    .container
    .under-container
    .margin-topside
    .teambuilding-idea
    .reason-title {
    margin-top: 10px;
  }
}
.wrap
  .container
  .under-container
  .margin-topside
  .teambuilding-idea
  .reason-sub-title {
  color: #666;
  font-size: 16px;
  margin: 10px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap
    .container
    .under-container
    .margin-topside
    .teambuilding-idea
    .reason-sub-title {
    margin-bottom: 10px;
  }
}
.wrap
  .container
  .under-container
  .margin-topside
  .teambuilding-idea
  .text-decoration {
  margin: 0 auto;
  font-size: 17px;
  text-align: center;
  padding: 20px 102px;
  border-bottom: 3px solid #09c;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .wrap
    .container
    .under-container
    .margin-topside
    .teambuilding-idea
    .text-decoration {
    padding: 0 0 10px;
  }
}
.wrap .container .under-container .margin-topside .teambuilding-content {
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .wrap .container .under-container .margin-topside .teambuilding-content {
    margin-bottom: 0;
  }
}
.wrap
  .container
  .under-container
  .margin-topside
  .teambuilding-content
  .teambuilding-images {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .wrap
    .container
    .under-container
    .margin-topside
    .teambuilding-content
    .teambuilding-images {
    max-width: 100%;
    height: auto;
    margin: 15px auto;
  }
}
.wrap .container .border-topside {
  border-top: 1px solid #ccc;
}
.wrap .container .border-topside .teambuilding-idea {
  padding: 20px;
}
.wrap .container .border-topside .teambuilding-idea h3 {
  text-align: center;
  font-size: 24px;
  color: #00506c;
  text-decoration: none;
  display: block;
  font-weight: 700;
  text-transform: capitalize;
}
.wrap .container .border-topside .teambuilding-recommand {
  margin-bottom: 30px;
}
.wrap .container .border-topside .teambuilding-recommand .tb-recommand-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #7171711c;
}
.wrap
  .container
  .border-topside
  .teambuilding-recommand
  .tb-recommand-box
  .tr-image {
  width: 100%;
  height: 170px;
}
.wrap
  .container
  .border-topside
  .teambuilding-recommand
  .tb-recommand-box
  .tr-image
  img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.wrap
  .container
  .border-topside
  .teambuilding-recommand
  .tb-recommand-box
  .tr-title {
  padding: 10px;
}
.wrap
  .container
  .border-topside
  .teambuilding-recommand
  .tb-recommand-box
  .tr-title
  h3 {
  font-size: 16px;
}
.wrap
  .container
  .border-topside
  .teambuilding-recommand
  .tb-recommand-box
  .tr-title
  h3
  .link_customer {
  color: #00759a;
  font-size: 16px;
}
.wrap
  .container
  .border-topside
  .teambuilding-recommand
  .tb-recommand-box
  .tr-title
  h3
  .link_customer:hover {
  color: #00506c;
}
.wrap
  .container
  .border-topside
  .teambuilding-recommand
  .tb-recommand-box
  .tr-title
  .teambuilding-recommand-titl {
  color: #515457;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrap
  .container
  .border-topside
  .teambuilding-recommand
  .tb-recommand-box
  .tr-title
  span {
  color: #ccc;
}
.wrap
  .container
  .border-topside
  .teambuilding-recommand
  .tb-recommand-box:hover {
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
.wrap .container .margin-bot {
  margin-bottom: 30px;
}
.wrap .container .margin-bot .button_cont .example_e {
  border: none;
  background: #09c;
  color: #fff !important;
  font-weight: 700;
  padding: 12px 200px;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
}
@media (max-width: 767px) {
  .wrap .container .margin-bot .button_cont .example_e {
    padding: 9px 40px;
  }
}
.wrap .container .margin-bot .button_cont .example_e:hover {
  color: #fff !important;
  font-weight: 700 !important;
  letter-spacing: 3px;
  background: #00506c;
  -webkit-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
  transition: all 0.4s ease 0s;
}
.wrap .research-form-nopadding {
  background-repeat: no-repeat !important;
  overflow: hidden !important;
  margin: auto !important;
  max-width: 100% !important;
  min-height: 220px !important;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-size: cover;
}
.wrap .research-form-nopadding .total-background {
  height: 100%;
  background-image: url(https://www.getawayresort.com.au/wp-content/uploads/2012/06/bg_beach4.jpg?x74530);
  background-repeat: no-repeat !important;
  background-size: cover;
}
.wrap .research-form-nopadding .total-background .total-content {
  margin-left: -8px !important;
  position: relative;
  margin-right: -8px !important;
}
.wrap
  .research-form-nopadding
  .total-background
  .total-content
  .advertisment-box {
  height: auto;
  overflow: hidden;
}
.wrap
  .research-form-nopadding
  .total-background
  .total-content
  .advertisment-box
  .advertisment-slogan {
  padding: 154px 13px 22px 11px;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap
    .research-form-nopadding
    .total-background
    .total-content
    .advertisment-box
    .advertisment-slogan {
    padding: 15px;
  }
}
.wrap
  .research-form-nopadding
  .total-background
  .total-content
  .advertisment-box
  .advertisment-slogan
  span {
  color: #00506c;
  font-size: 17px;
  font-weight: 700;
}
.wrap
  .research-form-nopadding
  .total-background
  .total-content
  .advertisment-box
  .adv-slide-show {
  hight: 100%;
  overflow: hidden;
}
.wrap
  .research-form-nopadding
  .total-background
  .total-content
  .input-box
  .total-content-top-input
  .total-input-form {
  padding: 76px 0 76px 41px;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap
    .research-form-nopadding
    .total-background
    .total-content
    .input-box
    .total-content-top-input
    .total-input-form {
    padding: 0 15px 15px;
    text-align: center;
  }
}
.wrap
  .research-form-nopadding
  .total-background
  .total-content
  .input-box
  .total-content-top-input
  .total-input-form
  section {
  color: #fff;
}
.wrap
  .research-form-nopadding
  .total-background
  .total-content
  .input-box
  .total-content-top-input
  .total-input-form
  section
  h1 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px !important;
  letter-spacing: -0.6px !important;
  color: #00506c !important;
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .wrap
    .research-form-nopadding
    .total-background
    .total-content
    .input-box
    .total-content-top-input
    .total-input-form
    section
    h1 {
    font-size: 26px;
  }
}
.wrap
  .research-form-nopadding
  .total-background
  .total-content
  .input-box
  .total-content-top-input
  .total-input-form
  span {
  color: #00506c;
}
@media (max-width: 767px) {
  .wrap
    .research-form-nopadding
    .total-background
    .total-content
    .input-box
    .total-content-top-input
    .total-input-form
    span {
    padding: 0;
  }
}
.wrap
  .research-form-nopadding
  .total-background
  .total-content
  .input-box
  .total-content-top-input
  .total-input-form
  .top-input-title {
  margin-top: 20px;
}
.wrap
  .research-form-nopadding
  .total-background
  .total-content
  .input-box
  .total-content-top-input
  .total-input-form
  .top-input-title
  form
  div
  .border1px
  .form-group
  .form-control {
  box-shadow: none !important;
}
.wrap
  .research-form-nopadding
  .total-background
  .total-content
  .input-box
  .total-content-top-input
  .total-input-form
  .top-input-title
  form
  div
  .border1px
  .content-inside-button {
  color: #fff;
  font-size: 20px;
}
.wrap
  .research-form-nopadding
  .total-background
  .total-content
  .input-box
  .total-content-top-input
  .total-input-form
  .top-input-title
  form
  div
  .border1px
  button {
  background: #ff8d1b;
  border-color: #ff8d1b;
  height: 50px;
  font-weight: 500;
}
.wrap
  .research-form-nopadding
  .total-background
  .total-content
  .input-box
  .total-content-top-input
  .total-input-form
  .top-input-title
  form
  div
  .border1px
  button
  .content-inside-button {
  font-size: 20px;
}
.wrap
  .research-form-nopadding
  .total-background
  .total-content
  .input-box
  .total-content-top-input
  .total-input-form
  .top-input-title
  form
  div
  .border1px
  .btn-with-effect {
  padding: 11px 55px !important;
  height: unset !important;
}
.wrap
  .research-form-nopadding
  .total-background
  .total-content
  .input-box
  .total-content-top-input
  .total-input-form
  .top-input-title
  form
  div
  .border1px
  .btn-with-effect
  .fa {
  font-size: 18px !important;
}
.wrap
  .research-form-nopadding
  .total-background
  .total-content
  .input-box
  .total-content-top-input
  .total-input-form
  .top-input-title
  form
  div
  .border1px
  button:hover {
  background: #f9ab52;
  border-color: #f9ab52;
}
#body-detail-tour {
  overflow: hidden;
  background: #fff;
}
#body-detail-tour .title-detail-tour h1 {
  margin-bottom: 20px;
  font-size: 26px;
  color: #00506c;
  font-weight: 700;
}
#body-detail-tour .slide-image .fix-height-slide {
  height: 460px;
}
@media (min-width: 426px) and (max-width: 767px) {
  #body-detail-tour .slide-image .fix-height-slide {
    height: 300px;
  }
}
#body-detail-tour .slide-image .fix-height-slide img {
  object-fit: cover;
  object-position: center;
}
#body-detail-tour .slide-image .scroll-images {
  overflow-y: scroll;
  height: 460px;
}
@media (min-width: 426px) and (max-width: 767px) {
  #body-detail-tour .slide-image .scroll-images {
    height: 300px;
  }
}
#body-detail-tour .slide-image .scroll-images::-webkit-scrollbar {
  width: 5px;
}
#body-detail-tour .slide-image .scroll-images::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #cfcfcf;
}
#body-detail-tour .slide-image .scroll-images::-webkit-scrollbar-track {
  background: transparent;
}
#body-detail-tour .slide-image .scroll-images .images {
  overflow: hidden;
}
#body-detail-tour .slide-image .scroll-images .images a {
  text-decoration: none;
}
#body-detail-tour .slide-image .scroll-images .images .image-child {
  width: 43%;
  margin-right: 15px;
  margin-bottom: 15px;
  height: 80px;
}
@media (min-width: 436px) and (max-width: 767px) {
  #body-detail-tour .slide-image .scroll-images .images .image-child {
    width: 85%;
    height: 65px;
  }
}
#body-detail-tour .slide-mobile-detail .slider-for,
#body-detail-tour .slide-mobile-detail .slider-for .item-image-slide {
  height: 100%;
}
#body-detail-tour .slide-mobile-detail .slider-for .item-image-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#body-detail-tour .slide-mobile-detail .slider-nav {
  height: 90px;
}
#body-detail-tour .slide-mobile-detail .slider-nav .item-image-slide {
  height: 100%;
  padding: 10px 5px 10px 10px;
}
#body-detail-tour .slide-mobile-detail .slider-nav .item-image-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#body-detail-tour .menu-body-tour {
  margin-top: 25px;
  margin-bottom: 25px;
}
#body-detail-tour .menu-body-tour .fb-mess {
  margin-top: 20px;
}
#body-detail-tour .menu-body-tour .fb-mess img {
  margin: 15px;
}
#body-detail-tour .menu-body-tour .nav-tour {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 320px) and (max-width: 767px) {
  #body-detail-tour .menu-body-tour .nav-tour {
    width: 1100px;
  }
}
#body-detail-tour .menu-body-tour .nav-tour .nav-item-tour {
  margin-right: 20px;
}
#body-detail-tour .menu-body-tour .nav-tour .nav-item-tour .nav-link-tour {
  font-size: 16px;
  color: #333;
}
#body-detail-tour
  .menu-body-tour
  .nav-tour
  .nav-item-tour
  .nav-link-tour.active {
  border-bottom: 3px solid #f93;
}
#body-detail-tour
  .menu-body-tour
  .nav-tour
  .nav-item-tour
  .nav-link-tour:hover {
  color: #f93;
}
#body-detail-tour .menu-body-tour .title {
  font-size: 1.75rem;
  margin-top: 20px;
  border-left: 3px solid #0998c8;
  padding: 5px 0 5px 10px;
  color: #00506c;
  margin-bottom: 20px;
}
#body-detail-tour .menu-body-tour .introduce p {
  font-size: 14px;
}
#body-detail-tour .menu-body-tour .introduce h5 {
  font-weight: 700;
}
#body-detail-tour .menu-body-tour .schedule .schedule-content {
  padding: 0 20px;
  border-left: 1px solid #0998c8;
}
#body-detail-tour .menu-body-tour .schedule .schedule-content .dot {
  height: 25px;
  width: 25px;
  background-color: #0998c8;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -33px;
}
#body-detail-tour .menu-body-tour .schedule .schedule-content .item-schedule {
  position: relative;
}
#body-detail-tour
  .menu-body-tour
  .schedule
  .schedule-content
  .item-schedule
  h5 {
  font-weight: 700;
  margin-bottom: 10px;
}
#body-detail-tour
  .menu-body-tour
  .schedule
  .schedule-content
  .item-schedule
  .bold {
  font-weight: 700;
}
#body-detail-tour .menu-body-tour .schedule .schedule-content em {
  white-space: pre-line;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
  font-size: 16px !important;
  line-height: 1.8;
  font-family: sans-serif !important;
}
#body-detail-tour .menu-body-tour .rules .rulers-content {
  margin-bottom: 15px;
  padding-left: 15px;
}
#body-detail-tour .menu-body-tour .rules .rulers-content p {
  white-space: pre-line;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
  font-size: 16px !important;
  line-height: 1.8;
  font-family: sans-serif !important;
}
#body-detail-tour .menu-body-tour .rules .rulers-content p u {
  font-size: 15px !important;
}
#body-detail-tour .menu-body-tour .rules .rulers-content .policy-cancel {
  font-size: 13px !important;
  font-weight: 700;
}
#body-detail-tour .menu-body-tour .rules .rulers-content em {
  white-space: pre-line;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
  font-size: 16px !important;
  line-height: 1.8;
  font-family: sans-serif !important;
}
#body-detail-tour .menu-body-tour .evaluate .carousel-indicators-fix-dot {
  bottom: -40px;
}
#body-detail-tour .menu-body-tour .evaluate .carousel-indicators-fix-dot li {
  height: 10px;
  width: 10px;
  background-color: #ebebeb82;
  border-radius: 50%;
}
#body-detail-tour
  .menu-body-tour
  .evaluate
  .carousel-indicators-fix-dot
  li.active {
  background-color: #f93;
}
#body-detail-tour .menu-body-tour .evaluate .carousel-item-fix-bg {
  background: none;
}
#body-detail-tour .menu-body-tour .evaluate .slide-fix-height {
  height: unset;
}
#body-detail-tour .menu-body-tour .evaluate .evaluate-content {
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb82;
  padding: 20px;
}
#body-detail-tour .menu-body-tour .evaluate .evaluate-content .human {
  width: 35px;
  padding-bottom: 10px;
}
#body-detail-tour .menu-body-tour .evaluate .evaluate-content .title-evaluate {
  color: #0998c8;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
#body-detail-tour
  .menu-body-tour
  .evaluate
  .evaluate-content
  .title-evaluate:hover {
  color: #f93;
}
#body-detail-tour .menu-body-tour .evaluate .evaluate-content p {
  font-size: 14px;
  height: 65px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-detail-tour .menu-body-tour .evaluate .evaluate-content p {
    height: 37px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #body-detail-tour .menu-body-tour .evaluate .evaluate-content p {
    height: 60px;
  }
}
#body-detail-tour .menu-body-tour .evaluate .evaluate-content p a {
  margin-left: 15px;
  text-decoration: none;
  color: #0998c8;
}
#body-detail-tour
  .menu-body-tour
  .evaluate
  .evaluate-content
  .evaluate-author
  img {
  width: 60px;
  border-radius: 50px;
  height: 60px;
  object-fit: cover;
  object-position: center;
}
#body-detail-tour
  .menu-body-tour
  .evaluate
  .evaluate-content
  .evaluate-author
  .evaluate-item {
  color: #0998c8;
  padding: 14px 0 10px 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body-detail-tour
    .menu-body-tour
    .evaluate
    .evaluate-content
    .evaluate-author
    .evaluate-item {
    padding: 14px 0 10px 40px;
  }
}
#body-detail-tour
  .menu-body-tour
  .evaluate
  .evaluate-content
  .evaluate-author
  .evaluate-item
  .name {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
}
#body-detail-tour
  .menu-body-tour
  .evaluate
  .evaluate-content
  .evaluate-author
  .evaluate-item
  .star {
  color: #f93;
}
#body-detail-tour
  .menu-body-tour
  .evaluate
  .evaluate-content
  .evaluate-author
  .right-evaluate-author {
  padding: 14px 15px;
  text-align: right;
  color: #0998c8;
}
#body-detail-tour
  .menu-body-tour
  .evaluate
  .evaluate-content
  .evaluate-author
  .right-evaluate-author
  a {
  color: #0998c8;
}
#body-detail-tour
  .menu-body-tour
  .evaluate
  .evaluate-content
  .evaluate-author
  .right-evaluate-author
  a
  span {
  height: 36px;
  display: -webkit-box;
  line-height: 18px;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#body-detail-tour .title-maybe-care {
  border-left: 3px solid #0998c8;
  margin-bottom: 20px;
  padding-left: 5px;
}
#body-detail-tour .package-full {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
#body-detail-tour .package-full p {
  margin-bottom: 0;
}
#body-detail-tour .package-full .price {
  font-size: 13px;
}
#body-detail-tour .package-full .price-new {
  color: #ff3c00;
  font-weight: 700;
}
@media (min-width: 320px) {
  #body-detail-tour .package-full .price-new {
    font-size: 20px;
  }
}
@media (min-width: 480px) {
  #body-detail-tour .package-full .price-new {
    font-size: 30px;
  }
}
#body-detail-tour .package-full .price-old {
  font-size: 15px;
  color: #717171ad;
}
@media (min-width: 320px) and (max-width: 374px) {
  #body-detail-tour .package-full .price-old {
    font-size: 13px;
  }
}
#body-detail-tour .package-full .star {
  color: #f93;
}
#body-detail-tour .package-full a {
  text-decoration: none;
  color: #0998c8;
}
#body-detail-tour .package-full a:hover {
  color: #00506c;
}
#body-detail-tour .info-tour {
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#body-detail-tour .info-tour .item-info-tour {
  margin-bottom: 5px;
}
@media (min-width: 376px) and (max-width: 480px) {
  #body-detail-tour .info-tour .item-info-tour {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
  }
}
#body-detail-tour .info-tour .item-info-tour .item-info {
  color: #717171;
}
#body-detail-tour .info-tour .item-info-tour .item-info img {
  margin-right: 10px;
}
#body-detail-tour .service-child {
  color: #717171;
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 18px;
  padding-bottom: 10px;
}
#body-detail-tour .service-child ul {
  margin-bottom: 0;
}
#body-detail-tour .book-tour {
  margin-top: 15px;
}
#body-detail-tour .book-tour .book-tour-item {
  width: 100%;
  border: none;
  background: #f93;
  padding: 10px 0;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  display: block;
  box-shadow: none;
  font-size: 16px;
  line-height: 18px;
}
#body-detail-tour .book-tour .book-tour-item:hover {
  background: #ffa838;
}
#body-detail-tour .info-tour-right .info-tour-right-top {
  background: #00759a;
  text-align: center;
  display: block;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
#body-detail-tour .info-tour-right .info-tour-right-top span {
  text-align: center;
  font-size: 17px;
}
#body-detail-tour .info-tour-right .info-tour-right-bot {
  padding: 20px;
  border: 1px solid #00759a;
  border-top: unset;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body-detail-tour .info-tour-right .info-tour-right-bot {
    padding: 20px 15px;
  }
}
#body-detail-tour .info-tour-right .info-tour-right-bot .unit-price {
  margin-top: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
#body-detail-tour .info-tour-right .info-tour-right-bot button {
  width: 100%;
  border: none;
  background: #f93;
  height: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
#body-detail-tour .info-tour-right .info-tour-right-bot button:hover {
  background: #ffa838;
}
#body-detail-tour .info-tour-right .info-tour-right-bot .note {
  font-size: 12px;
  color: #717171;
}
#body-detail-tour .position-fixed-info-tour-right {
  position: fixed !important;
  top: 0;
  width: 255px;
  z-index: 9999999999;
}
#body-detail-tour .position-fixed-info-tour-right .advisory {
  margin-top: 0;
  margin-bottom: 10px;
  border-top: none;
}
#body-detail-tour .position-default {
  position: absolute !important;
  right: 0 !important;
}
#body-detail-tour .fix-row {
  position: relative;
}
#body-detail-tour .fix-row .fix-position {
  position: absolute;
  right: 0;
}
#body-detail-tour .reset-padding-mobile-detail-tour {
  padding-left: 0;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body-detail-tour .reset-padding-mobile-detail-tour {
    padding-left: 22px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-detail-tour .width-scroll-pys {
    width: 908px;
  }
}
#body-detail-tour .slide-evaluate-customer {
  height: 235px;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-detail-tour .slide-evaluate-customer {
    height: 220px;
  }
}
#body-detail-tour .slide-evaluate-customer .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  list-style-type: none;
  bottom: -40px;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body-detail-tour .slide-evaluate-customer .slick-dots {
    bottom: -25px;
  }
}
#body-detail-tour .slide-evaluate-customer .slick-dots li {
  margin: 0 2px;
}
#body-detail-tour .slide-evaluate-customer .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #f1f1f1;
  text-indent: -9999px;
}
#body-detail-tour .slide-evaluate-customer .slick-dots li.slick-active button {
  background-color: #f93;
}
.margin-top-10 {
  margin-top: 10px;
}
.info-tour-scroll {
  margin-top: 15px;
}
.style-link-tour {
  color: #666;
}
.style-link-tour:hover {
  color: #0998c8 !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .item-form-tour-mobile {
    padding: 0 20px;
  }
  .item-form-tour-mobile .search-button {
    color: #fff;
    background-color: #f93;
    border: 0;
    height: 40px;
    border-radius: 10px;
    padding: 10px 20px;
    text-transform: uppercase;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .item-input-phone {
    height: 40px;
    position: relative;
  }
  .item-input-phone input {
    border-radius: 10px;
    height: 100%;
  }
  .item-input-phone .btn-send-phone {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .item-form-phone {
    padding: 20px 0 40px;
  }
}
.icon-arrow-right {
  font-size: 17px !important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .btn-submit-booking-tour {
    background: #f93;
    color: #fff;
    width: 100%;
  }
  .btn-submit-booking-tour .main-text {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
  }
  .btn-submit-booking-tour .tiny-text {
    display: block;
    width: 100%;
    font-size: 12px;
  }
}
.btn-book-detail-tour {
  background: none;
  border: 0;
  color: #fff;
  font-size: 12px;
  box-shadow: none !important;
  cursor: pointer;
}
#binhluan .fb_iframe_widget {
  width: 800px;
}
#binhluan iframe {
  min-width: 800px !important;
}
@media (max-width: 767px) {
  #binhluan iframe {
    min-width: unset !important;
  }
}
.view-detail-tour {
  padding: 10px 20px !important;
}
.view-detail-tour .active-link a {
  color: #0998c8 !important;
  font-weight: 700;
}
.view-detail-tour .active-link-new a {
  color: #0998c8 !important;
}
.view-detail-tour ul li {
  width: 100%;
}
.text-time-expire {
  font-size: 20px;
  color: #fa1238;
  margin-top: 10px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .image-detail-tour-mobile {
    padding: 0;
  }
  .breadcrumb-pc {
    display: none;
  }
  .reset-padding-mobile-detail-tour {
    padding-left: 15px !important;
  }
  .package-full-mobile {
    position: relative;
    margin-top: 10px;
  }
  .package-full-mobile .title-detail-tour-mobile {
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: 45px;
  }
  .package-full-mobile .title-detail-tour-mobile h2 {
    margin-bottom: 0 !important;
    font-size: 18px !important;
    color: #00506c;
    font-weight: 700;
    text-decoration: none;
  }
  .package-full-mobile .price-general {
    position: absolute;
    top: 0;
    text-align: right;
    right: 0;
  }
  .info-tour-mobile {
    display: inline-block;
    width: 100%;
  }
  .info-tour-mobile .item-info-tour-left-mobile {
    float: left;
    margin-right: 22px;
  }
  .info-tour-mobile .item-info-tour-right-mobile {
    float: right;
  }
  .service-child-mobile {
    display: inline-block;
    width: 100%;
    border-bottom: none !important;
  }
  .service-child-mobile,
  .service-child-mobile ul {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 320px) and (max-width: 480px) and (min-width: 320px) and (max-width: 480px) {
  .service-child-mobile ul {
    float: left;
    width: 50%;
    padding-right: 20px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .service-child-mobile .item-service-left-mobile {
    float: left;
  }
  .fix-row,
  .fix-row .fix-position {
    position: unset !important;
  }
  .fix-row .fix-position {
    padding: 0 !important;
  }
  .fix-row .fix-position .info-tour-right-mobile {
    margin-top: 0 !important;
    border: none !important;
  }
  .fix-row .fix-position .info-tour-right-mobile .info-tour-right-top-mobile {
    text-align: left !important;
    padding-left: 10px;
  }
  .fix-row .fix-position .info-tour-right-mobile .info-tour-right-bot {
    padding: 20px 20px 0 !important;
  }
  .fix-row .fix-position .info-tour-right-mobile .form-group-mobile {
    padding: 0 10px;
  }
  .fix-row .fix-position .info-tour-right-mobile .form-group-mobile button {
    border-radius: 6px;
    height: 45px !important;
  }
  .fix-row .fix-position .pd-r-mobile {
    padding-right: 5px;
  }
  .fix-row .fix-position .pd-l-mobile {
    padding-left: 5px;
  }
  .menu-body-tour-mobile {
    margin-top: 0 !important;
  }
  .menu-body-tour-mobile .item-news-pys-detail-tour-mobile {
    width: 704px;
    background: #fff;
  }
  .menu-body-tour-mobile
    .item-news-pys-detail-tour-mobile
    .nav-tour-mobile
    .nav-link-tour {
    font-size: 16px;
    color: #333;
  }
  .menu-body-tour-mobile
    .item-news-pys-detail-tour-mobile
    .nav-tour-mobile
    .nav-link-tour.active {
    border-bottom: 2px solid #f93 !important;
  }
  .menu-body-tour-mobile .evaluate-content-mobile {
    padding: 15px 10px 10px !important;
    width: 380px;
    display: inline-block;
    margin-right: 10px;
    background: #fff !important;
  }
  .menu-body-tour-mobile .evaluate-content-mobile p {
    color: #666;
    font-size: 13px !important;
  }
  .menu-body-tour-mobile .evaluate-content-mobile .human-mobile {
    width: 25px !important;
  }
  .menu-body-tour-mobile .evaluate-content-mobile .title-evaluate-mobile {
    font-size: 16px !important;
  }
  .book-tour-now-mobile {
    text-align: center;
    background: #f93;
    position: fixed;
    padding: 4px 9px;
    z-index: 99;
    width: 100%;
    bottom: 0;
  }
  .background-mobile {
    background: #e7e7e7e7;
  }
  .evaluate-author-mobile .left-evaluate-author-mobile img {
    width: 55px;
  }
  .evaluate-author-mobile .mid-evaluate-author-mobile {
    padding-right: 0;
  }
  .evaluate-author-mobile .mid-evaluate-author-mobile .evaluate-item {
    padding: 5px 0 0 5px !important;
  }
  .evaluate-author-mobile .right-evaluate-author-mobile {
    padding: 5px 15px 0 0 !important;
    overflow: hidden;
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .info-tour-mobile {
    display: inline-block;
    width: 100%;
  }
  .info-tour-mobile .item-info-tour-left-mobile {
    float: none !important;
    margin-right: 0 !important;
  }
  .info-tour-mobile .item-info-tour-right-mobile {
    float: none !important;
    margin-left: 0 !important;
  }
  .service-child-mobile .item-service-left-mobile {
    float: left;
    margin-right: 25px;
  }
  .service-child-mobile .item-service-right-mobile {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .service-child-mobile .item-service-left-mobile {
    float: none;
    margin-right: 0;
  }
  .service-child-mobile .item-service-right-mobile {
    float: none;
    margin-left: 0;
  }
  .package-full-mobile .title-detail-tour-mobile h2 {
    padding-top: 4px;
    padding-bottom: 5px;
    font-size: 18px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .scroll-mobile {
    position: fixed;
    top: 0;
    display: block;
    z-index: 99;
  }
}
@media (min-width: 768px) and (max-width: 4000px) {
  #content-detail-tour .fixed-nav-tour {
    position: fixed !important;
    display: block;
    background: #fff;
    z-index: 999999;
    width: 100%;
    top: 0;
  }
  #content-detail-tour .fixed-nav-tour .nav-link-tour {
    color: #333 !important;
  }
  #content-detail-tour .fixed-nav-tour .scroll-fix-tour {
    background: #fff;
    padding: 0;
  }
  #content-detail-tour .fixed-nav-tour .nav-tour {
    border-bottom: none;
  }
  #content-detail-tour .fixed-nav-tour ul {
    width: 1150px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #content-detail-tour .fixed-nav-tour-mobile {
    position: fixed !important;
    top: 70px !important;
    display: inline-block;
    background: #fff;
    z-index: 999999;
    width: 704px;
  }
  #content-detail-tour .fixed-nav-tour-mobile .nav-link-tour {
    color: #333 !important;
  }
  #content-detail-tour .fixed-nav-tour-mobile .scroll-fix-tour {
    background: #fff;
    padding: 0;
  }
  #content-detail-tour .fixed-nav-tour-mobile ul {
    width: 1050px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #content-detail-tour .fixed-nav-tour-mobile {
    position: fixed !important;
    top: 70px !important;
    display: inline-block;
    background: #fff;
    z-index: 999999;
    width: 704px;
  }
  #content-detail-tour .fixed-nav-tour-mobile .nav-link-tour {
    color: #333 !important;
  }
  #content-detail-tour .fixed-nav-tour-mobile .scroll-fix-tour {
    background: #fff;
    padding: 0;
  }
  #content-detail-tour .fixed-nav-tour-mobile ul {
    width: 1050px;
  }
}
.image-license {
  margin: 20px 0;
}
@media (max-width: 575px) {
  .image-license {
    margin: 20px 0;
  }
}
.image-license .license-title {
  margin: 0;
  border: 1px solid #cccccc2e;
  border-radius: 3px;
  background: #ebebeb82;
  padding: 20px;
  font-size: 15px;
}
@media (max-width: 480px) {
  .image-license .license-title {
    background: #fff !important;
  }
}
.image-license .license-title a {
  font-size: 15px;
  text-decoration: underline;
}
.list-tour-category__heading {
  font-size: 1.25rem;
  color: #00506c;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}
.lh {
  line-height: 1.2;
}
.date-selected-first {
  background-color: #fcc !important;
  border: 1px solid #ff3c3c !important;
  color: #155724 !important;
  height: 50px;
  padding: 7px 0;
}
@media (max-width: 767px) {
  .date-selected-first {
    padding: 16px 0 !important;
    height: 49px;
  }
}
.date-selected-first .date {
  margin-bottom: 5px !important;
}
.date-selected {
  background-color: #fcc !important;
  border: 1px solid #ff3c3c !important;
  color: #155724 !important;
  height: 50px;
  padding: 9px 0;
}
@media (max-width: 767px) {
  .date-selected {
    padding: 12px 0 !important;
    height: 49px;
  }
}
.date-selected .date {
  margin-bottom: 5px !important;
}
.clr-default {
  background-color: #fef4cc !important;
}
#box-calender-price .month-name .month-element {
  font-weight: 700;
  color: #00506c;
  font-size: 16px;
}
#box-calender-price .daterangepicker.dropdown-menu {
  z-index: 10001;
}
@media (min-width: 320px) and (max-width: 374px) {
  #box-calender-price .col-12-edit {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #box-calender-price .col-12-edit {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #box-calender-price .calender_price .date-picker-wrapper .month-wrapper .gap {
    display: none;
  }
}
#box-calender-price .date-picker-wrapper .gap {
  display: none;
}
#box-calender-price .box-calender-price {
  position: relative;
}
#box-calender-price .calender_price .date-picker-wrapper .month-wrapper {
  padding: 0;
}
#box-calender-price
  .calender_price
  .date-picker-wrapper
  .month-wrapper
  table
  .day {
  width: 78px;
  height: 50px;
  line-height: normal;
  border-radius: 3px;
  margin-right: 2px;
  margin-bottom: 2px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  #box-calender-price
    .calender_price
    .date-picker-wrapper
    .month-wrapper
    table
    .day {
    padding: 0 !important;
    width: 62px;
    height: 47px;
    margin-bottom: 5px;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  #box-calender-price
    .calender_price
    .date-picker-wrapper
    .month-wrapper
    table
    .day {
    padding: 0 !important;
    width: 35.9px;
    height: 47px;
    margin-bottom: 3px;
    margin-right: 1px;
  }
}
@media (min-width: 360px) and (max-width: 424px) {
  #box-calender-price
    .calender_price
    .date-picker-wrapper
    .month-wrapper
    table
    .day {
    width: 41px;
    height: 47px;
    margin-bottom: 3px;
    margin-right: 3px;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  #box-calender-price
    .calender_price
    .date-picker-wrapper
    .month-wrapper
    table
    .day {
    width: 50px;
    height: 47px;
    margin-bottom: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #box-calender-price
    .calender_price
    .date-picker-wrapper
    .month-wrapper
    table
    .day {
    width: 60px;
    height: 47px;
    margin-bottom: 5px;
  }
}
#box-calender-price
  .calender_price
  .date-picker-wrapper
  .month-wrapper
  table
  .day
  .price {
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #box-calender-price
    .calender_price
    .date-picker-wrapper
    .month-wrapper
    table
    .day
    .price {
    font-size: 10px;
  }
}
#box-calender-price
  .calender_price
  .date-picker-wrapper
  .month-wrapper
  table
  .day
  p {
  margin: 0;
}
#box-calender-price
  .calender_price
  .date-picker-wrapper
  .month-wrapper
  table
  .day
  .box-date-price {
  padding: 7px 0;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  #box-calender-price
    .calender_price
    .date-picker-wrapper
    .month-wrapper
    table
    .day
    .box-date-price {
    padding: 9px 0;
  }
}
#box-calender-price
  .calender_price
  .date-picker-wrapper
  .month-wrapper
  table
  .day.toMonth.valid
  .box-date-price {
  background-color: #f1f1f1;
  border: 1px solid #999;
}
#box-calender-price
  .calender_price
  .date-picker-wrapper
  .month-wrapper
  table
  .day.toMonth.valid
  .box-date-price-404 {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
#box-calender-price
  .calender_price
  .date-picker-wrapper
  .month-wrapper
  table
  .day
  .box-date-price.priceLow {
  color: #155724 !important;
  background-color: #d4edda !important;
  border-color: #155724 !important;
  background-color: #c3e6cb !important;
}
#box-calender-price
  .calender_price
  .date-picker-wrapper
  .month-wrapper
  table
  .day
  .box-date-price
  .date {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #box-calender-price
    .calender_price
    .date-picker-wrapper
    .month-wrapper
    table
    .day
    .box-date-price
    .date {
    margin-bottom: 3px;
  }
}
#box-calender-price
  .calender_price
  .date-picker-wrapper
  .month-wrapper
  table
  .week-name {
  height: 50px;
  text-transform: unset !important;
}
#box-calender-price .calender-price-crawler h2 {
  margin-top: 20px;
}
#box-calender-price .calender-price-crawler h4 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  #box-calender-price .calender-price-crawler h4 {
    padding: 5px 10px;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  #box-calender-price .calender-price-crawler h4 small {
    margin-top: 20px !important;
    margin-right: 59px;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  #box-calender-price .calender-price-crawler h4 small {
    margin-top: 20px !important;
    margin-right: 114px !important;
  }
}
@media (min-width: 425px) and (max-width: 767px) {
  #box-calender-price .calender-price-crawler h4 small {
    margin-top: 20px !important;
    margin-right: 162px !important;
  }
}
#box-calender-price
  .calender_price
  .date-picker-wrapper
  .month-wrapper
  table
  td,
#box-calender-price
  .calender_price
  .date-picker-wrapper
  .month-wrapper
  table
  th {
  font-size: 18px;
}
@media (max-width: 767px) {
  #box-calender-price
    .calender_price
    .date-picker-wrapper
    .month-wrapper
    table
    td,
  #box-calender-price
    .calender_price
    .date-picker-wrapper
    .month-wrapper
    table
    th {
    font-size: 10px;
  }
}
#box-calender-price #date-range12-container .first-date-selected,
#box-calender-price #date-range12-container .last-date-selected,
#box-calender-price #date-range12-container .toMonth {
  line-height: 29px !important;
}
#box-calender-price
  .calender_price
  .date-picker-wrapper
  .month-wrapper
  table
  .day.toMonth:hover:not(.first-date-selected) {
  border-radius: 3px !important;
  background-color: #fcf8e3 !important;
  border-color: #faebcc;
}
#box-calender-price .calender_price .date-picker-wrapper .first-date-selected,
#box-calender-price .calender_price .date-picker-wrapper .last-date-selected {
  color: #2389c5 !important;
  font-weight: 500;
}
#box-calender-price .calender_price .date-picker-wrapper .first-date-selected {
  border-radius: 3px !important;
}
#box-calender-price .calender_price .date-picker-wrapper .last-date-selected {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
#box-calender-price .next,
#box-calender-price .prev {
  display: block !important;
}
#box-calender-price .calender_price .date-picker-wrapper table .caption .next {
  right: 0;
  text-align: right;
}
@media (max-width: 767px) {
  #box-calender-price
    .calender_price
    .date-picker-wrapper
    table
    .caption
    .next {
    padding: 5px 0 !important;
    font-size: 12px;
  }
}
#box-calender-price .calender_price .date-picker-wrapper table .caption .prev {
  text-align: left;
}
@media (max-width: 767px) {
  #box-calender-price
    .calender_price
    .date-picker-wrapper
    table
    .caption
    .prev {
    padding: 5px 0 !important;
    font-size: 12px;
  }
}
#box-calender-price .calender_price .date-picker-wrapper table .caption .next,
#box-calender-price .calender_price .date-picker-wrapper table .caption .prev {
  min-width: 102px;
  position: absolute;
  top: 10px;
  padding: 5px 10px;
  border-radius: 15px;
  font-weight: 700;
  color: #007bff;
  transition: 0.3s;
}
#box-calender-price
  .calender_price
  .date-picker-wrapper
  table
  .caption
  .next:hover,
#box-calender-price
  .calender_price
  .date-picker-wrapper
  table
  .caption
  .prev:hover {
  background: #007bff;
  color: #fff;
}
#box-calender-price .title-search {
  margin-bottom: 15px;
  color: #1a3863;
  margin-top: 15px;
  font-size: 16px;
}
#box-calender-price .title-search .btn-group .btn-default-tag {
  padding: 4px 10px !important;
}
@media (max-width: 767px) {
  #box-calender-price .title-search .btn-group .btn-default-tag {
    font-size: 11px;
  }
}
#box-calender-price .popover-combo {
  min-width: 250px;
  border: 1px solid #2289c5;
  margin: 0;
  padding: 0;
  box-shadow: none;
  left: -90px;
  top: 38px;
}
#box-calender-price .popover-combo .popover-title {
  background: #2289c5;
  color: #fff;
  border: 0;
}
#box-calender-price .popover-combo .popover-content {
  padding: 15px;
}
#box-calender-price .popover-combo .popover-content .fa {
  color: #2289c5;
}
#box-calender-price .popover-combo .popover-content p {
  line-height: 18px;
  font-size: 12px;
  color: #999;
}
#box-calender-price .popover-combo .popover-content .combo-title {
  color: #1a3863;
  font-size: 14px;
}
#box-calender-price .popover-combo .popover-content .price {
  color: #eb6502;
}
#box-calender-price .popover-combo .popover-content .btn-link {
  font-size: 12px;
}
#box-calender-price .popover-combo.popover.bottom > .arrow,
#box-calender-price .popover-combo.popover.bottom > .arrow:after {
  border-bottom-color: #2289c5;
}
#box-calender-price .note-box {
  min-width: 40px;
  height: 18px;
  line-height: 18px;
  float: left;
  margin-right: 5px;
}
#box-calender-price .note-box-low {
  background-color: #d4edda;
  border-color: #c3e6cb;
}
#box-calender-price .note-box-default {
  background-color: #fef4cc;
  border: 1px solid #fcc700;
}
.btn-outline-dark {
  border-color: #fff;
  color: #fff;
}
.btn-outline-dark:hover {
  border-color: #343a40;
}
.item-color-nav {
  background-color: #00759a !important;
  padding: 0.5rem;
}
.item-color-nav button {
  border-color: transparent !important;
  color: #f9f9f9 !important;
}
.item-btn-menu {
  float: left;
  line-height: 30px;
  margin-top: -40px;
}
.item-btn-menu:focus {
  outline: none !important;
}
.item-btn-menu-search {
  padding: 18px 12px;
  position: absolute;
  top: 10px;
  right: 16px;
}
.item-icon-menu {
  font-size: 15px;
}
.item-icon-search {
  font-size: 20px;
}
#navbar_search .form-search-mobile {
  padding: 10px 0;
  border-radius: 10px;
}
#navbar_search .form-search-mobile input {
  border: none;
  background-color: transparent;
}
#navbar_search .form-search-mobile button:focus,
#navbar_search .form-search-mobile input:focus,
#navbar_search .form-search-mobile select:focus,
#navbar_search .form-search-mobile textarea:focus {
  outline: none;
}
#navbar_search .form-search-mobile .input-group {
  border: 1px solid gray;
  border-radius: 10px;
  margin-bottom: 15px;
  background: #fff;
}
#navbar_search .form-search-mobile .fa-home,
#navbar_search .form-search-mobile .fa-map-marked-alt {
  color: gray;
}
#navbar_search .form-search-mobile .item-form-locaiton {
  padding: 10px 5px 0 15px;
}
#navbar_search .form-search-mobile .item-btn-search-mobile {
  display: block;
  width: 100%;
  text-transform: uppercase;
  border-radius: 10px;
  background: #f93;
  color: #fff;
  border: none;
  font-size: 18px;
  padding: 10px 40px;
  height: 50px;
}
#navbar_search .form-search-mobile .item-input-form-mobile {
  height: 50px !important;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  box-shadow: none;
  background: none;
}
#navbar_search .form-search-mobile .item-input-form-mobile:active {
  outline: none;
  border: 0;
}
#navbar_search .form-search-mobile .item-input-form-mobile:focus {
  box-shadow: none;
  outline: none;
  border: 0;
}
.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
* {
  padding: 0;
  margin: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}
@media (max-width: 1440px) and (min-width: 1025px) {
  #scroll-go-tour-hot img {
    width: 25px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  #scroll-go-tour-hot img {
    width: 23px;
  }
}
@media (max-width: 768px) {
  #scroll-go-tour-hot img {
    width: 23px;
  }
}
#allResultSuggest {
  width: 100%;
  padding: 10px;
  background: #fff;
  color: #000;
  border: 1px solid #d9d9d9;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  display: none;
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#allResultSuggest::-webkit-scrollbar {
  width: 10px;
}
#allResultSuggest::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
#allResultSuggest::-webkit-scrollbar-track {
  background: #fff;
}
#allResultSuggest .title span {
  text-transform: uppercase;
}
#allResultSuggest .title span img {
  position: unset;
  padding-bottom: 5px;
  margin-right: 5px;
  width: 20px;
}
#allResultSuggest .places {
  padding: 0 7px;
}
#allResultSuggest .places .place {
  padding: 10px;
  border: 1px solid transparent;
}
#allResultSuggest .places .place:hover {
  background-color: rgba(64, 166, 242, 0.1);
  border: 1px solid rgba(64, 166, 242, 0.2);
}
#allResultSuggest .places .place:hover a {
  text-decoration: none;
}
#allResultSuggest .places .place .cat-image {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}
#allResultSuggest .places .place .cat-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#allResultSuggest .places .place .cat-title {
  display: inline-block !important;
}
#allResultSuggest .places .place .cat-title .name-place {
  font-size: 14px;
  font-weight: 700;
  color: #494b55;
}
#allResultSuggest .places .place .cat-title .count-place {
  color: #003c71;
}
#nav-top {
  background: #00506c;
  color: #fff;
  height: 51px;
}
#nav-top .nav-right {
  float: right;
}
#nav-top .nav-right .nav-right-head li a {
  line-height: 22px !important;
  font-size: 12px !important;
  color: #fff;
  text-decoration: none;
}
#nav-top .nav-right .nav-right-head li a .fas {
  font-size: 14px !important;
  margin-right: 4px !important;
}
#nav-top .nav-right .nav-right-head li:hover {
  background: #457f94;
  border-bottom: 2px solid #f93;
}
#nav-top .nav-right .p {
  margin-right: 20px;
}
#nav-top .nav-left {
  line-height: 35px;
}
#nav-top .nav-left a {
  color: #fff;
}
#nav-top .nav-left .s1 {
  padding-right: 15px;
}
#nav-top .nav-left .s2 {
  padding-left: 15px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  #nav-top {
    display: none;
  }
}
#wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  background: rgba(0, 0, 0, 0.03) !important;
}
#wrapper #header-top .sticky {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
}
#nav-menu {
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 11;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (min-width: 1920px) {
  #nav-menu {
    height: 580px;
  }
}
@media (max-width: 1919px) and (min-width: 1441px) {
  #nav-menu {
    height: 580px;
  }
}
@media (max-width: 1440px) and (min-width: 1025px) {
  #nav-menu {
    height: 430px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  #nav-menu {
    height: 360px;
  }
}
@media (max-width: 767px) {
  #nav-menu {
    height: 230px;
  }
}
#nav-menu .background-nav-menu-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#nav-menu .transparent {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.014);
}
#nav-menu .transparent .logo-menu {
  height: 80px;
  padding-top: 20px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  #nav-menu .transparent .logo-menu {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  #nav-menu .transparent .logo-menu {
    padding-top: 0;
  }
}
#nav-menu .transparent .bottom-down {
  text-align: center;
  padding: 16px 0;
}
@media (max-width: 1440px) and (min-width: 1025px) {
  #nav-menu .transparent .bottom-down {
    padding: 14px 0;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  #nav-menu .transparent .bottom-down {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #nav-menu .transparent .bottom-down {
    padding: 0;
  }
}
#nav-menu #logo {
  position: absolute;
  top: 5%;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #nav-menu #logo {
    position: unset;
    text-align: center;
    padding-top: 10px;
  }
}
#nav-menu #logo img {
  width: 175px;
}
#nav-menu .menu-home {
  z-index: 2;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #nav-menu .menu-home {
    padding: 0 51px;
    margin-top: 10px;
  }
}
#nav-menu .menu-home ul {
  float: right;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #nav-menu .menu-home ul {
    float: inherit;
  }
}
#nav-menu .menu-home ul li {
  padding-top: 25px;
  padding-bottom: 15px;
}
@media (max-width: 990px) {
  #nav-menu .menu-home ul li {
    padding-top: 2px;
  }
}
#nav-menu .menu-home ul li a {
  text-transform: capitalize;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1200px) and (min-width: 1025px) {
  #nav-menu .menu-home ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  #nav-menu .menu-home ul li a {
    font-size: 12px;
  }
}
#nav-menu .nav-center {
  top: 0;
  color: #fff;
  width: 100%;
}
@media (min-width: 1920px) {
  #nav-menu .nav-center {
    margin-top: 140px;
  }
}
@media (max-width: 1919px) and (min-width: 1441px) {
  #nav-menu .nav-center {
    margin-top: 100px;
  }
}
@media (max-width: 1440px) and (min-width: 1025px) {
  #nav-menu .nav-center {
    margin-top: 80px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  #nav-menu .nav-center {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  #nav-menu .nav-center {
    margin-top: 60px;
  }
}
#nav-menu .nav-center h2 {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
  font-size: 40px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  #nav-menu .nav-center h2 {
    font-size: 28px;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  #nav-menu .nav-center h2 {
    font-size: 22px;
  }
}
#nav-menu .nav-center h5 {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  font-weight: 400;
  font-size: 17px;
  width: 640px;
  margin: 0 auto;
}
@media (max-width: 1024px) and (min-width: 769px) {
  #nav-menu .nav-center h5 {
    font-size: 15px;
    opacity: 1;
  }
}
#nav-menu .nav-center .nav-center-search {
  width: 689px;
  margin: 40px auto;
}
@media (max-width: 1024px) and (min-width: 769px) {
  #nav-menu .nav-center .nav-center-search {
    margin: 18px auto;
  }
}
@media (max-width: 768px) {
  #nav-menu .nav-center .nav-center-search {
    margin: 14px auto;
  }
}
#nav-menu .nav-center .nav-center-search .searchBar {
  width: 800px;
  margin: 0 auto;
  height: 50px;
  font-size: 15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #nav-menu .nav-center .nav-center-search .searchBar {
    width: 689px;
  }
}
#nav-menu .nav-center .nav-center-search .searchBar .search-input {
  height: 100%;
}
#nav-menu .nav-center .nav-center-search .searchBar .search-input .a {
  position: relative;
  width: 167px;
  height: 100%;
  top: 0;
}
#nav-menu .nav-center .nav-center-search .searchBar .search-input .a i {
  position: absolute;
  top: 17px;
  color: #64c1e0;
  left: 10px;
}
#nav-menu .nav-center .nav-center-search .searchBar .search-input .a select {
  font-size: 15px;
  border: none;
  border-right: 1px solid #e0e0e0;
  background: #fff;
  padding-left: 30px;
  height: 100%;
  border-radius: 5px 0 0 5px;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .a
  .style-angle-down {
  top: 14px;
  right: 15px !important;
  left: unset;
  position: absolute;
  color: #6666668f;
  font-size: 20px;
}
#nav-menu .nav-center .nav-center-search .searchBar .search-input .b {
  width: 88%;
  height: 100%;
  position: relative;
  top: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #nav-menu .nav-center .nav-center-search .searchBar .search-input .b {
    width: 375px;
  }
}
#nav-menu .nav-center .nav-center-search .searchBar .search-input .b i {
  position: absolute;
  top: 17px;
  color: #64c1e0;
  left: 10px;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .b
  .twitter-typeahead {
  width: 100%;
  height: 100%;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .b
  .twitter-typeahead
  .tt-menu {
  width: 178%;
  margin-left: -166px;
  border: 1px solid #d9d9d9;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .b
  .twitter-typeahead
  .tt-menu
  .cat-image-countries {
  width: 79px;
  height: 60px;
  float: left;
  margin-right: 10px;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .b
  .twitter-typeahead
  .tt-menu
  .cat-image-tour {
  width: 118px;
  height: 60px;
  float: left;
  margin-right: 10px;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .b
  .twitter-typeahead
  .tt-menu
  .cat-image-tour
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .b
  .twitter-typeahead
  .tt-menu
  .tt-dataset {
  background: #fff;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .b
  .twitter-typeahead
  .tt-menu
  .tt-dataset
  .tt-suggestion {
  min-height: 60px;
  border: 1px solid #fff;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .b
  .twitter-typeahead
  .tt-menu
  .tt-dataset
  .tt-suggestion:hover {
  background-color: rgba(64, 166, 242, 0.1);
  border: 1px solid rgba(64, 166, 242, 0.2);
  padding: inherit;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .b
  .twitter-typeahead
  .tt-menu
  .icon-tour {
  width: 108px;
  height: 24px;
  margin: 0;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .b
  .twitter-typeahead
  .tt-menu
  .icon-tour
  i {
  position: inherit !important;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .b
  .BoxAutoCompleteListLoading {
  margin-left: -164px;
  margin-top: 8px;
  width: 177%;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .b
  .BoxAutoCompleteListLoading:before {
  display: block;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #fff;
  margin-left: 277px;
  content: "";
  transition: margin-left 0.3s ease-out;
  position: absolute;
  top: 48px;
}
#nav-menu .nav-center .nav-center-search .searchBar .search-input .onFocus {
  margin-top: 8px;
  width: 177%;
  margin-left: -164px;
  padding: 10px;
  background: #fff;
  color: #000;
  border: 1px solid #d9d9d9;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  display: none;
  height: auto;
  overflow-y: scroll;
  overflow-x: hidden;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .onFocus::-webkit-scrollbar {
  width: 6px;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .onFocus::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .onFocus::-webkit-scrollbar-track {
  background: #fff;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .onFocus
  .title
  span {
  text-transform: uppercase;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .onFocus
  .title
  span
  img {
  position: unset;
  padding-bottom: 5px;
  margin-right: 5px;
  width: 20px;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .onFocus
  .places {
  padding: 0 7px;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .onFocus
  .places
  .place {
  padding: 10px;
  border: 1px solid transparent;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .onFocus
  .places
  .place:hover {
  background-color: rgba(64, 166, 242, 0.1);
  border: 1px solid rgba(64, 166, 242, 0.2);
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .onFocus
  .places
  .place:hover
  a {
  text-decoration: none;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .onFocus
  .places
  .place
  .cat-title {
  display: inline-block !important;
  width: 137px;
  white-space: nowrap;
  overflow: hidden;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .onFocus
  .places
  .place
  .cat-title
  .name-place {
  font-size: 14px;
  font-weight: 700;
  color: #494b55;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .onFocus
  .places
  .place
  .cat-title
  .count-place {
  color: #003c71;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .onFocus:before {
  display: block;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #fff;
  margin-left: 295px;
  content: "";
  transition: margin-left 0.3s ease-out;
  position: absolute;
  top: 48px;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .custom-select {
  padding-left: 25px;
}
#nav-menu .nav-center .nav-center-search .searchBar .search-input input {
  border: none;
  border-radius: unset;
  padding-left: 30px;
  height: 100%;
  font-size: 16px;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .btn-group
  .search-button {
  background: #09c;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  border-radius: 0 5px 5px 0;
}
#nav-menu
  .nav-center
  .nav-center-search
  .searchBar
  .search-input
  .btn-group
  .search-button
  i {
  margin: 0 5px;
}
.style-margin-home .title-inline .style-link-home {
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 480px) {
  .style-margin-home .title-inline .name-tour {
    font-size: 20px;
  }
}
.style-margin-home .title-inline .readMoreTours {
  font-size: 14px;
  float: right;
  position: relative;
  top: -18px;
  color: #f93;
}
@media (min-width: 320px) and (max-width: 480px) {
  .style-margin-home .title-inline .readMoreTours {
    font-size: 13px;
  }
}
.style-margin-home .title-inline .readMoreTours:hover {
  color: #00506c;
}
@media only screen and (min-width: 768px) {
  #body .telephone {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #body .telephone {
    height: 55px;
    line-height: 55px;
    background: #1aa2cf;
    text-align: center;
    color: #fff;
  }
}
@media only screen and (min-width: 320px) and (max-width: 347px) {
  #body .telephone span {
    font-size: 12px;
  }
}
@media (min-width: 374px) and (max-width: 480px) {
  #body .telephone span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #body .telephone span i {
    margin-right: 5px;
  }
}
#body .body-a .body-a-top {
  text-align: center;
}
#body .body-a .body-a-top .reason {
  margin-bottom: -10px;
}
#body .body-a .body-a-top .reason h2 {
  color: #00506c;
  padding-top: 40px;
  text-align: center;
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 5px;
}
#body .body-a .body-a-top .rulers {
  text-align: center;
  display: block;
}
#body .body-a .body-a-top .rulers .ruler {
  width: 142px;
  border-bottom: 3px solid #09c;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}
#body .body-a .body-a-bot {
  margin: 30px;
  color: #383838;
}
#body .body-a .body-a-bot .symbol {
  text-align: right;
}
#body .body-a .body-a-bot .content-symbol {
  padding: 24px 0;
}
#body .body-a .body-a-bot .content-symbol p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
#body .body-a .body-a-bot .creation {
  padding: 35px 0;
}
#body .body-a .body-a-bot .creation p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #body .body-a {
    display: none;
  }
}
#body .body-b .body-b-cap {
  margin-top: 20px;
  margin-bottom: 5px;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body .body-b .body-b-cap .title-mobile {
    position: relative;
    margin-top: 10px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #body .body-b .body-b-cap .title-mobile:after {
    content: "";
    background-color: #0998c8;
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 2px;
    width: 30%;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #body .body-b .body-b-cap .description {
    color: #999;
    margin: 10px 0;
  }
}
#body .body-b .body-b-cap h4 {
  font-weight: 700;
  text-transform: capitalize;
}
#body .body-b .body-b-cap h4 a {
  font-size: 24px;
  color: #00506c;
  text-decoration: none;
}
#body .body-b .body-b-cap h4 a:hover {
  color: #007097;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body .body-b .body-b-cap h4 {
    font-weight: unset;
  }
}
#body .body-b .body-b-cap .see-tour {
  text-align: right;
  padding-top: 10px;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body .body-b .body-b-cap .see-tour {
    display: none;
  }
}
#body .body-b .body-b-cap .see-tour a {
  color: #f93;
  font-weight: 600;
  font-style: italic;
}
#body .feedback {
  padding: 0 15px 50px;
}
#body .feedback .container {
  padding-right: 0 !important;
}
#body .feedback .feedback-top {
  width: 100%;
}
#body .feedback .feedback-top .ruler {
  width: 142px;
  border-bottom: 3px solid #09c;
  margin-bottom: 20px;
  margin-top: 15px;
}
#body .feedback .feedback-top h2 {
  text-align: center;
  margin: 40px 0 5px;
  text-transform: capitalize;
  color: #00506c;
  font-size: 40px;
}
#body .feedback .feedback-bot {
  margin-top: 40px;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 60px;
}
#body .feedback .feedback-bot .feedback-bot-label {
  margin-bottom: 15px;
}
#body .feedback .feedback-bot .feedback-bot-label h4 {
  text-transform: capitalize;
}
#body .feedback .feedback-bot .feedback-bot-label h4 a {
  text-decoration: none;
  color: #00506c;
  font-size: 20px;
}
#body .feedback .feedback-bot .feedback-bot-label h4 a:hover {
  color: #007097;
}
#body .feedback .feedback-bot .feedback-bot-left .feedback-main {
  background: #fff;
  padding: 30px 30px 0;
  border: 1px solid #dee2e6;
  border-radius: 10px;
}
#body .feedback .feedback-bot .feedback-bot-left .feedback-main:hover {
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-left
  .feedback-main
  .feedback-main-top {
  margin-bottom: 25px;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-left
  .feedback-main
  .feedback-main-top
  .feedback-image {
  width: 100%;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-left
  .feedback-main
  .feedback-main-top
  .feedback-image
  img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center center;
  border-radius: 50px;
  margin: 0 auto;
  display: block;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-left
  .feedback-main
  .feedback-main-top
  .feedback-name {
  padding: 14px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body
    .feedback
    .feedback-bot
    .feedback-bot-left
    .feedback-main
    .feedback-main-top
    .feedback-name {
    padding-left: 20px;
  }
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-left
  .feedback-main
  .feedback-main-top
  .feedback-name
  p {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  color: #333;
  margin-bottom: 0;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-left
  .feedback-main
  .feedback-main-top
  .feedback-name
  .feedback-position {
  font-size: 14px;
  font-weight: unset;
  color: #666;
  margin-top: -5px;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-left
  .feedback-main
  .feedback-main-top
  .feedback-evaluate {
  padding: 20px 15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body
    .feedback
    .feedback-bot
    .feedback-bot-left
    .feedback-main
    .feedback-main-top
    .feedback-evaluate {
    padding: 20px 10px;
  }
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-left
  .feedback-main
  .feedback-main-top
  .feedback-evaluate
  span {
  float: right;
  margin-left: 3px;
  color: #f93;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-left
  .feedback-main
  .feedback-main-mid
  a {
  text-decoration: none;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-left
  .feedback-main
  .feedback-main-mid
  img {
  margin-bottom: 9px;
  margin-right: 10px;
  text-align: center;
  width: 25px;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-left
  .feedback-main
  .feedback-main-mid
  span {
  font-size: 18px;
  color: #00759a;
  font-weight: 700;
  padding-top: -3px;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-left
  .feedback-main
  .feedback-main-mid
  span:hover {
  color: #f93;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-left
  .feedback-main
  .feedback-main-mid
  .feedback-content
  span {
  font-size: 14px;
  font-weight: unset;
  color: #666;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-left
  .feedback-main
  .feedback-main-mid
  .feedback-content
  .feedback-ruler {
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
  margin: 15px 0;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-left
  .feedback-main
  .feedback-main-bot
  .feedback-address {
  font-size: 13px;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-left
  .feedback-main
  .feedback-main-bot
  .feedback-address
  .content-address {
  font-family: Myriad Pro;
  color: #00759a;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-left
  .feedback-main
  .feedback-main-bot
  .feedback-address
  .content-address
  a {
  color: #00759a;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-left
  .feedback-main
  .feedback-main-bot
  .feedback-address
  .bold {
  font-weight: 500;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-left
  .feedback-main
  .feedback-main-bot
  .logo-company {
  padding: 0 15px 15px;
  text-align: center;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-left
  .feedback-main
  .feedback-main-bot
  .logo-company
  img {
  width: 80px;
  height: 100%;
}
#body .feedback .feedback-bot .feedback-bot-right {
  padding: 20px 0;
}
#body .feedback .feedback-bot .feedback-bot-right .scrollBar {
  height: 328px;
  overflow-y: scroll;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-right
  .scrollBar::-webkit-scrollbar {
  width: 10px;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-right
  .scrollBar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #cfcfcf;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-right
  .scrollBar::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#body .feedback .feedback-bot .feedback-bot-right .feedback-item {
  padding: 10px 15px;
}
#body .feedback .feedback-bot .feedback-bot-right .feedback-item img {
  float: left;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-right
  .feedback-item
  .feedback-item-small {
  display: inline-block;
  border-bottom: 1px solid #c3c3c3;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-right
  .feedback-item
  .feedback-item-small
  .feedback-image {
  float: left;
  display: inline-block;
  width: 60px;
  height: 60px;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-right
  .feedback-item
  .feedback-item-small
  .feedback-image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 50px;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-right
  .feedback-item
  .feedback-item-small
  .feedback-name {
  display: inline-block;
  padding: 10px;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-right
  .feedback-item
  .feedback-item-small
  .feedback-name
  a {
  font-size: 15px;
  color: #000;
  font-weight: 700;
}
#body
  .feedback
  .feedback-bot
  .feedback-bot-right
  .feedback-item
  .feedback-item-small
  .feedback-name
  p {
  font-size: 13px;
  color: #666;
  margin-bottom: 0;
  height: 19.2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  width: 260px;
}
#body .feedback .feedback-personal {
  padding-top: 40px;
  width: 100%;
}
#body .feedback .feedback-personal .feedback-personal-label {
  margin-bottom: 15px;
}
#body .feedback .feedback-personal .feedback-personal-label h4 {
  font-weight: 700;
  text-transform: capitalize;
}
#body .feedback .feedback-personal .feedback-personal-label h4 a {
  font-size: 20px;
  color: #00506c;
  text-decoration: none;
}
#body .feedback .feedback-personal .feedback-personal-label h4 a:hover {
  color: #00688c;
}
#body .feedback .feedback-personal .feedback-personal-item {
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #dee2e6;
  height: 100%;
}
#body .feedback .feedback-personal .feedback-personal-item:hover {
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body .feedback .feedback-personal .feedback-personal-item {
    padding: 20px;
  }
}
#body
  .feedback
  .feedback-personal
  .feedback-personal-item
  .feedback-personal-top {
  height: 35px;
  overflow: hidden;
  display: -webkit-box;
}
#body
  .feedback
  .feedback-personal
  .feedback-personal-item
  .feedback-personal-top
  a {
  text-decoration: none;
}
#body
  .feedback
  .feedback-personal
  .feedback-personal-item
  .feedback-personal-top
  img {
  margin-bottom: 9px;
  margin-right: 10px;
  text-align: center;
  width: 35px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body
    .feedback
    .feedback-personal
    .feedback-personal-item
    .feedback-personal-top
    img {
    width: 25px;
  }
}
#body
  .feedback
  .feedback-personal
  .feedback-personal-item
  .feedback-personal-top
  span {
  font-size: 18px;
  color: #00759a;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body
    .feedback
    .feedback-personal
    .feedback-personal-item
    .feedback-personal-top
    span {
    font-size: 17px;
  }
}
#body
  .feedback
  .feedback-personal
  .feedback-personal-item
  .feedback-personal-top
  span:hover {
  color: #f93;
}
#body
  .feedback
  .feedback-personal
  .feedback-personal-item
  .feedback-personal-mid {
  margin-bottom: 0;
}
#body
  .feedback
  .feedback-personal
  .feedback-personal-item
  .feedback-personal-mid
  span {
  font-size: 15px;
  color: #8c8c8c;
  height: 65px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body
    .feedback
    .feedback-personal
    .feedback-personal-item
    .feedback-personal-mid
    span {
    font-size: 14px;
  }
}
#body
  .feedback
  .feedback-personal
  .feedback-personal-item
  .feedback-personal-mid
  span
  a {
  color: #00759a;
  text-decoration: none;
  margin-left: 15px;
}
#body
  .feedback
  .feedback-personal
  .feedback-personal-item
  .feedback-personal-bot {
  margin-top: 10px;
}
#body
  .feedback
  .feedback-personal
  .feedback-personal-item
  .feedback-personal-bot
  .feedback-personal-image {
  width: 70px;
  height: 70px;
  object-fit: cover;
  object-position: center center;
  border-radius: 50px;
  margin: 0 auto;
  display: block;
}
#body
  .feedback
  .feedback-personal
  .feedback-personal-item
  .feedback-personal-bot
  .feedback-item {
  padding-top: 10px;
  color: #00759a;
  font-weight: 700;
}
#body
  .feedback
  .feedback-personal
  .feedback-personal-item
  .feedback-personal-bot
  .feedback-item
  .p1 {
  margin: 0 5px;
}
#body
  .feedback
  .feedback-personal
  .feedback-personal-item
  .feedback-personal-bot
  .feedback-item
  .p2 {
  font-weight: 100;
  color: #00759a;
}
#body
  .feedback
  .feedback-personal
  .feedback-personal-item
  .feedback-personal-bot
  .feedback-item
  .feedback-evaluate {
  color: #f93;
}
#body .product-category .product-category-top .ruler {
  width: 135px;
  border-bottom: 3px solid #f93;
  margin: 15px auto 40px;
}
#body .product-category .product-category-bot .link-category {
  width: 100%;
}
#body .product-category .product-category-bot .link-product {
  position: relative;
  height: 200px;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body .product-category .product-category-bot .link-product {
    height: 150px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body .product-category .product-category-bot .link-product {
    height: 200px;
  }
}
#body
  .product-category
  .product-category-bot
  .link-product:hover
  .link-product-overlay {
  display: none !important;
}
#body
  .product-category
  .product-category-bot
  .link-product:hover
  .link-product-location {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.3) 30%,
    rgba(0, 0, 0, 0.01) 50%,
    transparent
  );
}
#body .product-category .product-category-bot .link-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#body
  .product-category
  .product-category-bot
  .link-product
  .link-product-overlay {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100%;
  background: rgba(10, 103, 233, 0);
  background: linear-gradient(
    180deg,
    rgba(10, 103, 233, 0),
    rgba(10, 103, 233, 0.6)
  );
}
#body
  .product-category
  .product-category-bot
  .link-product
  .link-product-location {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 16px;
  letter-spacing: 0.5px;
  color: #fff;
  width: 100%;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body .product-category .product-category-bot .product-category-bot-category {
    width: 50%;
    padding: 0;
    height: 140px;
  }
}
#body .product-category .product-category-bot .item-product {
  position: relative;
  height: 230px;
  margin: 10px;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body .product-category .product-category-bot .item-product {
    height: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body .product-category .product-category-bot .item-product {
    height: 150px;
  }
}
#body .product-category .product-category-bot .item-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#body .product-category .product-category-bot .item-product .title-product {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 100px 40px;
  background-image: linear-gradient(transparent 45%, #000);
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body .product-category .product-category-bot .item-product .title-product {
    padding: 44px 25px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #body .product-category .product-category-bot .item-product .title-product {
    padding: 55px 10px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #body .product-category .product-category-bot .item-product .title-product {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
#body
  .product-category
  .product-category-bot
  .item-product
  .title-product
  h3
  a {
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 24px;
}
@media (min-width: 320px) and (max-width: 480px) {
  #body
    .product-category
    .product-category-bot
    .item-product
    .title-product
    h3
    a {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body
    .product-category
    .product-category-bot
    .item-product
    .title-product
    h3
    a {
    font-size: 18px;
  }
}
#body
  .product-category
  .product-category-bot
  .item-product
  .item-product-content {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  width: 100%;
  color: #fff;
  height: 100%;
  text-align: center;
  padding: 40px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.1s;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body
    .product-category
    .product-category-bot
    .item-product
    .item-product-content {
    padding: 20px;
  }
}
#body
  .product-category
  .product-category-bot
  .item-product
  .item-product-content
  h3
  a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}
#body
  .product-category
  .product-category-bot
  .item-product
  .item-product-content
  p {
  margin-bottom: 0;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-align: -webkit-center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body
    .product-category
    .product-category-bot
    .item-product
    .item-product-content
    p {
    height: 40px;
  }
}
#body
  .product-category
  .product-category-bot
  .item-product
  .item-product-content
  .seen-tour {
  margin: 15px;
}
#body
  .product-category
  .product-category-bot
  .item-product
  .item-product-content
  .seen-tour
  .button-more {
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #f8f9fa;
  color: #f8f9fa;
  background: transparent;
  border-radius: 3px;
  display: inline-block;
}
#body
  .product-category
  .product-category-bot
  .item-product
  .item-product-content
  .seen-tour
  .button-more:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #body
    .product-category
    .product-category-bot
    .item-product
    .item-product-content
    .seen-tour {
    margin: 8px;
  }
}
#body .slide * {
  box-sizing: border-box;
}
#body .slide h2 {
  text-align: center;
}
@media (max-width: 500px){
	body .all-products.page_speed_2033611308 .item-card-image img {
		height: auto !important;
		object-fit: cover;
		width: 100%;
	}
	.gtranslate_wrapper {
		display: block !important;
		text-align: center;
		margin: 0 auto;
	}
	body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
		margin-top: 5px;
	}

	a.navbar-brand.ml-5.mb-1.page_speed_534091377 {
		border-bottom: 1px solid #fff;
		padding-bottom: 15px;
	}
}
#body .slide .slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
}
#body .slide .mySlides {
  display: none;
}
#body .slide .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
#body .slide .dot {
  cursor: pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
#body .slide .active,
#body .slide .dot:hover {
  background-color: #717171;
}
#body .slide .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s;
  animation-name: fade;
  animation-duration: 3s;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.news-feed {
  padding-top: 50px;
  padding-bottom: 70px;
  background: #fff;
  border-radius: 5px;
}
.news-feed .new-feed-left {
  padding-right: 0 !important;
}
.news-feed .new-feed-left h2 {
  text-transform: capitalize;
  margin-bottom: 5px;
}
.news-feed .new-feed-left h2 a {
  font-size: 40px;
  color: #00506c;
  text-decoration: none;
}
.news-feed .new-feed-left .rulers {
  width: 135px;
  border-bottom: 3px solid #09c;
  margin-bottom: 15px;
}
.news-feed .new-feed-left .new-feed-main {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 10px;
}
.news-feed .new-feed-left .new-feed-main .new-feed-item-big {
  margin-bottom: 15px;
  padding-right: 0;
}
.news-feed .new-feed-left .new-feed-main .new-feed-item-big .title {
  bottom: 0;
  left: 30px;
  position: absolute;
  color: #fff;
}
.news-feed .new-feed-left .new-feed-main .new-feed-item-big .title p {
  font-size: 20px;
}
.news-feed .new-feed-left .new-feed-main .new-feed-item {
  padding-right: 0;
}
.news-feed .new-feed-left .new-feed-main .new-feed-item .card-image {
  background: #000;
}
.news-feed .new-feed-left .new-feed-main .new-feed-item .card-image .img-small {
  width: 100%;
}
.news-feed .new-feed-left .new-feed-main .new-feed-item .content {
  margin-top: 10px;
}
.news-feed .new-feed-left .new-feed-main .new-feed-item .content .p {
  color: #666;
}
.news-feed .new-feed-left .new-feed-main .new-feed-item .content .p i {
  padding-bottom: 5px;
  margin-right: 5px;
}
.news-feed .new-feed-left .new-feed-main .new-feed-item a {
  text-decoration: none;
}
.news-feed .new-feed-left .new-feed-main .new-feed-item a p {
  margin-bottom: 5px;
  color: #333;
  font-size: 14px;
}
.news-feed .new-feed-left .new-feed-main .new-feed-item a:hover p {
  color: #f93;
}
.news-feed .new-feed-left .new-feed-main .img-big {
  width: 100%;
}
.news-feed .new-feed-left .new-feed-bot {
  margin-top: 10px;
}
.news-feed .new-feed-left .new-feed-bot .see-more {
  padding-right: 0;
  padding-left: 20px;
  text-align: right;
}
.news-feed .new-feed-left .new-feed-bot .see-more a {
  color: #f93;
  text-decoration: none;
}
.news-feed .new-feed-left .new-feed-bot .see-more a:hover {
  text-decoration: underline;
}
.news-feed .new-feed-right h2 {
  color: #00506c;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .news-feed .new-feed-right h2 {
    font-size: 38px;
  }
}
.news-feed .new-feed-right .rulers {
  width: 135px;
  border-bottom: 3px solid #09c;
  margin-bottom: 20px;
}
.news-feed .new-feed-right .new-feed-right-list .new-feed-right-item {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 10px;
}
.news-feed .new-feed-right .new-feed-right-list .new-feed-right-item a {
  text-decoration: none;
  font-size: 14px;
  height: 40px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
}
.news-feed .new-feed-right .new-feed-right-list .new-feed-right-item a span {
  font-size: 14px;
}
.news-feed .new-feed-right .new-feed-right-list .new-feed-right-item a:hover {
  color: #f93;
}
.news-feed .new-feed-right .new-feed-right-list .new-feed-right-item .p {
  margin-top: 5px;
  color: #666666eb;
  font-size: 13px;
  margin-bottom: 5px;
}
.news-feed .new-feed-right .new-feed-right-list .new-feed-right-item .p i {
  margin: 0 5px 5px 0;
}
.news-feed .new-feed-right .new-feed-right-list .new-feed-right-bot {
  text-align: right;
}
.news-feed .new-feed-right .new-feed-right-list .new-feed-right-bot a {
  text-decoration: none;
  color: #f93;
}
.news-feed .new-feed-right .new-feed-right-list .new-feed-right-bot a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .news-feed .new-feed-right-tablet {
    padding-left: 20px;
  }
}
.endow {
  background: rgba(0, 0, 0, 0.03);
  padding-bottom: 30px;
}
.endow .endow-list {
  width: 100%;
}
.endow .endow-list h2 {
  text-align: center;
  margin: 40px 0 5px;
  text-transform: capitalize;
  color: #00506c;
  font-size: 30px;
}
@media (max-width: 767px) {
  .endow .endow-list h2 {
    letter-spacing: -2px;
  }
}
.endow .endow-list .ruler {
  width: 135px;
  border-bottom: 3px solid #f93 !important;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 15px;
}
.endow .endow-list p {
  text-align: center;
  color: #666;
  font-size: 15px;
}
.endow .endow-list .endow-item {
  margin-top: 30px;
}
.endow .endow-list .endow-item .input-group {
  width: 560px;
  margin: 0 auto;
}
.endow .endow-list .endow-item .input-group input {
  width: 347px;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  margin-right: 20px;
  padding: 10px;
}
.endow .endow-list .endow-item .input-group button {
  background: #09c;
  text-transform: uppercase;
  font-size: 16px;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  padding: 5px 25px;
}
.phone-fixed {
  color: #fff;
  position: fixed;
  top: 85px;
  right: 0;
  border-radius: 30px 0 0 30px;
  transition: width 2s;
  z-index: 99;
}
@media (min-width: 320px) and (max-width: 480px) {
  .phone-fixed {
    display: none;
  }
}
.phone-fixed img {
  padding: 3px;
  width: 50px;
}
.phone-fixed .content-fixed {
  width: 192px;
  height: 50px;
  position: absolute;
  margin-left: 33px;
  bottom: 0;
  padding: 8px 20px;
}
.phone-fixed .content-fixed p {
  margin-bottom: 0;
}
.card-image {
  background: #000;
}
#nav-menu .transparent .logo-menu .menu-home li:hover {
  border-bottom: 2px solid #f93;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #nav-menu .transparent .logo-menu .menu-home li:hover {
    background: none;
  }
}
.item-product:hover .item-product-content {
  visibility: visible !important;
  opacity: 1 !important;
}
.item-product:hover .title-product {
  display: none;
}
.phone-fixed:hover {
  display: block;
  width: 225px;
  background-image: url("/images/background/background-phone-fixed.png");
}
.list-item:hover .card-image img {
  opacity: 0.7;
}
.new-feed-item:hover .card-image img {
  opacity: 0.8;
}
.img-big:hover.title {
  color: #f93;
}
.description {
  display: none;
}
@media (min-width: 320px) and (max-width: 480px) {
  .description {
    display: block;
  }
}
.item-tour-outbound {
  display: none;
}
.item-tour-outbound-new {
  display: block;
}
.new-feed-home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.new-feed-home .new-feed-home-top {
  margin-bottom: 15px;
}
.new-feed-home .new-feed-home-top .fuzzy {
  position: relative;
  height: 380px;
  width: 100%;
}
.new-feed-home .new-feed-home-top .fuzzy .content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.new-feed-home .new-feed-home-top .fuzzy .content a img {
  width: 100%;
  height: 100%;
}
.new-feed-home .new-feed-home-top .fuzzy .caption {
  position: absolute;
  width: 100%;
  background: linear-gradient(
    180deg,
    hsla(0, 54%, 92%, 0),
    rgba(0, 0, 0, 0.69)
  );
  bottom: 0;
  height: 60px;
  color: #f2f2f2;
  padding-left: 15px;
  line-height: 60px;
}
.new-feed-home .new-feed-home-top .fuzzy .caption a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.new-feed-home .new-feed-home-top .fuzzy .caption .time-tour-caption {
  float: right;
  font-size: 13px;
  font-weight: 400;
  padding-right: 20px;
  color: #ffffffba;
  padding-top: 5px;
}
.new-feed-home .new-feed-home-top .fuzzy .caption .time-tour-caption i {
  margin-right: 5px;
}
.new-feed-home .new-feed-home-bot {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 15px;
}
.new-feed-home .new-feed-home-bot .new-feed-item .content {
  background: #000;
  height: 100px;
}
.new-feed-home .new-feed-home-bot .new-feed-item .content img:hover {
  opacity: 0.8;
}
.new-feed-home .new-feed-home-bot .new-feed-item .title {
  padding: 5px 0;
}
.new-feed-home .new-feed-home-bot .new-feed-item .title p {
  margin-bottom: 5px;
  height: 40px;
  overflow: hidden;
}
.new-feed-home .new-feed-home-bot .new-feed-item .title p a {
  color: #333;
  text-decoration: none;
}
.new-feed-home .new-feed-home-bot .new-feed-item .title p a:hover {
  color: #f93;
}
.new-feed-home .new-feed-home-bot .new-feed-item .title span {
  color: #666;
}
.new-feed-home .new-feed-home-bot .new-feed-item .title span i {
  margin-right: 5px;
}
.new-feed-home .see-more {
  text-align: right;
  padding: 10px 0;
}
.new-feed-home .see-more a {
  color: #f93;
  text-decoration: none;
}
.new-feed-home .see-more a:hover {
  text-decoration: underline;
}
.new-feed-home .see-more a i {
  margin-left: 2px;
}
@media (max-width: 480px) and (min-width: 320px) {

button.navbar-toggler.item-btn-menu {
    position: absolute;
    right: 15px;
    top: 60px;
    z-index: 999999999999;
}
ul.navbar-nav.mr-auto.page_speed_1734602217 {
    text-align: right;
}

a.navbar-brand.ml-5.mb-1.page_speed_534091377 {
    /* border-bottom: 1px solid; */
}
  #body {
    overflow: hidden;
  }
  .slogan-item {
    width: 33%;
    text-align: center;
    text-transform: uppercase;
  }
  .slogan-item p {
    font-size: 13px;
    font-weight: 700;
    color: #09c;
  }
  .creation {
    width: 67%;
    padding: 38px 0;
    text-transform: uppercase;
    font-weight: 700;
  }
  .item-scroll-option {
    display: inline-block !important;
    width: 250px !important;
    float: left !important;
  }
  .item-tour-outbound {
    display: block;
    margin-top: 10px;
  }
  .item-tour-outbound-new {
    display: none;
  }
  .new-feed-item-big {
    padding-right: 15px !important;
  }
  .body-content {
    padding-bottom: 0;
  }
  .news-feed {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .new-feed-main {
    border-bottom: none;
  }
  .search-home-mobile {
    height: 250px;
  }
  
  .bg-header-mobile-search .content-header-mobile {
    padding: 20px 0 10px;
  }
  .bg-header-mobile-search .item-name-form-search {
    text-shadow: 1px 0 1px #333, 0 0 2px #999, 0 0 0.2em #999;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #f9f9fa;
    font-weight: 700;
  }
  .bg-header-mobile-search .item-sub-content {
    color: #fff;
    text-shadow: 1px 0 1px #888, 0 0 2px #333, 0 0 0.2em #333;
  }
  .bg-header-mobile-search .item-btn-search-mobile {
    padding: 10px 40px;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    border-radius: 3px;
    background: #f93;
    color: #fff;
    border: none;
    font-size: 18px;
  }
  div#navbarSupportedContentNV li a {
      color: #fff;
  }
  .bg-header-mobile-search .form-search-mobile {
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2),
      0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
    padding: 10px;
    background: #fff;
    border-radius: 10px;
  }
  .bg-header-mobile-search .form-search-mobile input {
    border: none;
    background-color: transparent;
  }
  .bg-header-mobile-search .form-search-mobile button:focus,
  .bg-header-mobile-search .form-search-mobile input:focus,
  .bg-header-mobile-search .form-search-mobile select:focus,
  .bg-header-mobile-search .form-search-mobile textarea:focus {
    outline: none;
  }
  .bg-header-mobile-search .form-search-mobile .input-group {
    border: 1px solid #adc1ce !important;
    border-radius: 4px;
    margin-bottom: 10px;
    background: #fff;
  }
  .bg-header-mobile-search
    .form-search-mobile
    .input-group
    .item-form-locaiton {
    padding: 15px 0 0 10px;
  }
  .bg-header-mobile-search .form-search-mobile .fa-home,
  .bg-header-mobile-search .form-search-mobile .fa-map-marked-alt {
    color: #21ba45;
  }
  .bg-header-mobile-search .form-search-mobile .item-input-form-mobile {
    height: 50px !important;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    box-shadow: none;
    background: none;
  }
  .bg-header-mobile-search .form-search-mobile .item-input-form-mobile:active {
    outline: none;
    border: 0;
  }
  .bg-header-mobile-search .form-search-mobile .item-input-form-mobile:focus {
    box-shadow: none;
    outline: none;
    border: 0;
  }
  .item-news-pys-fix-data {
    width: 750px !important;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  #body {
    overflow: hidden;
  }
  .item-scroll-option {
    display: inline-block !important;
    width: 250px !important;
    float: left !important;
  }
  .item-tour-outbound {
    display: block;
    margin-top: 10px;
  }
  .item-tour-outbound-new {
    display: none;
  }
  .new-feed-item-big {
    padding-right: 15px !important;
  }
  .symbol {
    width: 33%;
  }
  .content-symbol {
    padding: 20px 0;
  }
  .content-symbol,
  .creation {
    width: 67%;
    text-transform: uppercase;
    font-weight: 700;
  }
  .creation {
    padding: 38px 0;
  }
  .body-content {
    padding-bottom: 0;
  }
  .news-feed {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .new-feed-main {
    border-bottom: none;
  }
  .search-home-mobile {
    height: 400px;
  }
  .bg-header-mobile-search {
    background-image: url("/images/demobanner/banner3006.png") !important;
    position: relative;
    height: 310px;
    width: 100%;
    padding: 0;
  }
  .bg-header-mobile-search .content-header-mobile {
    padding: 20px 0 10px;
  }
  .bg-header-mobile-search .item-name-form-search {
    text-shadow: 1px 0 1px #333, 0 0 2px #999, 0 0 0.2em #999;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    color: #f9f9fa;
    font-weight: 700;
  }
  .bg-header-mobile-search .item-sub-content {
    padding: 0 30px;
    color: #f9f9fa;
  }
  .bg-header-mobile-search .item-btn-search-mobile {
    padding: 10px 40px;
    width: 100%;
    text-transform: uppercase;
    border-radius: 10px;
    background: #f93;
    color: #fff;
    border: none;
    font-size: 18px;
  }
  .bg-header-mobile-search .form-search-mobile {
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2),
      0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
    padding: 10px;
    background: #fff;
    border-radius: 10px;
  }
  .bg-header-mobile-search .form-search-mobile input {
    border: none;
    background-color: transparent;
  }
  .bg-header-mobile-search .form-search-mobile button:focus,
  .bg-header-mobile-search .form-search-mobile input:focus,
  .bg-header-mobile-search .form-search-mobile select:focus,
  .bg-header-mobile-search .form-search-mobile textarea:focus {
    outline: none;
  }
  .bg-header-mobile-search .form-search-mobile .input-group {
    border: 1px solid #adc1ce !important;
    border-radius: 4px;
    margin-bottom: 10px;
    background: #fff;
  }
  .bg-header-mobile-search
    .form-search-mobile
    .input-group
    .item-form-locaiton {
    padding: 15px 0 0 10px;
  }
  .bg-header-mobile-search .form-search-mobile .fa-home,
  .bg-header-mobile-search .form-search-mobile .fa-map-marked-alt {
    color: #21ba45;
  }
  .bg-header-mobile-search .form-search-mobile .item-input-form-mobile {
    height: 50px !important;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    box-shadow: none;
    background: none;
  }
  .bg-header-mobile-search .form-search-mobile .item-input-form-mobile:active {
    outline: none;
    border: 0;
  }
  .bg-header-mobile-search .form-search-mobile .item-input-form-mobile:focus {
    box-shadow: none;
    outline: none;
    border: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content-symbol {
    padding-left: 18px !important;
  }
  .list-item-detail-tablet {
    padding: 15px 10px !important;
  }
  .list-item-detail-tablet h5 {
    font-size: 17px !important;
  }
  .list-item-detail-tablet p {
    font-size: 11px !important;
  }
  .feedback-item-tablet {
    padding-top: 5px !important;
    padding-left: 35px;
  }
}
#list-search {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#list-search li a {
  border: 1px solid #ddd;
  margin-top: -1px;
  background-color: #fff;
  padding: 10px;
  text-decoration: none;
  font-size: 14px;
  color: #71aac5;
  display: block;
}
#list-search li a:hover:not(.header) {
  background-color: #eee;
}
.width-home {
  color: #999;
  font-size: 15px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 320px) {
  .width-home {
    width: auto;
  }
}
@media only screen and (min-width: 480px) {
  .width-home {
    width: 400px;
  }
}
.tour-list {
  margin-left: -15px;
}
.tour-list .header-inline {
  width: 100%;
  display: block;
}
.tour-list .header-inline .title-inline a {
  font-size: 30px;
  color: #00506c;
  text-decoration: none;
  float: left;
  padding-left: 15px;
}
.item-style-box,
.tour-list .tour-list-item {
  margin-bottom: 10px;
}
.more-inline {
  float: right;
  color: #f93;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #f93;
  border-radius: 14px;
  font-size: 10px;
  padding: 3px 10px;
  letter-spacing: 0;
}
.more-inline:hover {
  background: #f93;
  color: #fff;
  text-decoration: unset !important;
}
.slide-tour {
  margin-bottom: 20px;
}
.slick-next:before,
.slick-prev:before {
  line-height: 1;
  opacity: 0.75;
  color: #767676;
}
.slick-next {
  margin-right: 35px;
  z-index: 999;
}
.slick-prev {
  margin-left: 35px;
  z-index: 999;
}
.item {
  padding: 0 15px;
}
.rulers {
  width: 135px;
  border-bottom: 3px solid #f93;
  margin-bottom: 15px;
}
.list-item {
  border-radius: 5px;
  background: #fff;
}
.list-item .card-image {
  background: #000;
  height: 240px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .list-item .card-image {
    height: 170px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .list-item .card-image {
    height: 160px;
  }
}
.list-item:hover {
  transition-delay: 0s;
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}
.list-item.bd-none {
  border: none;
  box-shadow: none;
  background: none;
}
.list-item .list-item-image {
  position: relative;
}
.list-item .list-item-image h4 {
  font-weight: 700;
  text-transform: capitalize;
}
.list-item .list-item-image h4 a {
  color: #00506c;
  font-size: 24px;
  text-decoration: none;
}
.list-item .list-item-image h4 a:hover {
  color: #007097;
}
.list-item .list-item-image p {
  width: 100%;
  color: #333;
  font-size: 14px;
  margin: 10px 0;
}
.list-item .list-item-image .card {
  z-index: 99;
  background: #ff1010;
  border-radius: unset;
  border: none;
  top: 10px;
  left: -5px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  position: absolute;
}
.list-item .list-item-image .card span {
  padding: 5px;
}
.list-item .list-item-image .card span small {
  font-size: 12px;
}
.list-item .list-item-image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.list-item .list-item-detail {
  height: 200px;
  padding: 15px;
  position: relative;
  border: 1px solid #dddfe2;
}
.list-item .list-item-detail a {
  text-decoration: none;
}
.list-item .list-item-detail h5 {
  color: #00506c;
  font-size: 18px;
  margin-bottom: 10px;
  height: 44px;
  overflow: hidden;
}
.list-item .list-item-detail h5:hover {
  color: #f93;
  transition: 0.3s;
  transition-delay: 0s;
}
.list-item .list-item-detail p {
  font-size: 13px;
  color: #333;
  width: 100%;
  margin-bottom: 5px;
}
.list-item .list-item-detail p i {
  color: #666;
  margin-right: 5px;
}
.list-item .list-item-detail .price .price-new {
  font-size: 20px !important;
  color: #ff8d1b;
  font-weight: 700;
  width: 100%;
  margin-bottom: 0;
}
.list-item .list-item-detail .price .price-old {
  font-size: 15px;
  width: 100%;
  color: #adadad;
}
.list-item .list-item-detail .book-tour {
  background: #ff8d1b;
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-radius: 5px;
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .list-item .list-item-detail .book-tour {
    position: unset;
    width: 100%;
  }
}
.list-item .list-item-detail .book-tour:hover {
  background: #ffa920;
}
.news-blog .slider-for .slick-list {
  width: 100%;
}
.news-blog .slider-nav .news-feed-item {
  box-shadow: 0 1px 0 0 hsla(0, 2%, 71%, 0.5);
  -webkit-box-shadow: 0 1px 0 0 hsla(0, 2%, 71%, 0.5);
  background-color: #fff;
  padding: 0 !important;
  margin-bottom: 5px;
}
.news-blog .slider-nav .news-feed-item .caption {
  padding: 0 6px;
}
.news-blog .slider-nav .news-feed-item .time-tour-caption {
  padding: 6px;
  margin-bottom: 0;
}
.news-blog .slider-nav .slick-list .slick-track .slick-slide {
  padding-right: 10px;
}
.news-blog .slider-nav .slick-list .slick-track .slick-slide:last-child {
  padding-right: 0;
}
.news-blog .slider-nav .slick-list .slick-track .slick-slide .news-feed-item {
  box-shadow: 0 1px 0 0 hsla(0, 2%, 71%, 0.5);
  -webkit-box-shadow: 0 1px 0 0 hsla(0, 2%, 71%, 0.5);
  background-color: #fff;
  padding: 0 !important;
  margin-bottom: 5px;
}
.news-blog
  .slider-nav
  .slick-list
  .slick-track
  .slick-slide
  .news-feed-item
  .caption {
  padding: 0 6px;
}
.news-blog
  .slider-nav
  .slick-list
  .slick-track
  .slick-slide
  .news-feed-item
  .time-tour-caption {
  padding: 6px;
  margin-bottom: 0;
}
.news-blog .news-blog-title {
  position: relative;
}
.news-blog .news-blog-title a {
  font-size: 30px;
  color: #00506c;
  text-decoration: none;
  display: block;
}
@media (max-width: 1000px) and (min-width: 768px) {
  .news-blog .news-blog-title a {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .news-blog .news-blog-title a {
    letter-spacing: -2px;
  }
}
.news-blog .news-blog-title .watch-more-position {
  position: absolute;
  right: 0;
  top: 0;
}
.news-blog .news-blog-title .watch-more-position a {
  color: #f93;
  border: 1px solid #f93;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  transition: color 0.25s;
  display: block;
  border-radius: 18px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0;
  padding: 3px 10px;
  font-weight: 600;
}
.news-blog .news-blog-title .watch-more-position a:hover {
  background: #f93;
  color: #fff;
  font-weight: 600;
}
.news-blog .newfeed-top-home {
  box-shadow: 0 1px 0 0 hsla(0, 2%, 71%, 0.5);
  -webkit-box-shadow: 0 1px 0 0 hsla(0, 2%, 71%, 0.5);
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
  height: 376px !important;
}
.news-blog .newfeed-top-home .content {
  height: 74% !important;
}
.news-blog .newfeed-top-home .caption {
  position: relative !important;
  padding: 10px;
  background: unset !important;
  height: 26% !important;
  color: unset !important;
  line-height: unset !important;
}
.news-blog .newfeed-top-home .caption a {
  color: #00506c !important;
}
.news-blog .newfeed-top-home .caption a p {
  height: 50px;
  overflow: hidden;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 25px;
}
.news-blog .newfeed-top-home .caption .time-tour-caption {
  line-height: 26px;
  margin-bottom: 0;
}
.news-blog .new-feed-top {
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
}
.news-blog .new-feed-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-blog .new-feed-top .caption {
  position: absolute;
  width: 100%;
  background: linear-gradient(
    180deg,
    hsla(0, 54%, 92%, 0),
    rgba(0, 0, 0, 0.69)
  );
  bottom: 0;
  height: 60px;
  color: #f2f2f2;
  padding-left: 15px;
  line-height: 60px;
}
.news-blog .new-feed-top .caption a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.news-blog .slider-nav .slider-nav-reset-row {
  margin-left: -5px;
  margin-right: -5px;
}
.news-blog .slider-nav .slider-nav-reset-row .slider-nav-reset-col {
  padding-left: 5px;
  padding-right: 5px;
}
.news-blog .slider-nav .news-feed-item {
  padding: 0 5px;
}
.news-blog .slider-nav .news-feed-item .content {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}
.news-blog .slider-nav .news-feed-item .content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-blog .slider-nav .news-feed-item a {
  color: #333;
}
.news-blog .slider-nav .news-feed-item .caption {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}
.news-blog .slider-nav .news-feed-item .time-tour-caption {
  line-height: 30px;
  font-size: 12px;
  color: #666666eb;
}
.news-blog .list-blog ul li {
  overflow: hidden;
  display: block;
  box-shadow: 0 1px 0 0 hsla(0, 2%, 71%, 0.5);
  -webkit-box-shadow: 0 1px 0 0 hsla(0, 2%, 71%, 0.5);
  background-color: #fff;
  border-bottom: unset !important;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 10px;
  list-style: none;
}
.news-blog .list-blog ul li .news-avatar {
  float: left;
  width: 140px;
  margin-right: 10px;
  margin-bottom: 0;
  height: 107.4px !important;
}
.news-blog .list-blog ul li .news-avatar img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.news-blog .list-blog ul li a {
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  display: block;
  color: #000;
  overflow: hidden;
}
.news-blog .list-blog ul li p {
  margin-top: 5px;
  color: #666666eb;
  font-size: 12px;
  margin-bottom: 5px;
}
.customer-box {
  padding-top: 20px;
  background: #fff;
  position: relative;
}
.customer-box h3 {
  color: #00506c;
}
.customer-box .our-partner,
.customer-box .our-partner-grid {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.customer-box .our-partner {
  list-style-type: none;
  margin: 10px 0 50px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customer-box .our-partner .slick-list {
  margin: 0 10px;
}
.customer-box .our-partner .slick-list .slick-track .slick-slide {
  margin: 0 -10px;
}
.customer-box .our-partner .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.customer-box .our-partner .slide-arrow:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.customer-box .our-partner .prev-arrow {
  left: -50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.customer-box .our-partner .prev-arrow .fas {
  font-size: 20px;
}
.customer-box .our-partner .next-arrow {
  right: -50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.customer-box .our-partner .next-arrow .fas {
  font-size: 20px;
}
.customer-box .our-partner .slide-arrow-ctm {
  color: dimgrey;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  transition: opacity 0.2s ease-in-out 0s;
}
.customer-box .our-partner button {
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 0;
  outline: none;
}
.customer-box .our-partner li {
  width: unset !important;
  margin-top: 15px;
  transition: opacity 0.2s, filter 0.2s, -webkit-filter 0.2s;
}
.customer-box .our-partner li a .our-partner-block {
  width: 110px;
  height: 50px;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .customer-box .our-partner li a .our-partner-block {
    width: 100px;
  }
}
.customer-box .our-partner li a .our-partner-block:hover img {
  -webkit-filter: none !important;
  filter: none !important;
}
.customer-box .our-partner li a .our-partner-block img {
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
}
.customer-box .our-partner li a .our-partner-block .our-partner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.customer-box .feedback-top .title {
  color: #00506c;
  text-align: left;
  text-transform: capitalize;
  font-size: 30px;
}
@media (max-width: 767px) {
  .customer-box .feedback-top .title {
    letter-spacing: -2px;
  }
}
.customer-box .customer-individual {
  margin-bottom: 20px;
}
.customer-box .customer-individual .customer-ind-item {
  margin: 5px 0;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.customer-box .customer-individual .customer-ind-item:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.customer-box .customer-individual .customer-ind-item .post-cus-content img {
  display: inline;
}
.customer-box
  .customer-individual
  .customer-ind-item
  .post-cus-content
  .post-cus-title {
  font-size: 18px;
  color: #00759a;
  line-height: 20px;
}
.customer-box
  .customer-individual
  .customer-ind-item
  .post-cus-content
  .post-cus-description {
  font-size: 15px;
  color: #8c8c8c;
  height: 65px;
  overflow: hidden;
  display: -webkit-box;
  margin-top: 10px;
}
.customer-box .customer-individual .customer-ind-item .profile-customer {
  margin-top: 10px;
  overflow: hidden;
}
.customer-box
  .customer-individual
  .customer-ind-item
  .profile-customer
  .customer-avatar {
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50px;
}
.customer-box
  .customer-individual
  .customer-ind-item
  .profile-customer
  .customer-avatar
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customer-box
  .customer-individual
  .customer-ind-item
  .profile-customer
  .info-customer {
  margin-left: 77px;
  margin-top: 10px;
}
.customer-box
  .customer-individual
  .customer-ind-item
  .profile-customer
  .info-customer
  .customer_name {
  color: #00759a;
  font-weight: 700;
}
.customer-box
  .customer-individual
  .customer-ind-item
  .profile-customer
  .info-customer
  .tour_link {
  font-weight: 200;
  color: #00759a;
  display: block;
}
.customer-box .customer-individual .item {
  width: 100%;
  display: inline-block;
  margin: 5px 0 12px;
  box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px -15px rgba(0, 0, 0, 0.2);
  background-color: hsla(0, 0%, 95%, 0.8);
  border-radius: 20px;
  height: 240px;
}
@media (max-width: 767px) {
  .customer-box .customer-individual .item {
    height: auto;
  }
}
.customer-box .customer-individual .item .media-customer-ctm {
  position: relative;
  padding: 30px;
  height: 100%;
}
@media (max-width: 767px) {
  .customer-box .customer-individual .item .media-customer-ctm {
    padding: 10px;
  }
}
.customer-box
  .customer-individual
  .item
  .media-customer-ctm
  .media-body-quote-icon {
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 10px;
  line-height: 5px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .customer-box
    .customer-individual
    .item
    .media-customer-ctm
    .media-body-quote-icon {
    padding: 0;
    top: 6px;
    left: 2px;
  }
}
.customer-box
  .customer-individual
  .item
  .media-customer-ctm
  .media-body-quote-icon
  i.fa-quote-right {
  font-size: 30px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  color: #0c4186;
}
@media (max-width: 767px) {
  .customer-box
    .customer-individual
    .item
    .media-customer-ctm
    .media-body-quote-icon
    i.fa-quote-right {
    font-size: 13px;
  }
}
.customer-box
  .customer-individual
  .item
  .media-customer-ctm
  .media-customer-review-img
  img {
  display: block;
  border-radius: 50%;
  width: 134px;
  height: 134px;
}
@media (max-width: 767px) {
  .customer-box
    .customer-individual
    .item
    .media-customer-ctm
    .media-customer-review-img
    img {
    width: 80px;
    height: 80px;
  }
}
.customer-box
  .customer-individual
  .item
  .media-customer-ctm
  .media-customer-review-img
  .rating-by-star {
  width: 134px;
}
@media (max-width: 767px) {
  .customer-box
    .customer-individual
    .item
    .media-customer-ctm
    .media-customer-review-img
    .rating-by-star {
    width: 80px;
  }
}
.customer-box
  .customer-individual
  .item
  .media-customer-ctm
  .media-customer-review-img
  .rating-by-star
  .icon-star {
  width: 66%;
  margin: 10px auto;
  color: #f93;
}
.customer-box
  .customer-individual
  .item
  .media-customer-ctm
  .media-customer-review-img
  .rating-by-star
  .icon-star
  span
  .fa-star {
  margin-right: 3px;
}
@media (max-width: 767px) {
  .customer-box
    .customer-individual
    .item
    .media-customer-ctm
    .media-customer-review-img
    .rating-by-star
    .icon-star
    span
    .fa-star {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .customer-box
    .customer-individual
    .item
    .media-customer-ctm
    .media-customer-review-img
    .rating-by-star
    .icon-star {
    width: 100%;
  }
}
.customer-box
  .customer-individual
  .item
  .media-customer-ctm
  .media-customer-review-content {
  position: relative;
}
.customer-box
  .customer-individual
  .item
  .media-customer-ctm
  .media-customer-review-content
  .left-content {
  width: 70%;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .customer-box
    .customer-individual
    .item
    .media-customer-ctm
    .media-customer-review-content
    .left-content {
    width: 100%;
  }
}
.customer-box
  .customer-individual
  .item
  .media-customer-ctm
  .media-customer-review-content
  .left-content
  h5
  .content-title {
  min-height: 55px;
  max-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 990px) and (min-width: 768px) {
  .customer-box
    .customer-individual
    .item
    .media-customer-ctm
    .media-customer-review-content
    .left-content
    h5
    .content-title {
    font-size: 16px !important;
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin: 0 !important;
  }
}
.customer-box
  .customer-individual
  .item
  .media-customer-ctm
  .media-customer-review-content
  .left-content
  .rv-cont-limited {
  min-height: 45px;
  max-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 4px;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
}
.customer-box
  .customer-individual
  .item
  .media-customer-ctm
  .media-customer-review-content
  .left-content
  .watch-more-pc {
  color: #000;
  font-style: italic;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
@media (max-width: 767px) {
  .customer-box
    .customer-individual
    .item
    .media-customer-ctm
    .media-customer-review-content
    .left-content
    .watch-more-pc {
    display: none;
  }
}
.customer-box
  .customer-individual
  .item
  .media-customer-ctm
  .media-customer-review-content
  .left-content
  .content-name-tour
  a {
  color: #051f4d;
  font-size: 14px;
  font-style: italic;
  text-align: left;
  line-height: 1.2;
  max-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .customer-box
    .customer-individual
    .item
    .media-customer-ctm
    .media-customer-review-content
    .left-content
    .content-name-tour
    a {
    max-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
  }
}
.customer-box
  .customer-individual
  .item
  .media-customer-ctm
  .media-customer-review-content
  .left-content
  .media-company-name {
  display: none;
}
@media (max-width: 767px) {
  .customer-box
    .customer-individual
    .item
    .media-customer-ctm
    .media-customer-review-content
    .left-content
    .media-company-name {
    display: block;
  }
}
.customer-box
  .customer-individual
  .item
  .media-customer-ctm
  .media-customer-review-content
  .left-content
  .media-company-name
  .personal-customer-img {
  font-weight: 500;
  color: #051f4d;
}
.customer-box
  .customer-individual
  .item
  .media-customer-ctm
  .media-customer-review-content
  .left-content
  h5
  .content-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .customer-box
    .customer-individual
    .item
    .media-customer-ctm
    .media-customer-review-content
    .left-content
    h5
    .content-title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .customer-box
    .customer-individual
    .item
    .media-customer-ctm
    .media-customer-review-content
    .left-content
    h5 {
    max-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 4px;
    color: #000;
    font-size: 14px;
    line-height: 1.6;
  }
}
.customer-box
  .customer-individual
  .item
  .media-customer-ctm
  .media-customer-review-content
  .left-content
  p.customer-name {
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
}
.customer-box
  .customer-individual
  .item
  .media-customer-ctm
  .media-customer-review-content
  .left-content
  p {
  margin-bottom: 8px !important;
}
.customer-box
  .customer-individual
  .item
  .media-customer-ctm
  .media-customer-review-content
  .right-content-img {
  padding: 30px 0 30px 25px;
  margin-left: 0;
  border-left: 1px solid #ccc;
  width: 22%;
  float: left;
  height: 160px;
  display: table;
}
@media (max-width: 767px) {
  .customer-box
    .customer-individual
    .item
    .media-customer-ctm
    .media-customer-review-content
    .right-content-img {
    display: none;
  }
}
.customer-box
  .customer-individual
  .item
  .media-customer-ctm
  .media-customer-review-content
  .right-content-img
  .personal-customer-img {
  display: table-cell;
  vertical-align: middle;
  color: #051f4d;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.customer-box
  .customer-individual
  .item
  .media-customer-ctm
  .media-customer-review-content
  .right-content-img
  .ctm-review-img {
  width: 90px;
  height: 90px;
}
@media (min-width: 1024px) {
  .customer-box
    .customer-individual
    .item
    .media-customer-ctm
    .media-customer-review-content
    .right-content-img
    .ctm-review-img {
    width: 130px;
    height: 100px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .customer-box
    .customer-individual
    .item
    .media-customer-ctm
    .media-customer-review-content
    .right-content-img
    .ctm-review-img {
    width: 70px;
    height: 70px;
  }
}
.customer-box
  .customer-individual
  .item
  .media-customer-ctm
  .media-customer-review-content
  .right-content-img
  .ctm-review-img
  img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .customer-box
    .customer-individual
    .item
    .media-customer-ctm
    .media-customer-review-content
    .media-customer-company-name {
    display: none;
  }
}
.customer-box .feedback-evaluate {
  color: #f93;
}
.customer-box .see-all {
  margin-top: 20px;
}
.customer-box .see-all a {
  padding: 6px 12px;
  background: #fff !important;
  overflow: hidden;
  color: #09c;
  border: 1px solid #09c;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 600;
}
.customer-box .see-all a:hover {
  background: #09c !important;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .customer-box .see-all a {
    padding: 10px 20px;
  }
}
.customer-box .customer-business .cus-business-item {
  border: 1px solid #eee;
  margin: 5px 0;
  padding: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.customer-box .customer-business .cus-business-item:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.customer-box .customer-business .cus-business-item .item-head {
  position: relative;
}
.customer-box .customer-business .cus-business-item .item-head .item-avatar {
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50px;
}
.customer-box
  .customer-business
  .cus-business-item
  .item-head
  .item-avatar
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customer-box .customer-business .cus-business-item .item-head .item-cus-info {
  padding: 10px 0;
  color: #00759a;
  margin-left: 77px;
}
.customer-box
  .customer-business
  .cus-business-item
  .item-head
  .feedback-evaluate {
  position: absolute;
  right: 0;
  top: 5px;
}
.customer-box .customer-business .cus-business-item .post-cus-content img {
  display: inline;
}
.customer-box
  .customer-business
  .cus-business-item
  .post-cus-content
  .post-cus-title {
  font-size: 18px;
  color: #00759a;
  line-height: 20px;
}
.customer-box
  .customer-business
  .cus-business-item
  .post-cus-content
  .post-cus-description {
  font-size: 15px;
  color: #8c8c8c;
  height: 65px;
  overflow: hidden;
  display: -webkit-box;
  margin-top: 10px;
}
.customer-box .customer-business .cus-business-item .customer-company a {
  color: #00759a;
}
.customer-box
  .customer-business
  .cus-business-item
  .customer-company
  .cus_company_logo {
  padding: 0 !important;
  width: 100%;
  height: 100px;
}
.customer-box
  .customer-business
  .cus-business-item
  .customer-company
  .cus_company_logo
  img {
  width: 100%;
  height: 100%;
  object-position: center;
  text-align: center;
  margin: 0 auto;
}
.customer-box .business {
  margin-left: -15px;
  margin-right: -15px;
  list-style: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
  padding-bottom: 10px;
}
.customer-box .business .business-li {
  max-width: 9%;
  margin: 15px 0 0;
  text-align: center;
}
@media (max-width: 1279px) {
  .customer-box .business .business-li {
    max-width: 12%;
  }
}
@media (max-width: 767px) {
  .customer-box .business .business-li {
    max-width: 24%;
    margin: 20px 0;
  }
}
.customer-box .business .business-li a img {
  display: inline-block;
  text-align: center;
  max-width: 100%;
  height: 60px;
}
@media (max-width: 767px) {
  .customer-box .business .business-li a img {
    height: 60px;
  }
}
.item-category .item {
  padding: 0 !important;
}
.tour-mobile {
  display: none !important;
}
@media (max-width: 480px) and (min-width: 320px) {
  .tour-pc {
    display: none !important;
  }
  .tour-mobile {
    display: block !important;
  }
  .item-mobile .avatar-mobile {
    position: relative;
    height: 200px;
  }
  .item-mobile .avatar-mobile .item-title {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding: 5px 0;
    overflow: hidden;
  }
  .item-mobile .avatar-mobile .item-title .text-title {
    float: left;
    width: 65%;
    overflow: hidden;
    padding-left: 9px;
  }
  .item-mobile .avatar-mobile .item-title .text-title a {
    color: #fff;
    font-size: 14px;
  }
  .item-mobile .avatar-mobile .price-text {
    float: right;
    width: 33%;
    text-align: center;
  }
  .item-mobile .avatar-mobile .price-text .price_base {
    color: #838d97;
  }
  .item-mobile .avatar-mobile .price-text .price_public {
    font-size: 16px;
    font-weight: 700;
    color: #f93;
  }
  .item-mobile .avatar-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .item-mobile .item-service {
    background: #fff;
    overflow: hidden;
    padding: 10px;
  }
  .item-mobile .item-service i {
    color: #9e9e9e !important;
  }
  .item-mobile .item-service .text-service {
    font-size: 12px !important;
    color: #333;
    margin-left: 15px;
  }
  .item-mobile .item-service .icon-service {
    float: left;
    margin-right: 5px;
  }
  .item-mobile .item-service .service-1 {
    float: left;
    width: 38%;
  }
  .item-mobile .item-service .service-2 {
    float: left;
    width: 32%;
  }
  .item-mobile .item-service .btn-booktour {
    float: right;
    width: 30%;
    text-align: right;
  }
  .item-mobile .item-service .btn-booktour .button-booktour {
    background: #ff9934;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    font-size: 13px;
  }
  .new-feed-top {
    height: 250px !important;
  }
  .title-mobile {
    font-size: 24px !important;
  }
  .title-inline {
    font-size: 20px !important;
  }
  .feedback-evaluate {
    display: none;
  }
  .list-item:hover {
    box-shadow: none;
  }
  .list-item:hover .card-image img {
    opacity: unset;
  }
  #scroll-to-tour-hot {
    margin-top: 20px;
    font-size: 24px;
  }
  .fix-padding-mobile {
    padding-right: 0 !important;
  }
}
.AutoCompleteList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.AutoCompleteList .suggestion {
  font-size: 14px;
  padding: 10px 12px;
  cursor: pointer;
}
.AutoCompleteList .suggestion-loading {
  height: 36px;
}
.AutoCompleteList .suggestion-block {
  width: 100%;
  height: 14px;
  overflow: hidden;
  position: relative;
  background-color: #eee;
}
.AutoCompleteList .suggestion:after,
.AutoCompleteList .suggestion:before {
  display: table;
  content: " ";
  clear: both;
}
.AutoCompleteList .suggestion-block:before {
  display: block;
  position: absolute;
  content: "";
  height: 14px;
  -webkit-animation: progress-bar-loading 1.5s linear infinite;
  animation: progress-bar-loading 1.5s linear infinite;
  background-color: #ddd;
}
.AutoCompleteList {
  width: 100%;
  background: #fff;
  display: inline-block;
}
.AutoCompleteList .media {
  width: 50%;
  float: left;
  margin: 0;
}
@media (min-width: 320px) and (max-width: 474px) {
  .AutoCompleteList .media {
    width: 100% !important;
  }
}
.AutoCompleteList .media .media-left .media-object {
  width: 60px;
  height: 60px;
  border-radius: 3px;
}
@media (min-width: 320px) and (max-width: 474px) {
  .AutoCompleteList .media .media-body {
    text-align: left !important;
    vertical-align: middle !important;
  }
}
@-webkit-keyframes progress-bar-loading {
  0% {
    left: -180px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
@keyframes progress-bar-loading {
  0% {
    left: -180px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
.modal-search-box .input-group .twitter-typeahead .tt-menu {
  position: absolute;
  top: 50px !important;
  left: -30px !important;
  z-index: 100;
  display: block;
  width: 100%;
}
#search-input_listbox {
  border: none !important;
}
#search-input_listbox:before {
  display: block;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #fff;
  margin-left: 277px;
  content: "";
  transition: margin-left 0.3s ease-out;
}
.league-name {
  color: #000;
  padding: 10px;
  font-size: 20px;
  margin: 0;
  background: rgba(0, 0, 0, 0.03);
}
.tour-item > .place-item:hover {
  background-color: rgba(64, 166, 242, 0.1) !important;
}
.icon {
  text-align: center;
  border: 1px solid #d5d7d9;
  padding: 1px 10px;
  border-radius: 4px;
}
.icon .fa-map-marker {
  position: inherit !important;
  font-size: 12px;
}
.fix-width-mobile-typehead {
  width: 125%;
}
@media (min-width: 768px) {
  .row-reset-category-hot {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.handbook {
  background: #c2c2c23d;
  margin-bottom: 40px;
}
.handbook .fix-image-height {
  height: 250px;
}
.handbook .fix-image-height img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.handbook .content-handbook {
  margin-top: 25px;
}
.handbook .content-handbook .title {
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.handbook .content-handbook a {
  color: #00506c;
  text-decoration: none;
}
.handbook .content-handbook a:hover {
  color: #f93;
}
.handbook .content-handbook p {
  margin-bottom: 25px;
  height: 75px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}
.handbook .content-handbook .see-more-handbook {
  padding: 6px 25px;
  background: #f93;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
}
.handbook .content-handbook .see-more-handbook:hover {
  color: #fff;
  background: #ffb83d;
}
.handbook .border-white-left-right {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.handbook .content-handbook-right {
  margin-top: 20px;
}
.handbook .content-handbook-right h4 {
  color: #00506c;
}
.handbook .content-handbook-right p {
  margin-bottom: 25px;
}
.handbook .content-handbook-right .description {
  margin-bottom: 25px;
  height: 95px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}
#destination {
  background: #fff;
}
@media (min-width: 320px) and (max-width: 480px) {
  .news-item-mobile-destination {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    display: inline-block;
  }
  .news-avatar-mobile {
    width: 40% !important;
    height: 100px !important;
    float: left;
    margin-bottom: 0 !important;
  }
  .c-mobile {
    width: 60%;
    float: right;
    padding: 0 0 0 15px;
  }
  .c-mobile h4 {
    font-size: 14px;
    color: #313131;
    height: 35px !important;
    margin-bottom: 0;
  }
  .c-mobile .description-mobile {
    font-size: 13px !important;
    color: #bfbfbf;
    margin-bottom: 5px;
  }
  .c-mobile .news-more-info-mobile span {
    color: #939393;
  }
  .handbook-mobile {
    background: none;
    margin-bottom: 0 !important;
  }
  .handbook-mobile .content-handbook-mobile {
    margin-top: 10px !important;
    border-bottom: 1px solid #e5e5e5;
  }
  .handbook-mobile .content-handbook-mobile p {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  .news-avatar-mobile {
    width: 45% !important;
  }
  .c-mobile {
    width: 55%;
  }
}
.body_error_404 {
  background: #00759a;
  color: #fff;
  font-family: Open Sans, sans-serif;
  max-height: 700px;
  overflow: hidden;
}
.body_error_404 hr {
  padding: 0;
  border: none;
  border-top: 5px solid #fff;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 420px;
  height: 10px;
  z-index: -10;
}
.body_error_404 hr:after {
  content: "\2022";
  display: inline-block;
  position: relative;
  top: -0.75em;
  font-size: 2em;
  padding: 0 0.2em;
  background: #00759a;
}
.c_error_404 {
  text-align: center;
  display: block;
  position: relative;
  width: 80%;
  margin: 100px auto;
}
._404 {
  font-size: 220px;
  position: relative;
  display: inline-block;
  z-index: 2;
  height: 250px;
  letter-spacing: 15px;
  margin-bottom: 20px;
}
._1 {
  letter-spacing: 8px;
  font-size: 3em;
  line-height: 80%;
}
._1,
._2 {
  text-align: center;
  display: block;
  position: relative;
  margin: 10px 0;
}
._2,
._2 i {
  font-size: 20px;
}
.btn_error_404 {
  background-color: #fff;
  position: relative;
  display: inline-block;
  width: 358px;
  padding: 5px;
  z-index: 5;
  font-size: 25px;
  margin: 0 auto;
  color: #00759a;
  text-decoration: none;
  border-radius: 20px;
}
.btn_error_404:hover {
  color: #00759a;
}
.right {
  float: right;
  width: 60%;
}
.cloud {
  width: 350px;
  height: 120px;
  background: #fff;
  background: linear-gradient(180deg, #fff);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  position: absolute;
  margin: 120px auto 20px;
  z-index: -1;
  transition: 1s ease;
}
.cloud:after,
.cloud:before {
  content: "";
  position: absolute;
  background: #fff;
  z-index: -1;
}
.cloud:after {
  width: 100px;
  height: 100px;
  top: -50px;
  left: 50px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}
.cloud:before {
  width: 180px;
  height: 180px;
  top: -90px;
  right: 50px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
}
.x1 {
  top: -50px;
  left: 100px;
  opacity: 0.9;
  -webkit-animation: moveclouds 15s linear infinite;
  -moz-animation: moveclouds 15s linear infinite;
  -o-animation: moveclouds 15s linear infinite;
}
.x1,
.x1_5 {
  z-index: 4;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
}
.x1_5 {
  top: -80px;
  left: 250px;
  -webkit-animation: moveclouds 17s linear infinite;
  -moz-animation: moveclouds 17s linear infinite;
  -o-animation: moveclouds 17s linear infinite;
}
.x2 {
  top: 30px;
  opacity: 0.6;
}
.x2,
.x3 {
  z-index: 4;
  left: 250px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: moveclouds 25s linear infinite;
  -moz-animation: moveclouds 25s linear infinite;
  -o-animation: moveclouds 25s linear infinite;
}
.x3 {
  bottom: -70px;
  opacity: 0.8;
}
.x4 {
  left: 470px;
  bottom: 20px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.75;
  -webkit-animation: moveclouds 18s linear infinite;
  -moz-animation: moveclouds 18s linear infinite;
  -o-animation: moveclouds 18s linear infinite;
}
.x4,
.x5 {
  z-index: 4;
}
.x5 {
  left: 200px;
  top: 300px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.8;
  -webkit-animation: moveclouds 20s linear infinite;
  -moz-animation: moveclouds 20s linear infinite;
  -o-animation: moveclouds 20s linear infinite;
}
@-webkit-keyframes moveclouds {
  0% {
    margin-left: 1000px;
  }
  to {
    margin-left: -1000px;
  }
}
.new_fast h3 {
  font-size: 14px;
  font-weight: 700;
  margin-left: 20px;
  padding: 10px 0;
  color: #717171;
}
.new_fast .main_new_fast ul {
  border-left: 1px solid #e8e8e8;
  box-sizing: border-box;
  margin-left: 20px;
  margin-right: 15px;
}
.new_fast .main_new_fast ul li {
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 0;
  list-style: none;
}
.new_fast .main_new_fast .item_new_fast .avt_left_nf {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 3px;
}
.new_fast .main_new_fast .item_new_fast .avt_left_nf img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.new_fast .main_new_fast .item_new_fast .avt_right_nf {
  margin-left: 40px;
}
.new_fast .main_new_fast .item_new_fast .avt_right_nf span {
  font-size: 11px;
}
.new_fast .main_new_fast .item_new_fast .avt_right_nf .doc_name_author {
  color: #00759a;
  font-size: 11px;
  display: inline-block;
  width: 100%;
  font-weight: 700;
}
.new_fast .main_new_fast .item_new_fast .avt_right_nf .cl_xam {
  color: #999;
}
.new_fast .main_new_fast .item_new_fast .avt_right_nf .cl_xam span {
  float: left;
}
.new_fast .main_new_fast .item_new_fast .avt_right_nf .cl_xam .nf_time {
  padding-left: 25px;
  float: right;
  display: none;
}
.new_fast .main_new_fast .item_new_fast .nf_title {
  padding-top: 2px;
  clear: both;
  text-transform: capitalize;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new_fast .main_new_fast .item_new_fast .nf_title a {
  color: #333;
}
.new_fast .main_new_fast .item_new_fast .nf_title a em {
  font-size: 12px;
}
.new_fast .main_new_fast .dot_gold {
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 8px;
  left: -8px;
  z-index: 9;
}
.new_fast .main_new_fast .dot_gold .item_dot_gold {
  width: 6px;
  height: 6px;
  display: block;
  background: #fb0;
  border-radius: 8px;
  margin: 5px auto 0;
}
.font-10 {
  font-size: 10px !important;
}
.font-11 {
  font-size: 11px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-17 {
  font-size: 17px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-24 {
  font-size: 24px !important;
}
.text-500 {
  font-weight: 500;
}
.text-normal {
  font-weight: 400 !important;
}
.text-gray {
  color: #90949c;
}
.text-icon {
  color: #696969;
}
.text-grey {
  color: #616770;
}
.text-bold {
  font-weight: 700;
}
.margin-custom {
  margin: 0;
}
.item-padding-custom {
  padding: 0 !important;
}
.item-padding-top-10 {
  padding-top: 10px !important;
}
.h-0 {
  height: 0;
}
.padding-0 {
  padding: 0;
}
@media (min-width: 320px) and (max-width: 480px) {
  .padding-0-mobile {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .padding-left-0 {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .padding-0-tablet {
    padding: 0;
  }
}
.margin-top-30 {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .padding-max-width-category-tablet {
    padding: 0 10px;
    max-width: none;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .font-20-mobile {
    font-size: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .display-none-tablet {
    display: none;
  }
}
@media (min-width: 1024px) {
  .display-none-laptop {
    display: none;
  }
}
@media (min-width: 767px) {
  .display-phone {
    display: none !important;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .tablet-mobi-show {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .tablet-mobi-hide {
    display: block !important;
  }
}
.text-black {
  color: #000;
}
.width-img {
  width: 100px;
}
.padding-right-7 {
  padding-right: 7px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .news_category_tablet {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .padding-top-0-tablet {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .margin-bottom-10-ruler-tablet {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .font-size-12-tablet p {
    font-size: 11px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .display-block-tablet {
    display: block;
  }
}
.background-none-mobile {
  background: none !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .position-unset-tablet {
    position: unset !important;
  }
}
.position-unset-tablet.sdt span {
  font-size: 13px !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .padding-top-10-tablet {
    padding-top: 10px;
  }
}
.form-search-advisory {
  padding: 0 210px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .form-search-advisory {
    padding: 0;
  }
}
.form-search-advisory input {
  height: 40px;
}
.form-search-advisory .search-advisory {
  background: #f93;
  color: #fff;
  outline: none;
  box-shadow: none;
  height: 40px;
  border-color: #f93;
  font-size: 16px;
}
.form-search-advisory .search-advisory:hover {
  background: #ff681d;
}
.fix-image-4-170 {
  height: 170px !important;
}
.fix-image-4-110 {
  height: 110px;
}
.ffix-image-300 {
  height: 300px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.padding-top-20 {
  padding-top: 20px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .padding-top-20 {
    padding-top: 0;
  }
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.color-info-cus {
  color: #02a0d4;
}
.trip-rating,
.trip-type {
  float: left;
  padding: 10px 15px;
  width: 30%;
}
.breakdown-score-wrapper {
  float: left;
  width: 75%;
  padding: 0;
  height: 211px;
}
.breakdown-score-wrapper .trip-rating {
  width: 40% !important;
}
.breakdown-score-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breakdown-score-wrapper ul li {
  margin-bottom: 5px;
  padding: 2px 0 0;
}
.breakdown-score-wrapper .score-type {
  padding: 5px 0 8px;
  position: relative;
}
.breakdown-score-wrapper .trip-type .rdoSet {
  width: 105px;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #f1f4f9;
}
.breakdown-score-wrapper .trip-type .line {
  height: 6px;
  border: 0 none;
  background-color: #d8d8d8;
  margin-top: 10px;
  width: 100%;
  padding-left: 100px;
  padding-right: 25px;
}
.breakdown-score-wrapper .trip-type .line .fill {
  height: 6px;
  background-color: #1a95e2;
}
.reviews-panel {
  float: left;
  padding: 20px;
  width: 100%;
  background-color: #f2f2f4;
}
.reviews-panel .collapse.in {
  display: block !important;
}
.reviews-panel #rev_total {
  padding: 10px;
  width: 25%;
  text-align: center;
  float: left;
  height: 210px;
}
.reviews-panel #rev_total #rev_total_score_number {
  clear: both;
  width: 100%;
  border: 2px solid #1a95e2;
  height: 100%;
  border-radius: 10px;
}
.reviews-panel #rev_total #rev_total_score_number .review_text {
  border: 0;
  font-size: 20px;
  margin: 45px 0 0;
  color: #555;
}
.reviews-panel #rev_total #rev_total_score_number div {
  border: 0;
  color: #1a95e2;
  font-size: 35px;
  text-align: center;
  font-weight: 700;
}
.reviews-panel #rev_total #rev_total_score_number #rev_out_of {
  color: #1a95e2;
}
.reviews-panel #rev_total #rev_total_score_number p {
  margin: 0 0 10px;
}
.reviews-panel .breakdown-score-wrapper {
  float: left;
  width: 75%;
  padding: 0;
  height: 211px;
}
.reviews-panel .breakdown-score-wrapper .trip-type .line {
  height: 6px;
  border: 0 none;
  background-color: #d8d8d8;
  margin-top: 10px;
  width: 100%;
  padding-left: 100px;
  padding-right: 25px;
}
.reviews-panel .breakdown-score-wrapper .trip-type .line .fill {
  background-color: #1a95e2;
}
.reviews-panel .breakdown-score-wrapper .trip-type trip-rating {
  width: 40% !important;
}
.reviews-panel .breakdown-score-wrapper .trip-type .line .fill {
  height: 6px;
}
.reviews-panel .breakdown-score-wrapper .trip-rating,
.reviews-panel .breakdown-score-wrapper .trip-type {
  float: left;
  padding: 10px 15px;
  width: 30%;
}
.reviews-panel .breakdown-score-wrapper .trip-type .title-new {
  font-size: 16px;
  margin: 0 0 8px;
  font-weight: 700;
  text-transform: uppercase;
}
.reviews-panel .breakdown-score-wrapper .trip-type .rdoSet {
  width: 105px;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #f1f4f9;
}
.reviews-panel .breakdown-score-wrapper .trip-type .compositeCount {
  position: absolute;
  right: 0;
  top: 6px;
  background-color: #f1f4f9;
  width: 28px;
  text-align: right;
  color: #1a95e2;
}
.reviews-panel .breakdown-score-wrapper .text-highlight {
  color: #003580;
}
.reviews-panel .breakdown-score-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.reviews-panel .breakdown-score-wrapper ul li {
  margin-bottom: 5px;
  padding: 2px 0 0;
}
.reviews-panel .breakdown-score-wrapper .score-type {
  padding: 5px 0 8px !important;
  position: relative;
}
.reviews-panel .breakdown-score-wrapper .text-unhighlight {
  color: #868686;
}
.reviews-panel .breakdown-score-wrapper #reviewTravelerTypeFilter .bline {
  position: absolute;
  width: 100%;
  border-bottom: 1px dotted #ccc;
  bottom: 5px;
  z-index: 1;
}
.reviews-panel .breakdown-score-wrapper #reviewTravelerTypeFilter li .lbl1 {
  padding-right: 5px;
}
.reviews-panel .breakdown-score-wrapper #reviewTravelerTypeFilter li {
  margin-bottom: 9px;
  padding-top: 5px;
  position: relative;
}
.reviews-panel .breakdown-score-wrapper #reviewTravelerTypeFilter li .lbl1,
.reviews-panel .breakdown-score-wrapper #reviewTravelerTypeFilter li span {
  background-color: #f2f2f4;
  position: relative;
  z-index: 2;
}
.reviews-panel .breakdown-score-wrapper #reviewTravelerTypeFilter li span {
  padding-left: 5px;
}
#comments_list {
  border-spacing: 0;
  margin-top: 10px;
  clear: both;
  float: left;
  width: 100%;
}
#comments_list tr {
  border-bottom: 1px solid #ebebeb;
}
#comments_list td {
  padding: 15px 0;
  vertical-align: top;
  position: relative;
}
#comments_list .rev-u {
  padding: 0;
  margin-bottom: 10px;
  width: 150px;
  float: left;
}
#comments_list .rev-u .margin-bottom-0 {
  margin-bottom: 0;
}
#comments_list .rev-u .margin-top-5 {
  margin-top: 5px;
}
#comments_list .rev-u .icon-list-review-sc {
  text-align: center;
  font-size: 35px;
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
}
#comments_list .rev-u .bg-highlight {
  background-color: #00759a !important;
}
#comments_list td .content-review {
  margin-left: 160px;
}
#comments_list td .content-review h5 {
  font-weight: 700;
  margin: 0;
}
#comments_list td .content-review .vote-up {
  text-align: right;
  margin-top: 10px;
}
.departure-schedule__titleHeader {
  margin-bottom: 5px !important;
}
.input-form-customized {
  height: 40px !important;
}
#scheduleDeparture .schedule-header {
  margin-top: 30px;
  color: #142e50;
  font-size: 22px;
  margin-bottom: 20px;
  margin-left: -1px;
}
#scheduleDeparture .schedule-calendar .departure-schedule__months {
  padding: 20px;
  background: #f0f3f7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #dadfe2;
}
@media (max-width: 768px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__months
    .nav-hide-when-rps {
    display: none;
  }
}
@media (min-width: 767px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__months
    .nav-show-when-rps {
    display: block;
  }
}
#scheduleDeparture .schedule-calendar .departure-schedule__topContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 80%;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #818d99;
}
@media (max-width: 1279px) {
  #scheduleDeparture .schedule-calendar .departure-schedule__topContent {
    width: 80%;
  }
}
@media (max-width: 991px) {
  #scheduleDeparture .schedule-calendar .departure-schedule__topContent {
    width: 100%;
  }
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__topContent
  .schedule-calendar__fromto {
  width: 100%;
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__topContent
  .schedule-calendar__fromto
  .schedule-calendar-top-from {
  float: left;
  width: 18%;
  padding-left: 22px;
}
@media (max-width: 1279px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__topContent
    .schedule-calendar__fromto
    .schedule-calendar-top-from {
    padding-left: 20px;
    width: 27.5%;
  }
}
@media (max-width: 991px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__topContent
    .schedule-calendar__fromto
    .schedule-calendar-top-from {
    width: 25%;
  }
}
@media (max-width: 767px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__topContent
    .schedule-calendar__fromto
    .schedule-calendar-top-from {
    width: 50%;
  }
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__topContent
  .schedule-calendar__fromto
  .schedule-calendar-top-to {
  float: left;
  width: 18%;
  padding-left: 14px;
}
@media (max-width: 1279px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__topContent
    .schedule-calendar__fromto
    .schedule-calendar-top-to {
    width: 27.5%;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__topContent
    .schedule-calendar__fromto
    .schedule-calendar-top-to {
    width: 25%;
  }
}
@media (max-width: 767px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__topContent
    .schedule-calendar__fromto
    .schedule-calendar-top-to {
    width: 50%;
  }
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dadfe2;
  border-top: 0;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  cursor: pointer;
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem:hover {
  background: #fbfaef;
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem:hover
  .button--orange {
  background: #ff7a00 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__tourList
    .departure-schedule__calendarItem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 14px;
    border-top: 1px solid #dadfe2;
  }
}
@media (max-width: 767px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__tourList
    .departure-schedule__calendarItem {
    border-radius: 0 0 5px 5px;
  }
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem
  .departure-schedule__boxContent {
  width: 75%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1279px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__tourList
    .departure-schedule__calendarItem
    .departure-schedule__boxContent {
    width: 80%;
  }
}
@media (max-width: 991px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__tourList
    .departure-schedule__calendarItem
    .departure-schedule__boxContent {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem
  .departure-schedule__boxContent
  .calendar__item-from {
  width: 27%;
  padding: 25px 0 25px 20px;
  position: relative;
}
@media (max-width: 1279px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__tourList
    .departure-schedule__calendarItem
    .departure-schedule__boxContent
    .calendar__item-from {
    width: 27.5%;
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 991px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__tourList
    .departure-schedule__calendarItem
    .departure-schedule__boxContent
    .calendar__item-from {
    width: 25%;
    padding: 15px 0 10px 20px;
  }
}
@media (max-width: 767px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__tourList
    .departure-schedule__calendarItem
    .departure-schedule__boxContent
    .calendar__item-from {
    width: 50%;
    border-bottom: 1px solid #dadfe2;
  }
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem
  .departure-schedule__boxContent
  .calendar__item-from
  .calendar__item-weekday {
  display: block;
  font-size: 12px;
  font-weight: 700;
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem
  .departure-schedule__boxContent
  .calendar__item-from
  .calendar__item-date {
  font-size: 19px;
  margin: 5px 0;
  display: block;
}
@media (max-width: 767px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__tourList
    .departure-schedule__calendarItem
    .departure-schedule__boxContent
    .calendar__item-from
    .calendar__item-date {
    font-size: 17px;
  }
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem
  .departure-schedule__boxContent
  .calendar__item-from:before {
  content: " ";
  width: 1px;
  height: 25%;
  background: #dadfe2;
  position: absolute;
  right: 7%;
  top: 48%;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
@media (max-width: 1279px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__tourList
    .departure-schedule__calendarItem
    .departure-schedule__boxContent
    .calendar__item-from:before {
    right: 0;
  }
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem
  .departure-schedule__boxContent
  .calendar__item-from:after {
  content: " ";
  width: 1px;
  height: 25%;
  background: #dadfe2;
  position: absolute;
  right: 7%;
  top: 48%;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  bottom: 48%;
  top: unset;
}
@media (max-width: 1279px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__tourList
    .departure-schedule__calendarItem
    .departure-schedule__boxContent
    .calendar__item-from:after {
    right: 0;
  }
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem
  .departure-schedule__boxContent
  .calendar__item-to {
  width: 25%;
  padding: 25px 0 25px 20px;
  border-right: 1px solid #dadfe2;
}
@media (max-width: 1279px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__tourList
    .departure-schedule__calendarItem
    .departure-schedule__boxContent
    .calendar__item-to {
    width: 27.5%;
  }
}
@media (max-width: 991px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__tourList
    .departure-schedule__calendarItem
    .departure-schedule__boxContent
    .calendar__item-to {
    width: 25%;
    padding: 15px 0 10px 20px;
  }
}
@media (max-width: 767px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__tourList
    .departure-schedule__calendarItem
    .departure-schedule__boxContent
    .calendar__item-to {
    width: 50%;
    border-bottom: 1px solid #dadfe2;
    padding-left: 20px;
    border-right: none;
  }
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem
  .departure-schedule__boxContent
  .calendar__item-to
  .calendar__item-weekday {
  display: block;
  font-size: 12px;
  font-weight: 700;
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem
  .departure-schedule__boxContent
  .calendar__item-to
  .calendar__item-date {
  font-size: 19px;
  margin: 5px 0;
  display: block;
}
@media (max-width: 767px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__tourList
    .departure-schedule__calendarItem
    .departure-schedule__boxContent
    .calendar__item-to
    .calendar__item-date {
    font-size: 17px;
  }
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem
  .departure-schedule__boxContent
  .calendar__item-seats {
  width: 25%;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 767px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__tourList
    .departure-schedule__calendarItem
    .departure-schedule__boxContent
    .calendar__item-seats {
    width: 50%;
    padding: 10px 20px;
    text-align: left;
  }
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem
  .departure-schedule__boxContent
  .calendar__item-seats
  .calendar__item-seats-count {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
}
@media (max-width: 767px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__tourList
    .departure-schedule__calendarItem
    .departure-schedule__boxContent
    .calendar__item-seats
    .calendar__item-seats-count {
    display: inline;
    font-weight: 400;
  }
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem
  .departure-schedule__boxContent
  .calendar__item-price {
  width: 25%;
  text-align: center;
}
@media (max-width: 767px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__tourList
    .departure-schedule__calendarItem
    .departure-schedule__boxContent
    .calendar__item-price {
    text-align: right;
    border-left: 1px solid #dadfe2;
    width: 50%;
    padding: 10px 20px;
  }
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem
  .departure-schedule__boxContent
  .calendar__item-price
  .calendar__item-price-badge {
  position: absolute;
  right: -24px;
  top: -9px;
  font-weight: 700;
  font-size: 12px;
  padding: 15px 20px 3px;
  background: #e74c3c;
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem
  .departure-schedule__boxContent
  .calendar__item-price
  .calendar__item-price-sale {
  position: relative;
  display: inline-block;
  color: #818d99;
  text-decoration: line-through;
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem
  .departure-schedule__boxContent
  .calendar__item-price
  .calendar__item-price-final {
  font-size: 18px;
  font-weight: 700;
  display: block;
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem
  .departure-schedule__boxAction {
  width: 25%;
  text-align: center;
}
@media (max-width: 1279px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__tourList
    .departure-schedule__calendarItem
    .departure-schedule__boxAction {
    width: 20%;
  }
}
@media (max-width: 991px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__tourList
    .departure-schedule__calendarItem
    .departure-schedule__boxAction {
    width: 100%;
    border-top: 1px solid #dadfe2;
  }
}
@media (max-width: 767px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__tourList
    .departure-schedule__calendarItem
    .departure-schedule__boxAction {
    border-top: none;
  }
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem
  .departure-schedule__boxAction
  .button {
  padding: 10px 28px;
  display: inline-block;
  border: 1px solid #2d6cb4;
  color: #2d6cb4;
  text-align: center;
  font-family: inherit;
  border-radius: 3px;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 991px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__tourList
    .departure-schedule__calendarItem
    .departure-schedule__boxAction
    .button {
    border-radius: 3px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #scheduleDeparture
    .schedule-calendar
    .departure-schedule__tourList
    .departure-schedule__calendarItem
    .departure-schedule__boxAction
    .button {
    font-size: 16px;
  }
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem
  .departure-schedule__boxAction
  .button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #2d6cb4;
  border-color: #2d6cb4;
  cursor: pointer;
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem
  .departure-schedule__boxAction
  .button:visited {
  text-decoration: none;
  color: #2d6cb4;
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem
  .departure-schedule__boxAction
  .button--orange {
  border: 1px solid #ff7a00;
  color: #ff7a00;
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem
  .departure-schedule__boxAction
  .button--orange:visited {
  color: #ff7a00;
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem
  .departure-schedule__boxAction
  .button--orange:hover {
  background-color: #ff7a00;
  border-color: #ff7a00;
  color: #fff;
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__calendarItem:first-child {
  border-top: 1px solid #dadfe2;
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__load-more {
  margin-top: 14px;
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__load-more
  .btn-clr {
  padding: 10px 28px;
  display: inline-block;
  border: 1px solid #2d6cb4;
  color: #2d6cb4;
  text-align: center;
  font-family: inherit;
  border-radius: 3px;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
}
#scheduleDeparture
  .schedule-calendar
  .departure-schedule__tourList
  .departure-schedule__load-more
  .btn-clr:hover {
  background: #2d6cb4;
  color: #fff;
}
.stype-content {
  text-align: justify;
}
.stype-content * {
  font-size: unset;
}
.stype-content h1 span {
  font-size: 18pt;
  font-family: Times New Roman;
  font-weight: 700;
}
.stype-content h1 span strong {
  font-weight: 700;
}
@media (min-width: 320px) and (max-width: 767px) {
  .stype-content .map-gg {
    max-width: 100% !important;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 4000px) {
  .stype-content .map-gg .style-map-mobile {
    width: 700px;
    height: 450px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .stype-content .map-gg .style-map-mobile {
    width: 100%;
    min-height: 300px;
  }
}
.stype-content iframe {
  max-width: 100%;
}
.stype-content p {
  line-height: 1.8;
  font-family: sans-serif !important;
}
@media (max-width: 768px) {
  .stype-content p {
    letter-spacing: 0.2px;
    line-height: 1.4;
  }
}
.stype-content p iframe {
  max-width: 100%;
}
.stype-content p em {
  font-family: sans-serif !important;
}
.stype-content h3 {
  margin-top: 10px;
  text-align: justify !important;
}
.stype-content .avatar {
  max-width: 600px;
  min-height: 300px;
}
@media (min-width: 320px) and (max-width: 350px) {
  .stype-content .avatar {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 351px) and (max-width: 480px) {
  .stype-content .avatar {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .stype-content .avatar {
    max-width: 100%;
    height: auto;
  }
}
.stype-content img {
  margin: 15px auto;
  object-position: center;
}
@media (min-width: 320px) and (max-width: 350px) {
  .stype-content img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 351px) and (max-width: 480px) {
  .stype-content img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .stype-content img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 4000px) {
  .stype-content img {
    max-width: 100%;
    min-height: auto;
  }
}
.stype-content strong {
  font-weight: 700 !important;
}
.stype-content ul {
  list-style-position: inside;
  list-style: none;
}
.stype-content ul li {
  white-space: pre-line;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
  font-size: 16px !important;
  line-height: 1.8;
  font-family: sans-serif !important;
}
.stype-content table {
  text-align: center;
  margin-bottom: 10px;
  overflow-x: auto;
  overflow-y: auto;
  height: 100% !important;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .stype-content table {
    width: 100% !important;
  }
}
.stype-content table tbody tr td p {
  margin: 10px 0;
}
.stype-content .container .col-md-7 {
  max-width: 100%;
}
.error,
.success {
  color: #32a923 !important;
}
#myBtn {
  position: fixed;
  width: 40px;
  height: 40px;
  line-height: 40px;
  bottom: 90px;
  right: 20px;
  border: none;
  display: block;
  text-align: center;
  background: rgba(0, 175, 135, 0.4);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
#myBtn i {
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
}
#myBtn:hover {
  background-color: #33afe4;
}
.fix-height-div {
  height: 34.4px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .fix-height-div {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fix-height-div {
    display: none;
  }
}
.bg-none {
  background: none !important;
}
.title-tag {
  padding-left: 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .title-tag {
    margin-bottom: 10px;
  }
}
.title-tag h5 {
  font-weight: 700;
}
.tag-line {
  padding-left: 15px;
}
.tag-line .badge-light a {
  color: #0998c8;
  text-decoration: none;
}
.tag-line .badge-light a:hover {
  color: #f93;
}
.card-reset-col {
  padding-bottom: 15px;
  padding-left: 12px !important;
  padding-right: 10px !important;
}
@media (max-width: 767px) {
  .card-reset-col {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .card-reset-col {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .tbl-mg {
    margin-bottom: 10px;
  }
}
.item-image-detail {
  height: 140px !important;
}
.bd-sd-card-comb {
  box-shadow: 0 1px 0 0 hsla(0, 2%, 71%, 0.5);
  -webkit-box-shadow: 0 1px 0 0 hsla(0, 2%, 71%, 0.5);
}
.bd-sd-card-comb,
.card-combo-item {
  background-color: #fff;
  border-radius: 0 !important;
  border: none !important;
}
.card-combo-item {
  box-shadow: 0 0 6px 0 hsla(0, 2%, 71%, 0.5);
  -webkit-box-shadow: 0 0 6px 0 hsla(0, 2%, 71%, 0.5);
}
@media (min-width: 320px) and (max-width: 767px) {
  .card-combo-item {
    margin-top: 15px;
  }
}
.card-combo-item .item-card-4image {
  background: #fff;
  position: relative;
  width: 100%;
  height: 157px;
}
@media (max-width: 767px) {
  .card-combo-item .item-card-4image {
    height: 237px;
  }
}
.card-combo-item .item-card-4image .card-combo-img-top {
  min-height: 157px;
  max-height: 210px;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .card-combo-item .item-card-4image .card-combo-img-top {
    max-height: unset;
  }
}
.card-combo-item .item-card-4image .view-n-reservation {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 13px;
  visibility: hidden;
}
.card-combo-item .item-card-4image .view-n-reservation .view {
  margin-bottom: 10px;
}
.card-combo-item .item-card-4image .view-n-reservation .view button {
  background-color: #eb6502;
  color: #f5f5f5;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 5px;
}
.card-combo-item .item-card-4image .hotel-n-star {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 15px;
  background: rgba(44, 42, 42, 0.7);
  color: #fff;
  font-size: 14px;
}
.card-combo-item .item-card-4image .hotel-n-star .hotel {
  float: left;
  width: 50%;
  padding-right: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.card-combo-item .item-card-4image .hotel-n-star .hotel i.fa-map-marker-alt {
  color: #f93;
}
.card-combo-item .item-card-4image .hotel-n-star .star {
  float: right;
  width: 50%;
}
.card-combo-item .item-card-4image .hotel-n-star .star .fa {
  color: #fc0 !important;
}
.card-combo-item .item-card-body-4 {
  background-color: #fff;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  padding: 6px !important;
}
.card-combo-item .item-card-body-4 .item-card-detail {
  padding-bottom: 3px;
  margin-bottom: 9px;
  position: relative;
  color: #393838;
  font-size: 13px;
}
.card-combo-item .item-card-body-4 .item-card-detail .during-destination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2px;
}
.card-combo-item
  .item-card-body-4
  .item-card-detail
  .during-destination
  .item-card-destination {
  position: relative;
  color: #0751cf;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
}
.card-combo-item
  .item-card-body-4
  .item-card-detail
  .during-destination
  .item-card-last-for {
  color: #545454;
  font-size: 13px;
  text-align: right;
  line-height: 1.6;
  position: relative;
}
.card-combo-item
  .item-card-body-4
  .item-card-detail
  .item-body-title
  .rows-limit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  max-height: 45px;
}
.card-combo-item .item-card-body-4 .item-card-detail .item-body-title h3 {
  color: #00506c;
  font-size: 16px;
  text-align: left;
  line-height: 1.4;
}
.card-combo-item
  .item-card-body-4
  .item-card-detail
  .item-body-title
  h3
  a:hover {
  color: #f93;
  text-decoration: none;
}
.card-combo-item .item-card-body-4 .item-card-detail:after {
  content: " ";
  position: absolute;
  width: calc(100% - 40px);
  border-bottom: 1px solid #ccc;
  bottom: 0;
  left: 20px;
}
.card-combo-item .item-card-body-4 .item-card-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.card-combo-item .item-card-body-4 .item-card-price .item-count {
  position: relative;
  display: block;
  color: #545454;
  font-size: 13px;
}
.card-combo-item .item-card-body-4 .item-card-price .item-count .far {
  margin-right: 3px;
}
.card-combo-item .item-card-body-4 .item-card-price .item-price-combo {
  position: relative;
  display: block;
}
.card-combo-item .item-card-body-4 .item-card-price .item-price-combo p {
  margin-bottom: 4px;
}
.card-combo-item
  .item-card-body-4
  .item-card-price
  .item-price-combo
  .item-price-out {
  color: #f93;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  line-height: 1.2;
}
.card-combo-item
  .item-card-body-4
  .item-card-price
  .item-price-combo
  .item-price-publish {
  text-decoration-line: line-through;
  -webkit-text-decoration-line: line-through;
  color: #545454;
  font-size: 14px;
  text-align: right;
  line-height: 1.2;
}
.card-combo-item .item-card-body-4 .item-card-price .item-price-combo .v-h {
  visibility: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  .card-item {
    margin-top: 15px;
  }
}
.card-item .item-card-image {
  position: relative;
  width: 100%;
 
}
.card-item .item-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: #fff;
  font-size: 13px;
}
.card-item .item-card-image .hotel-n-star .hotel {
  float: left;
  width: 60%;
  padding-right: 15px;
  height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-item .item-card-image .hotel-n-star .star {
  float: right;
  width: 40%;
}
.card-item .item-card-image .hotel-n-star .star .fa {
  color: #fc0 !important;
}
.card-item .item-card-image .card-discount {
  background: #e52822;
  position: absolute;
  top: 10px;
  left: -10px;
}
.card-item .item-card-image .card-discount .card-content {
  color: #fff;
  padding: 3px 14px;
  font-weight: 700;
  position: relative;
}
.card-item .item-card-image .card-discount .card-content span {
  font-size: 20px;
}
.card-item .item-card-image .card-discount .card-content:before {
  border-width: 0 10px 10px 0;
  border-right-color: #9c0000;
  left: 0;
  content: "";
  position: absolute;
  border-style: solid;
  bottom: -10px;
}
.card-item .item-card-image .card-discount .card-content:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent;
  bottom: -10px;
}
.card-item .item-card-image .card-destination {
  background: rgba(44, 42, 42, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
}
.card-item .item-card-image .card-destination .card-content {
  padding: 5px 15px;
  color: #4e4e4e;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}
.card-item .item-card-image .card-destination .card-content span {
  color: #fff;
  font-size: 14px;
}
.card-item .item-card-image .card-destination .card-content span i {
  color: #f93;
}
.card-item .card-body {
  padding: 15px 10px;
}
.card-item .card-body .card-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.card-item .card-body .card-text .card-item-daily {
  width: 60%;
  position: relative;
}
.card-item .card-body .card-text .card-item-price {
  width: 40%;
  position: relative;
}
.card-item .card-title a {
  color: #00506c;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
  text-decoration: none;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.card-item .card-title a:hover {
  color: #f93;
}
@media (max-width: 768px) {
  .card-item .card-text-m {
    display: block !important;
  }
}
.card-item .card-search-info {
  padding: 0;
}
.card-item .card-search-info .card-search-info:before {
  content: " ";
  display: table;
  box-sizing: border-box;
}
.card-item .card-search-info .from-n-range {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  color: #393838;
  font-size: 13px;
}
.card-item .card-search-info .from-n-range .from .icon-marker {
  width: 15px;
  margin-bottom: 3px;
}
.card-item .card-search-info .from-n-range .from img {
  vertical-align: middle;
  border: 0;
}
.card-item .card-search-info .from-n-range .pull-left {
  float: left !important;
}
.card-item .card-search-info .from-n-range .text-left {
  text-align: left;
}
.card-item .card-search-info .from-n-range .range .icon-timer {
  width: 15px;
  margin-bottom: 3px;
}
.card-item .card-search-info .from-n-range .range img {
  vertical-align: middle;
  border: 0;
}
.card-item .card-search-info .from-n-range .pull-right {
  float: right !important;
}
.card-item .card-search-info .from-n-range .text-right {
  text-align: right;
}
.card-item .card-search-info .from-n-range .from-n-range:after,
.card-item .card-search-info .from-n-range:after {
  content: " ";
  position: absolute;
  width: calc(100% - 40px);
  border-bottom: 1px solid #ccc;
  bottom: 0;
  left: 20px;
}
.card-item .card-search-info .price {
  width: 60%;
  float: left;
  max-height: 45px;
}
.card-item .card-search-info .price .new-price {
  color: #eb6502;
  font-size: 18px;
  font-weight: 600;
}
.card-item .card-search-info .price .new-price span {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
.card-item .card-search-info .price .old-price {
  text-decoration: line-through;
  color: #999;
}
.card-item .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;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  padding: 0 5px;
  top: -45px;
  right: -110px;
}
.card-item .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;
}
.card-item .card-search-info .customer-buy i {
  font-size: 19px;
}
.card-item .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;
}
.card-item .card-search-info .card-search-info:after {
  clear: both;
}
.card-item .card-text-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.card-item .card-text-item .card-item-daily {
  position: relative;
}
.card-item .card-text-item .card-item-daily .item-weekly {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  max-height: 20px;
}
.card-item .card-text-item .card-item-daily .item-weekly p {
  margin: 0;
}
.card-item .card-text-item .card-item-price {
  position: relative;
  color: #f93;
  text-align: right;
}
.card-item .card-text-item .card-item-price p {
  margin: 0 !important;
}
.card-item .card-text-item .card-item-price .without-base-price {
  min-height: 20px;
}
.card-item .card-text-item .card-item-price .without-base-price .base {
  color: #999;
  font-size: 14px;
  text-decoration: line-through;
  height: 20px;
  letter-spacing: -1px;
}
.card-item .card-text-item .card-item-price .public {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -1px;
}
.card-item .card-text-item .card-item-price span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.card-item .card-text {
  font-size: 13px;
  color: #4e4e4e;
  margin: 0;
}
.card-item .card-text .item-tiny-service {
  list-style-position: inside;
}
.card-item .card-text .rulers-divide {
  border: 1px solid #eee;
}
.card-item .card-text .text-location {
  color: #4e4e4e;
}
@media (min-width: 320px) and (max-width: 767px) {
  .card-item .card-text .item-price-booking .item-price {
    width: 60%;
    float: left;
  }
  .card-item .card-text .item-price-booking .style-btn-booking {
    width: 40%;
    float: right;
  }
}
.card-item .price-new,
.card-item .price-old {
  margin: 0;
}
.card-item .price-new {
  font-size: 20px;
  color: #ff8d1b;
  font-weight: 700;
  line-height: 20px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .card-item .price-new {
    font-size: 19px;
  }
}
.card-item .price-old {
  font-size: 12px;
  color: #999;
}
.card-item .btn-booking-pys {
  background: #ff8d1b;
  border-color: #ff8d1b;
  padding: 5px 26px;
  color: #fff !important;
  font-size: 15px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .card-item .btn-booking-pys {
    padding: 5px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .card-item .btn-booking-pys {
    padding: 5px 10px;
    font-size: 13px;
  }
}
.card-item .btn-booking-pys:hover {
  background: #f9ab52;
}
.form-control:focus {
  outline: 0;
  box-shadow: unset;
}
#wrapper-search {
  background: #fff;
}
.position-fix {
  position: fixed;
  z-index: 999999;
  width: 255px;
  top: 51px;
}
@media (min-width: 375px) and (max-width: 424px) {
  .padding-right-0-mobile {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dp-n-tablet {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .dp-n-tablet-small {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .text-center-table-small {
    text-align: center;
  }
}
.box-list-slide {
  width: 100vw;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-left: 0;
  white-space: nowrap;
  display: block;
  -webkit-overflow-scrolling: touch !important;
}
.box-list-slide::-webkit-scrollbar {
  width: 0;
}
.box-list-slide .box-item {
  width: 250px;
  background: #666;
  height: 200px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  float: none;
}
.mix-result-search-box {
  position: absolute;
  width: 100%;
  height: auto;
  top: 55%;
}
.mix-result-block {
  margin: 0 auto;
  position: relative;
}
.mix-result-mobile-show {
  display: none !important;
}
@media (max-width: 767px) {
  .mix-result-mobile-show {
    display: block !important;
  }
}
.mix-result-mobile-hide {
  display: block !important;
}
@media (max-width: 767px) {
  .mix-result-mobile-hide {
    display: none !important;
  }
}
.bd {
  position: relative;
  width: 100%;
}
.bd .default-suggestions {
  position: relative !important;
}
.bd .default-suggestions .twitter-typeahead {
  width: 100%;
}
@media (max-width: 767px) {
  .bd .default-suggestions .input-form-mobile {
    border-radius: 4px !important;
  }
}
.bd .default-suggestions .form-control-mix-customize {
  padding-left: 1.5rem;
  border-radius: 4px 0 0 4px;
  background-clip: unset !important;
  border-top: none;
  border-bottom: none;
  border-left: none;
  height: 50px !important;
}
.bd .default-suggestions .form-control-color-customize {
  font-size: 15px !important;
}
.bd .default-suggestions .result-suggestion {
  position: absolute;
  width: 100%;
  padding: 10px;
  background: #fff;
  color: #000;
  border: 1px solid #d9d9d9;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
  display: none;
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.bd .default-suggestions .result-suggestion .title span .icon-title {
  padding-bottom: 5px;
  margin-right: 5px;
  width: 20px;
}
.bd .default-suggestions .result-suggestion .list-place {
  padding: 0 7px;
}
.bd .default-suggestions .result-suggestion .list-place .place-item {
  padding: 10px;
  border: 1px solid transparent;
}
.bd
  .default-suggestions
  .result-suggestion
  .list-place
  .place-item
  a
  .cat-image {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}
.bd
  .default-suggestions
  .result-suggestion
  .list-place
  .place-item
  a
  .cat-image
  img {
  width: 100%;
  height: 100%;
}
.bd
  .default-suggestions
  .result-suggestion
  .list-place
  .place-item
  a
  .cat-title
  .name-place {
  font-size: 14px;
  font-weight: 700;
  color: #494b55;
}
.bd
  .default-suggestions
  .result-suggestion
  .list-place
  .place-item
  a
  .cat-title
  .count {
  color: #003c71;
}
.bd .default-suggestions .result-suggestion .list-place .place-item img {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}
.bd
  .default-suggestions
  .result-suggestion
  .list-place
  .place-item.cat-title
  .name-place {
  font-size: 14px;
  font-weight: 700;
  color: #494b55;
}
.bd
  .default-suggestions
  .result-suggestion
  .list-place
  .place-item.cat-title
  .count {
  color: #003c71;
}
.btn-submit-customize,
.form-control-mix-customize {
  width: 100%;
  font-size: 12px !important;
}
.btn-submit-customize {
  background-color: #09c;
  color: #fff;
  border-radius: 0 4px 4px 0;
  text-transform: uppercase;
  height: 50px;
}
.btn-submit-customize:hover {
  color: #fff;
  background: #007ca5;
}
.btn-submit-customize:focus {
  outline: none !important;
}
.search-result-content .search-result-header {
  padding: 15px 10px;
}
.search-result-content .search-result-header .search-result-filter {
  padding: 0;
  position: relative;
}
.search-result-content
  .search-result-header
  .search-result-filter
  .search-list-result
  ul {
  list-style-type: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.search-result-content
  .search-result-header
  .search-result-filter
  .search-list-result
  ul
  li {
  margin-right: 10px;
  border-radius: 4px;
  cursor: pointer;
}
.search-result-content
  .search-result-header
  .search-result-filter
  .search-list-result
  ul
  li
  a {
  color: #333;
  background: #e5e5e5 none repeat scroll 0 0;
  border: none;
  font-weight: 700;
}
.search-result-content
  .search-result-header
  .search-result-filter
  .search-list-result
  ul
  li
  a:hover {
  color: #fff !important;
  background-color: #2574a9;
}
.search-result-content
  .search-result-header
  .search-result-filter
  .search-list-count {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  color: #888;
}
.search-result-content .search-result-mix {
  padding: 0;
  min-height: 180px;
}
.search-result-content .search-result-mix .pagination-ctm {
  margin: 0 !important;
}
.search-result-content .search-result-mix .pagination-ctm .pagination {
  width: 16%;
  margin: 40px auto;
}
@media (max-width: 767px) {
  .search-result-content .search-result-mix .pagination-ctm .pagination {
    width: 33%;
  }
  .search-result-content
    .search-result-mix
    .pagination-ctm
    .pagination
    .page-item {
    width: 20px !important;
    height: 20px !important;
  }
  .search-result-content
    .search-result-mix
    .pagination-ctm
    .pagination
    .page-item
    .page-link {
    width: 20px !important;
    padding: 2px !important;
  }
}
.search-result-content .search-result-mix .result-item {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  min-height: 90px;
  transition: 0.5s;
  border: 1px solid #dddfe2;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.2s ease-in-out;
}
.search-result-content .search-result-mix .result-item:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.search-result-content .search-result-mix .result-item .result-item-img {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
}
.search-result-content .search-result-mix .result-item .result-item-img img {
  border-radius: 4px;
  width: 90px;
  height: 90px;
  object-fit: cover;
  object-position: center;
  background-color: #ddd;
}
.search-result-content .search-result-mix .result-item .result-info {
  padding: 10px 0;
  margin-left: 115px;
  min-height: 100px;
  list-style-type: none;
}
.search-result-content
  .search-result-mix
  .result-item
  .result-info
  .result-title {
  width: 80%;
}
@media (max-width: 767px) {
  .search-result-content
    .search-result-mix
    .result-item
    .result-info
    .result-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: 45px;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .search-result-content
    .search-result-mix
    .result-item
    .result-info
    .result-title
    a {
    font-size: 14px !important;
  }
}
.search-result-content
  .search-result-mix
  .result-item
  .result-info
  .result-title
  a:hover {
  text-underline: none !important;
  text-decoration: none !important;
}
.search-result-content
  .search-result-mix
  .result-item
  .result-info
  .result-location {
  color: #888;
  font-size: 12px;
  width: 80%;
}
@media (max-width: 767px) {
  .search-result-content
    .search-result-mix
    .result-item
    .result-info
    .result-location {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-height: 50px;
    width: 90%;
    margin-top: 5px;
  }
}
.search-result-content .search-result-mix .result-item .result-bottom a {
  background: #ff8d1b;
  border-color: #ff8d1b;
  padding: 5px 26px;
  color: #fff !important;
  font-size: 15px;
  min-width: 80px;
}
.search-result-content .search-result-mix .result-item .result-bottom a:hover {
  color: #fff !important;
  background: #f9ab52;
  border: none !important;
  padding: 6px 27px;
}
.search-result-content .search-result-mix .result-item .result-right {
  position: absolute;
  top: 10px;
  right: 10px;
}
.search-result-content .search-result-mix .result-item .result-right a {
  background: #ff8d1b;
  border-color: #ff8d1b;
  padding: 5px 26px;
  color: #fff !important;
  font-size: 15px;
  min-width: 80px;
}
.search-result-content .search-result-mix .result-item .result-right a:hover {
  color: #fff !important;
  background: #f9ab52;
  border: none !important;
  padding: 6px 27px;
}
.search-result-content .search-result-mix .item-tour {
  position: relative;
}
.empty-tour-block .empty-block-content {
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  color: #212121;
  font-weight: bolder;
  padding: 25px 0 10px;
}
.empty-tour-block .underline-box {
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, #00fff2, #036dbb);
  margin: 10px auto;
  display: block;
}
.default-suggestion-mb .result-suggestion-mb {
  z-index: 1;
}
.active-style {
  color: #fff !important;
  background-color: #2574a9 !important;
}
#modalList
  .modal-dialog
  .modal-content
  .modal-body
  .modal-search-box
  .input-group {
  border: none !important;
  background: unset !important;
}
#modalList
  .modal-dialog
  .modal-content
  .modal-body
  .modal-search-box
  .input-group
  .twitter-typeahead {
  background: #fff;
  position: relative;
  display: inline-block;
  height: 100%;
  border-radius: 0 10px 10px 0;
}
#modalList
  .modal-dialog
  .modal-content
  .modal-body
  .modal-search-box
  .input-group
  .twitter-typeahead
  .tt-input {
  height: 100% !important;
}
#modalList
  .modal-dialog
  .modal-content
  .modal-body
  .modal-search-box
  .input-group
  .twitter-typeahead
  .item-input-form-mobile {
  height: 100%;
}
.modal-destination-list {
  background: #fff;
}
.modal-destination-list .modal-dialog {
  margin: 0;
}
.modal-destination-list .modal-dialog .modal-content {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none !important;
  border-radius: 0 !important;
}
.modal-destination-list .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal-destination-list
  .modal-dialog
  .modal-content
  .modal-body
  .modal-search-box {
  position: relative;
  background: #00506c;
  width: 100%;
  display: block;
  padding: 10px 0 10px 10px;
  height: 60px;
}
.modal-destination-list
  .modal-dialog
  .modal-content
  .modal-body
  .modal-search-box
  .input-group {
  width: 100%;
  height: 100%;
}
.modal-destination-list
  .modal-dialog
  .modal-content
  .modal-body
  .modal-search-box
  .input-group
  .item-input-icon-search {
  height: 100%;
  background: #fff;
  border: none !important;
  padding-left: 7px;
  outline: none !important;
  border-right: none !important;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.modal-destination-list
  .modal-dialog
  .modal-content
  .modal-body
  .modal-search-box
  .input-group
  .item-input-icon-search
  .fas {
  font-size: 16px;
  line-height: 40px;
  color: #212529;
}
.modal-destination-list
  .modal-dialog
  .modal-content
  .modal-body
  .modal-search-box
  .input-group
  .twitter-typeahead {
  width: 82% !important;
}
.modal-destination-list
  .modal-dialog
  .modal-content
  .modal-body
  .modal-search-box
  .input-group
  .twitter-typeahead
  .tt-menu {
  position: absolute;
  top: 50px !important;
  left: -30px !important;
  z-index: 100;
  display: block;
  width: 100%;
}
.modal-destination-list
  .modal-dialog
  .modal-content
  .modal-body
  .modal-search-box
  .input-group
  .item-input-form-mobile {
  height: 100%;
  font-size: 15px;
  float: left;
  width: 100%;
  background-clip: unset;
  border-radius: 0 10px 10px 0;
  border: none !important;
}
.modal-destination-list
  .modal-dialog
  .modal-content
  .modal-body
  .modal-search-box
  .input-group
  .item-input-form-mobile:focus {
  outline: none !important;
  border-color: #fff;
}
.modal-destination-list
  .modal-dialog
  .modal-content
  .modal-body
  .modal-search-box
  .input-group
  .item-input-form-mobile:hover {
  font-size: medium !important;
  border: none !important;
}
.modal-destination-list
  .modal-dialog
  .modal-content
  .modal-body
  .modal-search-box
  .input-group
  button {
  font-size: 28px;
  color: #fff;
  width: 10%;
  text-shadow: none;
  opacity: 1;
  text-align: center;
}
.modal-destination-list
  .modal-dialog
  .modal-content
  .modal-body
  .modal-search-box
  .input-group
  button:focus {
  outline: none;
}
.modal-destination-list
  .modal-dialog
  .modal-content
  .modal-body
  .modal-search-box
  .input-group
  button
  span {
  background: inherit !important;
  color: #fff;
  padding-left: 0 !important;
}
.modal-destination-list
  .modal-dialog
  .modal-content
  .modal-body
  .onfocus-mb-expand-block {
  background: #fff !important;
}
.modal-destination-list
  .modal-dialog
  .modal-content
  .modal-body
  .onfocus-mb-expand-block
  .places
  .place
  .link_category
  .cat-image {
  width: 50px !important;
  height: 50px !important;
}
.modal-destination-list
  .modal-dialog
  .modal-content
  .modal-body
  .onfocus-mb-expand-block
  .places
  .place
  .link_category
  .cat-title {
  line-height: 20px !important;
}
.modal-destination-list
  .modal-dialog
  .modal-content
  .modal-body
  .default-suggest-list
  .default-suggest-item
  .default-list {
  padding: 10px;
  min-height: 60px;
}
.modal-destination-list
  .modal-dialog
  .modal-content
  .modal-body
  .default-suggest-list
  .default-suggest-item
  .header-block {
  background: #ecebeb;
  font-weight: 600;
  color: #828282fc;
}
.modal-destination-list
  .modal-dialog
  .modal-content
  .modal-body
  .default-suggest-list
  .default-suggest-item
  .content-block {
  border-bottom: 1px solid #ccc;
}
.modal-destination-list
  .modal-dialog
  .modal-content
  .modal-body
  .default-suggest-list
  .default-suggest-item
  .content-block
  .static-destination {
  font-weight: 700;
  font-size: 14px;
  color: #494b55;
}
.modal-destination-list
  .modal-dialog
  .modal-content
  .modal-body
  .default-suggest-list
  .default-suggest-item
  .content-block
  .static-location {
  color: #003c71;
  font-size: 13px;
}


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