span.text-info,
p.text-info {
  color: #00b0ec !important;
}

header {
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px #00000040;
  z-index: 50;
}
header .container {
  justify-content: space-between;
}
header .company-logo {
  width: 130px;
  margin-right: 41px;
}
header .company-logo img {
  width: 100%;
}
header .center-menus {
  width: calc(100% - 251px);
}
header .center-menus a,
header .center-menus div.has-third-menus {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  text-align: center;
  color: #252525;
}
header .right-funcs {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: end;
}
/*header .right-funcs select#languages-selector{
	background-color:#F1F2F2;
	border:0;
	width:61px;height:27px;
	border-radius: 4px;
	color:#797879;font-size:14px;
	margin-right:5px;
}*/
header .right-funcs a {
  text-decoration: none;
  margin-right: 5px;
}
header .right-funcs a img {
  max-width: 100%;
}
header .right-funcs a:last-child {
  margin-right: 0;
}

header.fixed-header {
  position: sticky;
  top: 0;
}

footer {
  background: #252525;
  color: white;
}
footer .footer-logo {
  max-width: 141px;
}
footer .footer-copyright {
  color: #b1b1b1;
  font-weight: 500;
  font-size: 12px;
}

footer .footer-title {
  font-size: 24px;
  color: white;
}
footer .footer-company:nth-child(1) {
  font-size: 12px;
}
footer .footer-company:nth-child(2) {
  font-size: 16px;
}

footer .company-introduction {
}
footer .company-introduction ul {
  padding-left: 0;
}
footer .company-introduction ul li {
  list-style: none;
  font-size: 14px;
  margin-bottom: 5px;
}

footer .footer-menu-list {
  overflow: hidden;
}
footer .footer-menu-list ul {
  float: left;
}
footer .footer-menu-list ul:nth-child(1) {
  margin-right: 15px;
}
footer .footer-menu-list ul:nth-child(2) {
  margin: 0 7.5px;
}
footer .footer-menu-list ul:nth-child(3) {
  margin-left: 15px;
}
footer .footer-menu-list ul li {
  list-style: none;
  margin-bottom: 5px;
  font-size: 15px;
}
footer .footer-menu-list ul li a {
  color: white;
  text-decoration: none;
}

footer .footer-social-medias {
}
footer .footer-social-medias p.social-media-title {
}
footer .footer-social-medias a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dff6ff;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
}
footer .footer-social-medias a:last-child {
  margin-right: 0;
}

.main-body-content {
  min-height: calc(100vh - 372.25px);
}

.page-banner.owl-carousel {
}
.page-banner.owl-carousel .banner-slide {
  position: relative;
  border-radius: 30px;
  background: #d9d9d9;
  display: block;
}
.page-banner.owl-carousel .banner-slide img {
  width: 100%;
  border-radius: 30px;
}

.page-banner.owl-carousel .owl-dots {
  text-align: center;
}
.page-banner.owl-carousel .owl-dots button.owl-dot.active span,
.page-banner.owl-carousel .owl-dots button.owl-dot:hover span {
  background: #00b0ec;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
}
.page-banner.owl-carousel .owl-dots button.owl-dot span {
  height: 13px;
  width: 13px;
  background: #0073b4;
  border: 0;
  border-radius: 50%;
  position: relative;
}

.page-banner.owl-carousel .owl-dots button.owl-dot.active span,
.page-banner.owl-carousel .owl-dots button.owl-dot:hover span {
  background: #00b0ec;
}

a.tour-card {
  text-decoration: none;
}
.tour-card {
  box-shadow: 0px 0px 10px 2px #0000001a;
  background: #ffffff;
  border-radius: 5px;
  border: 0 !important;
}
a.tour-card:hover {
  box-shadow: 0 0 20px #c9c9c9 !important;
}

.tour-card p.card-title {
  color: #000000;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 30px;
  height: 60px;
}

.tour-card p.card-title label.tour-type-tag {
  background: #dff6ff;
  font-size: 18px;
  color: #00b0ec;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 5px;
  max-width: 75px;
  border-radius: 5px;
  margin-right: 5px;
  line-height: 30px;
  white-space: nowrap;
}

.tour-card p.card-title label.tour-type-tag + span {
  vertical-align: top;
}

.tour-card p.card-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 69px;
}
.tour-card a.btn-primary {
  background-color: transparent;
  color: #00b0ec;
  font-size: 14px;
  font-weight: 700;
  border: 0;
}

.section-title {
  font-size: 28px;
  font-weight: 900;
}
.section-title span {
  display: block;
  height: 3px;
  background: #00b0ec;
  width: 74px;
  margin: 7px auto 0;
}

.tour-card .card-img-container {
  position: relative;
  width: 100%;
  /*	padding-top:320px;*/
}
.tour-card .card-img-container img {
  width: 100%;
  /*position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-position:center;
	object-fit:cover;
	-o-object-fit:cover;*/
}
.tour-card .card-img-container .tour-type-icon {
  width: 75px;
  position: absolute;
  right: 12px;
  bottom: -10px;
  z-index: 10;
  height: 75px;
}
.tour-card .card-img-container .tour-type-icon img {
  width: 100%;
}

button.more-info,
a.more-info {
  background-color: #00b0ec;
  color: white;
  border-radius: 5px;
  width: 240px;
  padding: 10px 0;
  border: none;
}

button.more-info:hover,
a.more-info:hover {
  color: white;
  background-color: #00a0ec;
}

.tour-card .post-date {
  margin: 0;
  color: #7f807f;
  font-size: 14px;
  font-weight: 400;
}

#to-top {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 50px;
  display: none;
  cursor: pointer;
  z-index: 30;
}

.search-customized-container {
  border-radius: 5px;
  border: 1px solid rgba(177, 177, 177, 1);
  color: rgba(123, 123, 123, 1);
}
.search-customized-container .search-icon {
  width: 17px;
  margin-right: 8px;
}
.search-customized-container .search-icon svg {
  display: block;
  width: 100%;
  max-width: 17px;
}
.search-customized-container .search-input {
  width: calc(100% - 45px);
}
.search-customized-container .search-input input {
  width: 100%;
  border: 0;
  font-size: 16px;
}
.search-customized-container .search-input input:focus,
.search-customized-container .search-input input:active {
  border: 0;
  outline: none;
  box-shadow: none;
}
.search-customized-container .search-cancel {
  width: 16px;
  margin-left: 4px;
}
.search-customized-container .search-cancel svg {
  display: block;
}

.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}
.loader-ellips__dot:nth-child(4) {
  left: 3em;
}
@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}
.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}
.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.following-submenus {
  z-index: 50;
  width: calc(100% - var(--bs-gutter-x));
  top: calc(100% + 20px);
  box-shadow: 0px 0px 5px 0px #00000040;
  background: #ffffff;
  display: none;
}
.following-submenus > a:hover,
.following-submenus > div:hover {
  background-color: #dff6ff;
}
.following-submenus a,
.following-submenus div {
  cursor: pointer;
}
.center-menus .trigger-menu {
  cursor: pointer;
}
.center-menus .trigger-menu.active + .following-submenus {
  display: block;
}

.third-menus.show {
  display: block;
}
.third-menus {
  width: 125px;
  display: none;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px #00000040;
}
.third-menus#theme-thirds{top:-100px !important}
.third-menus#group-thirds{top:-150px !important}
.third-menus a:hover {
  background-color: #dff6ff;
}

@media screen and (max-width: 1230px) {
  header .center-menus .row div.col:nth-child(7) {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  header .center-menus .row div.col:nth-child(4),
  header .center-menus .row div.col:nth-child(5) {
    display: none;
  }
  header .right-funcs a {
    display: none;
  }
  header .right-funcs {
    justify-content: flex-end;
    width: 65px;
  }

  header .company-logo {
    margin-right: 0;
  }
  header .center-menus {
    width: calc(100% - 259px);
  }

  footer .footer-menu-list ul {
    clear: both;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

#mobile-menu-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  header .center-menus {
    display: none;
  }
  #mobile-menu-btn {
    display: block;
  }
  header .right-funcs {
    display: none;
  }
}

span.text-primary {
  color: #00b0ec !important;
}
#inside-mobile-menu-btn.hamburger .hamburger-inner,
#inside-mobile-menu-btn.hamburger .hamburger-inner::before,
#inside-mobile-menu-btn.hamburger .hamburger-inner::after {
  background: #ffffff;
}

.mobile-submenus a {
  border-bottom: 0;
  font-size: 1rem !important;
}
.top-layer.showing svg {
  transform: rotate(180deg);
}

#editor-content img {
  max-width: 100%;
  height: auto !important;
}
div.reset-this * {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: revert;
}

.reset-this table,
.reset-this table tr,
.reset-this table td {
  border-width: 1px;
}
