@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 600;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.title h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 540;
  color: var(--fs-color-primary);
  text-transform: uppercase;
}

.slider.flickity-enabled button.flickity-prev-next-button {
  border-radius: 99px;
  width: 2rem;
  height: 2rem;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%) !important;
  border: 0;
  border: 1px solid rgb(229, 231, 235);
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  opacity: 0.8 !important;
  margin-top: unset;
  background-color: #fff;
  min-height: unset;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon {
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent !important;
  border-color: transparent !important;
  fill: #242424 !important;
}

.slider.flickity-enabled
  button.flickity-prev-next-button
  svg.flickity-button-icon
  path {
  fill: #242424 !important;
}

#masthead .nav > li {
  margin: 0 15px;
}

#masthead .nav > li > a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

/* home */
.sec_tours {
  padding-top: 48px;
}

.sec_tours .rowSlider .col {
  flex-basis: calc(100% / 3.25);
  max-width: calc(100% / 3.25);
}

.sec_tours_2 .rowSlider .col {
  flex-basis: calc(100% / 4.1);
  max-width: calc(100% / 4.1);
}

.sec_tours_2 .relative-news {
  overflow: unset;
}

.sec_tours .row > button.flickity-prev-next-button {
  width: 2.5rem;
  height: 2.5rem;
  opacity: 1 !important;
  background-color: var(--fs-color-primary);
  color: #fff;
  border-color: var(--fs-color-primary);
  right: -3rem;
}

.sec_tours .row > button.flickity-prev-next-button.previous {
  left: -3rem;
}

.sec_tours .row > button.flickity-prev-next-button svg.flickity-button-icon {
  fill: #fff !important;
  width: 2rem;
  height: 2rem;
}

.sec_tours
  .row
  > button.flickity-prev-next-button
  svg.flickity-button-icon
  path {
  fill: #fff !important;
}

/* post-item */

.relative-news {
  margin: 10px 0;
  padding: 20px 0 0;
  border-top: 1px dashed #ccc;
  clear: both;
  overflow: auto;
}

.relative-news > h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-shadow: #ccc 1px 1px;
  margin-bottom: 20px;
}

.relative-news > ul {
  list-style: none;
}

.relative-news > ul > li {
  margin: 5px 0 5px 16px;
  overflow-wrap: break-word;
  width: 31.96%;
  float: left;
  list-style-type: disc;
}

.truncate {
  width: 95%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #333;
}

.entry-content {
  padding-top: 0;
}

.entry-header-text {
  padding-bottom: 0;
}

.archive-page-header {
  display: none !important;
}

.post-item .box-text {
  padding-top: 10px;
}

.post-item .post-title {
  margin-bottom: 10px;
}

.post-item .post-title a {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  height: 52px;
  overflow: hidden;
}

.post-item .post-meta {
  padding-left: 20px;
  position: relative;
  font-size: 12px;
  margin-bottom: 10px;
  color: #333;
  opacity: 1;
}

.post-item .post-meta:before {
  font-family: fontAwesome;
  content: "\f073";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-item .from_the_blog_excerpt {
  opacity: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.box-blog-post .is-divider {
  display: none;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  width: 36px;
  height: 36px;
  line-height: 32px;
  border-radius: 4px;
}

.daw-breadbcrum {
  background: #f2f5f8;
  padding: 9px 0;
  margin-bottom: 0;
  border-bottom: solid 1px #fff;
}

.dawp-breadcrumbs-nav {
  margin: 0 !important;
}

/* tour-single */
.tour-single {
  padding-top: 40px;
}

.tour-title h1 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.tour-box {
  border: solid 1px rgba(0, 0, 0, 0.15);
  padding: 15px;
  margin-bottom: 20px;
}

.tour-box h3 {
  font-size: 16px;
  line-height: 24px;
  color: var(--fs-color-primary);
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.tour-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tour-box ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.tour-box ul li .at {
  width: 100px;
  float: left;
  font-weight: 700;
}

.tour-box ul li .as {
  overflow: hidden;
  word-wrap: break-word;
}

.tour-box ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.boxTour .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.boxTour .title span {
  padding-left: 30px;
  position: relative;
}

.boxTour .title span:before {
  font-family: fontAwesome;
  line-height: 1.3;
  position: absolute;
  color: var(--fs-color-primary);
  top: 0;
  left: 0;
}

.boxTour td {
  color: #131313;
  border: 0;
}

.listDay {
  padding-left: 30px;
  position: relative;
}

.listDay:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 11px;
  bottom: 0;
  border-left: dotted 3px #008fea;
}

.listDay .day {
  margin-bottom: 15px;
}

.listDay .day .titDay {
  font-weight: 700;
  position: relative;
  background-color: var(--fs-color-primary);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.listDay .day .titDay h2 {
  margin: 0;
  font-size: 100%;
  color: #fff;
}

.listDay .day .titDay:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  border: solid 1px var(--fs-color-primary);
  background-color: #fff;
  top: 5px;
  left: -29px;
}

.listDay .day .titDay:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: var(--fs-color-primary);
  top: 11px;
  left: -23px;
}

.listDay .day .titDay span {
  color: #fff;
  font-size: 18px;
}

.listDay .day .arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f3f3f3;
  margin-left: 15px;
  margin-top: 2px;
  opacity: 0;
}

.listDay .day.active .arrow-up {
  opacity: 1;
}

.listDay .day .contDay {
  display: none;
  border-radius: 5px;
  background-color: #f3f3f3;
  font-size: 15px;
  padding: 5px 10px;
}

.desc > * {
  margin-bottom: 8px;
}

.desc ul {
  list-style: disc;
  margin-left: 10px;
  padding-left: 10px;
}

.desc ul li {
  margin-bottom: 0;
}

.boxTour {
  margin-bottom: 30px;
}

.boxPrice {
  margin-bottom: 25px;
}

.boxPrice .price {
  background: var(--fs-color-primary);
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 10px;
}

.boxPrice .price .txt {
  font-weight: 700;
  margin-right: 5px;
}

.boxPrice .price .red {
  font-size: 25px;
  line-height: 33px;
  font-weight: 700;
  margin-right: 5px;
}

.boxPrice .price .nor {
  text-decoration: line-through;
}

.boxPrice .attr {
  border: solid 1px var(--fs-color-primary);
  padding: 15px;
}

.boxPrice .attr h2,
.boxPrice .attr h3,
.boxPrice .attr h4 {
  margin-bottom: 10px;
}

.boxPrice .attr ul li {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}

.boxPrice .attr ul li:before {
  content: "\f111";
  font-family: fontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 6px;
  line-height: 22px;
}

.boxPrice .attr ul li:last-child {
  margin-bottom: 0;
}

.boxPrice .attr ul li span {
  color: var(--fs-color-primary);
  text-transform: uppercase;
  font-weight: 700;
}

.boxPrice .attr table {
  width: 100% !important;
  height: auto !important;
}

.boxPrice .attr table td {
  padding: 5px;
}

.boxPrice .attr-detail {
  padding: 10px 10px 5px 10px;
}

.boxPrice .attr-detail h2,
.boxPrice .attr-detail h3,
.boxPrice .attr-detail h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.boxPrice .attr-detail ul {
  margin-bottom: 5px;
}

.boxPrice .bot {
  padding: 15px;
  background: var(--fs-color-primary);
}

.boxPrice .bot input {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 5px;
  padding-left: 10px;
}

.boxPrice .bot button {
  width: 100%;
  height: 40px;
  background: #008fea;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 5px;
}

.boxPrice .bot button:hover {
  background: #fff;
  color: #008fea;
}

.boxPrice .render-form {
  display: block;
  text-align: center;
  padding: 9px 10px;
  font-weight: 700;
  background: #008fea;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
}

.boxPrice .render-form:hover {
  background: #fff;
  color: #008fea;
}

.boxPrice ul {
  list-style: none;
}

/* tour-item */
.tour-item .box-text {
  padding: 0;
}

.tour-item .box-text h3 {
  font-size: 16px;
  background: rgba(0, 0, 0, 0.1);
  padding: 4px 10px;
}

.tour-item .box-text h3 a {
  font-size: 16px;
  line-height: 24px;
  display: block;
  height: 48px;
  overflow: hidden;
  color: #000;
}

.tour-item .mda-img-box-wrap {
  padding: 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.tour-item .mda-time-grid {
  padding: 0;
  padding-left: 20px;
  position: relative;
  margin: 0;
}

.tour-item .mda-time-grid:before {
  content: "\F017";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tour-item .mda-schedule {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 130px;
}

.tour-item .mda-place,
.tour-item .mda-schedule {
  padding: 0;
  padding-left: 20px;
  position: relative;
}

.tour-item .mda-place:before,
.tour-item .mda-schedule:before {
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tour-item .mda-schedule:before {
  content: "\F274";
}

.tour-item .mda-place:before {
  content: "\F2C0";
}

.tour-item .mda-price {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.tour-item .mda-price .mda-dis {
  color: #e30051;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.tour-item .box-des {
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  padding: 15px;
  transition: all 0.3s linear;
  opacity: 0;
  pointer-events: none;
}

.tour-item:hover .box-des {
  opacity: 1;
}

.tour-item .mda-box-lb {
  z-index: 8;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  padding: 7px 12px;
  font-size: 13px;
  transition: all 0.3s linear;
  position: absolute;
  color: #fff;
}

.tour-item:hover .mda-box-lb {
  transform: translateY(100%);
}

/*  */
.triphighlights {
  font-weight: 700;
  width: 100%;
  background: #f2f5f8;
  padding: 10px 20px;
  border-radius: 10px;
}

.vnt-content .tab-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.vnt-content .tab-list ul li {
  padding: 0 10px;
}

.vnt-content .tab-list ul li a {
  display: block;
  padding: 15px 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
  position: relative;
}

.vnt-content .tab-list ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: solid 2px var(--fs-color-primary);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.vnt-content .tab-list ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  border-bottom: solid 2px var(--fs-color-primary);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.vnt-content .tab-list ul li.active a:after,
.vnt-content .tab-list ul li.active a:before {
  right: 0;
}

.vnt-content {
  margin-top: 30px;
}

.vnt-content .tab-content {
  padding: 25px;
  background: #f3f3f3;
}

.chi-tiet-khach-san td {
  padding: 5px;
  color: #131313;
  line-height: 1.7;
}

.chi-tiet-khach-san hr {
  margin: 5px 0 !important;
}

.chi-tiet-khach-san td .block-khach-san::after {
  content: "";
  clear: both;
  display: table;
}

.chi-tiet-khach-san td .left-content-khach-san {
  float: left;
  width: 66%;
  padding: 0 2%;
}

.chi-tiet-khach-san td .right-content-khach-san {
  float: right;
  width: 30%;
  text-align: right;
}

.chi-tiet-khach-san .link-contact {
  display: block;
  text-align: center;
  background: #ed0080;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 10px;
}

.chi-tiet-khach-san .link-contact:hover {
  background: #333;
}

.chi-tiet-khach-san {
  background: #fff !important;
}

.sec_hotels {
  padding-top: 20px;
}

.hotel-item .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
  pointer-events: none;
}

.hotel-item .box-text .post-title a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
}

.hotel-item .box-text .hotel-price {
  text-align: center;
  color: #bbb;
}

.hotel-item .box-text .hotel-price span {
  color: #fff100;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.hotel-item .box-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.65) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.65) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.vnt-attr {
  padding: 15px 30px;
  background: #f3f3f3;
  margin-bottom: 20px;
  border-radius: 10px;
}

.dawp-form-submit {
  padding: 0 !important;
  background-color: var(--fs-color-primary);
}

body .dawp-form-container {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border: unset;
}

body .dawp-form-container input {
  height: 45px;
  background-color: #fff;
  border-radius: 6px;
  margin: 0;
  box-shadow: none !important;
}

.footer1 {
  padding-top: 48px;
}

.footer1 .col-inner {
  position: relative;
  border-radius: 5px;
  overflow-x: hidden;
}

.footer1 .icon-box {
  padding: 15px 20px;
}

.footer1 .icon-box h3 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}

.footer1 .icon-box p {
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  height: 42px;
  overflow: hidden;
  margin-bottom: 0;
}

.footer2 .col-box h3 {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.footer2 .col-box ul {
  column-count: 2;
  column-gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer2 .col-box ul li {
  margin: 0;
}

.footer2 .col-box ul li a {
  color: #333;
}

.footer2 .t-box h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer2 .t-box2 h3 {
  color: #0b5da7;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.footer2 .t-box2 ul {
  list-style: none;
}

.footer2 .t-box2 ul li {
  margin: 0;
  margin-bottom: 4px;
}

.footer2 .t-box2 ul li a {
  color: #0b5da7;
}

.footer2 p {
  margin-bottom: 4px;
}
