/* main css */
/* Hide scrollbar for Chrome, Safari and Opera */

.fp-watermark,
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.bx-wrapper {
	border:none;
	box-shadow:none;
	margin-bottom: 0;
}

.bx-wrapper img {
	display:inline-block;
}

.container {
	
}

.section_01 .row {
	position:relative;
	padding: 0;
	display:flex;
	width: 100%;
	margin-top: 180px;
}

.section_01 .right_wingbanner {
	position:absolute;
	top: 0;
	right: 20%;
	z-index: 11;
}

.section_01 .right_wingbanner {
	animation: fadeInLeftBn 1s 1.2s ease-in-out both;
}

@keyframes fadeInLeftBn  {
	from {			 
		opacity: 0;
		visibility:hidden;
		transform:translateX(100%);
	}

	to {
		opacity: 1;
		visibility:visible;
		transform:translateX(0);
	}
}

.section_01 .cg_area {
	position:relative;
	width: 80%;
	/* max-width:1520px; */
}

.swiper-container {
	overflow:hidden;
}

.swiper_main_slider .swiper-slide {
	position:relative;
	overflow:hidden;
	height: calc(var(--vh) - 180px);
	min-height:720px;
}

.swiper_main_slider .swiper-slide .bg_wrap {
	position:absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.swiper-slide .bg_wrap,
.swiper-slide .bg {
	position:absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	z-index: 3;
}

.swiper_main_slider .swiper-slide.swiper-slide-active .bg {
	animation: zoomOut 4.8s .2s ease both;
}

@keyframes zoomOut {
	from {
		transform:scale3d(1.08, 1.08, 1.08);
	}

	to {
		transform:scale3d(1, 1, 1);
	}
}

.swiper_main_slider .swiper-slide.second .bg {
	background-image:url('../img/main/section01_slider_bg01.jpg?new');
	background-size:cover;
	background-position:center;
}

.swiper_main_slider .swiper-slide.first .bg {
	background-image:url('../img/main/section01_slider_bg02.jpg?new');
	background-size:cover;
	background-position:center;
}

.swiper_main_slider .swiper-slide.third .bg {
	background-image:url('../img/main/section01_slider_bg03.jpg?new');
	background-size:cover;
	background-position:center;
}

.swiper_main_slider .swiper-slide p {
	position:absolute;
	top: 100px;
	left: 50%;
	transform:translateX(-50%);
	z-index: 10;
}

.swiper_main_slider .swiper-slide.swiper-slide-active p {
	animation: fadeIn 1.2s .5s ease both;
}

.swiper_main_slider .swiper-slide.second p {
	left: 10vw;
	transform:translateX(0);
	top: auto;
	bottom: 60px;
}


@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.section_01 .text_area {
	position:relative;
	width: 20%;
	background-color:#091c2d;
	position:relative;
	height: calc(var(--vh) - 180px);
	min-height: 720px;
	z-index: 12;
}

.section_01 .text_area img {
	position:absolute;
	left: 50%;
	top: 50%;
	transform:translate(calc(-50% + 30px), -50%);
	
}

.section_01 .text_area img {
	animation:TextImageAni 1.2s .2s ease-in-out both;
}

@keyframes TextImageAni {
	from {
		opacity: 0;
		visibility:hidden;
		clip:rect(0,226px,0,0);
	}

	to {
		opacity: 1;
		visibility:visible;
		clip:rect(0,226px,606px,0);
	}
}

.section_01 .swiper-pagination {
	text-align:right;
	padding-right: 60px;
}

.section_01 .swiper-pagination .swiper-pagination-bullet,
.section_01 .swiper-pagination .swiper-pagination-bullet:focus {
	position:relative;
	width: 28px;
	height: 28px;
	background-color:transparent;
	color:#fff;
	border:2px solid rgba(255, 255, 255, .5);
	font-family:'Montserrat-Bold';
	text-align:center;
	font-size:14px;
	opacity: 1;
}

.section_01 .swiper-pagination .swiper-pagination-bullet:hover,
.section_01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color:#091c2d !important;
	border-color:#091c2d !important;
}

#fp-nav.fp-right {
	right: auto;
	left: 40px;
}

.fp-sr-only {
	display:none !important;
}

#fp-nav ul li, .fp-slidesNav ul li {
	margin: 0;
	width: auto;
	height: auto;
}

#fp-nav ul li a {
	margin-bottom: 15px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	display:block;
	border-radius:0px;
	background-color:#b2c4d4;
	width: 16px;
	height: 2px;
	margin: 0;
	position:static;
	font-size:0px;
}



#fp-nav ul li a.active span, #fp-nav ul li:hover a span,  .fp-slidesNav ul li:hover a span,
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
	display:block;
	width: 16px;
	height: 2px;
	border-radius:0px;
	background-color:#fff;
	margin: 0;
	position:static;
	font-size:0px;
}

#fp-nav.b ul li a.active span, #fp-nav.b ul li:hover a span,
#fp-nav.b ul li a.active span, #fp-nav.b ul li:hover a.active span {
	background-color:#091c2d;
}


#fp-nav ul li a:hover,
#fp-nav ul li a.active {
	margin-bottom: 3px;
}

#fp-nav ul li:hover a::after,
#fp-nav ul li a.active::after {
	content:'Main';
	font-size:16px;
	font-family:'Montserrat-Bold';
	color:#fff;
}

#fp-nav.b ul li:hover a::after,
#fp-nav.b ul li a.active::after {
	color:#091c2d;
}

#fp-nav ul li:nth-child(2):hover a::after,
#fp-nav ul li:nth-child(2) a.active::after {
	content:'Premium';
}

#fp-nav ul li:nth-child(3):hover a::after,
#fp-nav ul li:nth-child(3) a.active::after {
	content:'Location';
}

#fp-nav ul li:nth-child(4):hover a::after,
#fp-nav ul li:nth-child(4) a.active::after {
	content:'Contact Us';
}

#fp-nav ul li:last-child {
	display:none !important;
}

.section_02 .row {
	margin: 0;
	margin-top: 220px;
	padding: 0;
	min-height:680px;
}

.section_02 .title {
	text-align:center;
	margin-bottom: 80px;
}

.section_02.active .title {
	animation: fadeInUp 1s .2s ease-in both;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		visibility:hidden;
		transform:translateY(30px);
	}

	to {
		opacity: 1;
		visibility:visible;
		transform:translateX(0);
	}
}

.section_02 .swiper_row {
	
	width: 100%;
	display:flex;
	justify-content:flex-end;
	margin: 0;
	padding: 0px;
	padding-left: 190px;
}

.section_02 .swiper-container {
	width: 100%;
}

.section_02.active .swiper-container {
	animation: fadeInWidth 1s .6s ease-in-out both;
}

@keyframes fadeInWidth {
	from {
		opacity: 0;
		visibility:hidden;
		width: 50%;
	}

	to {
		opacity: 1;
		visibility:visible;
		width: 100%;
	}
}

.section_02 .swiper-slide.first {
	width: 400px !important;
}

.section_02 .swiper-slide.second {
	width: 442px !important;
}

.section_02 .swiper-slide.third {
	width: 460px !important;
}

.section_02 .swiper-slide.forth {
	width: 340px !important;
}

.section_02 .swiper-slide.fifth {
	width: 400px !important;
}

.section_02 .swiper-slide.sixth {
	width: 442px !important;
}

.section_02 .swiper-slide.seventh {
	width: 460px !important;
	margin-right: 100px;
}

.section_02 .swiper-slide.second,
.section_02 .swiper-slide.third,
.section_02 .swiper-slide.sixth {
	padding-top: 40px;
}

.section_02 .swiper-button-next, .section_02 .swiper-button-prev {
	background-image:url('../img/main/section02_arrow.png?new');
	background-position:0 center;
	height: 34px;
	width: 50px;
	top: 280px;
	right: auto;
	left: 50%;
	transform:translateX(-370px);

}

.section_02 .swiper-button-next {
	background-position:100% center;
	transform:translateX(330px);
}

.section_02.active .swiper-button-prev {
	animation: fadeInLeftAr .4s 1.2s ease-in both;
}

.section_02.active .swiper-button-next {
	animation: fadeInRightAr .4s 1.2s ease-in both;
}

@keyframes fadeInLeftAr {
	from {
		opacity: 0;
		visibility:hidden;
		margin-left: 30px;
	}

	to {
		opacity: 1;
		visibility:visible;
		margin-left: 0;
	}
}

@keyframes fadeInRightAr {
	from {
		opacity: 0;
		visibility:hidden;
		margin-left: -30px;
	}

	to {
		opacity: 1;
		visibility:visible;
		margin-left: 0;
	}
}

.section_02 .swiper-button-next:after, .section_02 .swiper-button-prev:after {
	font-size:0px;
}

.section_03 .row {
	display:flex;
	margin: 0;
	padding: 0;
	margin-top: 180px;
	min-height:720px;
}

.section_03 .bg_area {
	width: calc(100% - 640px);
	position:relative;
	background-image:url('../img/main/section03_bg.jpg?new');
	background-size:cover;
	background-position: 0 0;
	height: calc(var(--vh) - 180px);
}

.section_03.active .bg_area {
	animation: 1s .2s FadeInLeftArea ease both;
}

@keyframes FadeInLeftArea {
	from {
		opacity: 0;
		visibility:hidden;
		transform:translateX(-100%);
	}

	to {
		opacity: 1;
		visibility:visible;
		transform:translateX(0);
	}
}

.section_03 .bg_area > img {
	position:absolute;
	left: 190px;
	bottom: 0;
}

.section_03 .slider_area {
	width: 640px;
}

.section_03.active .slider_area {
	animation: 1s 1s FadeInRightArea ease both;
}

@keyframes FadeInRightArea {
	from {
		opacity: 0;
		visibility:hidden;
		transform:translateX(100%);
	}

	to {
		opacity: 1;
		visibility:visible;
		transform:translateX(0);
	}
}

.swiper_loca_slider .swiper-slide {
	height: calc(var(--vh) - 180px);
}

.swiper_loca_slider .swiper-slide > img {
	opacity: 0;
	position:absolute;
	right: 740px;
	top: 20%;
	z-index: 10;
}


.swiper_loca_slider .swiper-slide.swiper-slide-active > img {
	animation:fadeInLeft 1s .2s ease-in-out both;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		visibility:hidden;
		transform:translateX(-30px);
	}

	to {
		opacity: 1;
		visibility:visible;
		transform:translateX(0);
	}
}

.section_03 .swiper-container {
	overflow:visible;
}

.swiper_loca_slider .swiper-slide.first .bg {
	background-image:url('../img/main/section03_slider_bg01.jpg?new');
	background-size:cover;
	background-position:center 99%;
}

.swiper_loca_slider .swiper-slide.second .bg {
	background-image:url('../img/main/section03_slider_bg02.jpg?new');
	background-size:cover;
	background-position:center 99%;
}

.swiper_loca_slider .swiper-slide.third .bg {
	background-image:url('../img/main/section03_slider_bg03.jpg?new');
	background-size:cover;
	background-position:center 99%;
}

.swiper_loca_slider .swiper-slide.forth .bg {
	background-image:url('../img/main/section03_slider_bg04.jpg?new');
	background-size:cover;
	background-position:center 99%;
}

.section_03 .swiper-button-prev,
.section_03 .swiper-button-next {
	background-image:url('../img/main/section03_arrow.png?new');
	width: 28px;
	height: 15px;
	background-position:center 0;
	left: auto;
	right: 670px;
	top: 50%;
	margin-top: 200px;
}

.section_03 .swiper-button-next  {
	background-position:center 100%;
	margin-top: 300px;
}

.section_03 .swiper-button-prev::after,
.section_03 .swiper-button-next::after  {
	font-size:0;	
}

.section_03 .swiper-pagination {
	left: auto;
	bottom: auto;
	right: 670px;
	top: 50%;
	color:#41505d;
	font-size:0px;
	width: 28px;
	text-align:center;
	margin-top: 260px;
	transform:translateY(-50%);
}

.section_03.active .swiper-button-prev,
.section_03.active .swiper-button-next,
.section_03.active .swiper-pagination {
	animation:fadeInLeftS3 1s 1.6s ease-in-out both;
}

@keyframes fadeInLeftS3 {
	from {
		opacity: 0;
		visibility:hidden;
		margin-left: -30px;
	}

	to {
		opacity: 1;
		visibility:visible;
		margin-left: 0;
	}
}

.section_03 .swiper-pagination span {
	font-size:14px;
	display:block;
	font-family:'Montserrat-Bold';
}

.section_03 .swiper-pagination span::before {
	content:'0';
}

.section_03 .swiper-pagination span.swiper-pagination-current {
	color:#fff;
	margin-bottom: 25px;
	position:relative;
}

.section_03 .swiper-pagination span.swiper-pagination-current::after {
	position:absolute;
	content:'';
	display:block;
	width: 14px;
	height: 1px;
	background-color:#41505d;
	bottom: -13px;
	left: 50%;
	transform:translateX(-50%);
}


.section_04 {
	background-image:url('../img/main/section04_bg.jpg?new');
	background-size:cover;
	background-position: center 15%;
}

.section_04 .row {
	margin: 0;
	padding: 0;
	margin-top: 180px;
	min-height:720px;
	text-align:center;
	padding-top: 70px;
}

.section_04.active .row img {
	animation: ZoomIn 1.2s .2s ease-in-out both;
}

@keyframes ZoomIn {
	from {
		opacity: 0;
		visibility:hidden;
		transform:scale3d(0.95, 0.95, 0.95);
	}

	to {
		opacity: 1;
		visibility:visible;
		transform:scale3d(1, 1, 1);
	}
}



@media screen and (max-width:1600px) {
	.section_02 .swiper_row {
		padding-left: 150px;
	}

	.section_03 .bg_area > img {
		width: calc(100% - 150px);
		left: 150px;
	}
}