@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --normal-font: "Poppins", sans-serif;
  --normal-color: #000000;
  --primary-color: #8139a9;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

img,
picture,
svg,
video {
  max-width: 100%;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: var(--normal-font);
  font-size: 1.6rem;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  color: var(--normal-color);
}

.ov-hidden {
  overflow: hidden;
}

.container {
  max-width: 1360px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

a {
  color: var(--normal-color);
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: var(--normal-color);
}

p:last-child {
  margin-bottom: 0;
}

button {
  border-color: transparent;
  outline: 0;
}

.row-collapse {
  margin-left: 0;
  margin-right: 0;
}
.row-collapse > div[class~=col], .row-collapse > div[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.row-small {
  margin-left: -10px;
  margin-right: -10px;
}
.row-small > div[class~=col], .row-small > div[class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.tb-space {
  padding: 70px 0;
}

.tb-space-sm {
  padding: 40px 0;
}

.tb-space-top {
  padding-top: 70px;
}

.tb-space-bottom {
  padding-bottom: 70px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border: 0;
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 50%;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
}
.slick-arrow::before {
  display: none;
}
.slick-arrow:hover {
  color: #fff;
  border-color: transparent;
  background-color: var(--primary-color);
}

.slick-prev {
  left: 2%;
  transform: translateX(20px);
}

.slick-next {
  right: 2%;
  transform: translateX(-20px);
}

.slick-dots li button:before {
  font-size: 12px;
  color: #fff;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff;
}

.heading-title {
  margin-bottom: 30px;
}
.heading-title .sectitle {
  text-transform: uppercase;
  text-align: center;
  color: var(--primary-color);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.heading-title .subtitle {
  text-align: center;
}

.btn {
  font-size: 1.6rem;
  padding: 10px 22px;
  border-radius: 10px;
  font-weight: bolder;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-white {
  background-color: #fff;
  color: #666;
}

.btn-large {
  font-size: 1.15em;
}

.but-click-me {
  width: 100% !important;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  text-transform: uppercase;
}

.box-image {
  position: relative;
  overflow: hidden;
}
.box-image img {
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
}

.image-cover,
.video-fit {
  position: relative;
  padding-top: 75%;
  height: auto;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
}
.image-cover img,
.image-cover iframe,
.image-cover video,
.video-fit img,
.video-fit iframe,
.video-fit video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.is-divider {
  height: 3px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 1em 0 1em;
  width: 100%;
  max-width: 30px;
}

.form-control {
  height: 38px;
  padding: 0 12px;
  border: 1px solid #ddd;
  font-size: 1.6rem;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
}
.form-control:focus {
  box-shadow: 0 0 5px #ccc;
  opacity: 1 !important;
  outline: 0;
  color: #333;
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .show-lg {
    display: none !important;
  }
}

.widget {
  margin-bottom: 20px;
}
.widget + .widget {
  border: 1px solid #ddd;
  border-radius: 3px;
}
.widget-head {
  display: block;
  padding: 15px 10px 15px 10px;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
  text-transform: none;
  color: var(--primary-color);
}
.widget-head-icon {
  color: #000;
  font-size: 2rem;
  margin-right: 7px;
}
.widget-content > ul > li + li {
  border-top: 1px solid #ececec;
}
.widget-content > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 15px 10px;
}
.widget-content > ul > li > a .arrow {
  width: 30px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.widget-content > ul > li > a .arrow.active {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.widget-content > ul > li ul {
  display: none;
}
.widget-content > ul > li ul li a {
  padding: 15px 10px 15px 30px;
  display: block;
  color: #000;
  transition: all 0.3s ease;
  font-size: 1.4rem;
}

.page-header {
  position: relative;
  margin-bottom: 20px;
}
.page-header .page-title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.header {
  position: relative;
  z-index: 999;
}
.header-top {
  background-color: var(--primary-color);
  margin-bottom: 7px;
}
.header-contact li {
  display: inline-block;
  margin: 0 7px;
  position: relative;
}
.header-contact li:first-child {
  margin-left: 0;
}
.header-contact li a {
  display: inline-flex;
  color: #fff;
  padding: 5px 0;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  align-items: center;
}
.header-contact li a i {
  font-size: 2rem;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .header-contact li {
    margin: 0 12px;
  }
  .header-contact li + li a::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: 15px;
    margin-top: -7px;
    left: -14px;
    border-color: rgba(255, 255, 255, 0.2);
  }
}
.header-social li {
  display: inline-block;
  margin: 0 7px;
  color: #fff;
}
.header-social li a {
  color: inherit;
}
.header-social li a:hover {
  opacity: 0.7;
}
@media (max-width: 991.98px) {
  .header-social {
    text-align: center;
    padding: 5px 0;
  }
}
.header-main .mobile-toggle {
  display: inline-flex;
  padding: 6px;
  font-size: 24px;
  color: #fff;
  background-color: var(--primary-color);
  width: 37px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.header-main .logo {
  height: 80px;
}
.header-main .logo img {
  height: 100%;
}
@media (max-width: 576px) {
  .header-main .logo {
    height: 70px;
  }
}
@media (max-width: 991.98px) {
  .header-main .logo {
    text-align: center;
    margin: 0 15px;
  }
  .header-main .flex-left {
    flex: 1 1 0;
  }
  .header-main .flex-right {
    flex: 1 1 0;
  }
}
.header-nav > ul > li {
  display: inline-block;
  margin: 0 9px;
}
.header-nav > ul > li > a {
  display: inline-flex;
  align-items: center;
  color: #505050;
  font-weight: 700;
  padding: 10px 0;
  transition: all 0.2s;
}
.header-nav > ul > li > a:hover {
  color: rgba(17, 17, 17, 0.85);
}
.header-nav ul .hasChildren {
  position: relative;
}
.header-nav ul .hasChildren > a i {
  font-size: 16px;
  margin-left: 0.2em;
  opacity: 0.6;
}
.header-nav ul .hasChildren .submenu {
  position: absolute;
  min-width: 260px;
  max-height: 0;
  z-index: 9;
  padding: 0;
  opacity: 0;
  margin: 0;
  transition: opacity 0.25s;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  border: 2px solid #ddd;
  color: #777;
  background-color: #fff;
  text-align: left;
  display: table;
  left: -99999px;
  border: none;
  border-top: 2px solid #f7941d;
}
.header-nav ul .hasChildren .submenu::before {
  bottom: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #e04f67;
  border-width: 7px;
  margin-left: -7px;
}
.header-nav ul .hasChildren .submenu li {
  display: block;
}
.header-nav ul .hasChildren .submenu li a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
  margin: 0;
  padding: 10px;
  font-size: 15px;
  line-height: 1.3;
  color: #666666;
  min-width: max-content;
}
.header-nav ul .hasChildren .submenu li a:hover {
  color: #e04f67;
  background-color: #f9f9f9;
}
.header-nav ul .hasChildren .submenu ul {
  top: 0;
  left: 100%;
  min-width: auto;
}
.header-nav ul .hasChildren:hover > .submenu {
  opacity: 1;
  max-height: inherit;
  left: -15px;
}
.header-nav ul .hasChildren:hover .submenu2 {
  left: 100%;
  border-top: 0;
}
.header-nav ul .hasChildren:hover .submenu2::before {
  display: none;
}
.header-search {
  position: relative;
}
.header-search::before, .header-search::after {
  bottom: -2px;
  z-index: 10;
  opacity: 0;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.header-search::before {
  z-index: -999;
  border-bottom-color: #ddd;
  border-width: 11px;
  margin-left: -11px;
}
.header-search::after {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.header-search-button a {
  display: inline-block;
  background-color: var(--primary-color);
  padding: 6px;
  color: #fff;
  min-width: 37px;
}
.header-search-button a:hover {
  color: #fff;
}
.header-search-form-wrapper .search-field {
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.09);
  color: currentColor !important;
  border-radius: 99px;
}
.header-search-form-wrapper .btn {
  color: currentColor !important;
  border-color: transparent !important;
  background-color: transparent !important;
  box-shadow: none;
  margin: 0;
  padding: 6px;
  min-width: 37px;
}
.header-search-form-wrapper .flex-col:last-of-type {
  margin-left: -38px;
}
@media (min-width: 992px) {
  .header-search-form {
    position: absolute;
    top: 100%;
    left: auto;
    right: -15px;
    min-width: 260px;
    transition: opacity 0.25s;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    border: 2px solid #ddd;
    color: #777;
    background-color: #fff;
    text-align: left;
    opacity: 0;
  }
}
.header-search:hover .header-search-form {
  opacity: 1;
}
.header-search:hover::before, .header-search:hover::after {
  transition: opacity 0.25s;
  opacity: 1;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(11, 11, 11, 0.6);
  opacity: 0;
  visibility: hidden;
}
.menu-mobile-close {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1020;
  width: 50px;
  height: 50px;
  font-size: 32px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.menu-mobile-wrap {
  position: relative;
  top: 0;
  width: 260px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: transform 0.2s;
  -ms-transform: translateX(-270px);
  transform: translateX(-270px);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.menu-mobile-content-inner {
  padding: 30px 0;
}
.menu-mobile-content-inner .header-search-form {
  padding: 20px;
}
.menu-mobile-content-inner .menu-mobile-list .hasChildren > a {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: bolder;
}
.menu-mobile-content-inner .menu-mobile-list > li {
  display: block;
}
.menu-mobile-content-inner .menu-mobile-list > li + li {
  border-top: 1px solid #ececec;
}
.menu-mobile-content-inner .menu-mobile-list > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  color: rgba(17, 17, 17, 0.85);
}
.menu-mobile-content-inner .menu-mobile-list > li > a .arrow {
  display: inline-flex;
  width: 45px;
  height: 38px;
  font-size: 2.4rem;
  text-align: center;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
}
.menu-mobile-content-inner .menu-mobile-list > li > ul {
  position: fixed;
  opacity: 0;
  left: -99999px;
  transition: background-color 0.6s, transform 0.3s, opacity 0.3s;
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
.menu-mobile-content-inner .menu-mobile-list > li > ul li {
  font-size: 1em;
  padding-left: 0.5em;
}
.menu-mobile-content-inner .menu-mobile-list > li > ul li a {
  display: block;
  transition: color 0.2s;
  color: #666;
}
.menu-mobile-content-inner .menu-mobile-list > li > ul li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.menu-mobile-content-inner .menu-mobile-list > li.active, .menu-mobile-content-inner .menu-mobile-list > li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.menu-mobile-content-inner .menu-mobile-list > li.active > ul {
  position: inherit;
  opacity: 1;
  left: auto;
  padding-bottom: 30px;
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.menu-mobile-content-inner .menu-mobile-list li > a {
  padding-left: 20px;
}
.menu-mobile.show {
  opacity: 1;
  visibility: visible;
}
.menu-mobile.show .menu-mobile-wrap {
  transform: translate(0);
}

.banner-slide.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.banner-slide .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.banner-page {
  position: relative;
}
.banner-page-wrapper {
  position: relative;
}
.banner-page-image {
  position: relative;
}
.banner-page-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 200px;
}
@media (max-width: 767.98px) {
  .banner-page-image img {
    height: 350px;
  }
}
.banner-page-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.banner-page-inner {
  position: relative;
  background-color: #333333;
  margin: 0;
  max-width: 100%;
  padding: 10px 3%;
}
.banner-page-inner .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #f1f1f1;
}
.banner-page-inner .breadcrumbs .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
}
.banner-page-inner .breadcrumbs .breadcrumb .divider {
  display: block;
  margin: 0 4px;
}
.banner-page-inner .breadcrumbs .breadcrumb a {
  color: inherit;
}
.banner-page-inner .result-count-form select {
  width: 100%;
  height: 25px;
  font-size: 1.4rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 99px;
  padding: 0 10px;
  color: #fff;
  outline: 0;
  cursor: pointer;
}
.banner-page-inner .result-count-form select option {
  color: #333;
}
@media (max-width: 991.98px) {
  .banner-page-inner {
    text-align: center;
  }
  .banner-page-inner .breadcrumbs {
    justify-content: center;
  }
}
.banner-page-content {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.banner-page-title {
  color: #fff;
  font-weight: bold;
  font-size: 35px;
  text-transform: uppercase;
  width: 80%;
  margin-bottom: 0;
  line-height: 35px;
}
.banner-page-location {
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
}
.banner-page .category-filtering .filter-button {
  color: #fff;
}
@media (max-width: 991.98px) {
  .banner-page .category-filtering {
    padding: 10px 0;
  }
}
.banner-page .price-wrapper > span {
  color: #fff;
  font-size: 20px;
  padding: 0 5px;
}
.banner-page .price-wrapper .amount {
  font-weight: normal;
  font-size: 35px;
}

.tours {
  padding: 40px 0;
}
.tours-item .box-image {
  position: relative;
  overflow: hidden;
}
.tours-item .box-content {
  padding-top: 1rem;
  padding-bottom: 1.4rem;
  position: relative;
  width: 100%;
  font-size: 1.44rem;
}
.tours-item .box-content .desc {
  font-style: italic;
  color: #878787;
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.tours-item .box-content .title {
  color: var(--primary-color);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0;
}
.tours-item .box-content .title a {
  color: inherit;
}

.carrental-item .box-content {
  padding-top: 1rem;
  padding-bottom: 1.4rem;
  position: relative;
  width: 100%;
  font-size: 1.44rem;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.carrental-item .box-content .title {
  color: #282828;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0;
}
.carrental-item .box-content .title a {
  color: inherit;
}

.cartransfer {
  padding: 40px 0;
}
.cartransfer-slide .item {
  position: relative;
  padding: 0 10px 10px;
}
.cartransfer-slide .item .box-image {
  position: relative;
  overflow: hidden;
}
.cartransfer-slide .item .box-image .price-wrapper {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.cartransfer-slide .item .box-image .price-wrapper .price {
  display: block;
  line-height: 1;
}
.cartransfer-slide .item .box-image .price-wrapper .price > span {
  color: #fff;
  font-size: 20px;
  padding: 0 5px;
}
.cartransfer-slide .item .box-image .price-wrapper .price > span.amount {
  white-space: nowrap;
  font-weight: bold;
}
.cartransfer-slide .item .box-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  width: 100%;
  font-size: 1.44rem;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
.cartransfer-slide .item .box-content .category {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  font-size: 0.75em;
  opacity: 0.7;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}
.cartransfer-slide .item .box-content .title {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.cartransfer-slide .item .box-content .title a {
  color: inherit;
}
.cartransfer-slide:hover .slick-arrow {
  opacity: 1;
}
.cartransfer-slide:hover .slick-prev,
.cartransfer-slide:hover .slick-next {
  transform: translate(0);
}

.shore-excursions {
  padding: 40px 0;
}
.shore-excursions-slide .item {
  position: relative;
  padding: 0 10px 10px;
}
.shore-excursions-slide .item .box-image {
  position: relative;
  overflow: hidden;
}
.shore-excursions-slide .item .box-image .price-wrapper {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.shore-excursions-slide .item .box-image .price-wrapper .price {
  display: block;
  line-height: 1;
}
.shore-excursions-slide .item .box-image .price-wrapper .price > span {
  color: #fff;
  font-size: 20px;
  padding: 0 5px;
}
.shore-excursions-slide .item .box-image .price-wrapper .price > span.amount {
  white-space: nowrap;
  font-weight: bold;
}
.shore-excursions-slide .item .box-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  width: 100%;
  font-size: 1.44rem;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
.shore-excursions-slide .item .box-content .category {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  font-size: 0.75em;
  opacity: 0.7;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}
.shore-excursions-slide .item .box-content .title {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.shore-excursions-slide .item .box-content .title a {
  color: inherit;
}
.shore-excursions-slide:hover .slick-arrow {
  opacity: 1;
}
.shore-excursions-slide:hover .slick-prev,
.shore-excursions-slide:hover .slick-next {
  transform: translate(0);
}

@media (max-width: 991.98px) {
  .section-component .box-image {
    margin-bottom: 20px;
  }
}
.section-component .box-content .sub-title {
  color: #8139a9;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.section-component .box-content .desc {
  margin-bottom: 10px;
}
.section-component .box-content .desc a {
  color: var(--primary-color);
}
.section-component .box-content .list_order {
  list-style: none;
  margin-left: 1em;
  counter-reset: line;
}
.section-component .box-content .list_order li {
  position: relative;
  margin-bottom: 1em;
  margin-left: 1.3em;
}
.section-component .box-content .list_order li::before {
  position: absolute;
  left: -2.25em;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 0.5em;
  background-color: #8139a9;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 2em;
  counter-increment: line;
  content: counter(line);
}

@media (max-width: 576px) {
  .blogs .post-list {
    margin-top: 20px;
  }
}
.blogs .post-item {
  display: block;
  margin-bottom: 20px;
}
.blogs .post-item .box-post {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blogs .post-item .box-post .box-image {
  width: 30%;
}
@media (max-width: 576px) {
  .blogs .post-item .box-post .box-image {
    width: 100%;
  }
}
.blogs .post-item .box-post .box-content {
  flex: 1;
  text-align: left;
  padding: 10px 10px 10px 10px;
}
.blogs .post-item .box-post .box-content .title {
  font-weight: 600;
}
.blogs .post-item .box-post .box-content .meta {
  font-size: 0.8em;
  opacity: 0.8;
}
.blogs .post-item .box-post .box-content .is-divider {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  height: 2px;
  background-color: var(--primary-color);
}
.blogs .post-item .box-post .box-content .desc {
  font-size: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.section-contact {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--primary-color);
}
.section-contact-wrap .title {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.section-contact-wrap .desc {
  color: #f1f1f1;
  text-align: center;
}
@media (max-width: 767.98px) {
  .section-contact .col-text {
    margin-bottom: 10px;
  }
}

.contact-map {
  margin-bottom: 30px;
}
.contact-info-title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.contact-info-title a {
  color: var(--primary-color);
}
.contact-info-list {
  list-style: disc;
  margin-left: 20px;
}
.contact-info-list li {
  margin-bottom: 10px;
}
.contact-form-head {
  font-size: 2rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.contact-form-inner {
  position: relative;
  padding: 19px;
  color: #333;
  border: 2px solid #8139a9;
}

.searchform .btn-submit {
  height: 38px;
  width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--primary-color);
}

.transfer-list .item {
  position: relative;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.transfer-list .item .col-inner {
  display: block;
  height: 100%;
}
.transfer-list .item .box-image .type-product {
  position: absolute;
  bottom: 5px;
  left: 10px;
}
.transfer-list .item .box-image .type-product a {
  color: #fff;
  font-weight: bold;
}
.transfer-list .item .box-content {
  padding: 10px 20px;
}
.transfer-list .item .box-content .title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
.transfer-list .item .box-content .desc {
  font-size: 14px;
}
.transfer-list .item .box-price {
  padding: 30px 0;
  border-left: 1px solid #ededed;
  text-align: center;
  height: 100%;
}
.transfer-list .item .box-price .price {
  font-weight: bold;
  color: #333;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 28px;
}
.transfer-list .item .box-price .price span.tte {
  font-weight: normal;
  padding-right: 5px;
  font-size: 14px;
  color: #e74c3c;
}
.transfer-list .item .box-price .price span.per {
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  color: #000000;
}
.transfer-list .item .box-price .btn-details {
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 3px;
  transition: all 0.3s;
  font-size: 14px;
  text-transform: uppercase;
  background-color: var(--primary-color);
}
.transfer-slide-for {
  margin-bottom: 20px;
}
.transfer-slide-for .slick-arrow {
  opacity: 1;
}
.transfer-slide-for .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 365px;
}
.transfer-slide-nav .item {
  padding: 0 6px;
  cursor: pointer;
}
.transfer-detail-content .box-content .box-title {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.transfer-detail-content .box-content .box-desc h1,
.transfer-detail-content .box-content .box-desc h2,
.transfer-detail-content .box-content .box-desc h3,
.transfer-detail-content .box-content .box-desc h4,
.transfer-detail-content .box-content .box-desc h5,
.transfer-detail-content .box-content .box-desc h6 {
  font-weight: 700;
}
.transfer-detail-content .box-content .box-desc ul {
  list-style: disc;
  margin-left: 20px;
}
.transfer-detail-content .box-content .box-desc ul li {
  margin-bottom: 10px;
}
.transfer-detail-content .box-content .box-desc ul li a {
  color: var(--primary-color);
}
.transfer-detail-content .box-content .box-desc table td,
.transfer-detail-content .box-content .box-desc table th {
  padding: 8px;
  border: 1px solid #000;
}
.transfer-detail-offers .box-title {
  font-size: 17px;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 6px;
}
.transfer-detail-offers .box-desc ul li {
  background: url("../images/check-circle.svg");
  background-size: 15px;
  background-position-y: 5px;
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-bottom: 10px;
}
.transfer-related {
  margin-top: 30px;
}
.transfer-related-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.transfer-related-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.transfer-related-item .box-content {
  padding: 15px 0;
}
.transfer-related-item .box-content .title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.transfer-related-item .box-content .title a {
  color: inherit;
}
.transfer-related-item .box-content .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.transfer-related-item .box-content .btn-details {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 3px;
  transition: all 0.3s;
  font-size: 12px;
  text-transform: uppercase;
  background-color: var(--primary-color);
}
.transfer-related-item .box-content .btn-details:hover {
  background-color: #333;
}
.transfer-related-item:hover .box-image img {
  transform: scale(1.1);
}

.pagination-list {
  margin: 5px 0;
  font-size: 0.85em;
  text-align: center;
  width: 100%;
}
.pagination-list li {
  margin: 0 0.4em;
  display: inline-block;
}
.pagination-list li a {
  font-size: 1.1em;
  display: block;
  height: 2.25em;
  line-height: 2em;
  text-align: center;
  width: 2.25em;
  min-width: 2.25em;
  padding: 0 7px;
  font-weight: bolder;
  border-radius: 99px;
  border: 2px solid currentColor;
  transition: all 0.3s;
}
.pagination-list li a.active, .pagination-list li a:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

@media (max-width: 991.98px) {
  .sidebar-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
  }
  .sidebar-filter-wrap {
    position: relative;
    width: 260px;
    height: 100%;
    padding: 20px;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: transform 0.2s;
    -ms-transform: translateX(-270px);
    transform: translateX(-270px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  }
  .sidebar-filter.open {
    display: block;
  }
  .sidebar-filter.open .sidebar-filter-wrap {
    transform: translate(0);
  }
}

.sidebar-close {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1020;
  width: 50px;
  height: 50px;
  font-size: 32px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sidebar-book {
  padding: 19px;
  border: 2px solid var(--primary-color);
}
.sidebar-book-form .form-group label {
  font-weight: bold;
  font-size: 17px;
  line-height: 40px;
}
.sidebar-book-form .form-group .form-control {
  box-shadow: none;
  border: 1px solid #000;
  font-size: 15px;
  height: 40px;
}
.sidebar-book-form .form-group .form-control:disabled,
.sidebar-book-form .form-group .form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}
.sidebar-book-form .form-group textarea.form-control {
  height: auto;
  padding: 10px;
}

#CDSWIDSSP {
  width: 100% !important;
}

.bf {
  background: var(--primary-color);
  color: white;
  font-size: 17px;
  font-weight: 700;
  padding: 12px;
  text-align: center;
}

.bf-center {
  text-align: center;
  margin-bottom: 15px;
}

.blogs-list .blog-item {
  margin-bottom: 30px;
}
.blogs-list .blog-item-inner {
  position: relative;
  box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.blogs-list .blog-item .box-image .image-cover {
  padding-top: 56%;
}
.blogs-list .blog-item .badge-date {
  position: absolute;
  top: 7%;
  left: 0;
  display: table;
  height: 2.8em;
  width: 2.8em;
  margin-left: -5px;
}
.blogs-list .blog-item .badge-date .badge-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  line-height: 0.85;
  background-color: #fff;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  padding: 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}
.blogs-list .blog-item .badge-date .badge-inner .date-month {
  font-size: 1.2rem;
}
.blogs-list .blog-item .box-content {
  padding: 15px;
}
.blogs-list .blog-item .box-content .title {
  font-size: 2rem;
  font-weight: 600;
}
.blogs-list .blog-item .box-content .is-divider {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  height: 2px;
}
.blogs-list .blog-item .box-content .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blogs-list .blog-item:hover .badge-date .badge-inner {
  background-color: var(--primary-color);
  color: #fff;
}
.blogs-detail .entry-header .entry-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.blogs-detail .entry-header .entry-meta {
  font-size: 1.2rem;
}
.blogs-detail .entry-header .entry-meta > span {
  margin-right: 40px;
}
.blogs-detail .entry-header .entry-meta > span i {
  margin-right: 3px;
}
.blogs-detail-photo {
  margin-top: 20px;
  margin-bottom: 20px;
}
.blogs-detail-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 400px;
}
.blogs-detail-content ul {
  margin-left: 20px;
  list-style: disc;
  margin-bottom: 15px;
}

#toc-container {
  background: #f9f9f9;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  display: table;
  margin-bottom: 1em;
  padding: 10px 20px 10px 10px;
  position: relative;
  width: auto;
}
#toc-container .toc-head span {
  display: flex;
  align-items: center;
  gap: 10px;
}
#toc-container .toc-head.open {
  margin-bottom: 0;
}
#toc-container .toc-list li {
  font-weight: 400;
  font-size: 95%;
}
#toc-container .toc-list li a {
  color: #444;
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;
  display: inline-flex;
  align-items: stretch;
  flex-wrap: nowrap;
}
#toc-container .toc-list.hidden {
  display: none;
}

.faqs-list .item {
  position: relative;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border: 1px solid transparent;
  margin-bottom: 10px;
}
.faqs-list .item-header {
  padding: 10px 15px;
  background-color: var(--primary-color);
  color: #fff;
}
.faqs-list .item-header-title {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 500;
}
.faqs-list .item-header-title .title-class {
  flex: 1;
}
.faqs-list .item-header-title .title-arrow {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.faqs-list .item-header-title .title-arrow .fa-minus {
  display: none;
}
.faqs-list .item-header-title .title-arrow .fa-plus {
  display: block;
}
.faqs-list .item-header.active .fa-minus {
  display: block;
}
.faqs-list .item-header.active .fa-plus {
  display: none;
}
.faqs-list .item-content {
  padding: 15px;
  border: 2px solid var(--primary-color);
  display: none;
}

.backtotop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
  display: none;
}
.backtotop span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #DCFCE7;
  padding: 8px;
  border-radius: 8px;
  color: var(--primary-color);
  font-size: 1.8rem;
  cursor: pointer;
}
.backtotop.show {
  display: block;
}

.footer {
  background-color: #212121;
  color: #f1f1f1;
  padding: 30px 0;
}
.footer-head {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .footer-col {
    margin-bottom: 20px;
  }
}
.footer .col-inner .is-divider {
  background-color: rgba(255, 255, 255, 0.3);
}
.footer-content ul li {
  margin-bottom: 6px;
}
.footer-content ul li a {
  color: inherit;
}
.footer-list {
  list-style: disc;
  margin-left: 20px;
}
.footer .social-icons {
  color: #fff;
}

.social-icons {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.85em;
  color: #999;
}
.social-icons .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: inherit;
}
.social-icons .icon:hover {
  opacity: 0.8;
}
.social-icons .icon-facebook {
  background-color: #3a589d;
}
.social-icons .icon-instagram {
  background: radial-gradient(circle at 30% 30%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.social-icons .icon-twitter {
  background-color: #1da1f2;
}
.social-icons .icon-envelop {
  background-color: #dd4b39;
}
.social-icons .icon-phone {
  background-color: #34af23;
}
.social-icons .icon-pinterest {
  background-color: #bd081c;
}
.social-icons .icon-linkedin {
  background-color: #0077b5;
}
.social-icons .icon-youtube {
  background-color: #ff0000;
}

.fixed-contact {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 999;
}
.fixed-contact .box-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  font-size: 3.2rem;
  background-color: #51cb5a;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/*# sourceMappingURL=style.css.map */
