@font-face {
  font-family: "cattourfont";
  src: url("../fonts/cattourfont.woff2") format("woff2"),
    url("../fonts/cattourfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 700;
}

.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;
}

[class^="cattour-icon-"],
[class*="cattour-icon-"] {
  font-family: "cattourfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #d5d5d5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cattour-icon-search:before {
  content: "";
}

.title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* home */
.home1 {
  position: relative;
}

.home1 .slider .flickity-slider .img {
  opacity: 0.5 !important;
  transition: opacity 0.5s ease-in-out;
}

.home1 .slider .flickity-slider .img.is-selected {
  opacity: 1 !important;
}

.box-search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  color: #fff;
}

.box-search h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-shadow: 0 1px 1px #333;
  margin-bottom: 0.5rem;
}

.box-search p {
  font-size: 24px;
  font-weight: 500;
}

.box-search form {
  max-width: 850px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.box-search form * {
  margin: 0;
}

.box-search form input {
  height: 48px;
  color: #495057;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ced4da;
  box-shadow: none !important;
}

.box-search form button {
  height: 48px;
  width: 100px;
  font-size: 20px;
}

.box-search form button i {
  color: var(--fs-color-secondary);
  font-weight: 500;
}

.home2 .icon-box h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.home2 .icon-box p {
  font-size: 14px;
}

.home2 .col {
  padding-top: 15px;
  padding-bottom: 15px;
}

.home3 {
  background: #f5f5f5;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.home4 {
  background: #f5f5f5;
  padding-top: 1.5rem;
}

.home4 .box {
  border-radius: 5px;
  overflow: hidden;
}

.home4 .box-text {
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: fit-content;
}

.home4 .box-text h3 {
  font-weight: 700;
  font-size: 24px;
}

.home4 button.flickity-button {
  opacity: 1;
}

.home4 .button {
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid var(--fs-color-primary);
  color: var(--fs-color-primary);
  border-radius: 99px;
  margin: 0 auto;
  display: block;
  width: fit-content;
}

.home4 .icon-map-pin-fill {
  font-size: 22px;
  color: var(--fs-color-secondary);
}

.home4 .icon-map-pin-fill:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.home5 {
  background: #f5f5f5;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.home5 button.flickity-button {
  opacity: 1;
}

.home6 {
  background: #f5f5f5;
  padding-bottom: 3rem;
}

.home6 .box {
  border-radius: 5px;
  overflow: hidden;
}

.home4 .row.row-small:hover .flickity-prev-next-button.previous,
.home5 .row.row-small:hover .flickity-prev-next-button.previous,
.home6 .row.row-small:hover .flickity-prev-next-button.previous {
  transform: translateX(20%) !important;
}

.home4 .row.row-small:hover .flickity-prev-next-button.next,
.home5 .row.row-small:hover .flickity-prev-next-button.next,
.home6 .row.row-small:hover .flickity-prev-next-button.next {
  transform: translateX(-20%) !important;
}

.home6 button.flickity-button {
  opacity: 1;
}

.home7 {
  background-color: #fff;
  padding-top: 3rem;
  position: relative;
  background-image: url(//bizweb.dktcdn.net/100/505/645/themes/956063/assets/background-cus-review.png?1720155052070);
  background-repeat: no-repeat;
  background-position: center;
}

.home7 .flickity-slider > * {
  max-width: calc(100% / 3 + 30px) !important;
}

.home7 .flickity-slider .col-inner {
  border-radius: 16px;
  border: 1px solid #e2e6f2;
  padding: 30px;
  text-align: center;
  background: #fff;
  transform: scale(0.93);
  height: 100%;
}

.home7 .flickity-slider .col-inner p {
  color: #212633;
  font-size: 16px;
}

.home7 .flickity-slider .col-inner .img-top {
  max-width: 169px;
  margin-bottom: 10px;
}

.home7 .flickity-slider .col-inner .img-avt img {
  height: 70px;
  width: 70px;
  border-radius: 100%;
}

.home7 .flickity-slider .col-inner h3 {
  color: #2b2f33;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

.home7 .flickity-slider .is-selected .col-inner {
  margin-top: 0;
}

.home7 .flickity-slider > .row:not(.is-selected) {
  opacity: 1;
}

.home8 {
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid #eee;
}

.home8 .box-image {
  aspect-ratio: 16 / 9;
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 15px;
}

.home8 .box-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* product-small */

.product-small.box {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.product-small .box-text {
  padding: 1rem;
}

.product-small .product-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.product-small .product-title a {
  color: #365899;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-small .price-wrapper .price {
  height: 37px;
}

.date-go {
  font-size: 12px;
  color: #2d4271;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5rem;
}

.product-small del {
  display: block;
  text-decoration: none;
  margin-bottom: 0.25rem;
}

.product-small span.amount {
  font-size: 1.15rem;
  font-weight: 600;
  color: #ff5b00;
}

.product-small del span.amount {
  font-size: 12px;
  color: #2d4271;
  font-weight: 400;
  text-decoration: line-through;
}

.product-small .action-book a {
  background-color: var(--fs-color-primary);
  font-size: 12px;
  padding: 7px;
  line-height: 1;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

/* product-details */
.custom-product-page {
  background: #f9f9f9;
}

.row.ux-product-albums {
  max-width: 100%;
  padding: 0 12.5px;
}

.row.ux-product-albums .col {
  padding: 0 2.5px 5px;
}

.row.ux-product-albums .row {
  margin-left: -2.5px !important;
  margin-right: -2.5px !important;
}

.row.ux-product-albums .medium-7 img {
  width: 100%;
  aspect-ratio: 1.75;
  object-fit: cover;
  border-radius: 5px;
}

.row.ux-product-albums .medium-5 img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
  border-radius: 5px;
}

.row.ux-product-albums .gallery-thumb {
  position: relative;
}

.row.ux-product-albums .gallery-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  gap: 5px;
}

.product-short-desc {
  position: relative;
  margin-top: 1rem;
  overflow-y: auto;
  height: 150px;
  padding: 0 25px;
  text-align: justify;
  font-size: 0.875rem;
}

.product-short-desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 50px;
  background: url(/wp-content/uploads/icon-desc.png) no-repeat top center;
  background-size: contain;
}

.product-short-desc::-webkit-scrollbar {
  width: 3px;
}

.product-short-desc::-webkit-scrollbar-thumb {
  background: var(--fs-color-primary);
}

.product-short-desc::-webkit-scrollbar-track {
  background: #d9d9d9;
}

.product-info {
  margin: 0;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 1rem;
  display: grid;
  grid: auto / auto auto;
  column-gap: 30px;
}

.product-info li {
  display: flex;
  list-style: none;
  font-size: 0.875rem;
  color: #2d4271;
  margin-bottom: 5px;
}

.product-info li i {
  color: var(--fs-color-secondary);
  margin-right: 5px;
  width: 16px;
  flex-shrink: 0;
  transform: translateY(3px);
}

.product-info li span {
  display: inline-block;
  font-weight: 700;
}

.product-info li:nth-child(4) {
  grid-row: 2 / span 2;
  grid-column: 2 / span 1;
}

.box-border {
  padding: 20px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #e8e9e7;
}

.title-description {
  text-align: center;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
}

.title-description h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
}

.line-title {
  position: relative;
}

.line-title::before,
.line-title::after {
  content: "";
  position: absolute;
  top: 56%;
  width: 100px;
  height: 1px;
  background: #ccc;
}

.line-title::before {
  left: 50%;
  transform: translate(-120%, -50%);
}

.line-title img {
  width: 25px;
  aspect-ratio: 1;
  object-fit: contain;
}

.line-title::after {
  right: 50%;
  transform: translate(120%, -50%);
}

.box-gift .gift-content {
  padding: 0 30px;
  color: #ff5b00;
  font-size: 0.875rem;
  position: relative;
}

.box-gift::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/map.png) no-repeat center / contain;
  opacity: 0.15;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.schedule-section {
  margin-left: 55px;
  padding-left: 20px;
  position: relative;
}

.schedule-section::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  height: calc(100% + 4px);
  border-left: 1px dashed var(--fs-color-primary);
}

.schedule-section .day-detail {
  position: relative;
  margin-bottom: 20px;
}

.schedule-section .day-number {
  position: absolute;
  top: 0;
  left: -68px;
  color: #2d4271;
  font-size: 0.875rem;
}

.schedule-section .day-title {
  cursor: pointer;
  color: #2d4271;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}

.schedule-section .day-desc {
  color: #2d4271;
  font-size: 0.875rem !important;
  text-align: justify;
  display: none;
}

.schedule-section .day-number span {
  color: #fff;
  background: #fbbc05;
  font-weight: 700;
  border-radius: 50%;
  line-height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  display: inline-block;
}

.schedule-section .day-detail.active .day-desc {
  display: block;
}

.schedule-section .day-detail.active .day-title i {
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

a,
i,
img {
  transition: all 300ms;
}

.box-gift {
  border-radius: 6px;
  position: relative;
}

.departure-schedule {
  border-radius: 6px;
  border: 1px solid #e8e9e7;
  background: #fff;
  padding: 15px;
}

.departure-schedule:not(table) {
  color: #365899 !important;
  font-size: 0.875rem !important;
}

.departure-schedule table {
  border: 0;
  width: 100% !important;
  border-collapse: collapse;
}

.departure-schedule tr:first-child {
  border: 0;
}

.departure-schedule tr:first-child td,
.departure-schedule tr:first-child th {
  color: #fff;
  background: #ff5b00;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 15px 6px;
}

.departure-schedule td,
.departure-schedule th {
  border: 0;
  padding: 10px 15px 6px;
  font-size: 14px;
}

.departure-schedule tbody td {
  vertical-align: baseline;
}

.departure-schedule td:nth-child(1),
.departure-schedule th:nth-child(1) {
  color: #2d4271;
  font-weight: 700;
  width: 25%;
  text-align: left !important;
}

.departure-schedule td:nth-child(2),
.departure-schedule th:nth-child(2) {
  text-align: center !important;
  width: 50%;
  color: #2d4271;
}

.departure-schedule td:nth-child(3),
.departure-schedule th:nth-child(3) {
  text-align: right !important;
  width: 25%;
  color: #ff5b00;
  font-weight: 700;
}

.info-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.info-content {
  font-size: 14px;
}

.line-content {
  text-align: center;
  position: relative;
}

.line-content::before,
.line-content::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 47%;
  height: 1px;
  background: #ccc;
}

.line-content img {
  width: 25px;
  aspect-ratio: 1;
  object-fit: contain;
}

.line-content::after {
  right: 0;
}

.line-content::before {
  left: 0;
}

.thank-you {
  text-align: center;
  color: #ff5b00;
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 10px;
}

.product-gallery-wrapper .flickity-prev-next-button {
  opacity: 1;
  color: #ff5b00;
}

.product-gallery-wrapper img {
  border-radius: 5px;
}

.product-gallery-thumbs {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.product-gallery-thumbs .col {
  padding: 0 3px;
}

.product-gallery-main {
  margin-bottom: 8px;
}

.product-gallery-thumbs img {
  border: 1px solid transparent;
}

.product-gallery-thumbs .is-selected img {
  border-color: #ff5b00;
}

.box-border .product-name {
  font-size: 1.125rem;
  color: #365899;
  line-height: 24px;
  font-weight: 700;
}

.d-none {
  display: none !important;
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

.star-box {
  display: inline-block;
  position: relative;
}

.star-box .star-gray {
  position: relative;
  z-index: 0;
}

.star-box i {
  font-size: 12px;
  color: #ffa628;
}

.star-box .star-color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  width: 90%;
}

.position-relative {
  position: relative !important;
}

.origi-price {
  text-decoration: line-through;
  color: #666;
}

.box-border .origi-price {
  color: #2d4271;
  font-size: 0.875rem;
  margin-top: 5px;
}

.box-border .sale-price {
  color: #2d4271;
  font-size: 0.875rem;
  font-weight: 400;
}

.box-border .sale-price span {
  font-weight: 900;
  color: #ff5b00;
  font-size: 1.5rem;
}

.saleoff-badge {
  position: absolute;
  right: 20px;
  background: #f00;
  color: #fff;
  text-align: center;
  padding: 3px 15px;
  font-size: 14px;
}

.box-border .saleoff-badge {
  top: 0;
  background: #ed1c24;
  border-radius: 6px;
  padding: 5px 15px;
}

.saleoff-badge:before {
  position: absolute;
  top: 2px;
  left: 2px;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  content: "";
  border: 1px dashed #fff;
}

.box-border .saleoff-badge::before {
  border-radius: 6px;
}

.box-border .saleoff-badge strong {
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 700;
}

.sub-info-tour {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

.sub-info-tour li {
  font-size: 13px;
  padding: 8px 0;
  border-bottom: 1px #eee solid;
}

.box-border .sub-info-tour li {
  color: #2d4271;
  margin: 0;
}

.box-border .sub-info-tour li i {
  color: #2d4271;
}

.box-border .sub-info-tour span {
  font-weight: 700;
}

.box-border .action-book {
  border-radius: 0.25rem;
}

.box-border .btn-orange {
  background: #ff5b00;
  border: 0;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 24px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px 10px;
}

.box-border .btn-orange span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.hotline-product {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.p-2 {
  padding: 0.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.hotline-product .icon {
  width: 60px;
  float: left;
}

.hotline-product .icon i {
  color: #ff5b00;
  font-size: 50px;
}

.cattour-icon-phone:before {
  content: "";
}

.hotline-product .text {
  display: block;
  margin-top: -6px;
  color: #2d4271;
}

.hotline-product .text a {
  display: block;
  color: #ff5b00;
  font-size: 24px;
  font-weight: 700;
  margin-top: -7px;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.btn-long {
  width: 49%;
  color: #fff;
  margin-top: 25px;
  text-align: center;
  border-radius: 5px;
  padding: 6px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.btn-primary,
.bg-primary {
  background: #365899;
  border: 0;
  border-radius: 0.25rem;
}

.btn-orange,
.bg-orange {
  background: #ff5b00;
  border-radius: 8px;
  border: 0;
  color: #fff;
  border-radius: 0.25rem;
}

.sing-header-title {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.sing-header-title:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #ff5b00;
  transform: translateX(-50%);
}

.bg-gray {
  background: #f5f5f5;
}

#book-page {
  padding-bottom: 40px;
  font-size: 14px;
}

#book-page h2 {
  font-size: 20px;
  padding-bottom: 10px;
}

.p-3 {
  padding: 1rem !important;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend {
  margin-right: -1px;
}

.form-group.row {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.form-group.row .col {
  padding: 0 4px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

#footer {
  background: #333;
  font-size: 14px;
  color: #888;
}

#footer p {
  margin-bottom: 0.5rem;
}

#footer h5 {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}

#footer a {
  color: #fff;
}

.archive-page-header {
  display: none !important;
}

#masthead .nav > li {
  margin: 0 15px;
}

#masthead .nav > li > a {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  text-transform: none;
}

#masthead .nav > li.html_topbar_left a {
  font-size: 18px;
  font-weight: 700;
  color: #ff5b00;
}

#masthead .nav > li.html_topbar_left a i {
  color: #ff5b00;
  font-size: 20px;
  position: relative;
  bottom: -5px;
}

span.widget-title {
  background: var(--primary-color);
  display: block;
  color: #fff;
  padding: 12px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.post_comments,
.widget .is-divider {
  display: none;
}

.recent-blog-posts-li .badge,
.recent-blog-posts-li .badge-inner {
  width: 100px;
  height: 70px;
}

.recent-blog-posts-li .flex-col.flex-grow {
  max-width: calc(100% - 100px);
}

.widget > ul {
  padding: 8px;
  border: 1px solid var(--fs-color-primary);
}

.widget ul .mr-half {
  margin-right: 10px;
}

.recent-blog-posts a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.post-item .badge.post-date {
  display: none;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 5px;
}

.single-product .page_header .page_header_title {
  font-size: 30px;
}

.contact-1 .col {
  padding-bottom: 0;
}

.contact-1 .row-main > .col:first-child > .col-inner {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}

.contact-1 .col input[type="email"],
.contact-1 .col input[type="number"],
.contact-1 .col input[type="tel"],
.contact-1 .col input[type="text"],
.contact-1 .col textarea {
  box-shadow: unset !important;
  border-radius: 8px !important;
  height: 45px !important;
  margin-bottom: 30px;
}

.contact-1 input[type="submit"] {
  margin: 0;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  border-radius: 8px;
}

.breadcrumbs {
  padding: 1rem 0;
}

.breadcrumbs {
  font-size: 13px;
  color: rgb(36 36 36);
  font-weight: 400;
}

.breadcrumbs a {
  font-size: 13px;
  color: var(--fs-color-primary);
}

.breadcrumbs a svg {
  position: relative;
  top: 4px;
}

.breadcrumbs .col {
  padding-bottom: 0;
}

.breadcrumb-sep svg {
  position: relative;
  top: 4px;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/

  .box-search h2 {
    font-size: 46px;
  }

  .home5 .small-columns-2 .flickity-slider > .col {
    flex-basis: 75%;
    max-width: 75%;
  }

  .home6 .small-columns-1 .flickity-slider > .col {
    flex-basis: 75%;
    max-width: 75%;
  }

  .home7 .flickity-slider > * {
    max-width: calc(75%) !important;
  }
}
