/* Sec 1 */
.sec__banner {
  position: relative;
}

.sec__banner video,
.sec__banner img {
  width: 100%;
  height: 42.708vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec__banner .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec__banner .overlay .sec__banner-title {
  font-size: 2.5vw;
  line-height: 1.2;
  color: white;
  text-align: center;
  max-width: 65vw;
  font-weight: 700;
  margin: 0px;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 0 10px
}

.sec__banner .overlay .sec__banner-title strong {
  font-size: 5vw;
  display: block;
  font-weight: 900;
}

/* Sec 2 */
.sec2 {
  padding: 4.444vw 0px;
}

.sec2 .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4.444vw;
}

.sec2 .row .col {
  width: 100%;
  height: 100%;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec2 .embed-responsive iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 16px;
}

.sec2 .row .col img,
.sec2 .row .col video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.389vw;
}

/* Sec 3 */
.sec3 {
  background-image: url('/wp-content/uploads/2025/08/bg-list-tours.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4.444vw 0px;
}

.sec3 .title {
  margin-bottom: 16px;
}

.sec3 .description {
  max-width: 1024px;
  margin: 0px auto 42px;
}

.sec3 .sec3_tours .slick-track {
  display: flex;
  gap: 20px;
}

.sec3 .sec3_tours .slick-track .slick-slide {
  height: inherit;
  display: flex;
  float: none !important;
}

.sec3 .sec3_tours .tour-item {
  background-color: white;
  border-radius: 1.389vw;
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.sec3 .sec3_tours .tour-item a {
  color: black;
}

.sec3 .sec3_tours .tour-item .item__head {
  height: 270px;
  position: relative;
}

.sec3 .sec3_tours .tour-item .item__head .badge {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 0.972vw;
  line-height: 1.2;
  border-radius: 1.389vw;
  padding: 6px 12px;
  background-color: #FF6100;
  color: white;
}

.sec3 .sec3_tours .tour-item .item__head .badge.badge--date {
  top: auto;
  bottom: -12px;
  background-color: #101A3B;
}

.sec3 .sec3_tours .tour-item .item__head .badge.badge--date .fa-user {
  font-size: 0.8vw;
}

.sec3 .sec3_tours .tour-item .item__head img {
  height: 100%;
  object-fit: cover;
  border-radius: 1.389vw 1.389vw 0 0;
}

.sec3 .sec3_tours .tour-item .item__main {
  padding: 32px 24px 0px;
}

.sec3 .sec3_tours .tour-item .item__main .title {
  font-size: 1.5vw;
  line-height: 1.2;
  margin: 0px 0px 16px;
  text-align: left;
}

.sec3 .sec3_tours .tour-item .item__main .info {
  display: flex;
  gap: 4px;
  font-size: 1.111vw;
  line-height: 1.4;
  margin-bottom: 10px;
}

.sec3 .sec3_tours .tour-item .item__main .info svg {
  margin-right: 4px;
  flex-basis: 20px;
}

.sec3 .sec3_tours .tour-item .item__main .info p {
  margin: 0px;
  flex-basis: calc(100% - 20px);
}

.sec3 .sec3_tours .tour-item .item__main .info strong {
  font-weight: 500;
}

.sec3 .sec3_tours .tour-item .item_foot {
  padding: 0px 32px;
}

.sec3 .sec3_tours .tour-item .item_foot .price,
.sec3 .sec3_tours .tour-item .item_foot .note {
  font-size: 1.111vw;
  line-height: 1.4;
  margin: 8px 0px;
  font-weight: 500;
  color: #101A3B;
}

.sec3 .sec3_tours .tour-item .item_foot .price strong {
  font-size: 1.389vw;
  line-height: 1.4;
  color: #FF6100;
  font-weight: 700;
}

.sec3 .sec3_tours .tour-item .item_foot .note strong {
  font-size: 1.2vw;
  line-height: 1.4;
  font-weight: 700;
}

.sec3 .sec3_tours .tour-item .button-booknow {
  color: white !important;
  margin: 8px auto 20px;
}

.sec3 .sec3_tours .swiper-pagination {
  position: unset;
  margin-top: 24px;
}

.sec3 .sec3_tours .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 16px;
  background-color: white;
  opacity: 1;
}

.sec3 .sec3_tours .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
  background-color: #FF6100;
  transition: 0.3s width ease-in;
}

.sec3 .sec3_tours .swiper-button-prev {
  left: 0px;
}

.sec3 .sec3_tours .swiper-button-next {
  right: 0px;
}

.sec3 .sec3_tours .swiper-button-prev::after,
.sec3 .sec3_tours .swiper-button-next::after {
  font-size: 1.875vw;
  font-weight: 900;
  color: #FF6100;
}



/* Sec 5 */
.sec5 {
  padding-bottom: 4.444vw;
}

.sec5 .sub__title,
.sec5 .title {
  text-align: center;
}

.sec5 .description {
  max-width: 1024px;
  margin: auto;
  text-align: center;
  font-style: italic;
  margin-top: 36px;
}

.sec5 .button.center {
  margin-top: 16px;
}

.sec5 .sec5-tabs .tab-buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}

.sec5 .sec5-tabs .tab-buttons .tab-btn {
  padding: 12px 24px;
  background-color: #D9D9D9;
  color: #101A3B;
  border-radius: 32px;
  border: none;
  cursor: pointer;
  font-size: 1.111vw;
  line-height: 1.2;
  font-weight: 700;
}

.sec5 .sec5-tabs .tab-buttons .tab-btn:hover,
.sec5 .sec5-tabs .tab-buttons .tab-btn.active {
  background-color: #101A3B;
  color: white;
}

.sec5 .sec5-tabs .rendered-boxes {
  display: grid;
}

.sec5 .sec5-tabs .box-item {
  display: grid;
  grid-template-columns: 1fr 24px 1fr;
  align-items: center;
  gap: 70px;
}

.sec5 .sec5-tabs .box-item img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.sec5 .sec5-tabs .box-item .seperate {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec5 .sec5-tabs .box-item .seperate span {
  width: 24px;
  height: 24px;
  border-radius: 99px;
  background-color: #D9D9D9;
}

.sec5 .sec5-tabs .box-item .seperate:before,
.sec5 .sec5-tabs .box-item .seperate:after {
  content: '';
  position: absolute;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 50%;
  background-color: #D9D9D9;
}

.sec5 .sec5-tabs .box-item .seperate:before {
  top: 0px;
}

.sec5 .sec5-tabs .box-item .seperate:after {
  bottom: 0px;
}

.sec5 .sec5-tabs .box-item:first-child .seperate:before,
.sec5 .sec5-tabs .box-item:last-child .seperate:after {
  display: none;
}

.sec5 .sec5-tabs .box-item .box-item-content {
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec5 .sec5-tabs .box-item:first-child .box-item-content {
  padding-top: 0px;
}

.sec5 .sec5-tabs .box-item:last-child .box-item-content {
  padding-bottom: 0px;
}

.sec5 .sec5-tabs .box-item .box-item-content .box-item--subtitle {
  font-size: 1.25vw;
  line-height: 1.2;
  font-weight: 700;
  text-align: right;
  color: #101A3B;
}

.sec5 .sec5-tabs .box-item .box-item-content .box-item--title {
  font-size: 2vw;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: right;
  color: #101A3B;
}

.sec5 .sec5-tabs .box-item .box-item-content .box-item--content p {
  font-size: 1.111vw;
  line-height: 1.4;
  font-weight: 400;
  margin: 0px;
  text-align: justify;
  color: #101A3B;
}

.sec5 .sec5-tabs .box-item:nth-child(odd) .box-item-content p {
  text-align-last: left;
}

.sec5 .sec5-tabs .box-item .box-item-content .button {
  margin-left: auto;
  margin-right: 0px;
  background-color: #FF6100;
}

.sec5 .sec5-tabs .box-item .box-item-content .button:hover {
  background-color: #101A3B;
}

.sec5 .sec5-tabs .box-item:nth-child(odd) {
  direction: inherit;
}

.sec5 .sec5-tabs .box-item:nth-child(odd) img {
  order: 3;
}

.sec5 .sec5-tabs .box-item:nth-child(odd) .seperate {
  order: 2;
}

.sec5 .sec5-tabs .box-item:nth-child(odd) .box-item-content .box-item--subtitle,
.sec5 .sec5-tabs .box-item:nth-child(odd) .box-item-content .box-item--title {
  text-align: left;
}

.sec5 .sec5-tabs .box-item:nth-child(odd) .box-item-content .button {
  margin-left: 0px;
  margin-right: auto;
}

/* Sec 6 */
.sec6 {
  background-image: url('/wp-content/themes/hello-theme-child-master/assets/images/bg-customer-reviews.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10vw 0px 22vw;
}

.sec6 .sec6__head {
  margin-bottom: 4.444vw;
}

.sec6 .sec6__head .description {
  max-width: 60%;
}

.sec6 .sec6__main {
  position: relative;
}

.sec6 .sec6__main .road {
  max-width: calc(100% - 16.667vw);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 8.333vw;
  bottom: 8.681vw;
}

.sec6 .sec6__main img.road--bg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec6 .sec6__main img.road--icon {
  height: 4.444vw;
  width: 4.444vw;
  object-fit: contain;
  position: absolute;
  left: 9.375vw;
  bottom: 8vw;
}

.sec6 .sec6__main .list {
  display: flex;
}

.sec6 .sec6__main .list .item {
  max-width: 19.444vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 7.639vw;
}

.sec6 .sec6__main .list .item:nth-child(2) {
  margin-top: -2.083vw;
  margin-left: 6.944vw;
}

.sec6 .sec6__main .list .item:last-child {
  margin-top: -18.403vw;
  margin-left: auto;
}

.sec6 .sec6__main .list .item.ontop {
  flex-direction: column-reverse;
}

.sec6 .sec6__main .list .item img {
  width: 100%;
  height: 12.5vw;
  object-fit: cover;
  border-radius: 1.389vw;
}

.sec6 .sec6__main .list .item .title {
  font-size: 1.5vw;
  line-height: 1.2;
  margin: 0 0 8px;
}

.sec6 .sec6__main .list .item .desc {
  font-size: 1.111vw;
  line-height: 1.4;
}

/* Sec 7 */
.sec7 {
  margin-top: -18vw;
}

.sec7 .sec7_thumb .slick-slide>div {
  width: 100%;
}

.sec7 .sec7_thumb img {
  border-radius: 16px;
  object-fit: cover;
  height: 100%;
  max-height: 36vw;
}

.sec7 ul {
  padding: 0px;
  list-style: none;
}

.sec7 .achievements {
  max-width: 66.667vw;
  margin: -4.514vw auto 2.5vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  position: relative;
  z-index: 2;
}

.sec7 .achievements .item {
  background-color: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  padding: 32px 24px;
}

.sec7 .achievements .item p {
  margin: 0px;
  text-align: center;
}

.sec7 .achievements .item .title {
  font-size: 2.083vw;
  line-height: 1.2;
  margin-bottom: 0px;
}

.sec7 .achievements .item .desc {
  font-size: 1.25vw;
  line-height: 1.4;
}

.sec7 .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec7 .row .col.col--L {
  max-width: fit-content;
  flex-basis: fit-content;
}

.sec7 .row .col.col--L .title {
  white-space: nowrap;
  margin-bottom: 0px;
}

.sec7 .row .col.col--R {
  max-width: fit-content;
  flex-basis: fit-content;
  padding-left: 32px;
}

.sec7 .row .col.col--R .platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.sec7 .row .col.col--R .platforms .platform {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec7 .row .col.col--R .platforms .platform img {
  width: auto;
  height: 4.167vw;
  object-fit: contain;
}

.sec7 .row .col.col--R .platforms .platform p {
  margin-bottom: 0px;
  text-align: right;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.sec7 .row .col.col--R .platforms .platform p .fa-star {
  color: #FBBC04;
}



/* Sec 8 */
.sec8 {
  overflow: hidden;
  padding: 4.4vw 0;
}

section.sec8 .title {
  margin-bottom: 8px;
}

section.sec8 .description {
  margin-bottom: 2.222vw;
}

.sec8 .raider-slider .raider {
  border-radius: 24px;
  border: 1px solid #BFBFBF;
  position: relative;
  width: 100%;
}

.sec8 .raider-slider .raider img {
  border-radius: 24px;
}

.sec8 .raider-slider .raider .raider-info {
  padding: 16px 24px;
}

.sec8 .raider-slider .raider .raider-info .raider-info--name {
  font-size: 1.389vw;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #101A3B;
}

.sec8 .raider-slider .raider .raider-info .raider-info--desc,
.sec8 .raider-slider .raider .after {
  font-size: 1.111vw;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0;
  color: #101A3B;
}

.sec8 .raider-slider .slick-slide>div {
  width: 100%;
}

.sec8 .raider-slider .raider .after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: none;
  background-color: white;
  border-radius: 24px;
  padding: 24px;
  font-size: 0.9vw;
}

.sec8 .raider-slider .raider:hover .after {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sec8 .raider-slider .raider img {
  height: 22.222vw;
  width: 100%;
  object-fit: cover;
}

/* Sec 9 */
.sec9 {
  background-image: url('/wp-content/themes/hello-theme-child-master/assets/images/bg-customer-reviews.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4.444vw 0px;
}

.sec9 .title {
  margin-bottom: 36px;
}

.sec9 .row {
  display: flex;
  overflow: hidden;
}

.sec9 .row .col {
  width: 100%;
  max-width: 50%;
  flex-basis: 50%;
}

.sec9 .row .col.col--R {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec9 ul {
  padding: 0px;
}

.sec9 ul li img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 1.389vw;
}

.sec9 ul.slider-testimonials-1 li img,
.sec9 ul.slider-testimonials-3 .slick-slide.slick-current.slick-active li img {
  border: 3px solid #ff6100;
}

.sec9 ul.slider-testimonials-2 li .content {
  font-size: 1.25vw;
  line-height: 1.4;
  font-weight: 400;
}

.sec9 ul.slider-testimonials-2 li .info {
  display: flex;
  gap: 8px;
  font-size: 1.389vw;
  line-height: 1.2;
  font-weight: 700;
}

.sec9 ul.slider-testimonials-1 .slick-arrow {
  display: none !important;
}
section.sec9 .slider-testimonials-1 .slick-slide{
  display: block;
}
/* Sec 10 */
.sec10 {
  padding: 4.444vw 0px;
}
section.sec10 .slick-gap .slick-track{
    gap: 0;
}
section.sec10 .slick-track .slick-slide{
    padding: 0 10px;
}
section.sec10 .slick-arrow.slick-prev{
    left: 10px;
}
section.sec10 .slick-arrow.slick-next{
    right: 10px;
}
.sec10 .slick-track .slick-slide>div {
  width: 100%;
}

.sec10 .slick-track .slick-slide>div iframe {
  border-radius: 20px !important
}

/* Sec 11 */
.sec11 {
  background-image: url('/wp-content/themes/hello-theme-child-master/assets/images/bg-sec11.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4.444vw 0px 128px;
  overflow: hidden;
}

.sec11 .title {
  color: #FF6100;
}

.sec11 video,
.sec11 img {
  border: 5px solid #FF6100;
}

.sec11 .col--R {
  position: relative;
}

.sec11.sec2 .row .col img.mascot {
  position: absolute;
  right: -150px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  object-fit: contain;
  border: none;
}

/* Sec 12 */
.sec12 {
  padding: 4.444vw 0px;
}

.sec12 .tabs .tab-labels {
  display: flex;
  justify-content: center;
  gap: 2.083vw;
  margin-bottom: 1.667vw;
  list-style: none;
  padding: 0px;
}

.sec12 .tabs .tab-labels li {
  padding: 0.694vw 1.667vw;
  background-color: #D9D9D9;
  border-radius: 2.5vw;
  font-size: 1.111vw;
  line-height: 1.2;
  font-weight: 500;
}

.sec12 .tabs .tab-labels li:hover,
.sec12 .tabs .tab-labels li.active {
  background-color: #101A3B;
  color: white;
  text-transform: capitalize;
  cursor: pointer;
}

.sec12 .tabs .tab-content {
  display: none;
}

.sec12 .tabs .tab-content.active {
  display: block;
}

.sec12 .tabs .tab-content .post-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.sec12 .tabs .tab-content .post-list article {
  display: grid;
  grid-template-columns: 18.056vw 1fr;
  gap: 1.389vw;
}

.sec12 .tabs .tab-content .post-list article .card-thumb img {
  border-radius: 1.667vw;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.sec12 .tabs .tab-content .post-list article .card-meta {
  display: flex;
  gap: 0.556vw;
  margin-bottom: 0.556vw;
}

.sec12 .tabs .tab-content .post-list article .card-meta span {
  font-size: 0.833vw;
  line-height: 1.2;
  padding: 0.417vw 0.833vw;
  border-radius: 1.667vw;
  background-color: #FF6100;
  color: white;
  text-transform: capitalize;
}

.sec12 .tabs .tab-content .post-list article .card-content a {
  color: #101A3B;
}

.sec12 .tabs .tab-content .post-list article .card-content .card-title {
  font-size: 1.2vw;
  line-height: 1.2;
  font-weight: 700;
  margin: 0px 0px 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sec12 .tabs .tab-content .post-list article .card-content .card-excerpt {
  font-size: 0.972vw;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.sec12 .tabs .tab-content .post-list article:first-child {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-row: 1 / span 3;
}

.sec12 .tabs .tab-content .post-list article:first-child .card-thumb {
  grid-row: 1 / span 2;
}

.sec12 .tabs .tab-content .post-list article:first-child .card-content .card-title {
  font-size: 1.667vw;
}

.sec12 .tabs .tab-content .post-list article .card-content .card-readmore {
  font-weight: 700;
  font-size: 0.972vw;
  line-height: 1.2;
}

.sec12 .tabs .tab-content .post-list article:first-child .card-content .card-readmore {
  display: none;
}

/* Sec 13 */
.sec13 {
  padding: 4.44vw 0 0;
}

.sec13 .row {
  display: flex;
  gap: 24px;
}

.sec13 .row .col-L {
  flex-basis: 25%;
  max-width: 25%;
}

.sec13 .row .col-R {
  flex-basis: 75%;
  max-width: 75%;
}

.sec13 .services {
  height: 100%;
}

.sec13 .services .slick-slide>div {
  width: 100%;
}

.sec13 .services .service {
  position: relative;
}

.sec13 .services .service img {
  width: 100%;
  height: 25vw;
  object-fit: cover;
  border-radius: 16px;
}

.sec13 .services .service .service-title {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.9));
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  border-radius: 16px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  color: white;
  font-size: 1.25vw;
  font-weight: 700;
}

.sec13 .services .service:hover .service-title {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 1));
  transition: 0.3s background ease-in-out;
}

/*  1024px */
@media (max-width: 1024px) {

  .sec2 .row .col img,
  .sec2 .row .col video {
    border-radius: 16px;
  }

  .sec3 .title {
    margin-bottom: 8px;
  }

  .sec3 .description {
    margin-bottom: 28px;
  }

  .sec3 .sec3_tours .tour-item {
    border-radius: 16px;
  }

  .sec3 .sec3_tours .tour-item .item__head {
    height: 220px;
  }

  .sec3 .sec3_tours .tour-item .item__head .badge {
    font-size: 12px;
    border-radius: 32px;
  }

  .sec3 .sec3_tours .tour-item .item__head img {
    border-radius: 16px;
  }

  .sec3 .sec3_tours .tour-item .item__main {
    padding: 28px 20px 0px;
  }

  .sec3 .sec3_tours .tour-item .item__main .title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .sec3 .sec3_tours .tour-item .item__main .info,
  .sec3 .sec3_tours .tour-item .item_foot .price,
  .sec3 .sec3_tours .tour-item .item_foot .note,
  .sec3 .sec3_tours .tour-item .item_foot .note strong {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .sec3 .sec3_tours .tour-item .item_foot {
    padding: 0 20px 20px;
  }

  .sec3 .sec3_tours .tour-item .item_foot .price strong {
    font-size: 16px;
  }

  .sec3 .sec3_tours .tour-item .item_foot .note {
    margin: 0px;
  }

  .sec5 .description {
    margin-top: 24px;
  }

  .sec5 .sec5-tabs .tab-buttons {
    margin-bottom: 20px;
    gap: 8px;
  }

  .sec5 .sec5-tabs .tab-buttons .tab-btn {
    font-size: 11px;
    padding: 8px;
  }

  .sec5 .sec5-tabs .box-item {
    gap: 20px;
    grid-template-columns: 1fr 20px 1fr;
  }

  .sec5 .sec5-tabs .box-item .box-item-content .box-item--subtitle,
  .sec5 .sec5-tabs .box-item .box-item-content .box-item--content p {
    font-size: 12px;
  }

  .sec5 .sec5-tabs .box-item .box-item-content .box-item--title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .sec5 .sec5-tabs .box-item img {
    height: 200px;
    border-radius: 16px;
  }

  .sec5 .sec5-tabs .box-item .seperate span {
    width: 20px;
    height: 20px;
  }

  .sec6 .sec6__head {
    margin-bottom: 64px;
  }

  .sec6 .sec6__main .list .item {
    max-width: 200px;
  }

  .sec6 .sec6__main .list .item img {
    height: 110px;
  }

  .sec6 .sec6__main .list .item .title {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .sec6 .sec6__main .list .item .desc {
    font-size: 12px;
  }

  .sec6 .sec6__main .road {
    bottom: 10.6vw;
    left: 11vw;
  }

  .sec6 .sec6__main .list .item:last-child {
    margin-top: -22vw;
  }

  .sec6 .sec6__main .list .item {
    max-width: 200px;
  }

  .sec6 .sec6__main .list .item img {
    height: 110px;
  }

  .sec6 .sec6__main .list .item .title {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .sec6 .sec6__main .list .item .desc {
    font-size: 12px;
  }

  .sec6 .sec6__main .road {
    bottom: 10.6vw;
    left: 11vw;
  }

  .sec6 .sec6__main .list .item:last-child {
    margin-top: -22vw;
  }

  section.sec7 .title {
    margin: 0px;
  }

  .sec7 .sec7_thumb {
    height: 320px;
  }

  .sec7 .achievements {
    max-width: 85%;
    gap: 20px;
    margin-top: -50px;
  }

  .sec7 .achievements .item {
    padding: 20px;
    border-radius: 16px;
  }

  .sec7 .achievements .item .title {
    font-size: 24px;
  }

  .sec7 .achievements .item .desc {
    font-size: 12px;
  }

  .sec7 .row .col.col--L {
    max-width: fit-content;
    flex-basis: fit-content;
  }

  .sec7 .row .col.col--R .platforms {
    gap: 16px;
  }

  .sec7 .row .col.col--R .platforms .platform img {
    height: 42px;
  }

  .sec7 .row .col.col--R .platforms .platform p {
    font-size: 12px;
  }

  .sec8 .raider-slider .raider,
  .sec8 .raider-slider .raider img {
    border-radius: 16px;
  }

  .sec8 .raider-slider .raider img {
    height: 280px;
  }

  .sec8 .raider-slider .raider .after {
    padding: 16px;
  }

  .sec8 .raider-slider .raider .raider-info {
    padding: 12px 16px;
  }

  .sec8 .raider-slider .raider .raider-info .raider-info--name {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .sec8 .raider-slider .raider .raider-info .raider-info--desc,
  .sec8 .raider-slider .raider .after {
    font-size: 12px;
  }

  .sec9 ul.slider-testimonials-2 li .content {
    font-size: 12px;
  }

  .sec9 ul.slider-testimonials-2 li .info {
    font-size: 16px;
  }

  .sec11 {
    padding: 40px 0 64px;
  }

  .sec11.sec2 .row .col img.mascot {
    width: 120px;
    height: 120px;
    right: auto;
    left: -60px;
    bottom: -50px;
  }

  .sec12 {
    padding: 40px 0px;
  }

  .sec12 .tabs .tab-labels {
    margin-bottom: 16px;
    gap: 8px;
  }

  .sec12 .tabs .tab-labels li {
    font-size: 12px;
    padding: 8px 16px;
  }

  .sec12 .tabs .tab-content .post-list {
    gap: 16px;
  }

  .sec12 .tabs .tab-content .post-list article .card-meta span {
    font-size: 10px;
    line-height: 1.4;
  }

  .sec12 .tabs .tab-content .post-list article:first-child .card-content .card-title {
    font-size: 16px;
  }

  .sec12 .tabs .tab-content .post-list article .card-content .card-title {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .sec12 .tabs .tab-content .post-list article .card-content .card-excerpt,
  .sec12 .tabs .tab-content .post-list article .card-content .card-readmore {
    font-size: 12px;
    line-height: 1.2;
  }

  .sec13 .row {
    gap: 10px;
  }

  .sec13 .row .col-L {
    flex-basis: 40%;
    max-width: 40%;
  }

  .sec13 .row .col-R {
    flex-basis: 60%;
    max-width: 60%;
  }

  .sec13 .services .service img {
    height: 280px;
  }

  .sec13 .services .service .service-title {
    font-size: 16px
  }
}

/* 576px */
@media (max-width: 576px) {

  .sec__banner video,
  .sec__banner img {
    height: 100vw;
  }

  .sec2 .row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sec2,
  .sec3,
  .sec6,
  .sec8,
  .sec9,
  .sec10,
  .sec12 {
    padding: 32px 0px;
  }

  .sec2 .row .col img,
  .sec2 .row .col video {
    min-height: 200px;
  }

  .sec3 .sec3_tours .tour-item .item__head {
    height: 180px;
  }

  .sec3 .sec3_tours .tour-item .item__main .info,
  .sec3 .sec3_tours .tour-item .item_foot .price,
  .sec3 .sec3_tours .tour-item .item_foot .note strong {
    font-size: 13px;
  }

  .sec3 .sec3_tours .tour-item .item_foot .note {
    font-size: 12px;
    font-style: italic;
  }

  .sec3 .sec3_tours .tour-item .item_foot .price,
  .sec3 .sec3_tours .tour-item .item_foot .note {
    margin: 0px;
  }

  .sec3 .sec3_tours .tour-item .item_foot .price strong {
    font-size: 16px;
  }

  .sec3 .sec3_tours .slick-track {
    gap: 10px;
  }
  .sec3 .sec3_tours .tour-item .item__head .badge.badge--date .fa-user{
    font-size: 10px;
}

  .sec5 {
    padding-bottom: 32px;
  }

  .sec5 .sec5-tabs .box-item {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: start;
    position: relative;
    padding-left: 24px;
    padding-bottom: 16px;
  }

  .sec5 .sec5-tabs .box-item::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 99px;
    background-color: #D9D9D9;
    position: absolute;
    top: 3px;
    left: 0;
  }

  .sec5 .sec5-tabs .box-item::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 5px;
    width: 2px;
    height: 100%;
    background-color: #D9D9D9;
  }

  .sec5 .sec5-tabs .box-item:last-child::after {
    display: none;
  }

  .sec5 .sec5-tabs .box-item:nth-child(odd) {
    direction: inherit;
  }

  .sec5 .sec5-tabs .box-item .box-item-content .box-item--title {
    font-size: 16px;
    text-align: left;
  }

  .sec5 .sec5-tabs .box-item .box-item-content {
    padding: 0px;
  }

  .sec5 .sec5-tabs .box-item .box-item-content .box-item--content p {
    text-align: left;
  }

  .sec5 .sec5-tabs .box-item .box-item-content .button {
    margin-right: auto;
    margin-left: 0;
    margin-top: 8px;
  }

  .sec5 .sec5-tabs .box-item .seperate {
    display: none;
  }
  .sec5 .sec5-tabs .box-item:nth-child(odd) img{
    order: unset;
    }


  .sec6 .sec6__head {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .sec6 .sec6__main .road {
    display: none;
  }

  .sec6 .sec6__main .list {
    flex-direction: column;
    gap: 16px;
  }

  .sec6 .sec6__main .list .item {
    max-width: 100%;
    margin: 0px !important;
    gap: 8px;
    flex-direction: column-reverse;
  }

  .sec6 .sec6__main .list .item img {
    height: 150px;
    border-radius: 16px;
  }

  .sec7 {
    margin-top: 0px;
    padding: 32px 0px 0px;
  }

  .sec7 .sec7_thumb {
    height: 200px;
    border-radius: 16px;
  }
  .sec7 .sec7_thumb img{
    max-height: 200px;
  }  
  .sec7 .achievements {
    max-width: 100%;
    margin: 8px 0px 24px;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .sec7 .achievements .item:last-child {
    grid-column: 1 / span 2;
    max-width: 50%;
    width: 100%;
    margin: auto;
  }

  .sec7 .row {
    flex-direction: column;
  }

  .sec7 .row .col.col--R {
    padding: 0px;
  }

  .sec7 .row .col.col--R .platforms {
    gap: 14px;
    margin-top: 16px;
    justify-content: center;
  }

  .sec9 .row {
    flex-direction: column;
  }

  .sec9 .row .col {
    max-width: 100%;
    flex-basis: 100%;
  }

  .sec9 .slider-testimonials-3 {
    display: none;
  }

  .sec9 .slider-testimonials-1 {
    margin-bottom: 8px;
    padding: 0 32px;
  }

  .sec9 ul li img {
    border-radius: 16px;
  }

  .sec9 ul.slider-testimonials-2 li .info {
    margin-bottom: 0px;
    justify-content: center;
  }

  .sec9 ul.slider-testimonials-2 li .content {
    text-align: center;
  }

  .sec9 .title {
    margin-bottom: 20px;
  }

  .sec9 .slider-testimonials-1 {
    padding: 0;
  }

  section.sec9 .slider-testimonials-1 .slick-track{
      gap: 0;
  }

  .sec9 ul.slider-testimonials-1 .slick-arrow {
    display: block !important;
  }

  .sec9 ul.slider-testimonials-1 .slick-arrow.slick-prev {
    left: 0px;
  }

  .sec9 ul.slider-testimonials-1 .slick-arrow.slick-next {
    right: 0px;
  }

  .sec9 ul.slider-testimonials-2 li .info {
    font-size: 14px;
  }

  .sec10 .list-ins .slick-slide>div iframe {
    border: 1px solid #D9D9D9;
  }

  .sec11 .title {
    margin-bottom: 8px;
  }

  .sec11.sec2 .row .col img.mascot {
    display: none;
  }

  .sec12 .tabs .tab-labels {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .sec12 .tabs .tab-content .post-list {
    gap: 12px;
  }

  .sec12 .tabs .tab-content .post-list article,
  .sec12 .tabs .tab-content .post-list article:first-child {
    grid-template-rows: 120px 1fr;
  }

  .sec12 .tabs .tab-content .post-list article:first-child,
  .sec12 .tabs .tab-content .post-list article:first-child .card-thumb {
    grid-row: 1;
  }

  .sec12 .tabs .tab-content .post-list article:first-child .card-content .card-readmore {
    display: block;
  }

  .sec12 .tabs .tab-content .post-list article {
    grid-template-columns: 1fr;
  }

  .sec12 .tabs .tab-content .post-list article:first-child .card-content .card-title {
    font-size: 14px;
  }

  .sec12 .tabs .tab-content .post-list article .card-meta span {
    padding: 4px 8px;
    line-height: 1.2;
  }

  .sec13 {
    padding: 32px 0 0;
  }

  .sec13 .row {
    gap: 0px;
    flex-wrap: wrap;
  }

  .sec13 .row .col-L {
    margin-bottom: 24px;
  }

  .sec13 .row .col-L,
  .sec13 .row .col-R {
    flex-basis: 100%;
    max-width: 100%;
  }

  section.sec13 .slick-gap .slick-track {
    gap: 4px;
  }
}