<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i|Signika+Negative:300,400,600,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/* ==========================================================================
Typography
========================================================================== */
body {
  font-family: "Noto Sans", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  line-height: 22px;
  font-size: 15px;
}

h1, h2, h3, h4, h5 {
  font-family: "Signika Negative", sans-serif;
  line-height: 1.3;
}

h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  font-weight: 600;
}

h4 {
  font-size: 18px;
  font-weight: 600;
}

h5 {
  font-size: 16px;
  font-weight: 600;
}

a {
  color: #0a68b3;
  text-decoration: none;
}
a:hover, a:focus, a.active {
  color: #da2032;
  text-decoration: none;
}

.title-red {
  color: #da2032;
  text-transform: uppercase;
}
.title-blue {
  color: #0a68b3;
  text-transform: uppercase;
}

.title-white {
  color: #fff;
  text-transform: uppercase;
}

.yellow-cl {
  color: #f4c23c;
}

.color-red {
  color: #da2032;
}

h1.display {
  font-size: 62px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hightlight-item figure .badge, .testimonial .box-testimonial .col-md-6 {
  *zoom: 1;
}
.hightlight-item figure .badge:after, .testimonial .box-testimonial .col-md-6:after {
  content: '';
  display: table;
  line-height: 0;
  clear: both;
}

.btn {
  font-size: 13px;
  border: solid 2px;
  display: inline-block;
  text-transform: uppercase;
  padding: 8px 30px;
}

.btn:hover, .btn:focus {
  color: #fff;
  border-color: #da2032;
  background-color: #da2032;
}

.btn-white {
  font-size: 13px;
  border: solid 2px;
  display: inline-block;
  border-color: rgba(0, 0, 0, 0.03);
}

.btn-white:hover, .btn-white:focus {
  color: #0a68b3;
  border-color: #0a68b3;
}

.btn-fill {
  color: #fff;
  border: solid 2px #0a68b3;
  display: inline-block;
  text-transform: uppercase;
  background-color: #0a68b3;
}

.btn-fill:hover, .btn-fill:focus {
  color: #fff;
  background-color: #da2032;
  border-color: #da2032;
}

.btn-small {
  padding: 6px 10px;
}

.btn-large {
  padding: 15px 40px;
}

.btn-margin-right {
  margin-right: 20px;
}

.btn-red {
  background-color: #da2032;
  color: #fff;
  border-color: #da2032;
  font-family: "Signika Negative", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.btn-blue {
  background-color: #0a68b3;
  color: #fff;
  border-color: #0a68b3;
  font-family: "Signika Negative", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.btn__price {
  background: #f4c23c;
  color: #555;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 30px;
  margin-top: 1.5rem;
  border: 0;
  transition: all 0.3s ease 0s;
  -moz-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.btn__price:hover {
  transform: translateY(-7px);
}

.btn__no-price {
  background: #0a68b3;
  color: #fff;
}

.btn-border-red {
  position: relative;
  display: inline-block;
  padding: 0.5em 2em;
  cursor: pointer;
  overflow: hidden;
  padding: 15px 40px;
  text-transform: uppercase;
  font-family: "Signika Negative", sans-serif;
  margin: 0 auto;
  font-size: 20px;
  color: #da2032;
  -moz-transition: background, 0.5s;
  -o-transition: background, 0.5s;
  -webkit-transition: background, 0.5s;
  transition: background, 0.5s;
}
.btn-border-red:before, .btn-border-red:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #da2032;
}
.btn-border-red:before {
  top: 0;
}
.btn-border-red:after {
  bottom: 0;
}
.btn-border-red:hover &gt; * &gt; *:before, .btn-border-red:hover &gt; * &gt; *:after {
  transform: translate3d(0, 0, 0);
}
.btn-border-red:hover &gt; * &gt; * &gt; *:before, .btn-border-red:hover &gt; * &gt; * &gt; *:after {
  transform: translate3d(0, 0, 0);
}
.btn-border-red &gt; *:before, .btn-border-red &gt; *:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #da2032;
}
.btn-border-red &gt; *:before {
  left: 0;
}
.btn-border-red &gt; *:after {
  right: 0;
}
.btn-border-red &gt; * &gt; *:before, .btn-border-red &gt; * &gt; *:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 9;
  height: 2px;
  width: 100%;
  background-color: #ea7a82;
}
.btn-border-red &gt; * &gt; *:before {
  top: 0;
  transform: translate3d(-105%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-border-red &gt; * &gt; *:after {
  bottom: 0;
  transform: translate3d(105%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-border-red &gt; * &gt; * &gt; *:before, .btn-border-red &gt; * &gt; * &gt; *:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 9;
  height: 100%;
  width: 2px;
  background-color: #ea7a82;
}
.btn-border-red &gt; * &gt; * &gt; *:before {
  left: 0;
  transform: translate3d(0, 105%, 0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-border-red &gt; * &gt; * &gt; *:after {
  right: 0;
  transform: translate3d(0, -105%, 0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-border-red:hover {
  color: #ea7a82;
}

.btn-border-blue {
  position: relative;
  display: inline-block;
  padding: 0.5em 2em;
  cursor: pointer;
  overflow: hidden;
  padding: 15px 40px;
  text-transform: uppercase;
  font-family: "Signika Negative", sans-serif;
  margin: 0 auto;
  font-size: 20px;
  color: #0a68b3;
  -moz-transition: background, 0.5s;
  -o-transition: background, 0.5s;
  -webkit-transition: background, 0.5s;
  transition: background, 0.5s;
}
.btn-border-blue:before, .btn-border-blue:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #0a68b3;
}
.btn-border-blue:before {
  top: 0;
}
.btn-border-blue:after {
  bottom: 0;
}
.btn-border-blue:hover &gt; * &gt; *:before, .btn-border-blue:hover &gt; * &gt; *:after {
  transform: translate3d(0, 0, 0);
}
.btn-border-blue:hover &gt; * &gt; * &gt; *:before, .btn-border-blue:hover &gt; * &gt; * &gt; *:after {
  transform: translate3d(0, 0, 0);
}
.btn-border-blue &gt; *:before, .btn-border-blue &gt; *:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #0a68b3;
}
.btn-border-blue &gt; *:before {
  left: 0;
}
.btn-border-blue &gt; *:after {
  right: 0;
}
.btn-border-blue &gt; * &gt; *:before, .btn-border-blue &gt; * &gt; *:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 9;
  height: 2px;
  width: 100%;
  background-color: #2f7ad3;
}
.btn-border-blue &gt; * &gt; *:before {
  top: 0;
  transform: translate3d(-105%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-border-blue &gt; * &gt; *:after {
  bottom: 0;
  transform: translate3d(105%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-border-blue &gt; * &gt; * &gt; *:before, .btn-border-blue &gt; * &gt; * &gt; *:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 9;
  height: 100%;
  width: 2px;
  background-color: #2f7ad3;
}
.btn-border-blue &gt; * &gt; * &gt; *:before {
  left: 0;
  transform: translate3d(0, 105%, 0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-border-blue &gt; * &gt; * &gt; *:after {
  right: 0;
  transform: translate3d(0, -105%, 0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-border-blue:hover {
  color: #2f7ad3;
}

/* GENERAL BUTTON STYLING */
.button,
.button::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.button {
  background: none;
  border: 3px solid #da2032;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #da2032;
  display: inline-block;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  font-family: "Signika Negative", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.button::before,
.button::after {
  background: #da2032;
  content: '';
  position: absolute;
  z-index: -1;
}

.button:hover {
  color: #fff;
}

/* BUTTON 1 */
.btn-1::after {
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.btn-1:hover:after {
  height: 100%;
}

/* BUTTON 2 */
.btn-2::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.btn-2:hover:after {
  width: 100%;
}

/* BUTTON 3 */
.btn-3::after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

.btn-3:hover:after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* BUTTON 4 */
.btn-4::before {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.btn-4::after {
  background: #da2032;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.btn-4:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

/* BUTTON 5 */
.btn-5 {
  overflow: hidden;
  text-align: center;
}

.btn-5::after {
  background-color: #da2032;
  height: 100%;
  left: -35%;
  top: 0;
  -moz-transform: skew(50deg);
  -o-transform: skew(50deg);
  -ms-transform: skew(50deg);
  -webkit-transform: skew(50deg);
  transform: skew(50deg);
  -moz-transition-duration: all 0.6s ease-in-out;
  -o-transition-duration: all 0.6s ease-in-out;
  -webkit-transition-duration: all 0.6s ease-in-out;
  transition-duration: all 0.6s ease-in-out;
  moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 0;
}

.btn-5:hover:after {
  height: 100%;
  width: 155%;
}

.btn-5.blue {
  position: relative;
  z-index: 1;
  border: 3px solid #0a68b3;
  color: #0a68b3;
}
.btn-5.blue:hover {
  color: #fff;
}

.btn-5.blue::after {
  background-color: #0a68b3;
}

/* @import "vendor/sm-mint"; */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif?1523994553') center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 2;
  position: absolute;
  display: block;
  height: 44px;
  width: 44px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.75;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 2px solid #fff;
  display: block;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #da2032;
  border-color: #fff;
  background: #fff;
}

.slick-prev {
  left: 20px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -100px;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 20px;
}
[dir="rtl"] .slick-next {
  left: -80px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  color: #0a68b3;
  line-height: 20px;
  text-align: center;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}
.slick-dots li.slick-active button:before {
  color: #da2032;
}

.container {
  width: 100%;
  max-width: 1200px;
}

.navbar {
  background: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.navbar .container {
  max-width: 1300px;
}
.navbar .navbar-header {
  float: left;
}
@media only screen and (max-width: 1024px) {
  .navbar .navbar-header {
    float: none;
  }
}
.navbar .navbar-collapse {
  float: right;
}
@media only screen and (max-width: 1024px) {
  .navbar .navbar-collapse {
    float: none;
  }
}
.navbar a {
  font-family: "Signika Negative", sans-serif;
  font-size: 16px;
}
.navbar-nav .navbar a {
  padding: 10px 15px !important;
}
.navbar .navbar-toggle {
  margin-top: 25px;
}
.navbar &gt; .navbar-brand {
  display: inline-block;
  overflow: hidden;
  padding: 10px;
  height: auto;
}
.navbar &gt; .navbar-brand &gt; img {
  width: 180px;
}

.nav-top {
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  visibility: visible;
}
.nav-top li {
  float: left;
  font-size: 13px;
}
.nav-top li a {
  font-size: 14px;
  font-family: "Signika Negative", sans-serif;
  padding: 5px 8px;
}
.nav-top li a.social {
  padding: 5px;
}
.nav-top li .fab {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #FFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=68);
  opacity: 0.68;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-top li .fab:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.nav-top li .fa-facebook-f {
  background-color: #3B5998;
}
.nav-top li .fa-youtube-square {
  background-color: #FF0000;
}
.nav-top li .fa-twitter {
  background-color: #00aced;
}
.nav-top li .fa-instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.nav-top li .fa-pinterest {
  background: #C92228;
}

.nav &gt; .dropdown-megamenu {
  position: relative;
}

.dropdown-megamenu &gt; .dropdown-container {
  border: 0;
  border-bottom: 2px solid #da2032;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 15px 0;
  max-width: inherit;
}
.dropdown-megamenu &gt; .dropdown-container h3 {
  line-height: 1.3;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}
.dropdown-megamenu &gt; .dropdown-container h3 a {
  font-weight: 700;
  color: #0a68b3;
  font-family: "Noto Sans", sans-serif;
}
.dropdown-megamenu &gt; .dropdown-container .list-unstyled li {
  margin-bottom: 5px;
}
.dropdown-megamenu &gt; .dropdown-container .list-unstyled li a {
  font-family: "Noto Sans", sans-serif;
  position: relative;
  padding: 0 10px;
  display: inline-block;
}
.dropdown-megamenu &gt; .dropdown-container .list-unstyled li a:before {
  position: absolute;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 6px;
  left: 0;
  top: 0;
  color: rgba(0, 0, 0, 0.15);
}
.dropdown-megamenu &gt; .dropdown-container .chia2 li {
  width: 50%;
  float: left;
  display: inline-block;
}
.dropdown-megamenu &gt; .dropdown-container a {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
}
.dropdown-megamenu &gt; .dropdown-container a:hover {
  color: #0a68b3;
}

.width-one {
  width: 720px;
}

.width-two {
  width: 980px;
}

.width-three {
  width: 420px;
}

.ml300 {
  margin-left: -400px;
}

.customize-mn {
  background-color: #fff !important;
  color: #fff !important;
}
.customize-mn a {
  color: #da2032 !important;
  position: relative;
}
.customize-mn a span {
  position: relative;
}

.navbar-brand {
  padding: 10px;
  height: auto;
}

.change .nav-top {
  visibility: visible;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .slick-slide {
  width: 100%;
  position: relative;
}
.banner .slick-slide h1 {
  animation: fadeOut 1s both 1s;
}
.banner .slick-slide .txt-small {
  animation: fadeOut 1s both 1.5s;
}
.banner .slider &gt; div {
  line-height: 0;
}
.banner .slick-active h1 {
  animation: fadeInDown 1s both 1s;
}
.banner .slick-active .txt-small {
  animation: fadeInDown 1s both 1.5s;
}

.txt-banner {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 60%;
  text-align: center;
  padding: 20px;
  text-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
}
.txt-banner .txt-small {
  font-size: 28px;
  color: #fff;
  line-height: 1.5;
  font-family: "Signika Negative", sans-serif;
}
.txt-banner .txt-small .fas {
  font-size: 20px;
  color: #f4c23c;
}
.txt-banner .hover-link {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .txt-banner {
    width: 100%;
  }
  .txt-banner h1.display {
    font-size: 20px;
    line-height: 1.3;
    text-shadow: 0px 0 0 transparent;
  }
  .txt-banner .txt-small {
    font-size: 16px !important;
    text-shadow: 0px 0 0 transparent;
  }
}

.breadcrumb {
  margin: 0;
  padding: 60px 0 20px;
  background: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .tour-detail .breadcrumb {
    padding-top: 10px;
  }
}
.breadcrumb a {
  text-transform: uppercase;
  font-size: 13px;
  color: #b4d3f9;
  font-family: "Signika Negative", sans-serif;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  text-decoration: underline;
  color: #b4d3f9;
}
@media only screen and (max-width: 767px) {
  .tour-detail .breadcrumb a {
    color: #798fb2;
  }
}
.breadcrumb &gt; .active {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .tour-detail .breadcrumb &gt; .active {
    color: #ccc;
  }
}
.breadcrumb &gt; li + li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 10px;
  color: #b4d3f9;
}
@media only screen and (max-width: 767px) {
  .breadcrumb &gt; li + li:before {
    font-size: 8px;
  }
}

.duongdan {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzMzMzMzIiBzdG9wLW9wYWNpdHk9IjAuOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(0%, rgba(51, 51, 51, 0)), color-stop(100%, rgba(51, 51, 51, 0.8)));
  background-image: -moz-linear-gradient(#333333, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.8) 100%);
  background-image: -webkit-linear-gradient(#333333, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.8) 100%);
  background-image: linear-gradient(#333333, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.8) 100%);
}
@media only screen and (max-width: 767px) {
  .tour-detail .duongdan {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzMzMzMzIiBzdG9wLW9wYWNpdHk9IjAuMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(0%, rgba(51, 51, 51, 0)), color-stop(100%, rgba(51, 51, 51, 0.1)));
    background-image: -moz-linear-gradient(#333333, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.1) 100%);
    background-image: -webkit-linear-gradient(#333333, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.1) 100%);
    background-image: linear-gradient(#333333, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.1) 100%);
  }
}

.center img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  transition: all 300ms ease;
  margin: 0 auto;
}

.center .slick-center img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.has-padding {
  padding: 60px 0;
}

.top-padding {
  padding: 60px 0 0;
}

.bottom-padding {
  padding: 0 0 60px;
}

.box-about .col-md-6 + .col-md-6 {
  margin: 30px 0 0;
}
@media only screen and (min-width: 1140px) {
  .box-about .col-md-6 + .col-md-6 {
    margin: 0;
  }
}

.bgr-pink {
  background: #fdf5f5;
}

.bgr-blue {
  background: #f4f6f9;
}

.box-destination .container {
  overflow: hidden;
  /* the parent */
}
.box-destination .container .slick-slide {
  margin: 0 15px;
}
.box-destination .container .slick-list {
  margin: 0 -15px;
}
.box-destination h3.title-blue {
  font-size: 20px;
}
.box-destination .img {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .box-destination .img {
    max-width: 570px;
    margin: 15px auto 0;
  }
}
.box-destination .img .img-fixed {
  top: auto;
  right: auto;
  bottom: -50px;
  left: -100px;
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  .box-destination .img .img-fixed {
    display: none;
  }
}

.box-testimonial {
  background: #fff url("../images/bgr-testimonial.jpg") 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .box-testimonial .col-md-4 {
    margin-bottom: 30px;
  }
}
.box-testimonial h4 {
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: inherit;
}
.box-testimonial .avt {
  text-align: center;
}
.box-testimonial .avt img {
  width: 130px;
  margin: 10px auto;
}
.box-testimonial .info {
  color: #ccc;
  margin: 15px 0;
  font-size: 12px;
  line-height: 20px;
}
.box-testimonial .inner .col-sm-8 {
  margin-bottom: 30px;
}
.box-testimonial .txt-decription {
  color: #ddd;
}
.box-testimonial .title-white a {
  color: #fff;
  text-transform: inherit;
}

.box-how .badge {
  background-color: #da2032;
}
.box-how .avt {
  text-align: center;
}
.box-how .avt img {
  width: 130px;
  margin: 10px auto;
}
.box-how .inner .col-chia5 {
  padding: 10px;
  width: 20%;
  display: inline-block;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .box-how .inner .col-chia5 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .box-how .inner .col-chia5 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .box-how .inner .col-chia5 {
    width: 100%;
  }
}

.box-why .inner .col-md-6 {
  margin-bottom: 30px;
}
.box-why .inner .col-md-6:nth-child(2n+1) {
  clear: left;
}
@media only screen and (max-width: 1024px) {
  .box-why .inner .img {
    float: none;
    margin: 0 auto;
  }
}

.box-why .img {
  width: 130px;
  float: left;
}
.box-why .content {
  overflow: hidden;
}

.list-style {
  margin: 0 -15px;
}
.list-style h4 {
  margin-top: 20px;
}
.list-style li {
  width: 50%;
  float: left;
  display: inline-block;
  margin-top: 5px;
  padding: 0 5px;
}
.list-style li:nth-child(2n+1) {
  clear: left;
}
@media only screen and (max-width: 480px) {
  .list-style li {
    width: 100%;
  }
}
.list-style a {
  color: #323232;
}
.list-style a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  color: #da2032;
  margin-right: 5px;
}
.list-style a:hover {
  color: #da2032;
}
.list-style a:hover:before {
  font-family: "Font Awesome 5 Free";
  content: "\f192";
  color: #da2032;
  margin-right: 5px;
}

.list-tour .title {
  color: #da2032;
}
.list-tour figure:hover .badge {
  color: #da2032;
}
.list-tour figure:hover .title {
  background-color: #da2032;
  border-color: #da2032;
  color: #fff;
}
.list-tour .col-md-4:nth-child(3n+1) {
  clear: left;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .list-tour .col-md-4:nth-child(3n+1) {
    clear: inherit;
  }
  .list-tour .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}

.list-product .title {
  color: #0a68b3;
}
.list-product figure:hover .badge {
  color: #0a68b3;
}
.list-product figure:hover .title {
  background-color: #0a68b3;
  border-color: #0a68b3;
  color: #fff;
}
.list-product .col-md-4:nth-child(3n+1) {
  clear: left;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .list-product .col-md-4:nth-child(3n+1) {
    clear: inherit;
  }
  .list-product .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}

figure {
  margin-bottom: 30px;
  position: relative;
}
figure .hover-link {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
figure .hover-link:hover {
  border: 0 solid transparent;
}
figure .title {
  padding: 20px 20px 30px;
  border: 1px solid #eee;
  background-color: #fff;
  font-family: "Signika Negative", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  display: flex;
  align-items: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure .title .txt-title {
  line-height: 24px;
  overflow: hidden;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  figure .title .txt-title {
    white-space: inherit;
    text-overflow: inherit;
  }
}
figure .img {
  position: relative;
}
figure .badge {
  font-weight: normal;
  padding: 6px 10px;
  border: 1px solid #fff;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  float: left;
  height: 32px;
  line-height: 1.6;
  background-color: #e5e5e5;
  color: #999;
  font-family: "Signika Negative", sans-serif;
  top: -16px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
  z-index: 2;
  text-transform: uppercase;
}
figure .icon {
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  display: block;
  top: -25px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
  background: rgba(238, 238, 238, 0.2);
  padding: 8px;
  overflow: hidden;
  line-height: 1;
  width: 52px;
  height: 52px;
  z-index: 2;
}
figure .over-img {
  overflow: hidden;
}
figure .over-img img {
  vertical-align: bottom;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure .btn {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -20%);
  -o-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 2;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  font-size: 14px;
  padding: 8px 15px 6px;
}
figure .txt-decription {
  height: 50%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  padding: 15px 20px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzMzMzMzIiBzdG9wLW9wYWNpdHk9IjAuOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(0%, rgba(51, 51, 51, 0)), color-stop(100%, rgba(51, 51, 51, 0.8)));
  background-image: -moz-linear-gradient(#333333, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.8) 100%);
  background-image: -webkit-linear-gradient(#333333, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.8) 100%);
  background-image: linear-gradient(#333333, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.8) 100%);
  z-index: 1;
}
figure .txt-decription .content {
  height: 66px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  position: absolute;
}
figure .tag-hot {
  display: block;
}
figure .tag-hot .fas {
  font-size: 12px;
  color: #f4c23c;
}
figure:hover .txt-decription {
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIyMDAlIiBzdG9wLWNvbG9yPSIjMzMzMzMzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(0%, rgba(51, 51, 51, 0)), color-stop(200%, #333333));
  background-image: -moz-linear-gradient(#333333, rgba(51, 51, 51, 0) 0%, #333333 200%);
  background-image: -webkit-linear-gradient(#333333, rgba(51, 51, 51, 0) 0%, #333333 200%);
  background-image: linear-gradient(#333333, rgba(51, 51, 51, 0) 0%, #333333 200%);
}
figure:hover .btn {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
figure:hover .over-img img {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
figure:hover .hover-link:hover {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.price__tour {
  background: #f4c23c;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #555;
  font-size: 13px;
  display: inline-block;
  padding: 2px 5px;
}

.footer {
  padding: 60px 0;
  background: #293035;
  color: #888;
}
.footer a {
  font-size: 14px;
  color: #aaa;
}
.footer a:hover {
  color: #da2032;
}
.footer .color-red {
  font-size: 8px;
}
.footer li {
  margin-bottom: 3px;
  font-size: 14px;
  position: relative;
  padding-left: 12px;
}
.footer li:after {
  top: 9px;
  right: auto;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #888;
}
.footer li:hover:after {
  background: #Fff;
}
.footer li a {
  color: #888;
}
.footer li a:hover {
  color: #fff;
}
.footer h5 {
  margin-bottom: 7px;
}
.footer .list-social {
  text-align: center;
}
.footer .list-social li {
  padding: 0 2px;
}
.footer .list-social li:after {
  display: none;
}
.footer .list-social .fab {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #293035;
  text-align: center;
  border: 1px solid #666;
}
.footer .list-social .fab:hover {
  background: #da2032;
  color: #fff;
  border: 1px solid #da2032;
}
.footer .title-red {
  margin-bottom: 7px;
}
.footer .title-white {
  color: #ccc;
}
.footer small {
  line-height: .8;
  font-size: 13px;
}
.footer .txt-decription,
.footer .control-label {
  font-size: 14px;
  line-height: 1.5;
}
.footer .form-detail {
  margin-top: 0;
}
.footer .form-control {
  background: transparent;
  border: 2px solid #555;
  color: #aaa;
}
.footer .form-detail .checkmark {
  background: transparent;
  border-color: #555;
}
.footer .form-detail .btn-5 {
  width: 50%;
  font-size: 14px;
  padding: 6px 20px;
  color: #da2032;
}
.footer .form-detail .btn-5:hover {
  color: #fff;
}
.footer .form-group {
  margin-bottom: 10px;
}
.footer .input-group .row {
  margin-left: -6px;
  margin-right: -6px;
}
.footer .input-group .row [class*="col-"] {
  padding-right: 3px;
  padding-left: 3px;
}
.footer p {
  font-size: 14px;
  line-height: 1.6;
}
.footer .title-red .far {
  margin-right: 5px;
}

.subscribe-form {
  width: 100%;
  text-align: center;
  border: 1px solid #333;
  margin-top: 10px;
  background: url("../images/bgr-newsletter.jpg");
  overflow: hidden;
}
.subscribe-form .form-newsletter {
  width: 100%;
  padding-bottom: 30px;
  margin-top: 10px;
  -moz-box-shadow: inset 0, 0, 0, 1px, #e7e0cf;
  -webkit-box-shadow: inset 0, 0, 0, 1px, #e7e0cf;
  box-shadow: inset 0, 0, 0, 1px, #e7e0cf;
  margin-left: -1px;
}
.subscribe-form .heading {
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-top: 15px;
  font-size: 14px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 7px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding-left: 7px;
}
.subscribe-form input[type="text"] {
  width: 80%;
  height: 34px;
  background: #f3e6db;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fbfaf3;
  -moz-box-shadow: inset 0, 0, 0, 1px, #e4c9b4;
  -webkit-box-shadow: inset 0, 0, 0, 1px, #e4c9b4;
  box-shadow: inset 0, 0, 0, 1px, #e4c9b4;
  padding: 0 10px 0 10px;
  font-size: 12px;
  font-style: italic;
  color: #ba9e88;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  margin: 15px auto 10px auto;
}
.subscribe-form input[type="submit"] {
  width: 80%;
  height: 34px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #da2032;
  color: #fbece6;
  font-size: 12px;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 #bc3507;
  padding-left: 13px;
  border: 1px solid #bc3507;
  -moz-box-shadow: inset 0, 1px, 0, 0, rgba(255, 255, 255, 0.42);
  -webkit-box-shadow: inset 0, 1px, 0, 0, rgba(255, 255, 255, 0.42);
  box-shadow: inset 0, 1px, 0, 0, rgba(255, 255, 255, 0.42);
}
.subscribe-form input[type="submit"]:active {
  -moz-box-shadow: inset 0, 1px, 0, 1px, rgba(255, 255, 255, 0.42);
  -webkit-box-shadow: inset 0, 1px, 0, 1px, rgba(255, 255, 255, 0.42);
  box-shadow: inset 0, 1px, 0, 1px, rgba(255, 255, 255, 0.42);
  position: relative;
  top: 1px;
}

.filter-box {
  background-color: #f4f6f9;
  border-top: 5px solid #da2032;
  padding: 1em 1.5em 1.5em;
  margin-bottom: 15px;
}
.filter-box li {
  margin-bottom: 10px;
}
.filter-box li:last-child {
  margin: 0;
}
.inner-filter-product .filter-box {
  border-color: #0a68b3;
}

.short-promotion {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .short-promotion {
    width: 49%;
    float: left;
  }
}

.box-support {
  background: #fdf5f5;
  padding: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .box-support {
    width: 49%;
    float: right;
  }
}
.box-support .avt {
  margin: 10px 0;
  position: relative;
}
.box-support .avt img {
  border: 2px solid #fff;
  margin: 0 auto;
}
.box-support .avt li {
  position: relative;
  z-index: 2;
}
.box-support .avt li:first-child {
  position: absolute;
  width: 100px;
  top: 15px;
  left: 0;
  z-index: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.box-support .avt li:last-child {
  position: absolute;
  width: 100px;
  top: 15px;
  right: 0;
  z-index: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.box-support .txt {
  color: #f68075;
}

/* Customize the label (the container) */
.custom-label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-label input:checked ~ .checkmark {
  background-color: #da2032;
}
.custom-label input:checked ~ .checkmark:after {
  display: block;
}
.custom-label input:checked ~ .radiokmark {
  background-color: #da2032;
}
.custom-label input:checked ~ .radiokmark:after {
  display: block;
}
.custom-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #aaa;
}
.custom-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -6px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-label .radiokmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #aaa;
  border-radius: 50%;
}
.custom-label .radiokmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.custom-label:hover input ~ .checkmark {
  background-color: #da2032;
}
.custom-label:hover input ~ .radiokmark {
  background-color: #da2032;
}

/* End Create a custom checkbox */
/* End Create a custom radiobox */
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: "Signika Negative", sans-serif;
  font-size: 16px;
  min-width: 180px;
}
.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}
.custom-select .select-selected {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.7);
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
.custom-select .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: rgba(0, 0, 0, 0.15) transparent transparent transparent;
}
.custom-select .select-selected.select-arrow-active:after {
  border-color: transparent transparent rgba(0, 0, 0, 0.15) transparent;
  top: 7px;
}
.custom-select .select-items {
  position: absolute;
  background-color: #eee;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.custom-select .select-items div {
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
.custom-select .select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.custom-select .select-hide {
  display: none;
}
.custom-select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/*===================================
=            form detail            =
===================================*/
.form-detail {
  margin-top: 30px;
}
.form-detail .btn-5 {
  padding: 10px 30px;
  margin: 0 auto;
}
.form-detail .custom-label .radiokmark {
  width: 16px;
  height: 16px;
  border: 2px solid  #ccc;
  background: #fff;
}
.form-detail .custom-label input:checked ~ .radiokmark, .form-detail .custom-label:hover input ~ .radiokmark {
  border-color: #da2032;
}

.input-group {
  width: 100%;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 0;
  margin-top: 3px;
}

/*=====  End of form detail  ======*/
.parent-sticky {
  overflow: hidden;
}

.filter_results {
  margin: 2em 0 1em;
  font-family: "Signika Negative", sans-serif;
  position: relative;
}

.number {
  font-size: 20px;
}

.number, .tag {
  padding-top: 10px;
  margin-right: 15px;
}

.hightlight-item figure {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .hightlight-item figure {
    display: block;
  }
}
.hightlight-item figure a {
  cursor: pointer;
}
.hightlight-item figure .badge {
  position: relative;
}
.hightlight-item figure .title {
  border: 0;
  background-color: transparent;
}
.hightlight-item figure .content {
  position: relative;
  color: rgba(0, 0, 0, 0.7);
}
.hightlight-item figure .txt-decription {
  background: none;
  position: relative;
  height: auto;
  clear: both;
}
.hightlight-item figure .btn {
  position: relative;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  top: auto;
}
@media only screen and (max-width: 767px) {
  .hightlight-item figure .btn {
    display: none;
  }
}
.hightlight-item figure .icon {
  top: 50px;
}
.hightlight-item figure:hover [class^=col-] {
  padding: 0;
  background: #fff;
}
.hightlight-item [class^=col-] {
  padding: 0;
  background: #fdf5f5;
}

.pagination {
  padding: 20px 0 0;
}

.bd-top {
  border-top: 1px solid #ddd;
}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pagination a {
  display: inline-block;
  padding: 10px 16px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #555;
}
.pagination a:hover {
  background-color: #eee;
  color: #da2032;
}

.p12 .is-active {
  background-color: #da2032;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.p12 a:first-of-type, .p12 a:last-of-type {
  background-color: #eee;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.list-two-column .col-sm-6:nth-child(2n+1) {
  clear: left;
}
.list-two-column .col-sm-6:nth-child(2n+1) {
  clear: inherit;
}

.modal-content {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.sticky-top {
  background: #92a7c4;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 480px) {
  .sticky-top {
    display: none;
  }
}
.sticky-top li:last-child {
  float: right;
}
.sticky-top li:last-child a {
  background: #da2032;
}
.sticky-top a {
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  font-family: "Signika Negative", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
.sticky-top a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
}

.hightlight-tour {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 20px;
  margin: 30px 0;
  background: rgba(219, 59, 59, 0.1);
}
.hightlight-tour li {
  margin-bottom: 5px;
}
.hightlight-tour .fas {
  font-size: 8px;
  color: #da2032;
  position: relative;
  top: -3px;
}

.tour-detail h3.title-white,
.tour-detail h3.title-blue,
.tour-detail h3.title-red {
  margin-bottom: 10px;
  font-size: 24px;
}
.tour-detail h4.title-blue {
  font-size: 18px;
  margin-bottom: 10px;
}
.tour-detail .box-testimonial {
  background: #fff;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.tour-detail .box-testimonial .title-white,
.tour-detail .box-testimonial a {
  color: #0a68b3;
}
@media only screen and (max-width: 767px) {
  .tour-detail .txt-banner {
    padding-bottom: 80px;
    width: 100%;
    transform: translate(0, 0);
    top: auto;
    left: auto;
    position: relative;
  }
  .tour-detail .txt-banner h1.display {
    color: #0a68b3;
  }
  .tour-detail .txt-banner .txt-small {
    color: #888;
  }
}

.zoom-map {
  position: relative;
}
.zoom-map .icon-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.panel-group .panel {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.panel {
  border-width: 0 0 1px 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.panel h4 {
  font-weight: normal;
  font-size: 16px;
}

.panel-group .panel + .panel {
  margin: 0;
}

.panel-default &gt; .panel-heading {
  color: #555;
  background-color: #fff;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default &gt; .panel-heading a {
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
}

.panel-default &gt; .panel-heading a:after {
  content: "";
  position: relative;
  top: 5px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default &gt; .panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default &gt; .panel-heading a[aria-expanded="true"]:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default &gt; .panel-heading a[aria-expanded="false"]:after {
  content: "\f067";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 13px;
  color: #6a6c6f;
  background: #fff;
  width: 130px;
  padding: 10px 20px;
}

.accordion-option .toggle-accordion:before {
  content: "Contraer todo";
}

.accordion-option .toggle-accordion.active:before {
  content: "Expandir todo";
}

.product-tour {
  margin: 20px 0 0;
  /* the parent */
}
.product-tour .slick-slide {
  margin: 0 15px;
}
.product-tour .slick-list {
  margin: 0 -15px;
}
.product-tour .destination-slider {
  background: #f4f6f9;
  padding: 15px;
}
.product-tour .destination-slider h3 {
  font-size: 20px;
  color: #da2032;
}
.product-tour .slick-slide div {
  line-height: 0;
}
.product-tour .slick-slide div .txt-decription {
  line-height: 22px;
}
.product-tour .col-md-6 + .col-md-6 {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*===================================
=            table style            =
===================================*/
.table table {
  width: 100%;
  margin: 20px 0;
  border: 1px solid #ddd;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table .fa {
  color: #f4c23c;
}
.table th {
  background: #fff !important;
  font-weight: 700;
  color: #0a68b3;
  padding: 10px 15px;
  line-height: 20px;
  vertical-align: middle;
  border-top: 1px solid #dddddd !important;
  border-bottom: none !important;
}
.table td {
  font-weight: normal;
  padding: 10px 15px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  background: #f4f6f9;
}
.table thead th {
  background: #eeeeee;
  vertical-align: bottom;
}
.table .t-smallest {
  width: 10%;
}
.table .t-small {
  width: 20%;
}

/*=====  End of table style  ======*/
.inner-filter-product .title-red {
  color: #0a68b3;
}
.inner-filter-product .box-support .title-red {
  color: #da2032;
}
.inner-filter-product .hightlight-item figure [class^=col-] {
  padding: 0;
  background: #f4f6f9;
}
.inner-filter-product .hightlight-item figure:hover [class^=col-] {
  padding: 0;
  background: #fff;
}
.inner-filter-product .custom-label:hover input ~ .checkmark {
  background-color: #0a68b3;
}
.inner-filter-product .custom-label input:checked ~ .checkmark {
  background-color: #0a68b3;
}

.product-detail .sticky-top {
  text-align: center;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .product-detail .sticky-top {
    display: none;
  }
}
.product-detail .sticky-top li:last-child {
  float: none;
}
.product-detail .sticky-top li:last-child a {
  background: none;
}
.product-detail .detail-style-tour {
  position: relative;
}
.product-detail .detail-style-tour .list-style {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  position: absolute;
  width: 31.5%;
  background: #da2032;
  margin: 0;
  padding: 1.5em;
}
.product-detail .detail-style-tour .list-style li {
  margin-bottom: 5px;
  width: 100%;
}
.product-detail .detail-style-tour .list-style li a {
  text-transform: uppercase;
  color: #fff;
}
.product-detail .detail-style-tour .list-style li a:before {
  color: #fff;
}
.product-detail .box-product {
  margin-top: 0;
}

.intro-vietnam {
  background: #f4f6f9;
}
.intro-vietnam .list-things-to-do .col-md-4 {
  margin-bottom: 1.5em;
  font-size: 14px;
}
.intro-vietnam .list-things-to-do .col-md-4:nth-child(3n+1) {
  clear: left;
}

.modal-header {
  color: #0a68b3;
}

.modal-body .fck-detail {
  padding: 1.5em 1em;
}

.city-vietnam .container-fluid {
  padding: 0;
}
.city-vietnam .row {
  margin-left: -3px;
  margin-right: -3px;
}
.city-vietnam [class^="col-"] {
  padding: 3px;
}
.city-vietnam figure {
  background: #0a68b3;
  position: relative;
  margin: 0;
}
.city-vietnam figure img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.city-vietnam figure .title {
  padding: 0 20px;
  border: 0;
  text-align: center;
  font-size: 15px;
  background: none;
  color: #fff;
  background: transparent;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.city-vietnam figure figcaption {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.city-vietnam figure:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.city-vietnam figure:hover .title {
  background: rgba(218, 32, 50, 0.8);
  color: #fff;
  font-size: 15px;
  padding: 5px 20px;
}
@media only screen and (min-width: 1140px) {
  .city-vietnam .col-md-3:nth-child(4n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 1024px) {
  .city-vietnam .col-sm-4:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 767px) {
  .city-vietnam .col-xs-6:nth-child(2n+1) {
    clear: left;
  }
  .city-vietnam .col-sm-4:nth-child(3n+1) {
    clear: inherit;
  }
}

.list-style {
  margin-right: -5px;
  margin-left: -5px;
}
.list-style h4.title-red, .list-style h4.title-blue {
  color: #555;
  font-size: 15px;
  margin: 0;
  padding: 15px 0;
  border-width: 1px 0;
}
.list-style &gt; .col,
.list-style &gt; [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.filter-hoz {
  overflow: hidden;
  border: 1px solid #eee;
  border-width: 1px 0;
  margin-bottom: 15px;
}

#city .slick-slide .item {
  padding: 0;
}
#city &gt; div {
  line-height: 1px;
}

.activities-country .img {
  width: 130px;
  height: 130px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
.activities-country .content {
  margin-top: 5px;
}
.activities-country .content .txt-decription {
  overflow: hidden;
}
.activities-country .title-blue {
  text-transform: none;
  margin-bottom: 10px;
}
.activities-country .col-md-6 {
  margin-bottom: 2em;
}
.activities-country .col-md-6:nth-child(2n+1) {
  clear: left;
}

.testimonial .filter-box {
  border-color: #0a68b3;
}
.testimonial .box-testimonial {
  position: relative;
  background-image: none;
  color: rgba(0, 0, 0, 0.7);
}
.testimonial .box-testimonial .item-tes {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}
.testimonial .box-testimonial .info {
  color: #888;
  margin: 5px 0 5px;
}
.testimonial .box-testimonial .avt {
  width: 130px;
  height: 130px;
  overflow: hidden;
  float: left;
  margin: 0 20px 0 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.testimonial .box-testimonial .avt:after {
  content: "";
  width: 49px;
  height: 22px;
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: 40px;
  z-index: 2;
}
.testimonial .box-testimonial .avt img {
  margin: 0;
}
.testimonial .box-testimonial a {
  color: #0a68b3;
  text-align: left;
}
.testimonial .box-testimonial .title-white {
  margin-bottom: 5px;
  font-size: 18px;
  text-align: left;
}
.testimonial .box-testimonial h3 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.testimonial .box-testimonial h3 a {
  color: rgba(0, 0, 0, 0.7);
}
.testimonial .box-testimonial .txt-decription {
  color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .testimonial .box-testimonial .txt-decription {
    clear: both;
  }
}
.testimonial .box-testimonial .col-md-6 {
  margin: 15px 0;
}
.testimonial .box-testimonial .btn-5 {
  border-width: 1px;
  margin: 10px auto 0;
  font-size: 12px;
  padding: 5px 20px 3px;
  font-weight: normal;
  display: inline-block;
}

.bgr-testimonial {
  background: url("../images/bgr-testimonial2.jpg") no-repeat left top;
  background-size: cover;
  padding: 2em;
  position: relative;
  overflow: hidden;
}

.box-testimonial.detail .col-md-6 {
  margin: 0;
}
.box-testimonial.detail .red {
  color: #da2032;
  font-size: 10px;
}
.box-testimonial.detail .avt {
  margin: 0 20px 0 15px;
}
@media only screen and (max-width: 767px) {
  .box-testimonial.detail .avt {
    margin: 0 auto;
    float: none;
  }
}
.box-testimonial.detail .avt:after {
  left: 125px;
  top: 50px;
  margin-left: 0;
}
.box-testimonial.detail .info {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .box-testimonial.detail .info {
    clear: left;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .box-testimonial.detail .info {
    padding-top: 20px;
  }
}
.box-testimonial.detail h1 {
  font-size: 20px;
  color: #0a68b3;
  margin: 10px 0 5px;
}

.form-guest {
  position: relative;
}
.form-guest:after {
  background: url(../images/temp.png) no-repeat 0 0;
  width: 120px;
  height: 86px;
  position: absolute;
  right: -2em;
  top: -2em;
  content: "";
}
.form-guest h4 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .form-guest h4 {
    margin-top: 30px;
  }
}

.form-horizontal .control-label {
  padding-top: 5px;
}

.box-grey {
  background: #fdf5f5;
  margin: 0 auto 0;
  padding: 1.5em 2em;
}
.box-grey .fas {
  position: absolute;
  font-size: 10px;
  color: #f4c23c;
  top: 5px;
  left: 0;
}
.box-grey p {
  position: relative;
  padding-left: 16px;
}
.box-grey p b, .box-grey p strong {
  color: #da2032;
}

.form-detail h4 {
  border-bottom: 2px solid #dfe8f4;
  position: relative;
  margin-bottom: 15px;
}
.form-detail .input-group h4 {
  border: 0;
  margin-bottom: 5px;
}
.form-detail .checkbox-inline + .checkbox-inline, .form-detail .radio-inline + .radio-inline {
  margin-left: 0;
  margin-right: 8px;
}
.form-detail .custom-label {
  padding-left: 20px;
  margin-right: 8px;
}
.form-detail .checkmark {
  background: #fff;
  border: 2px solid #ccc;
  width: 16px;
  height: 16px;
  top: 4px;
}
.form-detail .checkbox-inline {
  margin-right: 10px;
}
.form-detail .custom-label:hover input ~ .checkmark,
.form-detail .custom-label input:checked ~ .checkmark {
  border: 2px solid #da2032;
  background: #da2032;
}
.form-detail .input-group.one .checkbox-inline {
  margin-right: 30px;
}

.widSSP.widSSPnarrow {
  width: 270px !important;
}

.fill-textarea .input-group .row &gt; .col-md-5 {
  margin-bottom: 15px;
}

.input-group .row {
  margin-left: -5px;
  margin-right: -5px;
}
.input-group .row [class^=col-] {
  padding: 0 5px;
}
@media only screen and (max-width: 1024px) {
  .input-group .row [class^=col-] {
    margin-bottom: 5px;
    overflow: hidden;
  }
}

.cat-a {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .25rem;
  color: #888;
  font-family: "Signika Negative", sans-serif;
  margin-bottom: 10px;
  display: inline-block;
}

.item-date a {
  color: #888;
}

.full-width {
  width: 100%;
}

/* blog begin */
.post-blog {
  margin-top: 30px;
}
.post-blog .txt {
  height: 110px;
  overflow: hidden;
  margin-top: 15px;
}
.post-blog .item,
.post-blog .feature {
  margin-bottom: 30px;
}
.post-blog .item h2 {
  font-size: 22px;
  margin-bottom: 5px;
}
.post-blog .item .over-img {
  margin-bottom: 10px;
}
.post-blog .item .txt {
  height: 66px;
}
.post-blog .another-post .col-md-6:nth-child(2n+1) {
  clear: left;
}

.box-tag {
  margin-top: 15px;
}
.box-tag .tag {
  border: 1px solid #fff;
  background-color: #dee2e5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 15px;
  color: #a9b1b5;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 0;
}
.box-tag .tag:hover {
  background-color: #fdf5f5;
  color: #f68075;
}

.blog-detail {
  background: #fff;
}
.blog-detail .main {
  background-color: #fff;
  margin-top: 3rem;
}
.blog-detail .main .list-social li {
  padding: 0;
}
.blog-detail .main .list-social li a {
  color: #999;
  background: #dee2e5;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.blog-detail .main .list-social li a:hover {
  background-color: #fdf5f5;
  color: #f68075;
}
.blog-detail p {
  font-size: 16px;
  line-height: 1.6;
}
.blog-detail .navbar {
  background: #fff;
}
.blog-detail .banner {
  background: #f2f2f2;
}
.blog-detail h1 {
  text-align: center;
  font-size: 52px;
  color: #111;
}
.blog-detail .entry-header {
  margin: 1rem 0 2rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .25rem;
}
.blog-detail .txt-sumary {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 3.6rem;
  color: #555;
}
.blog-detail blockquote {
  margin: 3rem 0;
  padding: 0 4rem;
  position: relative;
}
.blog-detail blockquote:before {
  content: "\201C";
  font-size: 18rem;
  line-height: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.05);
  font-weight: 400;
  position: absolute;
  top: 5.2rem;
  left: -1.2rem;
}
.blog-detail blockquote p {
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #555;
}
.blog-detail h5.title {
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.286;
  text-transform: uppercase;
  letter-spacing: .25rem;
  margin-top: 0;
  margin-bottom: 5px;
}
.blog-detail .box-tag {
  margin: 0;
  margin-top: 15px;
}
.blog-detail .entry-list a {
  color: #888;
}
.blog-detail .entry-list a:after {
  content: ",";
}
.blog-detail .entry-list a:last-child:after {
  content: "";
}
.blog-detail .entry-list a:hover {
  color: #f68075;
}
.blog-detail .item .cat-a {
  margin-top: 10px;
}
.blog-detail .item .item-date {
  margin-bottom: 10px;
}
.blog-detail .item h2 {
  font-size: 20px;
}
.blog-detail .item .txt {
  height: 88px;
  overflow: hidden;
}

.comment-list hr {
  border-color: #eee;
}
.comment-list .form-field .full-width {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 15px 0px;
}
.comment-list .btn-5 {
  width: 30%;
  margin: 15px auto 0;
}

.go-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  visibility: visible;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: none;
}

.go-top a:hover, .go-top a:focus, .go-top a:visited:hover, .go-top a:visited:focus {
  height: 60px;
  background-color: rgba(0, 0, 0, 0.9);
}

.go-top a, .go-top a:visited {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 52px;
  width: 52px;
  line-height: 52px;
  text-align: center;
  background-image: url(../images/icon-arrow-up.svg);
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 16px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-5 {
  margin-bottom: 5px;
}

.bgr-about {
  overflow: hidden;
  background: url("../images/bgr-about.jpg") 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bgr-about.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bgr-about.jpg', sizingMethod='scale')";
  position: relative;
}
.bgr-about:after {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background: url("../images/clound.png") 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/clound.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/clound.png', sizingMethod='scale')";
  width: 100%;
  height: 150px;
}
@media only screen and (max-width: 1024px) {
  .bgr-about:after {
    height: 90px;
  }
}
.bgr-about .img-responsive {
  margin: 0 auto;
}
.bgr-about .diemmanh {
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .bgr-about .diemmanh {
    margin-top: 15px;
    padding-bottom: 30px;
  }
}
.bgr-about .media {
  margin-bottom: 20px;
}
.bgr-about .media-heading {
  text-transform: uppercase;
  color: #0a68b3;
}
@media only screen and (max-width: 1024px) {
  .bgr-about .container-fluid &gt; .row &gt; .col-md-6 {
    width: 100%;
  }
  .bgr-about .container-fluid &gt; .row &gt; .col-md-5.col-md-offset-1 {
    width: 100%;
    margin: 0;
  }
}

.box-sale {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .box-sale .col-md-3 {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .box-sale .col-md-3 {
    width: 50%;
    float: left;
  }
  .box-sale .col-md-3:nth-child(2n+1) {
    clear: left;
  }
}
.box-sale .blue {
  color: #0a68b3;
}
.box-sale .list-sale {
  margin-top: 15px;
}

.list-sale .info {
  margin: 10px 0;
  color: #888;
}
.list-sale figure {
  position: relative;
}
.list-sale figure .link {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.list-sale figure .img {
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 0 auto 15px;
}
.list-sale figure:hover .img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.list-sale figure:hover .title-blue,
.list-sale figure:hover .blue {
  color: #da2032;
}

.box-maximo {
  position: relative;
}
.box-maximo .red-es {
  background: #c60b1e;
  padding: 15px 15px;
  min-height: 80px;
}
.box-maximo .red-es h2 {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0;
}
.box-maximo .yellow-es {
  background-color: #ffc400;
  padding: 10px 15px;
  color: #111;
}
.box-maximo .yellow-es h3 {
  font-size: 18px;
  color: #111;
}

.truso h4 {
  font-size: 14px;
}
.truso .col-md-6 {
  margin: 10px 0;
  overflow: hidden;
}
.truso .col-md-6 i {
  color: #0a68b3;
}

.bgr-about2 {
  margin-top: 2em;
  background: url("../images/bgr-about2.jpg") 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bgr-about2.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bgr-about2.jpg', sizingMethod='scale')";
  color: #fff;
  padding: 30px 180px;
}
@media only screen and (max-width: 480px) {
  .bgr-about2 {
    padding: 30px;
  }
}
.bgr-about2 p {
  font-size: 18px;
  line-height: 1.5;
}
.bgr-about2 a {
  font-weight: bold;
  font-size: 16px;
}

.foudation {
  margin-bottom: 50px;
}
.foudation figure {
  position: relative;
  margin-bottom: 5px;
}
.foudation figure h4 {
  color: #0a68b3;
}
.foudation figure a.link {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.foudation figure .img {
  margin-bottom: 15px;
  background-color: #da2032;
  overflow: hidden;
}
.foudation figure .img img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.foudation figure:hover .img img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.foudation figure:hover h4 {
  text-decoration: underline;
  color: #da2032;
}
.foudation figure .btn-5.blue {
  margin-top: 20px;
}
.foudation .big .decription {
  display: none;
}
.foudation .date {
  letter-spacing: 1px;
  color: #888;
  font-size: 13px;
}
.foudation .decription {
  margin-top: 5px;
}
.foudation .btn-5.blue {
  margin-top: 20px;
}

.frame-sale {
  margin: 2rem 0;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  padding: 3%;
  position: relative;
}
.frame-sale .img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
  float: left;
  margin-right: 15px;
}
.frame-sale .name {
  overflow: hidden;
}
.frame-sale h1.title-red {
  font-size: 20px;
  margin-bottom: 10px;
}
.frame-sale .decription {
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: 130px;
  position: relative;
}
.frame-sale .decription .quote {
  float: left;
  font-size: 8em;
  font-style: normal;
  font-weight: bold;
  line-height: 0.8em;
  margin-left: -90px;
  margin-right: 5px;
  max-height: 0.4em;
  color: #b4a8a0;
  position: relative;
  font-family: "Times New Roman", Times, serif;
}
.frame-sale .btn-red {
  margin-bottom: 20px;
}

.modal-footer {
  border: 0;
}

#contactmodal .form-control,
.form-guest .form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
}
#contactmodal .form-group,
.form-guest .form-group {
  overflow: hidden;
  margin-bottom: 5px;
}
#contactmodal .input-group .row,
.form-guest .input-group .row {
  margin-left: -6px;
  margin-right: -6px;
}
#contactmodal .input-group .row [class*="col-"],
.form-guest .input-group .row [class*="col-"] {
  padding-right: 3px;
  padding-left: 3px;
}
#contactmodal .red,
.form-guest .red {
  color: #da2032;
  font-size: 10px;
}
#contactmodal .modal-title,
.form-guest .modal-title {
  text-align: center;
  font-size: 20px;
}
#contactmodal .btn-blue,
.form-guest .btn-blue {
  padding: 5px 15px;
  font-size: 14px;
}

.inner-about {
  padding: 0 5rem;
}

.slide-masimo .slick-list {
  margin: 0 -15px;
}

.slide-masimo .slick-slide {
  margin: 0 15px;
}

.logo-slogan .title-grey {
  color: #888;
  margin: 1em 0 .5em;
}

@media only screen and (min-width: 1140px) {
  .navbar-right {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .ml300 {
    margin: 0;
  }

  .footer {
    padding: 30px 0;
  }

  .has-padding {
    padding: 50px 0;
  }

  .navbar-brand {
    padding: 8px;
  }

  .navbar-brand &gt; img {
    width: 160px;
  }

  .navbar-nav .dropdown-megamenu .arrow {
    font-size: 10px;
    position: relative;
    top: 0;
  }

  .nav-top li {
    float: left;
    font-size: 13px;
  }
  .nav-top li:nth-child(5), .nav-top li:nth-child(11) {
    clear: left;
  }

  .nav &gt; .dropdown-megamenu {
    border-top: 1px solid #ddd;
  }

  .box-testimonial .col-md-4 {
    margin-top: 20px;
  }

  h1.display {
    font-size: 30px;
  }

  .txt-small {
    font-size: 16px;
  }

  .list-style h4 {
    padding: 10px 0 !important;
  }

  .sticky-top.is_stuck {
    margin-top: -10px;
  }

  .sticky-top a {
    font-size: 14px;
    padding: 10px 4px;
  }

  .list-style h4.title-red, .list-style h4.title-blue {
    font-size: 13px;
  }

  .filter-box {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  h1.display {
    font-size: 30px;
  }

  .txt-banner .txt-small {
    font-size: 20px;
  }

  .footer .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 767px) {
  .has-padding {
    padding: 50px 0;
  }

  h1.display {
    font-size: 30px;
  }

  .txt-banner .txt-small {
    font-size: 20px;
  }

  .footer .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
</pre></body></html>