body {
	background-color: #22140d;
	color: #000;
	min-height: 400px;
	position: relative;
}

@media (min-width: 1200px) {
	.container {
		width: 81.25vw;
	}
}

/* Shrink */
.hov-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hov-shrink:hover,
.hov-shrink:focus,
.hov-shrink:active {
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}

/* Shrink*/

.float-sosmed2 {
	position: fixed;
	right: 1px;
	top: 165px;
	z-index: 9;
}
.float-ros {
	position: fixed;
	right: 1px;
	top: 315px;
	z-index: 9;
}

ul.sosmed-list2 {
	list-style-type: none;
	padding: 0px 9px;
	margin: 0px;
}

ul.sosmed-list2 li img {
	width: 120px;
}

.pointer {
	cursor: pointer;
}

.floatelm {
	position: relative;
	z-index: 5;
}

.floatelm img.support {
	position: fixed;
	right: 10vw;
	top: 1.4vw;
	width: 11.407vw;
}

.floatelm ul.sosmed {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: fixed;
	right: 1vw;
	top: 15vw;
}

.floatelm ul.sosmed li {
	margin-bottom: 10px;
}

.floatelm ul.sosmed li img {
	width: 40px;
}

.menufloat {
	position: relative;
	z-index: 5;
}

.menufloat img.support {
	position: fixed;
	right: 10vw;
	top: 1.4vw;
	width: 11.407vw;
}

.menufloat ul.sosmed {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: fixed;
	right: 1vw;
	top: 15vw;
}

.menufloat ul.sosmed li {
	margin-bottom: 2.5vw;
}

.menufloat ul.sosmed li img {
	width: 11vw;
}

.menufloat ul.sosmed li img:hover {
	filter: drop-shadow(4px 6px 2px black);
}

@media(max-width: 768px) {
	.float-sosmed2 {
		z-index: 1050;
	}

	ul.sosmed-list2 li img {
		width: 100px;
	}

	.menufloat ul.sosmed li img {
		width: 28vw;
	}

	.menufloat ul.sosmed {
		top: 60vw;
	}

	.menufloat ul.sosmed li {
		margin-bottom: 7.5vw;
	}

	.floatelm img.support {
		position: fixed;
		right: 0;
		top: 11vw;
		width: 25vw;
	}

	.floatelm ul.sosmed {
		top: 40vw;
	}

	.floatelm ul.sosmed li img {
		width: auto;
	}

	.floatelm ul.sosmed li {
		margin-bottom: 3px;
	}
}

/*======================== MENU ============================*/
html {
	scroll-behavior: smooth;
}

.container-fluid {
	justify-content: center;
	display: flex;
}

.navbar-brand {
	height: 80px;
	padding: 10px 30px;
}

.navbar-brand img {
	height: 100%;
}

.navbar-brand:hover img {
	opacity: 0.8;
}

.navbar-inverse .navbar-nav>li>a {
	color: #ffb400;
}

.navbar-nav>li>a {
	height: 80px;
	padding: 26px 30px;
	display: flex;
	align-items: center;
	color: #ffb400;
	font-family: 'Poppins Bold';
	font-size: 18px;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:active {
	color: #000 !important;
	background-color: #ffb400 !important;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #000 !important;
	background-color: #ffb400;
}

.navbar-nav>li>a:hover {
	color: #fff !important;
}

.navbar-home img {
	height: 100%;
}

.navbar-home:hover img {
	opacity: 0.9;
	filter: brightness(0);
}

.active .navbar-home img {
	opacity: 0.9;
	filter: brightness(0);
}

.container-fluid {
	padding-right: 80px;
	padding-left: 80px;
}

.navbar-inverse {
	background-color: #0000005e;
	border: unset;
}

.skill-tree span {
	background: #ffb400;
	color: black;
	padding: 5px 15px;
}

.skill-tree:hover span {
	background: #e8a300;
	color: black;
}

@media(max-width: 768px) {
	.container-fluid {
		display: block;
	}

	.navbar-inverse .navbar-toggle {
		border: unset;
	}

	.navbar-nav>li>a {
		height: 50px;
		padding: 15px 30px;
	}

	.container-fluid {
		padding-right: 25px;
		padding-left: 25px;
	}

	.navbar-inverse {
		background-color: #000000c7;
		border: unset;
	}

	.navbar-toggle {
		margin-top: 0px;
		margin-bottom: 0px;
		height: 80px;
	}
}

/*======================== END MENU ============================*/

/*======================== GLOBAL ============================*/
.mt-1{
	margin-top: 1vw;
}
/*======================== END GLOBAL ============================*/

/*======================== SECTION 1 ============================*/
.section1 {
	background: url(../images/layout/section1/bg.jpg) no-repeat center top;
	background-size: cover;
	height: 54vw;
	position: relative;
	padding-top: 39vw;
}
.section1 .img-1 {
	width: 7vw;
}
.section1 .img-1:hover {
    width: 7vw;
    filter: grayscale(1);
    transition: 0.5s;
}
.section1 .img-2 {
	width: 28vw;
}

@media(max-width: 768px) {
	.section1 {
		background: url(../images/layout/section1/mobile/bg.jpg) no-repeat center top;
		background-size: 100%;
		height: 177vw;
		padding-top: 136vw;
	}
	.section1 .img-1 {
		width: 20vw;
		padding: 1vw 0vw;
	}
	.section1 .img-2 {
		width: 70vw;
	}
}

/*====================== END SECTION 1===========================*/

/*======================== SECTION 2 ============================*/
.section2 {
	background: url(../images/layout/section2/bg.jpg) no-repeat center top;
	background-size: cover;
	height: 55vw;
	position: relative;
	padding: 4vw 4vw 0vw 4vw;
}
.section2-row {
  display: flex;
  align-items: flex-end; /* rata bawah */
}
/* .section2-col {
  display: flex;
  align-items: flex-end; 
} */

.m-0{
	margin: 0px;
}
.w-100{
	width: 100%;
}
.w-90{
	width: 90%;
}
.img-seemore{
	width: 75%;
	padding-bottom: 30px;
}
.img-seemore:hover{
	filter: grayscale(0.9);
    transition: 0.5s;
}
img.btn-clickguide {
	width: 30vw;
	margin-top: 10vw;
}
img.btn-clickguide:hover {
	filter: drop-shadow(2px 4px 6px black);
}
.section2 .modal-content {
	background-color: transparent;
	padding: 0;
	border: none;
	box-shadow: none;
}
.section2 .modal-body {
	padding: 0;
}
.section2 .modal-body img {
	width: 1150px;
}
.section2 .modal-dialog a {
	display: flex;
	position: absolute;
	top: 615px;
	right: 637px;
}
.section2 .modal-dialog a img {
	position: relative;
	width: 160px;
}
.section2 .modal-dialog {
	display: flex;
	justify-content: center;
}
.section2 .slick-prev,
.section2 .slick-next {
	width: 3vw;
	position: absolute;
	top: 71%;
	transform: translateY(-50%);
	z-index: 1000;
	cursor: pointer;
}
.section2 .slick-prev {
	left: 16.5vw;
}
.section2 .slick-next {
	right: 53vw;
}
.section2 .slick-prev img,
.section2 .slick-next img {
	width: 3vw;
}
/* .section2 a img:hover {
	filter: drop-shadow(0px 0px 1px brown);
} */
.section2 .content{
    position: absolute;
    top: 12vw;
    /* left: 0px; */
    right: 3vw;
    z-index: 2;
    width: 55%;
}
.section2  .swiper {
    width: 100%;
    /* max-width: 600px; */
    position: relative;
  }

 .section2 .swiper-slide  {
    text-align: center;
  }

  /* Custom tombol panah */
 .section2 .swiper-button-custom {
    position: absolute;
    top: 50%;
    width: 25px;   /* ukuran panah */
    height: 25px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
  }

 .section2 .swiper-button-prev-custom {
    left: 0px; /* posisi kiri */
  }

 .section2 .swiper-button-next-custom {
    right: 0px; /* posisi kanan */
  }

  .section2 .btn-detail{
	margin-top: 1vw;
  }

  .section2 .img-item{
		width: 75%;
		margin-bottom: 0.5vw;
		cursor:pointer;
	}
	.section2 .img-item:hover{
		filter: grayscale(0.9);
    	transition: 0.5s;
	}

	.img-td-item{
		width: 15%;
	}
	.img-td-item-modal{
		width: 90%;
		margin-bottom:15px;
	}
	.img-td-item-modal-newsystem{
		width: 40%;
		margin:15px;
	}

	.modal-section-2 table td {
		vertical-align: middle !important;
	}
	.modal-section-2 .body-content {
    height: 360px;
    overflow-y: auto;
    margin: 0px 40px 10px 40px;
}
.modal-section-2 .modal-body {
    padding-top: 5px;
}
.modal-section-2 .modal-header{
	border-bottom:unset;
}

.modal-section-2 .close {
    font-size: 60px;
    line-height: 0.5;
    color: transparent;
    text-shadow: unset;
}

#modalItems .modal-content{
  background-image: url('../images/layout/section2/bg-modal-items.png'); /* ganti dengan path gambar */
  background-size: contain;      /* supaya full menutupi */
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  box-shadow: unset;
  border: unset;
  padding: 30px;
}

#modalCard .modal-content{
  background-image: url('../images/layout/section2/bg-modal-cards.png'); /* ganti dengan path gambar */
  background-size: contain;      /* supaya full menutupi */
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  box-shadow: unset;
  border: unset;
  padding: 30px;
}

#modalEnchants .modal-content{
  background-image: url('../images/layout/section2/bg-modal-enchants.png'); /* ganti dengan path gambar */
  background-size: contain;      /* supaya full menutupi */
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  box-shadow: unset;
  border: unset;
  padding: 30px;
}

#modalSystem .modal-content{
  background-image: url('../images/layout/section2/bg-modal-newsystem.png'); /* ganti dengan path gambar */
  background-size: contain;      /* supaya full menutupi */
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  box-shadow: unset;
  border: unset;
  padding: 30px;
}

@media(max-width: 768px) {
	.img-td-item-modal {
    width: 60%;
    margin-bottom: 0vw;
}

	.modal-section-2 .body-content {
		margin: 0vw 12vw 0vw 10vw;
		height: 135vw;
	}

.modal-section-2 .modal-header{
	padding: 12vw 0vw 0vw 0vw;
}
.modal-section-2 .modal-body {
    padding: 0vw;
}
	#modalItems .modal-content{
  background-image: url('../images/layout/section2/mobile/bg-modal-items.png'); /* ganti dengan path gambar */
  background-size: 100%;      /* supaya full menutupi */
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  box-shadow: unset;
  border: unset;
	padding: 0px;
    height: 165vw;
}

#modalCard .modal-content{
  background-image: url('../images/layout/section2/mobile/bg-modal-cards.png'); /* ganti dengan path gambar */
  background-size: 100%;      /* supaya full menutupi */
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  box-shadow: unset;
  border: unset;
	padding: 0px;
    height: 165vw;
}

#modalEnchants .modal-content{
  background-image: url('../images/layout/section2/mobile/bg-modal-enchants.png'); /* ganti dengan path gambar */
  background-size: 100%;      /* supaya full menutupi */
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  box-shadow: unset;
  border: unset;
	padding: 0px;
    height: 165vw;
}

#modalSystem .modal-content{
  background-image: url('../images/layout/section2/mobile/bg-modal-newsystem.png'); /* ganti dengan path gambar */
  background-size: 100%;      /* supaya full menutupi */
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  box-shadow: unset;
  border: unset;
	padding: 0px;
    height: 165vw;
}

	.text-right-m{
		text-align: right;
	}
	.section2-row {
		display: block
	}
	.section2 {
		background: url(../images/layout/section2/mobile/bg.jpg) no-repeat center top;
		background-size: 100%;
		height: 175vw;
		position: relative;
	}

	.section2 .content{
    /* position: absolute; */
    top: 15vw;
    left: 0px;
    right: 0vw;
    /* z-index: 2; */
    width: 100%;
	padding: 0vw 5vw;
}
.section2 .btn-detail{
	margin-top: 38vw;
  }

   .section2 .img-item{
		width: 75%;
		margin-bottom: 1vw;
	}



	/* .section2-col {
    display: flex;
    justify-content: end;
	} */

	.section2 .img-seemore{
		width: 40%;
		padding-bottom: 10vw;
		padding-top: 15vw;
	}

	img.btn-clickguide {
		width: 43vw;
		margin-top: 4vw;
	}

	.section2 .container a {
		display: block;
		width: 40vw !important;
	}

	.section2 .container div {
		margin-top: 15vw;
	}

	.section2 .modal-body img {
		width: 300px;
	}

	.section2 .modal {
		z-index: 1060 !important;
	}

	.section2 .modal-dialog a {
		display: flex;
		position: absolute;
		top: 394px;
		right: 165px;
	}

	.section2 .modal-dialog a img {
		position: relative;
		width: 77px;
	}

	.section2 .slick-prev,
	.section2 .slick-next {
		width: 5vw;
		top: 43%;
	}

	.section2 .slick-next {
		right: 18vw;
	}

	.section2 .slick-prev {
		left: 18vw;
	}

	.section2 .slick-prev img,
	.section2 .slick-next img {
		width: 5vw;
	}
}

/*====================== END SECTION 2===========================*/

/*======================== SECTION 3 ============================*/
.section3 {
	/* background: url(../images/layout/section3/bg.jpg) no-repeat center top; */
	/* background-size: cover; */
	height: 55vw;
	position: relative;
}

.section3 .container {
	overflow: hidden;
	padding: 33vw 48vw 20vw 11.5vw;
}

/* .section3 a {
	display: block;
	position: absolute;
	bottom: 6vw;
	right: 12.5vw;
} */

/* .section3 a img {
	width: 10vw;
} */

/* .section3 a img:hover {
	filter: drop-shadow(0px 0px 1px brown);
} */

 .section3 .swiper {
      height: 100%;
    }
    .section3 .swiper-slide {
      display: flex;
      align-items: center;
      /* justify-content: center; */
      font-size: 2rem;
      color: #fff;
    }
    .section3 .slide-1 { 
		background: url(../images/layout/section3/slide1.jpg) no-repeat center top;
		background-size: 100%;
		position: relative;
	 }
    .section3 .slide-2 { 
		background: url(../images/layout/section3/slide2.jpg) no-repeat center top;
		background-size: 100%;
		position: relative;
	 }
    .section3 .slide-3 { 
		background: url(../images/layout/section3/slide3.jpg) no-repeat center top;
		background-size: 100%;
		position: relative;
	 }
	 .section3 .swiper-pagination{
		    right: 3vw !important;
	 }
    /* bullet img */
    .section3 .swiper-pagination img {
		width: auto;
		height: 7vw;
		object-fit: contain;
		opacity: 0.6;
		transition: 0.3s;
		border-radius: unset;
		background-color: unset;
		padding: 10px;
    }
    .section3 .swiper-pagination img.swiper-pagination-bullet-active {
      opacity: 1;
      transform: scale(1.1);
    }
	.frame-video{
	/* margin-top: 15vw;
	margin-left: 2vw; */
	margin-top: 270px;
    margin-left: 40px;
}
.btn-more-info{
	width: 40%;
}
.btn-more-info:hover{
	filter: grayscale(0.9);
    transition: 0.5s;
}

.section3 .img-frame {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}

.section3 .video-frame {
    position: absolute;
    top: 6%;
    left: 6%;
    width: 88%;
    height: 88%;
    border-radius: 14px; /* sedikit bulat */
    z-index: 2;
    object-fit: cover;
}

@media(max-width: 768px) {

.section3 .video-frame {
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;        /* dilebarkan sedikit */
    height: 88%;       /* tinggi tetap */
    border-radius: 14px;
    z-index: 2;
    object-fit: cover;
}



	.frame-video {
    margin-top: 125vw;
    margin-left: 2vw;
    margin-right: 2vw;
}
.btn-more-info{
	width: 100%;
}
	.section3 {
		/* background: url(../images/layout/section3/mobile/bg.jpg) no-repeat center top; */
		/* background-size: 100%; */
		height: 176vw;
		position: relative;
	}
	.section3 .swiper-pagination{
		display: flex;
		/* margin-top: 40vw; */
		/* margin-top: 0vw; */
        top: 120vw;
        bottom: 42vw;
	}
	  .section3 .swiper-pagination img {
		  height: 11vw;
		  padding: 0vw 1vw;
    }

	 .section3 .slide-1 { 
		background: url(../images/layout/section3/mobile/slide1.jpg) no-repeat center top;
		background-size: 100%;
	
		position: relative;
	 }
    .section3 .slide-2 { 
		background: url(../images/layout/section3/mobile/slide2.jpg) no-repeat center top;
		background-size: 100%;
	
		position: relative;
	 }
    .section3 .slide-3 { 
		background: url(../images/layout/section3/mobile/slide3.jpg) no-repeat center top;
		background-size: 100%;
	
		position: relative;
	 }

	.section3 a img {
		width: 100%;
	}

	.section3 .container {
		padding: 48vw 25vw 0vw 25vw;
	}

	.section3 .slick-prev,
	.section3 .slick-next {
		width: 5vw;
		top: 43%;
	}

	.section3 .slick-next {
		right: 18vw;
	}

	.section3 .slick-prev {
		left: 18vw;
	}

	.section3 .slick-prev img,
	.section3 .slick-next img {
		width: 5vw;
	}

}

/*====================== END SECTION 3===========================*/

/*======================== SECTION 4 ============================*/
.section4 {
	background: url(../images/layout/section4/bg.jpg) no-repeat center top;
	background-size: cover;
	height: auto;
	position: relative;
	z-index: 1;
	/* padding: 15px; */
}

.section4 .container {
	overflow: hidden;
	padding: 14vw 10vw 10vw 10vw;
}
.title-gallery{
	font-family: 'Playfair Display';
    color: #fff;
    font-size: 36px;
    padding: 35px 40px;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.arrow {
	width: 33px;
    height: 42px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 27px solid #fed200;
    top: 10px;
    position: relative;
}
.section4 .slick-prev,
.section4 .slick-next {
	width: 3vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
	cursor: pointer;
}

.section4 .slick-prev img,
.section4 .slick-next img {
	width: 3vw;
}

.section4 .slick-prev {
	left: 14vw;
}

.section4 .slick-next {
	right: 14vw;
}

/* Container gallery */
.section4 .gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0px 50px;
}

/* Main slider (desktop) */
.section4 .mySwiper {
  flex: 1;
  width: 100%;
  height: 700px; /* fix desktop */
  overflow: hidden;
}
.section4 .mySwiper .swiper-wrapper {
  height: 100% !important;  /* pastikan tidak auto panjang */
}
.section4 .mySwiper .swiper-slide {
  height: 100% !important;  /* tiap slide isi penuh kontainer */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #fff;
  border: 4px solid #d2a64a; */
}
/* .section4 .mySwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
    border-radius: 14px;
    object-position: center;
	padding: 10px;
} */

.section4 .img-frame {
  width: 100%;
  height: 100%;
  display: block;
}

.section4 .img-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90%;
  width: 94%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.section4 .video-frame {
 position: absolute;
    top: 6%;              /* jarak atas lebih kecil */
    left: 50%;
    transform: translateX(-50%);
    width: 95%;           /* lebar tetap besar */
    height: 88%;          /* tinggi lebih besar, jarak bawah ikut kecil */
    border-radius: 8px;
    z-index: 2;
    object-fit: cover;
}

/* Thumbnails (desktop) */
.section4 .thumbsWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.section4 .thumbsSwiper {
    width: 300px;
    height: 100%;
  overflow: hidden;
}
.section4 .thumbsSwiper .swiper-wrapper {
  height: 100% !important;
  margin-top: 10px;
}
.section4 .thumbsSwiper .swiper-slide {
  height: auto !important;  /* thumbnail cukup auto */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #fff;
  border: 3px solid #d2a64a; */
  cursor: pointer;
}

/* Tombol navigasi desktop */
.section4 .swiper-button-up,
.section4 .swiper-button-down {
  width: 24px;
  height: 24px;
  background: url('images/layout/section3/arrow-up.png') no-repeat center/contain;
  cursor: pointer;
}
.section4 .swiper-button-down {
  background-image: url('images/layout/section3/arrow-down.png');
}

.section4 .nav-mobile {
    position: absolute;
    right: 225px;
	top: 70px;
    /* z-index: 9; */
}

.swiper-button-prev svg,
.swiper-button-next svg {
  display: none;
}
.section4 .swiper-button-prev{
	position: absolute;
	transform: rotate(90deg);
	margin-top: 120px;
  	background: url('../images/layout/section4/arrow-left.png') no-repeat center center;
	background-size: contain;
}

.section4 .swiper-button-next{
	position: absolute;
	transform: rotate(90deg);
    margin-top: 685px;
    right: -45px;
	background: url('../images/layout/section4/arrow-right.png') no-repeat center center;
	background-size: contain;
}

/* Semua thumbnail transparan */
.thumbsSwiper .swiper-slide {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

/* Thumbnail aktif full terlihat */
.thumbsSwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.img-slide4{
	width: 100%;
	height: 140px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    border: 3px #e4be58 solid;
}

/* @media(min-width: 1366px){

	.section4 .swiper-button-prev{
		    margin-top: 120px;
	}
	.section4 .swiper-button-next{
		    margin-top: 685px;
	}

	.section4 .mySwiper {
		height: 700px;
	}
} */

@media (max-width: 767px) {

	.section4 {
		background: url(../images/layout/section4/mobile/bg.jpg) no-repeat center top;
		background-size: cover;
		height: 175vw;
		position: relative;
		z-index: 1;
	}

  .section4 .gallery {
    flex-direction: column;
    align-items: center;
    gap: 10px;
	padding: 80vw 5vw 0vw;
  }

  /* Main slider */
  .section4 .mySwiper {
    width: 100%;
    max-width: 400px;  /* biar nggak kepanjangan */
    height: 220px;     /* tinggi fix */
  }
  .section4 .mySwiper .swiper-wrapper,
  .section4 .mySwiper .swiper-slide {
    height: 100% !important;
  }

  /* Thumbnails horizontal */
  .section4 .thumbsWrapper {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 400px;
  }
  .section4 .thumbsSwiper {
    width: 100%;
    height: 100%;
  }
  .section4 .thumbsSwiper .swiper-slide {
    /* width: 80px !important; */
    height: 100% !important;
    flex-shrink: 0;
    /* border: 2px solid #d2a64a; */
  }
  .section4 .thumbsSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Navigasi bawah */
  .section4 .swiper-button-prev,
  .section4 .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 10px;
    width: 30px;
    height: 30px;
    background-size: contain;
  }

  .section4 .swiper-button-prev{
	transform: rotate(0deg);
  }
  .section4 .swiper-button-next{
	transform: rotate(0deg);
  }

  /* Bungkus tombol prev/next biar center */
  .section4 .nav-mobile {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 10px;
	position: unset;
  }

  /* Sembunyikan custom up/down */
  .section4 .swiper-button-up, .swiper-button-down { display: none; }

    /* pastikan tombol keluar dari slider utama */
  .section4 .mySwiper .swiper-button-prev,
  .section4 .mySwiper .swiper-button-next {
    position: static !important; /* buang absolute */
    margin: 0; 
  }

  .section4 .nav-mobile .swiper-button-prev,
  .section4 .nav-mobile .swiper-button-next {
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/*====================== END SECTION 4 ===========================*/

/*========================= FOOTER ==============================*/
footer {
	/* background: url(../images/layout/footer/bg.jpg) no-repeat center top; */
	background-color: #000;
	background-size: 100%;
	height: 15vw;
	padding: 2vw 0 0;
	/* color: #522732; */
	color: #faf4f4;
	font-family: serif;
}

footer img.logo {
	width: 11.823vw;
	margin-top: 0.5vw;
}

ul.socmed {
	list-style-type: none;
	padding: 0;
	display: flex;
	justify-content: center;
}

ul.socmed li {
	padding: 0 10px;
}

ul.socmed li a {
	color: #522732;
	text-decoration: none;
	font-size: 1vw;
	font-weight: bold;
	line-height: 1;
}

ul.socmed li:last-child {
	border-right: 0;
}

ul.agreement {
	list-style-type: none;
	padding: 0;
	margin: 1vw 0 0.5vw;
	display: flex;
	justify-content: center;
}

ul.agreement li {
	/* border-right: 1px solid #522732; */
	border-right: 1px solid #faf4f4;
	padding: 0 10px;
}

ul.agreement li a {
	/* color: #522732; */
	color: #faf4f4;
	text-decoration: none;
	font-size: 1vw;
	font-weight: bold;
	line-height: 1;
}

ul.agreement li:last-child {
	border-right: 0;
}

footer p {
	font-size: 1vw;
}

@media(max-width: 768px) {
	footer {
		/* background: url(../images/layout/footer/bg.jpg) no-repeat center top; */
		background-color: #000;
		background-size: cover;
		height: auto;
		padding: 8vw 0 6vw;
		/* color: #522732; */
		color: #faf4f4;
		font-family: serif;
	}

	footer img.logo {
		width: 35vw;
		margin-top: 0;
	}

	ul.agreement {
		margin: 7vw 0 4vw;
	}

	ul.agreement li {
		line-height: 0;
		padding: 0 7px;
	}

	ul.agreement li a {
		font-size: 3vw;
	}

	footer p {
		font-size: 3vw;
		margin-bottom: 0;
	}
}

/*======================= END FOOTER=============================*/