*,
::before,
::after,
hr,
hr::before,
hr::after,
input[type="search"],
input[type="search"]::before,
input[type="search"]::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	background: #CEEBF8;
}
html,
body {
	font-family: 'Inter', sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: #28282b;
	/*scroll-behavior: smooth;*/
	
}
body {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
	background-color: #fff;
	font-weight: 400;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p
{
	margin: 0;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 18px;
}
p {
	font-size: 16px;
}
p:last-child
{
	margin-bottom: 0px;
}

ul {
	padding: 0px;
	margin-left: 15px;
}

a {
	/*display: block;*/
	font-size: 18px;
	color: #0478b1;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-font-smoothing: antialiased;
}

a:focus,
a:hover {
	color: #0478b1;
	text-decoration: none;
}
i
{
	transition: ease 0.3s;
}

img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
img.rounded
{
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
i
{
	transition: all 0.3s;
}
.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt60 {
	margin-top: 60px;
}

.mt80 {
	margin-top: 80px;
}

.mt100 {
	margin-top: 100px;
}

.mt120 {
	margin-top: 120px;
}

.mt140 {
	margin-top: 140px;
}
.btn-transition {
	display: inline-block;
	position: relative;
	min-width: 200px;
	padding: 15px 20px;
	border-radius: 20px;
	background-color: #0478b1;
	border: 0;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-decoration: none;
	text-align: center;
}
.btn-transition span {
	opacity: 0;
	display: inline-block;
	color: #fff !important;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: -4.5px;
	transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
	transform: translate(0, -20px);
}
.btn-transition:before {
	position: absolute;
	left: 0;
	content: attr(data-text);
	opacity: 1;
	transform: translate(0, 0px);
	transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
	width: 100%;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.btn-transition:hover:before, .btn-transition:focus:before {
	opacity: 0;
	transform: translate(0, 20px);
}
.btn-transition:hover span, .btn-transition:focus span {
	opacity: 1;
	transform: translate(0, 0);
}
.btn-transition:hover span:nth-child(1), .btn-transition:focus span:nth-child(1) {
	transition-delay: 0.025s;
}
.btn-transition:hover span:nth-child(2), .btn-transition:focus span:nth-child(2) {
	transition-delay: 0.05s;
}
.btn-transition:hover span:nth-child(3), .btn-transition:focus span:nth-child(3) {
	transition-delay: 0.075s;
}
.btn-transition:hover span:nth-child(4), .btn-transition:focus span:nth-child(4) {
	transition-delay: 0.1s;
}
.btn-transition:hover span:nth-child(5), .btn-transition:focus span:nth-child(5) {
	transition-delay: 0.125s;
}
.btn-transition:hover span:nth-child(6), .btn-transition:focus span:nth-child(6) {
	transition-delay: 0.15s;
}
.btn-transition:hover span:nth-child(7), .btn-transition:focus span:nth-child(6) {
	transition-delay: 0.175s;
}
.btn-transition:hover span:nth-child(8), .btn-transition:focus span:nth-child(6) {
	transition-delay: 0.2s;
}
.btn-transition:hover span:nth-child(9), .btn-transition:focus span:nth-child(6) {
	transition-delay: 0.225s;
}
.btn-transition:hover span:nth-child(10), .btn-transition:focus span:nth-child(6) {
	transition-delay: 0.25s;
}
.btn-transition:hover span:nth-child(11), .btn-transition:focus span:nth-child(6) {
	transition-delay: 0.275s;
}
.btn-utama
{
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	min-width: auto;
	text-align: center;
	padding: 12px 20px;
	background-color: #0478b1;
	border: 0;
	border-radius: 20px;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: -0.02em;
	text-decoration: none;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.btn-utama:hover,
.btn-kedua:hover {
	transform: translateY(-5px);
	color: #fff;
	box-shadow: -2px 6px 18px 2px hsl(0deg 0% 0% / 25%);
}
.btn-utama:active,
.btn-utama:focus,
.btn-kedua:active,
.btn-kedua:focus
{
	color: #fff;
}
.btn-kedua
{
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	min-width: auto;
	text-align: center;
	padding: 12px 20px;
	background-color: #feaa02;
	border: 0;
	border-radius: 20px;
	color: #000002;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: -0.02em;
	text-decoration: none;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.btn-pols {
	background: transparent;
	color: #e2a600;
	position: relative;
	display: inline-block;
	width: auto;
	border: 0;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 1.2px;
	padding: 8px 16px;
	border-radius: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: none;
}
.btn-pols:hover {
	color: #0478b1;
	/*box-shadow: -2px 6px 18px 2px hsl(0deg 0% 0% / 25%);*/
}
.wa-bg
{
	background-color: #25D366;
}
.detail-wallet .wallet-history .transaction
{
	max-width: 100%;
	padding-bottom: 30px;
}
/*  ==========================  FORM FIELD  ==========================*/

.form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control[disabled] {
	border: 0;
	background-color: #dedede;
}

.form-control[disabled]:hover {
	border: 0;
}

.form-group {
	position: relative;
	margin-bottom: 20px;
}

.has-error .form-control {
	box-shadow: none;
}

input.form-control {
	position: relative;
	height: 50px;
	padding: 0 10px;
	background-color: transparent;
	border: 0;
	border-radius: 0px;
	border-bottom: 2px solid #28282b21;
	color: #28282b;
	box-shadow: rgba(0, 0, 0, 0) 0px 2px 4px;
	text-transform: none;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 400;
	transition: all 0.3s;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
	color: rgba(0, 0, 0, 0.15);
}

input.form-control:hover,
input.form-control:focus,
input.form-control:active {
	border-color: #0478b1;
}
input.form-control[readonly]
{
	background-color: #ebe8e8;
	cursor: default;
}

select.form-control {
	/*color: #0478b1;*/
	height: 50px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 400;
	padding: 0 30px 0 0;
	background-color: transparent;
	color: #28282b;
	border: 2px solid #28282b
	border-radius: 5px;
	/*-webkit-appearance: none;
	-moz-appearance: none;*/
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-image: url("../images/chevron-down.png");
	background-size: 24px;
	box-shadow: none;

}

select.form-control:hover,
select.form-control:focus,
select.form-control:active {
	border-color: #0478b1;
}

.select2-container--default .select2-selection--single {
	height: 40px !important;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
	border: 0 !important;
	border-radius: 0 !important;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fdcc39 !important;
	font-size: 16px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 5px !important;
}
textarea.form-control
{
	background-color: transparent;
	min-height: 40px;
	position: relative;
	display: block;
	width: 100%;
	padding: 10px;
	text-transform: none;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 400;
	border-radius: 0;
	color: #28282b;
	border: 0;
	border-bottom: 2px solid #28282b21;
	box-shadow: none;
	/*resize: none;*/
}
textarea.form-control:hover,
textarea.form-control:focus,
textarea.form-control:active
{
	border-bottom: 2px solid #0478b1;
}
label.control-label
{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #28282b;
	letter-spacing: 1px;
	font-weight: 700;
	border-radius: 0;
	margin-left: 0;
	margin-bottom: 5px;
}
.underline
{
	text-decoration: underline;
}
.flex
{
	display: flex;
}
.flexmid
{
	align-items: center;
}
/*====================================== SECTION MODAL SECTION ======================================*/
.modal-content
{
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
}
.modal-header
{
	/*background-color: #fcf5eb;*/
	/*padding-bottom: 20px;*/
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	/*cursor: default;*/
}
.modal-header .modal-logo
{
	max-width: 125px;
	margin: 0 auto 15px auto;
}
.modal-header .ast-category
{
	display: inline-block;
	position: relative;
}
.modal-header .close
{
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px solid #28282b;
	border-radius: 50%;
	color: #28282b;
	font-size: 22px;
	width: 45px;
	height: 45px;
	margin-top: 0;
	transition: all 0.3s;
}
.modal-header .close:hover
{
	opacity: 1;
}
.modal-header .close span
{
	color: #28282b;
	position: relative;
	/*top: 3px;*/
}
.modal-body
{
	padding-bottom: 0;
}
.modal-footer
{
	padding: 15px;
	border: 0;
	text-align: center;
}
.modal.fade .modal-dialog
{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transform: scale(2, 2);
	-ms-transform: scale(2, 2);
	-webkit-transform: scale(2, 2);
	transform: scale(2, 2);
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0all 0.5s;
	transition: all 0.5s;
}
.modal.fade.in .modal-dialog
{
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
/*====================================== SECTION END OF MODAL SECTION ======================================*/
#select-dropdown {
	margin-top: 5px;
	background: transparent;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	outline: 0;
	display: block;
	text-align: left;
	font-size: 16px;
	width: 100%;
	
	color: #5A5957;
	text-decoration: none;
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 1;
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

#select-dropdown.open {
	opacity: 0;
}

.button-group {
	position: relative;
	width: 215px;
}

.button-group .marka {
	position: absolute;
	right: 8px;
	top: 10px;
	z-index: 9999;
	
}

.button-group .marka i {
	background: grey !important;
}

.marka-icon-times {
	border: 1px solid grey;
	border-radius: 50%;
	top: 5px !important;
	right: 5px !important;
}

#dropdown-menu {
	position: absolute;
	top: -1em;
	right: 0;
	left: 0;
	margin: 1em auto;
	padding: 15px 20px;
	width: 100%;
	list-style: none;
	text-align: left;
	border-radius: 5px;
	background: #fff;
	transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	-webkit-transition: box-shadow .5s ease-out;
	box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .18);
}

#dropdown-menu li {
	position: relative;
	line-height: 24px;
	margin-bottom: 15px;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	opacity: 0;
}

#dropdown-menu li:nth-last-child(1) {
	margin-bottom: 0;
}

#dropdown-menu li:hover {
	background-color: #33b8c41a;
}

#dropdown-menu li a {
	color: #5A5957;
	text-decoration: none;
	font-size: 1em;
}

#dropdown-menu.open {
	-webkit-transform: scale(1);
	transform: scale(1);
}

#dropdown-menu.open li {
	transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.open li:nth-child(1) {
	transition-delay: 0.07s !important;
}

.open li:nth-child(2) {
	transition-delay: 0.14s !important;
}

.open li:nth-child(3) {
	transition-delay: 0.21s !important;
}

.open li:nth-child(4) {
	transition-delay: 0.28s !important;
}

.open li:nth-child(5) {
	transition-delay: 0.35s !important;
}

/*====================================== SECTION WORD ======================================*/
.ast-head {
	line-height: 55px;
	letter-spacing: -0.02em;
	font-weight: 700;
	color: #28282b;
	text-transform: capitalize;
	transition: all 0.3s;
}
.ast-category
{
	line-height: 36px;
	letter-spacing: 0px;
	font-weight: 400;
	color: #28282b;
	text-transform: capitalize;
	transition: all 0.3s;
}
h3.ast-category
{
	line-height: 42px;
}
.ast-main
{
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #0478b1;
	transition: all 0.3s;
}
.ast-semi
{
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #28282b;
	transition: all 0.3s;
}
.ast-info
{
	line-height: 24px;
	letter-spacing: 0.25px;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.50);
	transition: all 0.3s;
}
.ast-break
{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ast-small
{
	font-size: 12px;
	color: rgba(0, 0, 0, 0.50);
	line-height: 20px;
	letter-spacing: 0.5px;
	transition: all 0.3s;
}
.black
{
	color: #28282b;
}
.main-color
{
	color: #0478b1 !important;
}
.bg-main
{
	background-color: #0478b1;	
}
.bg-yellow
{
	background-color: #feaa02;	
}
.yellow
{
	color: #feaa02 !important;
}
.red
{
	color: #ea0000 !important;
}
.btn-kedua.red
{
	border-color: #ea0000;
}
.info
{
	color: rgba(0, 0, 0, 0.50) !important;
}
.bold
{
	font-weight: 600 !important;
}
.x-bold
{
	font-weight: 700 !important;
}
.white 
{
	color: #fff !important;
}
.ast-shadow
{
	-webkit-transition: box-shadow .5s ease-out;
	box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .35);
	transition: box-shadow .5s ease-out;
}
.no-pad
{
	padding: 0;
}
.block
{
	display: block;
}
.full
{
	max-width: 100% !important;
	width: 100% !important;
}
.inline-block
{
	display: inline-block;
}
.regular
{
	font-weight: 400;
}
.normal
{
	font-weight: 300;
}
.no-transform
{
	text-transform: none !important;
}
.italic
{
	font-style: italic;
}
.justify
{
	text-align: justify;
}
.navbar-space
{
	margin-top: 100px;
}
.subject-heading
{
	max-width: 720px;
	margin: 0 0 40px 0;
}
.subject-heading.middle
{
	margin-left: auto;
	margin-right: auto;
}
.subject-heading .word
{
	margin-bottom: 20px;
}
.sticky-subhead
{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.section-shadow
{
	z-index: -1;
	position: absolute;
	left: 0;
	top: 25px;
}
.section-heading
{
	max-width: 480px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.section-heading .image
{
	max-width: 320px;
	margin: 0 auto 20px auto;
}
.section-heading .action
{
	margin: 20px 0;
}
.relative
{
	position: relative;
}
.overflow-hidden
{
	overflow: hidden
}
.no-result
{
	background-color: #0478b169;
	padding: 15px;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 20px;
}
.radius
{
	border-radius: 20px;
}
.radius-30
{
	border-radius: 30px;
}
.contain
{
	object-fit: contain;
}
.cover
{
	object-fit: cover;
}
.line-clamp
{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.strike
{
	opacity: 0.4;
	text-decoration: line-through;
}
/*====================================== SECTION NAVBAR ======================================*/
header {
	/*background-color: #fff;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	/*border-bottom: 2px solid #fff;*/
	z-index: 99;
	will-change: transform;
	transition: background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
	transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s;
	transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
header nav
{
	/*overflow: hidden;*/
	padding: 15px 15px;
}
header nav ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}	
header #navigation .logo
{
	display: block;
	float: left;
	margin-top: 0;
	max-width: 150px;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	font-weight: 500;
	color: #393e46;
}
#navigation
{
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 25%);
}
header #navigation .logo img.navbar-logo
{
	object-fit: contain;
}
@media (min-width: 768px) {
	header nav ul > li {
		float: left;
		margin-left: 2rem;
	}
}
@media (max-width: 768px) {
	.nav-toggle
	{
		display: block;
	}
}
ul.menu-right
{
	float: right;
}
ul.menu-right >  li 
{
	margin-left: 20px;
}
ul.menu-right >  li.active
{
	font-weight: 700;
	border-bottom: 2px solid #0478b1;
}
ul.menu-right >  li.active a,
ul.menu-right >  li.active a:hover
{
	color: #0478b1;
}
ul.menu-right > li > a:before
{
	z-index: -1;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	background-color: #c7e2f1;
	transition: ease 0.6s;
}
ul.menu-right > li:hover > a:before
{
	height: 100%;
}
ul.menu-right > li.active a:before
{
	display: none;
}
ul.menu-right > li a
{
	z-index: 1;
	position: relative;
	color: #28282b;
	display: block;
	padding: 15px;
	font-size: 18px;
	transition: ease 0.6s;
}

ul.menu-right > li:hover a
{
	color: #28282b;
}
.subnav
{
	position: relative;
}
.subnav .subnavbtn
{
	background-color: transparent;
	color: #28282b;
	padding: 15px;
	font-size: 18px;
	border: none;
	outline: none;
	padding: 15px 15px;
	margin: 0;
}
.navbar a:hover, .subnav:hover .subnavbtn {
	background-color: #0478b142;
}
.subnav-content
{
	/*display: none;*/
	z-index: 1;
	border-radius: 20px;
	position: absolute;
	left: 0;
	width: 0%;
	height: 0%;
	padding-top: 15px;
	overflow: hidden;
	transition: ease 0.6s;
}
.subnav-content .subnav-wrapper
{
	transition-delay: 1s;
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .35);
	transition: ease 0.5s;
	transition-delay: 1s;
}
.subnav-content .subnav-wrapper ul
{
	overflow: hidden;
}
.subnav-content .subnav-wrapper li
{
	margin: 0;
	position: relative;
	opacity: 0;
	width: 100%;
	border-radius: 20px;
	text-align: center;
	transform: translateY(10px);
	transition: linear 0.6s;
	transition-delay: 0.4s
}
.subnav-content .subnav-wrapper li a
{
	position: relative;
	display: block;
	min-width: 100px;
	width: 100%;
	border-radius: 20px;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
.subnav-content .subnav-wrapper li a:before
{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #0478b1;
	transition: ease 0.5s;
}
.subnav-content .subnav-wrapper li.active a
{
	font-weight: 700;
	border-bottom: 2px solid #0478b1;
}
.subnav-content .subnav-wrapper li.active a,
.subnav-content .subnav-wrapper li.active a:hover
{
	border-radius: 0;
	color: #0478b1;
}
.subnav-content .subnav-wrapper li.active a:before
{
	display: none;
}
.subnav-content .subnav-wrapper a:hover:before
{
	width: 100%;
}
.subnav:hover .subnav-content {
	width: 175px;
	height: auto;
}
.subnav-content .subnav-wrapper
{
	opacity: 1;
}
.subnav:hover .subnav-content .subnav-wrapper li
{
	opacity: 1;
	transform: translateY(0);
}
.nav-toggle {
	display: none;
	border-radius: 5px;
	background-color: transparent;
	float: right;
	height: 38px;
	width: 38px;
	padding: 5px;
	margin-top: 0;
	position: relative;
	top: 5px;
}
.nav-toggle span:nth-child(2)
{
	width: 65%;
	margin-left: auto;
}
.nav-toggle span:last-child 
{
	width: 90%;
	margin-left: auto;
}
.nav-toggle.open span:first-child {
	transform: rotate(45deg) translate(4.4px, 5.4px);
}
.nav-toggle.open span:nth-child(2) {
	width: 0;
	opacity: 0;
}
.nav-toggle.open span:last-child {
	width: 100%;
	transform: rotate(-45deg) translate(4.4px, -6.4px);
}
.nav-toggle span {
	position: relative;
	display: block;
	height: 2px;
	width: 100%;
	margin-top: 6px;
	background-color: #fff;
	transition: all 0.3s;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-wrapper
{
	margin: 20px 0;
}
.swiper-slide {
	background: transparent;
	width: auto;
	margin-right: 20px;
	border-radius: 5px;
	margin-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-wrapper .swiper-slide > a{
	width: 100%;
}
.swiper-button-wrapper
{
	position: absolute;
	top: 22px;
	text-align: center;
}
.swiper-button-next
{
	background-color: transparent;
	background-image: url("../images/chevron-right.svg") !important;
	opacity: 1;
	transition: all 0.3s;
	right: 20px;
	padding: 15px;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 25%);
}
.swiper-button-prev
{
	background-color: transparent;
	background-image: url("../images/chevron-left.svg") !important;
	opacity: 1;
	transition: all 0.3s;
	left: 20px;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 25%);
}
.swiper-button-next, .swiper-button-prev
{
	top: 45%;
	width: 48px !important;
	height: 48px !important;
	background-size: contain;
}
.swiper-button-prev:after, .swiper-button-next:after
{
	opacity: 0;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled
{
	opacity: 0.1
}
.row-middle
{
	display: flex;
	align-items: center;
}

/*====================================== SECTION HOME PAGE ======================================*/
section.section-home-hero
{
	position: relative;
	margin-top: 60px;
}
.home-hero
{
	width: 100%;
	height: 70vh;
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}
.hero-column
{
	height: 250px;
	display: flex;
	align-items: center;
	padding: 30px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 80%);
}
.hero-column .wrapper
{
	border-left: 2px solid #fff;
	padding: 10px 0 10px 20px;
}
.hero-column .wrapper .cta
{
	display: flex;
}
.hero-column .wrapper .cta .col
{
	margin-right: 15px;
}
section.section-home-package .container-fluid
{
	background-image: url("../images/home/bg-tour.png"), url("../images/home/bg-package.png");
	background-position: top right, bottom left;
	background-size: 200px, 100px;
	background-repeat: no-repeat;
	height: 60vh;
	background-color: #c7e2f1;
	padding: 75px 0;
}
section.section-home-package .container
{
	max-width: 80%;
	width: 100%;
	height: 100%;
	margin-right: 0;
	padding: 0;
}
.tour-card
{
	position: relative;
	height: 525px;
	border-radius: 20px;
	background-size: 150%;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0px 0px 18px 5px rgb(0 0 0 / 30%);
	transition: ease 5s;
}
.tour-card .wrapper
{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 65%);
	transition: ease 0.6s;
}
.tour-card .wrapper .title
{
	min-height: 72px;
}
.tour-card .tour-label
{
	position: absolute;
	top: 20px;
	left: 15px;
	padding: 5px 25px;
	border-radius: 20px;
} 
.tour-card .tour-label.best
{
	background-color: #ca1f16;
}
.tour-card .tour-label.popular
{
	background-color: #feaa02;
}
.tour-card .days
{
	position: absolute;
	top: 20px;
	right: 15px;
	text-align: center;
}
.tour-card .days h3.ast-category
{
	line-height: 36px;
}
.tour-card .detail .col span
{
	display: inline-block;
	text-align: center;
	width: 15px;
	margin-right: 10px;
	color: #feaa02;
}
.tour-card .price
{
	min-height: 84px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
}
.tour-card .cta
{
	min-height: 84px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	text-align: center;
}
.tour-card:hover
{
	background-size: 250%;	
}
.tour-card:hover .wrapper
{
	box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
}
section.section-home-explore
{
	padding-top: 100px;
	background-image: url("../images/home/explore-right.png"), url("../images/home/explore-left.png");
	background-position: top left, top right;
	background-size: 150px, 150px;
	background-repeat: no-repeat;
}
section.section-home-about
{
	padding: 50px 0;
	background-image: url("../images/home/bg-about.png");
	background-position: bottom 50px left;
	background-size: 150px;
	background-repeat: no-repeat;
}
.swiper-bot .bot-gradient
{
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 50%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 50%);
	background: linear-gradient(180deg, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.container-trip
{
	position: relative;
	z-index: 2;
	margin-top: -100px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
}
.home-logo
{
	max-width: 200px;
	margin: 0 auto 30px auto;
}
.home-trip
{
	margin-top: -250px;
}
.home-card-trip
{
	max-width: 350px;
	height: 450px;
	border-radius: 30px;
	/*margin: 0 auto;*/
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 8px 18px 0 rgb(0 0 0 / 65%);
}
.home-card-trip .wrapper
{
	width: 100%;
	height: 100%;
	padding: 30px;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 60%);
	transition: ease 0.6s;
}
section.section-partnership
{
	padding: 50px 0;
}
.partnership-container
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.partnership-container .logo
{
	flex-grow: 0;   
	flex-shrink: 0;
	flex-basis: 10%;
	margin: 0 15px 15px 15px;
}
.continent-container
{
	display: flex;
	align-items: center;
	width: 100%;
	height: 425px;
	padding: 15px 0; 
}
.panel {
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	border-radius: 60px;
	color: #fff;
	cursor: pointer;
	flex: 0.5;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: 10px;
	position: relative;
	transition: ease 0.6s;
	box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 60%);
}
.panel .continent-name
{
	margin-bottom: 140px;
	transform: rotate(-90deg);
	display: flex;
	align-items: center;
	flex-basis: 300px;
	flex-grow: 0;
	flex-shrink: 0;
	transition: ease 0s;
}
.panel .continent-name .icon
{
	transform: rotate(90deg);
	width: 60px;
	height: 50px;
	padding: 8px;
	margin-right: 10px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.panel .continent-name p
{
	width: 100%;
}
.panel .continent-name .icon,
.panel .continent-name p
{
	opacity: 1;
	transition: ease 0.6s;
	transition-delay: 0.5s;
}
.panel .continent-cta
{
	transform: scale(1.1);
	opacity: 0;
	position: absolute;
	top: 25%;
	left: 0;
	width: 100%;
	text-align: center;
	transition: ease 0.6s;
	transition-delay: 0.6s;
}
.panel .continent-cta .icon
{
	max-width: 100px;
	margin: 0 auto 20px auto;
}
.panel .continent-cta .icon,
.panel .continent-cta h4,
.panel .continent-cta .cta
{
	display: none;
	opacity: 1;
	transition: ease 0.6s;
	transition-delay: 0.5s;
}
.panel .continent-name .icon svg,
.panel .continent-cta .icon svg
{
	width: 100%;
	height: 100%;
	fill: #fff;
}
.panel h3 {
	font-size: 24px;
	position: absolute;
	bottom: 20px;
	left: 40px;
	margin: 0;
	opacity: 0;
}
.panel.active {
	flex: 5;
}
.panel.active .continent-cta
{
	transform: scale(1);
	opacity: 1;
}
.panel.active .continent-cta .icon,
.panel.active .continent-cta h4,
.panel.active .continent-cta .cta
{
	display: block;
	opacity: 1;
}
.panel.active .continent-name
{
	transform: translateY(300px) rotate(-90deg);
}
.panel.active .continent-name .icon,
.panel.active .continent-name p
{
	opacity: 0;
}

.panel.active h3 {
	opacity: 1;
	transition: opacity 0.3s ease-in 0.4s;
}

@media (max-width: 480px) {
	.container {
		width: 100vw;
	}

	.panel:nth-of-type(4),
	.panel:nth-of-type(5) {
		display: none;
	}
}
/*====================================== SECTION ABOUT PAGE ======================================*/
section.section-about-hero,
section.section-package-hero,
section.section-service-hero,
section.section-why-hero,
section.section-passport-hero,
section.section-visa-hero,
section.section-contact-hero
{
	height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 35%);
}
section.section-about-one
{
	background-image: url("../images/about/about-one-left.png"), url("../images/about/about-one-right.png");
	background-position: top left -50px, top 200px right;
	background-size: 300px, 250px;
	background-repeat: no-repeat;
	height: 65vh;
	padding: 50px 0;
	background-color: #c7e2f1;
}
.about-one
{
	margin-top: -225px;
}
section.section-about-two
{
	background-image: url("../images/about/about-two-bg.png");
	background-position: bottom 75px right;
	background-size: 350px;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}
.row-about-two
{
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-two .image
{
	max-width: 480px;
	margin: 0 auto;
}
section.section-about-vm
{
	background-image: url("../images/about/about-vm-bg.png");
	background-position: left bottom;
	background-size: 150px;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}
.vm-card
{
	background-image: url("../images/about/vm-bg.png");
	background-position: top 15px right 15px;
	background-size: 250px;
	background-repeat: no-repeat;
	/*min-height: 400px;*/
	background-color: #dff5fb;
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 30px;
	box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .18);
}
.vm-card .icon
{
	width: 75px;
	height: 75px;
	margin-bottom: 20px;
}
section.section-about-three
{
	position: relative;
	margin-top: 50px;
	padding: 100px 0 250px 0;
}
.about-three
{
	position: absolute;
	bottom: 0;
	right: 0;
}
.about-three .image
{
	max-width: 720px;
}
@media (min-width: 1345px)
{
	.about-three .image
	{
		max-width: 1024px;
	}
}
/*====================================== SECTION SERVICE PAGE ======================================*/
section.section-service-main,
section.section-package-list,
section.section-why-list,
section.section-passport-list,
section.section-visa-list,
section.section-private-tour
{
	padding: 100px 0;
	background-image: url("../images/about/about-one-left.png"), url("../images/about/about-one-right.png");
	background-position: top left -50px, top 200px right;
	background-size: 300px, 250px;
	background-repeat: no-repeat;
}
.service-main
{
	margin-bottom: 60px;
}
.service-main .image a
{
	z-index: 3;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 30px;
}
.service-main a:before
{
	z-index: 1;
	content: '';
	border-radius: 30px;
	box-shadow: inset 0 0 0 0 transparent;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	transition: ease 0.6s;
}
.service-main:hover a:before
{
	box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
}
.service-main .title
{
	z-index: 2;
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 100%;
	text-align: center;
	transition: ease 0.6s;
}
.service-main .title .wrapper
{
	background-color: #0478b1;
	max-width: 480px;
	margin: 0 auto;
	padding: 10px 15px;
	border-radius: 30px;
	box-shadow:0 8px 18px 0 rgb(0 0 0 / 35%);
	transition: ease 0.6s;
}
.service-main:hover .title
{
	transform: translateY(-175px);
}
.service-main:hover .wrapper
{
	padding: 5px 10px;
	max-width: 320px;
	box-shadow: 0 8px 18px 0 #fff;
}
section.section-service-other
{
	background-image: url("../images/service/bg-other.png");
	background-position: center right;
	background-size: 150px;
	background-repeat: no-repeat;
	margin-bottom: 100px;
}
section.section-service-other .service-main .title .wrapper
{
	display: inline-block;
	max-width: auto;
	padding: 10px 25px;
}
section.section-service-other .service-main:hover .title
{
	transform: none;
}
section.section-service-other .service-main:hover .wrapper
{
	padding: 10px 25px;
	max-width: auto;	
	box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .18);
}
.row-s-umroh
{
	display: flex;
	align-items: center;
	margin-bottom: 100px;
}
.service-list ul
{
	list-style: none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.service-list ul li
{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 30px;
}
.service-list ul li .icon
{
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 50px;
	height: 50px;
	margin-right: 15px;
}
/*====================================== SECTION WHY CHOOSE PAGE ======================================*/
.row-why
{
	padding: 75px 0;
	display: flex;
	align-items: center;
}
.row-why:nth-child(odd)
{
	flex-direction: row-reverse;
}
.why-wrapper .word .icon
{
	max-width: 72px;
	margin-bottom: 15px;
}
/*====================================== SECTION PASSPORT PAGE ======================================*/
.pass-table
{
	margin-bottom: 30px;
}
.pass-price
{
	max-width: 1170px;
	margin: 0 auto;
	padding: 45px 0;
	display: flex;
	justify-content: space-between;
}
/*====================================== SECTION VISA PAGE ======================================*/
section.section-visa-list
{
	background-image: url("../images/visa/bg-visa-top.png"), url("../images/visa/bg-visa-bottom.png");
	background-position: top 15% right, bottom 25% left;
	background-size: 125px;
	background-repeat: no-repeat;
}
.visa-list
{
	margin-bottom: 30px;
}
.visa-list .ocean
{
	max-width: 480px;
	display: inline-block;
	margin: 0 auto 30px auto;
	padding: 0 30px 10px 30px;
	border-bottom: 2px solid #0478b1;
}
.country-list
{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 30px;
}
.country-list .country
{
	border-radius: 30px;
	width: 100%;
	height: 200px;
	flex-shrink: 0;
	flex-grow: 0;
	flex-basis: 20%;
	box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .15);
	margin-bottom: 75px;
	transition: ease 0.6s;
}
.country-list .country:hover
{
	box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .60);
}
.country-list .country a 
{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 35%);
}
.country-list .country a .cta
{
	opacity: 0;
	max-width: 150px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease 0.5s;
}
.country-list .country:hover a .cta
{
	opacity: 1;
}
.country-list .country .flag
{
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	text-align: center;
	transition: ease 0.6s;
}
.country-list .country .flag > .image
{
	width: 50px;
	height: 50px;
	margin: 0 auto 5px auto;
}
#detailVisa .modal-header
{
	padding: 0;
}
#detailVisa .modal-header button.close
{
	top: 15px;
	right: 15px;
	opacity: 1;
	background-color: #fff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	color: black;
}
.vdetail-header
{
	padding: 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.vdetail-header .image
{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 30px;
	position: relatives;
	width: 100%;
	height: 450px;
}
.vdetail-header .image
{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 35%);
}
.vdetail-header .image .desc
{
	flex-basis: 60%;
}
.vdetail-header .desc ul
{
	margin: 0 auto;
	list-style: none;
}
.vdetail-header .desc ul li
{
	font-size: 18px;
	margin-bottom: 10px;
}
#detailVisa .container-fluid .pass-price,
.vdetail-regulation
{
	padding: 30px 30px;
}
.vdetail-body .wrapper ul
{
	margin-left: 25px;
	list-style: decimal;
}
.vdetail-body .wrapper ul li ul
{
	list-style: disc;
}
#detailVisa .modal-footer .footer-contact
{
	flex-direction: column;
	text-align: center;
	align-items: center;
	margin-bottom: 40px;
}
/*====================================== SECTION PACKAGE PAGE ======================================*/
section.section-package-list
{
	padding: 50px 0;
}
.package-category ul
{
	max-width: 1024px;
	margin: 0 auto;
	overflow-x: scroll;
}
.package-category ul::-webkit-scrollbar
{
	width: 0;
}
.package-category ul
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}
.package-category ul li
{
	display: flex;
	justify-content: center;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 150px;
	float: none;
	cursor: pointer;
	opacity: 0.5;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	transition: all 0.3s;
	text-align: center;
}
.package-category ul li a
{
	width: 100%;
	height: 100%;
	color: rgba(0, 0, 0, 0.50);
}
.package-category ul li a svg
{
	fill: #0478b1;
}
.package-category ul li a:hover svg
{
	fill: #feaa02;
}
.package-category ul li a .nav-icon
{
	max-width: 36px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.package-category ul li.active a
{	
	background-color: transparent;
	color: #0478b1;
}
.package-category ul li:hover
{
	opacity: 1;	
	border-bottom: 2px solid #0478b1
}
.package-category ul li.active a:focus,
.package-category ul li.active a:active
{
	color: rgba(0, 0, 0, 0.50);
	background-color: transparent !important;
}
.package-category ul li.active
{
	opacity: 1;	
	border-bottom: 2px solid #0478b1;
}
section.section-package-list .tour-card 
{
	height: auto;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	margin-bottom: 50px;
}
section.section-package-list .tour-card .image
{
	position: relative;
	width: 100%;
	height: 250px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
section.section-package-list .tour-card .image:before
{
	content: "";
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 20%);
}
section.section-package-list .tour-card .image img
{
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
section.section-package-list .tour-card .wrapper
{
	box-shadow: none;
}
/*====================================== SECTION PACKAGE DETAIL PAGE ======================================*/
section.section-detail-hero
{
	height: 70vh;
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
	padding: 50px 100px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 60%);
}
section.section-detail-hero .detail-desc,
section.section-detail-hero .detai-price
{
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 50%;
}
.detail-desc .detail
{
	border-left: 3px solid #feaa02;
	padding-left: 15px;
}
.detail-desc .detail
{
	display: flex;
	flex-direction: column;
}
.detail-desc .detail .trip,
.detail-desc .detail .spec
{
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}
.detail-desc .detail .trip .divider
{
	margin-top: -8px;
	width: 100px;
	text-align: center;
	padding: 0 10px;
}
.detail-desc .detail .trip .divider span
{
	display: block;
	width: 100%;
	height: 2px;
	border-top: 4px dotted #feaa02;
}
.detail-desc .detail .spec .wrapper
{
	margin-right: 15px;
}
.detail-price
{
	text-align: right;
}
.detail-price .cta a
{
	margin-left: 10px;
}
.detail-menu ul.nav.nav-pills
{
	margin-left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}
.detail-menu ul.nav.nav-pills li
{
	margin: 0;
	flex-basis: 25%;
	height: 75px;
	text-align: center;
}
.detail-menu ul.nav.nav-pills li a
{
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	border-radius: 0;
	font-size: 20px;
	border-right: 2px solid rgba(0,0,0,0.1);
	border-bottom: 2px solid rgba(0,0,0,0.1);
}
.detail-menu ul.nav.nav-pills li.active a
{
	border-right: 0;
}
.detail-menu ul.nav.nav-pills li.active  li a
{
	border: 0;
}
section.section-detail-list #itinerary .icon
{
	max-width: 48px;
	margin-bottom: 15px;
}
section.section-detail-list #itinerary .icon.middle
{
	margin: 0 auto;
}
.destination-trip
{
	display: flex;
	align-items: center;
	justify-content: center;
}
.destination-trip .wrapper
{
	position: relative;
	margin: 0 15px;
}
.destination-trip .wrapper:before
{
	font-family: "FontAwesome";
	content: "\f061";
	position: absolute;
	left: -25px;
	bottom: 0px;
}
.destination-trip .wrapper:nth-child(1):before
{
	display: none;
}
.row-destination
{
	display: flex;
	align-items: center;
	justify-content: center;
}
.destination-days .line
{
	/*z-index: -1;*/
	position: absolute;
	bottom: 55px;
	width: 100%;
	height: 1px;
	background-color: #0478b1;
}
.destination-days .days
{
	position: relative;
	background-color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 115px;
	height: 115px;
	margin: 0 auto;
	border: 1px solid #0478b1;
	border-radius: 50%;
	margin-bottom: 30px;
	transition: ease 0.5s;
}
.destination-days .days:hover
{
	background-color: #0478b1;
}
.destination-days .days:hover p.ast-small.main-color,
.destination-days .days:hover h3.ast-category.main-color
{
	color: #fff !important;
}
.destination-days .days:hover i
{
	transform: translateY(-5px);
}
.destination-full .days-desc .list
{
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
}
.destination-full .days-image
{
	height: 450px;
	margin: 0 auto;
}
.destination-arrow
{
	margin: 0 130px 0 auto;
	max-width: 480px;	
}
.destination-timeline:nth-child(even) .destination-list .destination-full .row-destination
{
	flex-direction: row-reverse;
}
.destination-timeline:nth-child(even) .destination-list .destination-full .destination-arrow
{
	margin: 0 auto 0 130px;
}
.destination-timeline:nth-last-child(1) .destination-list .destination-full .destination-arrow
{
	display: none;
}
section.section-detail-summary
{
	margin-top: 50px;
	background-color: #0478b1;
	background-image: url("../images/detail/summary-left.png"), url("../images/detail/summary-right.png"),
	url("../images/detail/summary-bot-left.png"), url("../images/detail/summary-bot-right.png");
	background-position: top left 0, top right, bottom left, bottom right;
	background-size: 150px;
	background-repeat: no-repeat;
	padding: 50px 0 75px 0;
}
.summary-container
{
	display: flex;
	flex-direction: column;
}
.summary-container .icon
{
	max-width: 72px;
	margin: 0 auto 15px auto;
}
.summary-container .price-list
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	column-gap: 30px;
	text-align: center;
}
.summary-container .price-list .wrapper:before
{
	content: "";
	position: absolute;
	right: -15px;
	width: 1px;
	height: 100%;
	background-color: #fff;
}
.summary-container .price-list .wrapper:nth-child(4):before
{
	display: none;
}
.summary-container .price-total
{
	background-color: #feaa02;
	padding: 15px 20px;
	border-radius: 50px;
	max-width: 480px;
	text-align: center;
	margin: 45px auto 50px auto;
	box-shadow: -3px 10px 18px 0px rgb(0 0 0 / 40%)
}
.price-cta
{
	display: flex;
	align-items: center;
	justify-content: center;
}
.price-cta .col
{
	max-width: 400px;
}
.price-cta .col .icon
{
	max-width: 100px;
}
.price-detail .image
{
	border-radius: 20px;
	box-shadow: 0 8px 18px 0 rgb(0 0 0 / 35%);
}
.price-detail .subject-heading .icon
{
	max-width: 100px;
	margin: 0 0 15px 0;
}
.price-detail .price-package
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
}
.price-detail .price-package .wrapper
{
	position: relative;
	/*display: flex;*/
	flex-grow: 0;   
	flex-shrink: 0;
	flex-basis: 45%;
	margin-bottom: 30px;
}
.price-detail .price-package .wrapper:before
{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	height: 2px;
	width: 95%;
	background-color: #0478b1;
}
.price-include
{
	margin: 60px auto 30px auto;
	border-radius: 30px;
	padding: 30px 15px;
	box-shadow: 0 8px 18px 0 rgb(0 0 0 / 35%);
}
.price-include .subject-heading .icon
{
	max-width: 72px;
	margin-bottom: 20px;
}
.price-include ul
{
	list-style-image: url('../images/detail/ul-point.svg');
}
.price-include ul li
{
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #28282b;
	margin-bottom: 5px;
	transition: all 0.3s;
}
.sticky-tnc
{
	position: sticky;
	top: 100px;
}
/*====================================== SECTION PRIVATE PAGE ======================================*/
.pt-card
{
	border-radius: 30px;
	margin-bottom: 40px;
	transition: ease 0.6s;
}
.pt-card:hover
{
	box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .60);
}
.pt-card .image
{
	border-radius: 30px;
	width: 100%;
	height: 300px;
}
.pt-card .desc
{
	position: relative;
	margin-top: -30px;
	padding: 10px 10px 20px 10px;
}
.pt-card .desc .icon
{
	z-index: 9;
	padding: 10px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #0478b1;
	border: 1px solid #fff;
	max-width: 100px;
	margin: -20px auto 15px auto;
}
.pt-form
{
	max-width: 720px;
	margin: 0 auto;
}
/*====================================== SECTION CONTACT ======================================*/
section.section-contact
{
	background-image: url("../images/about/about-one-left.png"), url("../images/about/about-one-right.png"), url("../images/contact/contact-right.png");
	background-position: top left -50px, top 200px right, center right;
	background-size: 300px, 250px, 150px;
	background-repeat: no-repeat;
	padding: 50px 0;
}
.contact-cta
{
	margin: 50px auto 75px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.contact-cta .wrapper
{
	max-width: 400px;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 30px 15px;
	border-radius: 30px;
	margin: 0 auto;
	text-align: center;
	transition: ease 0.6s;
}
.contact-cta .wrapper:hover
{
	background-color: #feaa02;
	box-shadow: -3px 10px 18px 0px rgb(0 0 0 / 40%)
}
.contact-cta .wrapper .icon
{
	max-width: 100px;
	margin: 0 auto 15px auto;
}
.contact-form
{
	max-width: 720px;
	margin: 0 auto;
}
.form-checkbox
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.form-checkbox .wrapper
{
	flex: 0 0 40%;
	margin-bottom: 10px;
}
.form-checkbox .wrapper input,
.form-checkbox .wrapper label
{
	position: relative;
	cursor: pointer;
	font-weight: 400;
}
.form-checkbox .wrapper label:before
{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #0478b1;
	transition: ease 0.5s;
}
.form-checkbox .wrapper label:hover:before
{
	width: 100%;
}
.contact-map
{
	margin-top: 100px;
}
.contact-map iframe
{
	width: 100%;
	height: 480px;
	margin: 0 auto;
	border-radius: 20px;
}
/*====================================== SECTION PAGE NOT FOUND ======================================*/
section.section-notfound
{
	margin-top: 100px;
	margin-bottom: 0;
}
.pagenotfound .image
{
	max-width: 320px;
	margin: 0 auto 0 auto;
}
/*====================================== SECTION FOOTER ======================================*/
section.section-footer-contact
{
	margin-top: 100px;
	background-image: url("../images/contact-left.png");
	background-position: bottom right;
	background-size: 200px;
	background-repeat: no-repeat;
}
.footer-contact
{
	display: flex;
	flex-direction: row;
	text-align: center;
}
.footer-contact .f-contact-bottom
{
	display: flex;
	column-gap: 20px;
}
.footer-contact .f-contact-bottom .wrapper
{
	width: 200px;
	height: 200px;
}
.footer-contact .f-contact-bottom .wrapper a
{
	display: block;
	border-radius: 30px;
	border: 2px solid #28282b;
	width: 100%;
	height: 100%;
	color: #28282b;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.footer-contact .f-contact-bottom .wrapper:hover a
{
	background-color: #0478b1;
	color: #fff;
	border-color: transparent;
	box-shadow: -3px 10px 18px 0px rgb(0 0 0 / 40%)
}
.footer-contact .f-contact-bottom .wrapper .icon i
{
	font-size: 40px;
}
.footer-top
{
	margin-top: 50px;
}
.footer-top .wrapper
{
	max-width: 1024px;
	text-align: center;
}
footer.footer
{
	background-color: #0478b1;
	padding: 0 0 10px 0;
	position: relative;
}
.footer-menu .footer-logo .image
{
	max-width: 250px;
	margin: 0 auto 25px auto;
}
.footer-menu .footer-header
{
	margin-bottom: 30px;
}
.footer-menu ul
{
	margin: 0;
}
.footer-menu ul li
{
	display: block;
	margin-bottom: 20px;
	transition: all 0.3s;
}
.footer-menu ul li.footer-flex
{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.footer-menu ul li:hover
{
	transform: translateY(-3px);
}
.footer-menu ul li .icon .image
{
	width: 40px;
	height: 40px;
	margin-right: 20px;
}
.footer-menu ul li a
{
	color: #fff;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
}
.footer-menu ul li:hover a
{
	border-bottom: 1px solid #fff;
}
.footer-copyright .image-footer .image
{
	display: none !important;
	padding: 10px;
	border-radius: 10px;
	display: inline-block;
	max-width: 175px;
	margin: 15px auto 0 auto;
	border-radius: 20px;
	transition: all 0.3s;
	/*box-shadow: 0 8px 18px 0 rgb(255 255 255 / 39%);*/
}
.footer-copyright .image-footer .image img
{
	border-radius: 20px;
}
.footer-logo .image a
{
	display: block;
	width: 100%;
	height: 100%;
}
.footer-logo .image:hover a
{
	transform: translateY(-5px);
	box-shadow: 0 8px 18px 0 rgb(255 255 255 / 39%);
}
.footer-copyright .copyright
{
	margin-top: 10px
}
.footer-copyright .copyright p.ast-semi
{
	font-size: 16px
}
