html {
  scroll-behavior: smooth;
}

a {
  color: #118ba2;
}

a:hover {
  color: #118ba2;
  /*text-decoration: underline;*/
}

input {
  box-shadow: none !important;
}

.btn {
  box-shadow: none !important;
}

.language-picker .dropdown-toggle {
  background-color: rgba(0,0,0,0);
  padding-top: 3px;
}

.nav-item select.form-control {
  outline: none;
  background-color: rgba(0,0,0,0);
  color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.flying-nav .nav-item select.form-control {
  outline: none;
  background-color: rgba(0,0,0,0);
  color: #000;
  border-color: #000;
  box-shadow: none;
}

.nav-item select.form-control option {
  color: #000;
}

.masthead.text-center.text-white {
}

header.masthead1 {
  position: relative;
  overflow: hidden;
  /*padding-top: 65px;*/
  /*padding-bottom: 1rem;*/
  padding-bottom: 0px;
  /*background: linear-gradient(0deg,#ff6a00,#ee0979);*/
  background-repeat: no-repeat;
  background-position: 50%;
  background-attachment: scroll;
  background-size: cover;
}

@media (max-width: 1024px) {
  header.masthead1 {
    padding-top: 70px;
  }
}

@media (max-width: 1024px) {
  .brush-under-text {
    font-size: 4.5vw;
  }
}

@media (max-width: 1024px) {
  .masthead-heading {
    font-size: 4.5vw;
  }
}

@media (max-width: 1024px) {
  .masthead-subheading {
    font-size: 4.5vw;
  }
}

@media (max-width: 1024px) {
  .mtop-5p {
    margin-top: 0px;
  }
}

@media (max-width: 1024px) {
  #page-nav {
    background-color: #fff;
  }
}

@media (max-width: 1024px) {
  .navbar-custom .navbar-nav .nav-item .nav-link {
    color: #000 !important;
  }
}

@media (max-width: 768px) {
  #parallax-item1 {
    display: none;
  }
}

@media (max-width: 768px) {
  .parallax-container {
    height: 100vh;
  }
}

@media screen and (max-width: 576px) {
  .news-slider {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .header-video-button {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
  }
}

.item-video {
  /*height: 100vh;*/
  /*object-fit: fill;*/
  /*width: 110vw;*/
  min-height: 100vh;
  min-width: 100vw;
  object-fit: fill;
  --video--width: 1903;
  --video--height: 1003;
  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
  overflow: hidden;
  max-width: 100%;
  background: black;
}

.item-video iframe, .item-video object, .item-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-button-img-small {
  left: auto !important;
  right: 30px;
  width: 70px !important;
}

.video-button-img {
  width: 50px !important;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-button-play {
  background-image: url('../../assets/img//play.png?h=e3b0e4d9ef12f9141322a732f0407844');
}

.video-button-pause {
  background-image: url('../../assets/img//pause.png?h=3ea0c31be3548ac55d46f8a9c219e815');
}

.video-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.item-img {
  max-height: 1003px;
  overflow: hidden;
}

.header-banner-img {
  width: 100%;
  padding-bottom: 57%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-slider-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans';
  font-weight: 800!important;
}

.brush-text-wrapper {
  padding: 20px 0px;
}

.navbar-custom {
  padding-top: 0px;
  padding-bottom: 0px;
}

* {
  /*font-family: 'Farsan';*/
  font-family: Tahoma,Verdana,Segoe,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  /*font-family: 'Farsan';*/
  font-family: Tahoma,Verdana,Segoe,sans-serif;
}

.masthead-heading {
  text-shadow: 2px 2px #000;
}

.masthead-subheading {
  text-shadow: 2px 2px #000;
}

.navbar-custom {
  background-color: rgba(0,0,0,0.5);
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  /*font-size: 1rem;*/
  font-size: .8rem;
  /*text-shadow: 2px 2px #000;*/
  color: #fff;
}

.flying-nav .navbar-nav .nav-item .nav-link {
  color: #000;
  text-shadow: initial;
}

.flying-nav {
  background-color: #fff;
  border-bottom: 2px solid #118ab2;
}

.language-picker .filter-option-inner-inner img {
  width: 25px;
}

.language-picker .dropdown-item.active, .language-picker .dropdown-item:active {
  background-color: initial;
}

.language-picker .dropdown-item img {
  width: 25px;
}

.language-picker button {
  border: none !important;
  outline: none !important;
}

.language-picker button:hover, .language-picker button:focus {
  border: none !important;
  outline: 0px !important;
  box-shadow: none;
}

.news__txt {
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-seemore-link {
  font-size: 15pt;
}

#promotion .wrapper {
  position: relative;
  padding-bottom: 50px;
}

#promotion .background:after {
  background-color: #118ab2;
}

#promotion .background {
  max-width: 100vw;
  left: 0;
  top: -60px;
  width: 100%;
  height: 120%;
  position: absolute;
}

#promotion .news-slider {
  width: 100%;
  overflow: hidden;
}

#promotion .card-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 1158px) {
  #promotion .news-slider__ctr {
    position: relative;
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /*z-index: 1;*/
    max-width: 1300px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

@media (min-width: 1158px) {
  .news-slider__pagination {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    margin-bottom: 15px;
  }
}

#promotion .news-slider__ctr {
}

#promotion .swiper-wrapper {
  /*z-index: 2;*/
}

#promotion .news-slider__arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0px;
}

#promotion {
}

#promotion .promotion-wrapper {
  width: 100%;
  height: 100%;
}

#parallax-item1 {
  background-image: url('../../assets/img//touristback_small4.png?h=6726285555b0b679bb1a266b49f71d53');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 70%;
  top: 50px;
}

.section-title {
  width: 100%;
  text-align: center;
  /*padding: 10px;*/
  padding: 15px;
  /*font-size: 20pt;*/
  font-size: 18pt;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 1;
}

.section-title a {
  color: #fff;
}

.news__title {
  font-size: 22px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 10px;
  min-height: 70px;
}

#ninhbinhdest-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.ninhbinhdest-content .section-desc {
  font-size: 13pt;
  color: #fff;
}

#ninhbinh-dest {
  position: relative;
}

#ninhbinhdest-content {
}

.ninhbinhdest-content-inner {
  height: 100%;
  width: 100%;
}

.ninhbinhdest-content-inner-row {
  height: 100%;
}

#destinationExplorer .modal-dialog {
  max-width: 100%;
  min-height: 100%;
}

#destinationExplorer .modal-content {
  height: 95%;
}

#animatedModal {
  overflow-y: auto !important;
}

#animatedModal #modal-container .thumb {
  text-align: center;
}

#animatedModal #modal-container {
  overflow-x: hidden;
  padding-top: 60px;
}

#animatedModal div#closebt-container {
  position: fixed;
  width: 100%;
  text-align: center;
  background-color: rgb(52, 152, 219);
  z-index: 1;
}

img.closebt {
  padding: 5px;
}

#animatedModal .visible {
  /*visibility: visible;*/
}

#destinationExplorer {
  display: none;
}

#destinationExplorer1 {
  display: none;
}

.destinationExplorerBtt {
  display: none;
}

#animatedModal {
  /*display: none;*/
}

.section-desc {
  max-width: 1200px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}

.ninhbinhdest-content .section-desc {
  /*background-color: rgba(255,255,255,0.3);*/
  padding: 15px;
  background-color: rgba(0,0,0,0.3);
}

#demo01 {
  font-size: 16pt;
}

.dest-explorer-title {
  font-size: 25pt;
  color: #fff;
}

.brush-text-container a {
  position: relative;
  width: 250px;
  height: 75px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.brush-text-container a:hover {
  color: #ee0979;
}

.brush-text-container a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-image: url('../../assets/img//brush/brush-stroke-banner-7.svg?h=d53fdb961c320334d06243b0c8d59644');*/
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: left;
  /*transition: 0.5s;*/
  transition: 0s;
  background-color: #118ab2;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-image: url('../../assets/img//brush/brush-stroke-banner-7.svg?h=d53fdb961c320334d06243b0c8d59644');
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-image: url('/brush-stroke-banner-7.svg');
}

.brush-text-container a:hover:before {
  width: 100%;
}

.filtr-controls .active {
  color: #118ba2;
}

.filtr-controls .active:after {
  background: #118ba2 !important;
}

.service-icon {
  width: 20px;
  height: 20px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.hotel-service .service-icon {
  background-image: url(../../assets/img//svg/e672d52f24153fc27c8a6b7237a8a5f2.svg?h=f16fb56f51d86d8c93fbfc5debc14604);
}

.rest-service .service-icon {
  background-image: url(../../assets/img//svg/5f097d2c9ae8bdc8aefa546610fef1bb.svg?h=8ba0f39363b5ab5e91409b33131e252d);
}

.tour-service .service-icon {
  background-image: url(../../assets/img//svg/e43ff3d0cb4e4506005e9bf87a6879dd.svg?h=abd4b76d4b23b154605516cab08c8892);
}

.service-card-header {
  background-color: #118ba2;
}

.service p.card-text {
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13pt;
}

.section-seemore-wrapper {
  text-align: center;
}

.service-seemore-link {
  color: #fff;
  display: inline-block;
  background-color: #ee0979;
  padding: 5px;
  margin-top: 15px;
  border: 1px solid #fff;
}

.service-seemore-link:hover {
  border: 1px solid #ee0979;
  color: #ee0979;
  background-color: #fff;
}

.service .card-seemore-btt {
  color: #000;
  background-color: #fff;
  border-color: #c0c0c0;
}

.card-seemore-btt:hover {
  background-color: #118ba2;
  color: #fff;
  outline: #118ba2;
}

#useful-wrapper {
  background-color: #118ba2;
}

.useful .tab-content {
  min-height: 510px;
  /*height: 100%;*/
  max-height: 510px;
  overflow-y: auto;
}

.useful .tab-content .tab-pane {
  height: 100%;
}

.useful .tab-content .tab-pane img {
  max-width: 100%;
}

.nav-pills-custom .nav-link {
  color: #aaa;
  background: #fff;
  position: relative;
}

.nav-pills-custom .nav-link.active {
  color: #45b649;
  background: #fff;
}

@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
    content: '';
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}

.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

.nav-pills-custom span {
  font-size: 8pt;
}

.getintouch {
  background-image: url('../../assets/img/tranganninhbinh.jpg?h=9ef1b12d2554cb10cf2371e4230fdc0e');
  background-position: center bottom;
}

.getintouch .form-control.input {
  background-color: #fff;
}

footer#footerpad .text-muted {
  color: #fff !important;
}

.owl-carousel .owl-stage {
  display: flex;
}

.article-items {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

.aticle-box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

