.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%;
  padding-top: 25px;
}

.owl-video-frame {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  display: inline-block;
}

.owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #ccc;
  border-radius: 50%;
  display: block;
  margin: 5px 3px;
}

.owl-dot.active span {
  background-color: #000;
}

.owl-item .item-image {
  /*height: 100vh;*/
  height: calc(100vw * 0.52);
  min-height: 100%;
}

.brush-under-text:hover {
  text-decoration: none;
  color: #fff;
}

.brush-under-text {
  /*font-family: 'SVN-Have Heart';*/
  font-family: 'SVN-Hollie Script Pro';
  font-size: 75px;
  /*background-image: url(../../assets/img//brush-stroke-banner-6.svg);*/
  text-decoration: none;
  /*background-repeat: no-repeat;*/
  /*background-size: 100%;*/
  /*background-position: center center;*/
  padding: 8%;
  color: #fff;
  /*background-color: #118ab2;*/
  background-color: #558e37;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-image: url(../../assets/img//brush-stroke-banner-6.svg);
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-image: url(../../assets/img//brush-stroke-banner-6.svg);
}

.mtop-10p {
  margin-top: 10%;
}

.mtop-5p {
  margin-top: 10%;
}

#parallax-item1 {
  /*top: auto;*/
}

#ninhbinh-dest {
  width: 100%;
  overflow: hidden;
}

#masthead .owl-dots {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.delay0dot25 {
  animation-delay: 0.25s;
}

.delay0dot5 {
  animation-delay: 0.5s;
}

.delay0dot75 {
  animation-delay: 0.75s;
}

.delay1 {
  animation-delay: 1s;
}

.header-meta {
  position: absolute;
  /*bottom: 20px;*/
  bottom: 30%;
  left: 20px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: 'Roboto', sans-serif;
  max-width: 50%;
  text-align: left;
}

.owl-stage-outer .active .bottom-header-meta h1, .owl-stage-outer .active .bottom-header-meta h2, .owl-stage-outer .active .bottom-header-meta .category p, .owl-stage-outer .active .bottom-header-meta .category span {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.bottom-header-meta h1, .bottom-header-meta h2, .bottom-header-meta .category p, .bottom-header-meta .category span {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.bottom-header-meta h1 {
  background: rgba(51, 51, 51, 0.5);
  padding: 12px 18px 12px;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 300;
}

.bottom-header-meta h2 {
  background: rgba(51, 51, 51, 0.5);
  padding: 13px 18px 11px;
  font-size: 1.1em;
  margin-bottom: 0;
  font-weight: 300;
}

.header-img-wrapper {
  min-width: 100vw;
}

@media (max-width: 1024px) {
  .item-image {
    /*height: 100vh !important;*/
    /*height: calc(100vh - 150px) !important;*/
  }
}

@media (max-width: 1024px) {
  .bottom-header-meta h2 {
    display: none;
  }
}

@media (max-width: 425px) {
  .my-custom-nav a.nav-link {
    font-size: 0.9rem;
  }
}

