@font-face {
	font-family: "Poppins-Regular";
	src: url("../../assets/fonts/poppins/Poppins-Regular.ttf");
}
@font-face {
	font-family: "Poppins-Medium";
	src: url("../../assets/fonts/poppins/Poppins-Medium.ttf");
}
@font-face {
	font-family: "Poppins-SemiBold";
	src: url("../../assets/fonts/poppins/Poppins-SemiBold.ttf");
}
@font-face {
	font-family: "Poppins-Bold";
	src: url("../../assets/fonts/poppins/Poppins-Bold.ttf");
}

body{
    margin:0;
    color: #212121;
    font-size: 15px;
    font-family: "Poppins-Regular", sans-serif;
    overflow-x: hidden;
}

.w-100{
    min-width: unset !important;
}

a{
    text-decoration: none;
    color: #212121;
}
a:hover{
    text-decoration: none;
    color: #00ab7e;
}

.cursor-pointer{
    cursor: pointer;
}
.relative{
    position: relative;
}

.display-desktop{
    display: block !important;
}
.display-mobile{
    display: none !important;
}
.display-none{
    display: none;
}

.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}

.bg-gray{
    background-color: rgba(246, 246, 249, 1) !important;
}

.bg-green{
    background-color: rgba(0, 171, 126, 1) !important;
}
.bg-green-light{
    background-color: rgba(0, 171, 126, .08) !important;
}

.bg-red{
    background-color: rgba(227, 71, 96, 1) !important;
}
.bg-red-light{
    background-color: rgba(227, 71, 96, .08) !important;
}

.bg-purple{
    background-color: rgba(175, 58, 195, 1) !important;
}
.bg-purple-light{
    background-color: rgba(175, 58, 195, .08) !important;
}

.bg-orange{
    background-color: rgba(255, 94, 31, 1) !important;
}
.bg-orange-light{
    background-color: rgba(255, 94, 31, .08) !important;
}

.bg-blue{
    background-color: rgba(60, 176, 206, 1) !important;
}
.bg-blue-light{
    background-color: rgba(60, 176, 206, .08) !important;
}

.bg-yellow{
    background-color: rgba(255, 193, 7, 1) !important;
}
.bg-yellow-light{
    background-color: rgba(255, 193, 7, .08) !important;
}


.clr-black{
    color: rgba(33, 33, 33, 1) !important;
}
.clr-green{
    color: rgba(0, 171, 126, 1) !important;   
}
.clr-yellow{
    color: rgba(255, 193, 7, 1) !important;
}
.clr-orange{
    color: rgba(255, 94, 31, 1) !important;
}
.clr-white{
    color: rgba(255, 255, 255, 1) !important;
}
.clr-red{
    color: rgba(227, 71, 96, 1) !important;
}
.clr-purple{
    color: rgba(175, 58, 195, 1) !important;
}
.clr-blue{
    color: rgba(60, 176, 206, 1) !important;
}

.fs-14{
    font-size: 14px !important;
}
.fs-16{
    font-size: 16px !important;
}

.clearer{
    clear: both;
}
.clearer-header{
    margin-top: 110px;
    position: relative;
}

.padding-default{
    padding: 30px 0px;
}

.mt-30{
    margin-top: 30px;
}
.mb-30{
    margin-bottom: 30px;
}


section{
    width: auto;
    height: auto;
}

.box-button{
    text-align: center;
    margin-top: 30px;
}
.button {
	min-width:100px;
	height:auto;
    padding: 8px 16px;
	display:inline-block;
	text-align:center;
	border-radius:10px;
	transition:.5s ease;
	-webkit-transition:.5s ease;
	-moz-transition:.5s ease;
	-o-transition:.5s ease;
	cursor:pointer;
	text-decoration:none;
	line-height: normal;
	position: relative;
    font-family: 'Poppins-Medium', sans-serif;
    z-index: 50;
    font-size: 15px;
}

.button-small {
	min-width:100px;
	height:auto;
    padding: 6px 12px;
	display:inline-block;
	text-align:center;
	border-radius:8px;
	transition:.5s ease;
	-webkit-transition:.5s ease;
	-moz-transition:.5s ease;
	-o-transition:.5s ease;
	cursor:pointer;
	text-decoration:none;
	line-height: normal;
	position: relative;
    font-family: 'Poppins-Medium', sans-serif;
    z-index: 50;
    font-size: 15px;
}

.button-large{
    min-width:150px;
	height:auto;
    padding: 12px 20px;
	display:inline-block;
	text-align:center;
	border-radius:10px;
	transition:.5s ease;
	-webkit-transition:.5s ease;
	-moz-transition:.5s ease;
	-o-transition:.5s ease;
	cursor:pointer;
	text-decoration:none;
	line-height: normal;
	position: relative;
    font-family: 'Poppins-Medium', sans-serif;
    z-index: 50;
    font-size: 16px;
}

.button-green{
    background-color: #00ab7e;
    border: 2px solid #00ab7e;
    color: #fff;
}

.button-green-outline{
    background-color: transparent;
    border: 2px solid #00ab7e;
    color:#00ab7e;
}

.button-blue{
    background-color: #2143c3;
    border: 2px solid #2143c3;
    color: #fff;
}

.button-gray{
    background-color: #f6f6f9;
    border: 2px solid #f6f6f9;
    color: #212121;
}
.button-gray-outline{
    background-color: transparent;
    border: 2px solid #ebebeb;
    color:#212121;
}

.button-white{
    background-color: #fff;
    border: 2px solid #fff;
    color: #212121;
}
.button-white-outline{
    background-color: transparent;
    border: 2px solid #fff;
    color:#fff;
}


.button-orange{
    background-color: #ff5e1f;
    border: 2px solid #ff5e1f;
    color: #fff;
}

.button-black-transparent{
    background-color: transparent;
    border: 2px solid #212121;
    color: #212121;
}

.button-link{
    background-color: transparent;
    border: none;
    color: #212121;
}

.box-table {
    position:absolute;
    width:100%;
    height:100%;
}
.box-table .display-table {
    display:table;
    width:100%;
    height:100%;
}
.box-table .display-table .display-table-cell {
    display:table-cell;
    vertical-align:middle;
}

.box-top-bar{
    width:auto; height:auto; 
    background-color:#f6f6f9;
    padding: 8px 15px;
    font-size: 0;
    position: relative;
    z-index: 100;
    color: #212121;
}
.box-top-bar .left-top-bar{
    width: 30%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}
.box-top-bar .left-top-bar i{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.box-top-bar .right-top-bar{
    width: 70%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

ul.top-bar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: right;
}
ul.top-bar li {
    display: inline-block;
    text-align: center;
    padding: 0px 15px;
    color: #212121;
}
ul.top-bar li:first-child {
    padding-left: 0px;
}
ul.top-bar li:last-child {
    padding-right: 0px;
}
ul.top-bar li a {
    display: block;
    text-decoration: none;
    color: #212121;
}
ul.top-bar li a:hover {
    color: #00ab7e;
}


header{
    width: auto;
    height: auto;
    box-shadow: 0 0px 2px rgba(38,50,56,.16);
    -moz-box-shadow: 0px 0px 2px 0px rgba(38,50,56,.16);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(38,50,56,.16);
    position: fixed;
    left: 0;
    right: 0;
    top: -1px;
    z-index: 150;
    background-color: #fff;
}
.box-header{
    width: auto;
    height: auto;
    position: relative;
}
.box-header .left-header{
    width: 15%;
    height: auto;
    float: left;
}
.box-header .center-loc-header{
    width: 15%;
    height: 70px;
    float: left;
    line-height: 70px;
}
.box-header .center-search-header{
    width: 36%;
    height: 70px;
    float: left;
    line-height: 70px;
    margin-left: 2%;
    margin-right: 2%;
}
.box-header .right-header{
    width: 30%;
    height: 70px;
    float: right;
}
.box-mobile{
    display: none;
}

.box-logo{
    width: auto;
    height: 70px;
    line-height: 70px;
    float: left;
}
.box-logo .logo-desktop{
    width: 125px;
}
.box-logo .logo-mobile{
    display: none;
}

ul.nav-header {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
    font-family: 'Poppins-Medium', sans-serif;
}
ul.nav-header li {
    display: inline-block;
    text-align: center;
    padding: 0px 10px;
    height: auto;
    line-height: 70px;
    color: #212121;
    position: relative;
}
ul.nav-header li:first-child {
    padding-left: 0px;
}
ul.nav-header li:last-child {
    padding-left: 10px;
    padding-right: 0px;
    width: 224px;
    text-align: right;
}
ul.nav-header li a {
    text-decoration: none;
    color: #212121;
}
ul.nav-header li a:hover {
    color: #00ab7e;
}
ul.nav-header li i{
    margin-left: 5px;
}
ul.nav-header li button{
    margin-left: 5px;
}

ul.nav-header li:hover .dropdown-nav-header{
    display: block;
}
.dropdown-nav-header{
    width: 500px;
    height: auto;
    background-color: #fff;
    position: absolute;
    top: 70px;
    right: -20px;
    box-shadow: 0px 4px 8px 0px rgba(153,153,153,.16);
    -moz-box-shadow: 0px 4px 8px 0px rgba(153,153,153,.16);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(153,153,153,.16);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 10px 25px;
    font-family: 'Poppins-Regular';
    display: none;
    line-height: normal;
}
.dropdown-nav-header .list-nav-header{
    width: 50%;
    height: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    float: left;
    text-align: left;
}
.dropdown-nav-header .list-nav-header a{
    color: #212121;
    display: block;
}
.dropdown-nav-header .list-nav-header a:hover{
    color: #00ab7e;
}

ul.nav-mobile {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Poppins-Medium', sans-serif;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
ul.nav-mobile li {
    display: block;
    color: #212121;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
}
ul.nav-mobile li .icon-nav-mobile{
    margin-right: 10px;
    color: rgba(33, 33, 33, .54);
}
ul.nav-mobile li .arrow-nav-mobile{
    float: right;
}
ul.nav-mobile li a{
    color: #212121;
    display: block;
}
ul.nav-mobile li a:hover{
    color: #00ab7e;
}
ul.nav-mobile li a:hover .icon-nav-mobile{
    color: #00ab7e;
}

.offcanvas{
    padding: 40px;
    overflow: scroll;
}
.offcanvas-header{
    padding: 0;
}
.offcanvas-body{
    padding: 0;
    overflow-y: unset;
}
.offcanvas-backdrop{
    background-color: #00ab7e;
}
.offcanvas-backdrop.show{
    opacity: 0.54;
}
.box-close{
    font-size: 20px;
    float: right;
}


.box-loc{
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #00ab7e;
    cursor: pointer;
}
.box-loc .icon-loc{
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
}
.box-loc .icon-arrow-loc{
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.box-loc span{
    min-width: 50px;
    max-width: 110px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Poppins-Medium';
}

.box-search{
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.box-search i{
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 16px;
}
.text-search{
    width: 100%;
    height: 45px;
    border-radius: 10px;
    padding-left: 50px;
    padding-right: 20px;
    font-size: 14px;
    cursor: pointer;
    color: #212121;
    border: 1px solid #ebebeb;
    opacity: 1;
}
.text-search:focus{
    outline:0;
    box-shadow:unset
}
.text-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #212121;
    opacity: 0.7;
}
.text-search::-moz-placeholder { /* Firefox 19+ */
    color: #212121;
    opacity: 0.7;
}
.text-search:-ms-input-placeholder { /* IE 10+ */
    color: #212121;
    opacity: 0.7;
}
.text-search:-moz-placeholder { /* Firefox 18- */
    color: #212121;
    opacity: 0.7;
}


.box-search-loc{
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 25px;
}
.box-search-loc i{
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 16px;
}

.text-search-loc{
    width: 100%;
    height: 45px;
    border-radius: 10px;
    padding-left: 52px;
    padding-right: 20px;
    font-size: 15px;
    cursor: pointer;
    color: #212121;
    border: 1px solid #ebebeb;
    opacity: 1;
}
.text-search-loc:focus{
    outline:0;
    box-shadow:unset
}
.text-search-loc::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #212121;
    opacity: 0.7;
}
.text-search-loc::-moz-placeholder { /* Firefox 19+ */
    color: #212121;
    opacity: 0.7;
}
.text-search-loc:-ms-input-placeholder { /* IE 10+ */
    color: #212121;
    opacity: 0.7;
}
.text-search-loc:-moz-placeholder { /* Firefox 18- */
    color: #212121;
    opacity: 0.7;
}

.box-introduction{
    width: 100%;
    height: 500px;
    background-image: url('../../assets/images/img-intro.jpg');
    position: relative;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
}
.box-introduction .overlay-introduction{
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); 
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}   
.content-introduction{
    width: auto;
    height: auto;
    position: relative;
    z-index: 100;
    text-align: center;
}
.content-introduction hr{
    width: 64px;
    border: 1px solid #fff;
    position: absolute;
    top: -2px;
    left: -95px;
    z-index: 100;
    opacity: 1;
    display: none;
}
.content-introduction h1{
    font-size: 56px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Poppins-SemiBold', sans-serif;
    line-height: 1.3;
    text-shadow: 0px 1px rgba(0,0,0,.54);
    letter-spacing: -1px;
}
.content-introduction h1 b{
    font-family: 'Poppins-SemiBold', sans-serif;
    font-weight: normal;
}
.content-introduction small{
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.content-introduction .desc-introduction{
    color: #fff;
}

.box-info{
    width: 100%;
    height: auto;
    background-color: #00ab7e;
    box-shadow: 0 25px 25px rgba(38,50,56,.08);
    -moz-box-shadow: 0px 25px 25px 0px rgba(38,50,56,.08);
    -webkit-box-shadow: 0px 25px 25px 0px rgba(38,50,56,.08);
    margin-top: -70px;
    margin-bottom: 30px;
    position: relative;
    z-index: 100;
    border-radius: 20px;
    padding: 25px;
    display: flex;
}
.box-info .list-info{
    width:33.33%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px dotted #fff;
    display: flex;
    flex: 1 0 auto;
}
.box-info .list-info:first-child{
    padding-left: 0px;
}
.box-info .list-info:last-child{
    padding-right: 0px;
    border-right: none;
}
.box-info .list-info .icon-info{
    width: 48px;
    height: auto;
    float: left;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    font-size: 28px;
}
.box-info .list-info .content-info{
    width: auto;
    height: auto;
    margin-left: 25px;
    color: #fff;
}
.box-info .list-info .content-info h5{
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Poppins-SemiBold', sans-serif;
    line-height: 1.6;
}
.box-info .list-info .content-info small{
    font-size: 15px;
    display: block;
    margin-top: 5px;
    line-height: 1.8;
}

.box-page{
    width: auto;
    height: auto;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.box-page .list-page{
    width: 80%;
    height: auto;
    float: left;
    display: flex;
    align-items: normal;
}
.box-page .list-page a{
    color: #00ab7e;
}
.box-page .list-page a:hover{
    color: #00ab7e;
}
.box-page .list-page:last-child{
    text-align: right;
    display: block;
    width: 20%;
}
.box-page .list-page .icon-page{
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 100%;
    float: left;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
.box-page .list-page .content-page{
    width: auto;
    height: auto;
    margin-left: 10px;
}
.box-page .list-page .content-page small{
    font-size: 15px;
    position: relative;
    display: block;
    color: rgba(0, 0, 0, .54);
    margin-top: 5px;
}
.box-page .list-page .content-page h3{
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Poppins-SemiBold';
    letter-spacing: -0.5px;
}


.box-page-alt{
    width: auto;
    height: auto;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.box-page-alt .list-page-alt{
    width: 50%;
    height: auto;
    float: left;
    display: flex;
    align-items: normal;
}
.box-page-alt .list-page-alt a{
    color: #00ab7e;
}
.box-page-alt .list-page-alt a:hover{
    color: #00ab7e;
}
.box-page-alt .list-page-alt:last-child{
    text-align: right;
    display: block;
    width: 50%;
}
.box-page-alt .list-page-alt .icon-page-alt{
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 100%;
    float: left;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
.box-page-alt .list-page-alt .content-page-alt{
    width: auto;
    height: auto;
    margin-left: 10px;
}
.box-page-alt .list-page-alt .content-page-alt small{
    font-size: 15px;
    position: relative;
    display: block;
    color: rgba(0, 0, 0, .54);
    margin-top: 5px;
}
.box-page-alt .list-page-alt .content-page-alt h3{
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Poppins-SemiBold';
    letter-spacing: -0.5px;
}




.box-img{
    width: auto;
    height: auto;
}
.box-img .list-img{
    width: 100%;
    height: 180px;
    border-radius: 20px;
    box-shadow: 0 0px 6px rgba(38,50,56,.12);
    -moz-box-shadow: 0px 0px 6px 0px rgba(38,50,56,.12);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(38,50,56,.12);
    position: relative;
    overflow: hidden;
}
.box-img .list-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.box-img .list-img:hover img{
    -webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.box-img .list-img .list-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.20);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
}
.box-img .list-img .list-img-overlay h5{
    color: #fff;
    text-align: center;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Poppins-Medium', sans-serif;
    text-shadow: 0px 1px rgba(0,0,0,.87);
    letter-spacing: 0.5px;
    line-height: 1.4;
    font-weight: 600;
}

.box-events{
    width: auto;
    height: auto;
}
.box-events .list-events{
    width: 100%;
    height:auto;
    border-radius: 20px;
    /*
    box-shadow: 0 0px 6px rgba(38,50,56,.12);
    -moz-box-shadow: 0px 0px 6px 0px rgba(38,50,56,.12);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(38,50,56,.12);
    */
    border: 1px solid #ebebeb;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.box-events .list-events:hover{
    border: 1px solid #ebebeb;
    /*
    box-shadow: 0 0px 12px rgba(38,50,56,.12);
    -moz-box-shadow: 0px 0px 12px 0px rgba(38,50,56,.12);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(38,50,56,.12);
    */
}
.box-events .list-events .img-events{
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
}
.box-events .list-events .img-events img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.box-events .list-events .img-events .rating-events{
    background-color: #fff;
    padding: 4px 8px;
    font-family: 'Poppins-SemiBold';
    position: absolute;
    top: 20px;
    right: 20px;
    color: #212121;
    z-index: 10;
    border-radius: 8px;
    font-size: 14px;
}
.box-events .list-events .img-events .rating-events i{
    color: #ffc107;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
}

.box-events .list-events .content-events{
    padding: 20px;
}
.box-events .list-events .content-events h5{
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Poppins-SemiBold';
    color: #212121;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    word-break: break-word;
}
.box-events .list-events .content-events small{
    font-size: 13px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.box-events .list-events .content-events .price-events{
    width: auto;
    height: auto;
    margin-top: 10px;
    font-family: 'Poppins-SemiBold';
}
.box-events .list-events .content-events .price-events small{
    display: block;
    margin-bottom: 2px;
    font-family: 'Poppins-Regular';
}
.box-events .list-events .content-events .price-events b{
    color: #ff5e1f;
    font-weight: normal;
    font-family: 'Poppins-SemiBold';
}

.box-organizer{
    width: auto;
    height: auto;
}
.box-organizer .list-organizer{
    width: 100%;
    min-height: 320px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
}
.box-organizer .list-organizer .content-organizer{
    padding: 50px 25px;
    position: relative;
}
.box-organizer .list-organizer .content-organizer .img-organizer{
    position: relative;
    line-height: 0;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    box-shadow: 0 0px 8px rgba(38,50,56,.08);
    -moz-box-shadow: 0 0px 8px rgba(38,50,56,.08);
    -webkit-box-shadow: 0 0px 24px rgba(38,50,56,.08);
    border-radius: 100%;
    overflow: hidden;
}
.box-organizer .list-organizer .content-organizer .img-organizer .position-img-organizer{
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    transition: background-color .5s;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
}
.box-organizer .list-organizer .content-organizer .img-organizer .position-img-organizer img{
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    border-radius: 100%;
}
.box-organizer .list-organizer .content-organizer h5{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
    font-family: 'Poppins-SemiBold';
    color: #212121;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    word-break: break-word;
}
.box-organizer .list-organizer .content-organizer small{
    font-size: 14px;
    color: rgba(0, 0, 0, .54);
    font-family: 'Poppins-Regular';
    display: block;
}
.box-organizer .list-organizer button{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
}

.box-area{
    width: auto;
    height: auto;
    margin-left: -1%;
    margin-right: -1%;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.box-area .list-area{
    width: 23%;
    height: auto;
    margin: 1%;
    border-radius: 20px;
    color: #212121;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: top;
    -ms-flex-pack: top;
    justify-content: top;
    -ms-flex-line-pack: top;
    align-content: top;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.box-area .list-area:last-child{
    border: 1px dotted #00ab7e;
    justify-content: center;
    background-color: red;
}
.box-area .list-area .img-area{
    width: 100%;
    height: 150px;
    background-color: #f5f6f8;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.box-area .list-area .img-area img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


.box-footer-desc{
    width: auto;
    height: auto;
    line-height: 1.8;
    font-size: 14px;
    color: rgba(0,0,0,.87);
}
.box-footer-desc hr{
    margin: 0px;
    margin-bottom: 50px;
    border-top: 1px solid #ebebeb;
    opacity: 1;
}
.box-footer-desc h5{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Poppins-SemiBold';
    color: rgba(0,0,0,1);
    line-height: 1.6;
}
.box-footer-desc p{
    margin-top: 15px;
    margin-bottom: 0px;
}
.box-footer-desc a{
    color: #212121;
    font-family: 'Poppins-SemiBold';
    color: rgba(0,0,0,1);
}
.box-footer-desc a:hover{
    color: #00ab7e;
}

footer{
    width: auto;
    height: auto;
    padding: 25px 0px;
}
.box-footer{
    width: auto;
    height: auto;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding-top: 50px;
    padding-bottom: 50px;
}
.box-nav-footer{
    width: auto;
    height: auto;
}
.box-nav-footer img{
    width: 150px;
    margin-bottom: 15px;
}
.box-nav-footer h5{
    font-size:18px;
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: 'Poppins-SemiBold';
    line-height: 1.6;
}   
.box-nav-footer small{
    font-size: 15px;
    display: block;
    margin-bottom: 25px;
    line-height: 1.8;
}
.box-nav-footer .list-nav-footer{
    width: auto;
    height: auto;
    margin-bottom: 15px;
    color: #212121;
    font-size: 14px;
}
.box-nav-footer .list-nav-footer:last-child{
    margin-bottom: 25px;
}
.box-nav-footer .list-nav-footer i{
    margin-right: 5px;
}
.box-nav-footer .list-nav-footer a{
    color: #212121;
}
.box-nav-footer .list-nav-footer a:hover{
    color: #00ab7e;
}
.box-sosmed{
    width: auto;
    height: auto;
    padding-top: 10px;
}
.box-sosmed .list-sosmed{
    width: 32px;
    height: 32px;
    background-color: #f5f6f8;
    border-radius: #fff;
    line-height: 32px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    color: #212121;
    text-align: center;
    margin-right: 10px;
    font-size: 16px;
    overflow: hidden;
}
.box-sosmed .list-sosmed i{
    display: inline-block;
    vertical-align: middle;
}
.box-sosmed .list-sosmed a{
    color: #212121;
    display: block;
}
.box-sosmed .list-sosmed a:hover{
    color: #00ab7e;
}
.box-nav-footer .list-nav-footer span{
    display: block;
    font-size: 15px;
    font-family: 'Poppins-SemiBold';
    font-weight: normal;
    margin-top: 5px;
}
.box-nav-footer .list-nav-footer span a{
    color: #212121;
}
.box-nav-footer .list-nav-footer span a:hover{
    color: #212121;
}
.box-copyright{
    text-align: center;
    line-height: 1.8;
    margin-top: 25px;
    font-size: 14px;
}

.owl-carousel .owl-stage {
    display: flex;
}
.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.owl-carousel .owl-stage{display: flex;}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	z-index: 1;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
    box-shadow: 0 0px 8px rgba(38,50,56,.08);
    -moz-box-shadow: 0px 0px 8px 0px rgba(38,50,56,.08);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(38,50,56,.08);
    color: #212121;
    font-size: 16px;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
	background-color: #fff;
    color: #212121;
}


.owl-nav button span {
	font-size: 30px;
	height: 100%;
	display: block;
	width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
	left: -25px;
}
.owl-carousel .owl-nav button.owl-next {
	right: -25px;
}
.owl-carousel .owl-nav {
	margin: 0;
}
.btn-wrap {
	text-align: center;
	width: 100%;
}
.owl-theme .owl-nav .disabled,
button.disabled {
	opacity: 0;
}

.box-page-img{
    width: auto;
    height: 250px;
    background-color: #f6f6f9;
    position: relative;
    overflow: hidden;
}
.box-page-img .overlay-page-img{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.24);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.content-page-img{
    width: auto;
    height: auto;
    position: relative;
    z-index: 10;
    text-align: center;
}
.content-page-img h1{
    font-size: 40px;
    color: #fff;
    padding: 0px 20px;
    font-family: 'Poppins-Medium';
    display: block;
    margin-top: 0px;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
}
.content-page-img hr{
    border-top: 3px solid #fff;
    opacity: 1;
    width: 56px;
    display: inline-block;
    margin: 0;
}
.box-page-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.box-dropdown-sort{
    width: auto;
    height: auto;
}
.box-dropdown-sort{
    text-align: right;
}
.box-dropdown-sort .dropdown{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.dropdown-menu{
    font-size: 14px;
    border: none;
    box-shadow: 0 0px 8px rgba(38,50,56,.08);
    -moz-box-shadow: 0px 0px 8px 0px rgba(38,50,56,.08);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(38,50,56,.08);
}
.dropdown-menu li a{
    padding-top: 8px;
    padding-bottom: 8px;
}

.box-breadcrumb{
    width: auto;
    height: auto;
    background-color: #fff;
    padding: 20px 20px;
    box-shadow: 0 0px 8px rgba(38,50,56,.08);
    -moz-box-shadow: 0px 0px 8px 0px rgba(38,50,56,.08);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(38,50,56,.08);
    border-radius: 15px;
    position: relative;
    margin-top: -30px;
    font-size: 14px;
    z-index: 50;
}

.breadcrumb{
    margin-bottom: 0px;
}
.breadcrumb-item.active{
    color: #212121;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}


.box-page-category{
    width: auto;
    height: auto;
}
.box-page-category .left-page-category{
    width: 23%;
    min-height: 100px;
    float: left;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    padding: 20px 20px;
}
.box-page-category .right-page-category{
    width: 75%;
    min-height: 200px;
    float: right;
}

.box-mark{
    width: auto;
    height: auto;
}

.box-form-check{
    width: auto;
    height: auto;
    font-size: 14px;
}
.box-form-check i{
    color: #ffc107;
    margin-left: 0px;
    margin-right: 5px;
}
.box-form-check .form-check:last-child{
    margin-bottom: 0px;
}
.box-form-check .form-check{
    margin-bottom: 20px;
}
.box-form-check .form-check-input{
    width: 24px;
    height: 24px;
    margin-top: 0px;
}
.box-form-check .form-check-label{
    margin-left: 15px;
}

.box-form-radio{
    width: auto;
    height: auto;
    font-size: 14px;
}
.box-form-radio .form-check:last-child{
    margin-bottom: 0px;
}
.box-form-radio .form-check{
    margin-bottom: 20px;
}
.box-form-radio .form-check-input{
    width: 24px;
    height: 24px;
    margin-top: 0px;
    font-size: 12px;
}
.box-form-radio .form-check-label{
    margin-left: 15px;
}



.box-page-category .left-page-category .box-filter:last-child{
    margin-bottom: 0px;
}
.box-filter{
    width: auto;
    height: auto;
    margin-bottom: 25px;
}
.box-filter h5{
    font-family: 'Poppins-SemiBold';
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    border-bottom: 1px solid #ebebeb;
}
ul.nav-filter-menu{
    list-style-type: none;
    padding: 0;
    font-size: 14px;
    margin: 0px;
}
ul.nav-filter-menu li{
    line-height: normal;
    list-style-type: none;
    position: relative;
    margin: 15px 0px;
    color: #212121;
}
ul.nav-filter-menu li:first-child{
    margin-top: 0px;
}
ul.nav-filter-menu li:last-child{
    margin-bottom: 0px;
}
ul.nav-filter-menu li a {
    display: block;
    color: rgba(0, 0, 0, .87);
}
ul.nav-filter-menu li a:hover{
    color: rgba(0, 0, 0, 1);
}
ul.nav-filter-menu li i{
    position: absolute;
    right: 0;
    top: 0;
}
ul.nav-filter-menu li ul{
    width: auto;
    height: auto;
    margin-top: 15px;
    font-size: 13px;
    padding-left: 30px;
}
ul.nav-filter-menu li ul li {
    color: #212121;
    margin-top: 10px;
    margin-bottom: 10px;
}
ul.nav-filter-menu li ul li a{
    color: rgba(0, 0, 0, .87);
}
ul.nav-filter-menu li ul li a:hover{
    color: #212121;
}
.active-filter-menu {
    color: #212121 !important;
    font-family: 'Poppins-SemiBold';
}

.box-events-category{
    width: auto;
    height: auto;
    margin-left: -1%;
    margin-right: -1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.box-events-category .list-events-category{
    width: 31.33%;
    min-height: 200px;
    border: 1px solid #ebebeb;
    float: left;
    margin: 1%;
    border-radius: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: top;
    -ms-flex-pack: top;
    justify-content: top;
    -ms-flex-line-pack: top;
    align-content: top;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.box-events-category .list-events-category .img-events-category{
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
}
.box-events-category .list-events-category .img-events-category img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.box-events-category .list-events-category .img-events-category .rating-events-category {
    background-color: #fff;
    padding: 4px 8px;
    font-family: 'Poppins-SemiBold';
    position: absolute;
    top: 20px;
    right: 20px;
    color: #212121;
    z-index: 10;
    border-radius: 8px;
    font-size: 14px;
}
.box-events-category .list-events-category .img-events-category .rating-events-category i {
    color: #ffc107;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
}
.box-events-category .list-events-category .content-events-category{
    padding: 20px;
}
.box-events-category .list-events-category .content-events-category h5{
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Poppins-SemiBold';
    color: #212121;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    word-break: break-word;
}
.box-events-category .list-events-category .content-events-category small{
    font-size: 13px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.box-events-category .list-events-category .content-events-category .price-events-category{
    width: auto;
    height: auto;
    margin-top: 10px;
    font-family: 'Poppins-SemiBold';
}
.box-events-category .list-events-category .content-events-category .price-events-category small{
    display: block;
    margin-bottom: 2px;
    font-family: 'Poppins-Regular';
}
.box-events-category .list-events-category .content-events-category .price-events-category b{
    color: #ff5e1f;
    font-weight: normal;
    font-family: 'Poppins-SemiBold';
}

.box-head-event{
    width: auto;
    height: auto;
    font-size: 0px;
    margin-top: 25px;
}
.box-head-event .left-head-event{ 
    width: 70%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.box-head-event .left-head-event h1{
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 0px; 
    font-family: 'Poppins-SemiBold';
    line-height: 1.4;
}
.box-head-event .right-head-event{ 
    width: 30%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-align: right;
}
.right-head-event button{
    padding: 0px;
    margin-left: 10px;
}
.right-head-event button i{
    margin-right: 8px;
}

.box-span{
    width: auto;
    height: auto;
    margin-top: 10px;
}
.box-span span{
    display: inline-block;
    margin-right: 20px;
    color: #212121;
}
.box-span span a{
    display: inline-block;
    color: #212121;
}
.box-span span a:hover{
    display: inline-block;
    color: #00ab7e;
}
.box-span span i{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    top: -2px;
    position: relative;
}

.box-gallery{
    width: auto;
    height: auto;
    font-size: 0px;
    overflow: hidden;
    position: relative;
    margin-top: 25px;
}
.box-gallery button{
    background-color: #fff;
    position: absolute;
    bottom:30px;
    right: 30px;
    padding: 8px 15px;
    color: #212121;
    border: 0;
    font-size: 14px;
    font-family: 'Poppins-Medium';
}
.box-gallery button i{
    margin-right: 5px;
}
.box-gallery .list-gallery{
    width: 32%;
    height: 194px;
    background-color: #f5f6f8;
    float: left;
    margin-bottom: 1%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.box-gallery .list-gallery img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.box-gallery .list-gallery:first-child{
    width: 67%;
    height: 400px;
    margin-right: 1%;
    float: left;
}
.box-gallery .list-gallery:last-child{
    margin-bottom: 0px;
}

.box-event{
    width: auto;
    margin-top: 25px;
}
.box-event .left-event{
    width: 67%;
    height: auto;
    float: left;
    padding-right: 50px;
}
.box-event .right-event{
    width: 32%;
    height: auto;
    float: right;
    position: sticky;
    position: -webkit-sticky;
    top: 150px;
}

.left-event hr{
    margin: 30px 0px;
    color: #ebebeb;
    opacity: 1;
}

.box-eo{
    width: auto;
    height: auto;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    border: 1px solid #ebebeb;
}
.box-eo .left-eo{
    width: 70%;
    height: auto;
    float: left;
}
.box-eo .left-eo .img-eo{
    width: 64px;
    height: 64px;
    float: left;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
}
.box-eo .left-eo .img-eo img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.box-eo .left-eo .content-eo{
    width: auto;
    height: auto;
    margin-left: 80px;
    padding-right: 20px;
}
.box-eo .left-eo .content-eo small{
    font-size: 14px;
}
.box-eo .left-eo .content-eo h5{
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-family: 'Poppins-SemiBold';
    line-height: 1.4;
}
.box-eo .right-eo{
    width: 30%;
    height: auto;
    float: right;
    text-align: right;
}



.box-content-event{
    width: auto;
    height: auto;
    line-height: 1.8;
}
.box-content-event h3{
    font-size: 20px;
    font-family: 'Poppins-SemiBold';
    margin-top: 0px;
    margin-bottom: 20px;
}

ul.rundown {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.rundown li{
    display: block;
    margin-bottom: 10px;
}
ul.rundown li:last-child{
    margin-bottom: 0px;
}

.box-nav-event{
    width: auto;
    height: auto;
    padding: 30px;
    box-shadow: 0 0 12px #9999993d;
    -moz-box-shadow: 0px 0px 12px 0px rgba(153,153,153,.24);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(153,153,153,.24);
    border-radius: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.box-nav-event small{
    font-size: 15px;
}
.box-nav-event h3{
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #ff5e1f;
    font-family: 'Poppins-SemiBold';
}
.box-nav-event button{
    width: 100%;
}

.box-link{
    width: auto;
    height: auto;
    color: #212121;
}
.box-link i{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.box-link a{
    color: #212121;
}
.box-link a:hover{
    color: #000;
}
.box-link:hover{
    color: #000;
}

.box-icons{
    width: auto;
    height: auto;
    margin-left: -1%;
    margin-right: -1%;
}
.box-icons .list-icons{
    width: 31.33%;
    height: auto;
    float: left;
    margin: 15px 1%;
    display: flex;
    align-items: center
}
.box-icons .list-icons .img-icons{
    width: 32px;
    height: auto;
    float: left;
}
.box-icons .list-icons .img-icons img{
    width: 100%;
}
.box-icons .list-icons .title-icons{
    width: auto;
    height: auto;
    margin-left: 15px;
}

.box-address{
    width: auto;
    height: auto;
    padding: 20px 20px;
    box-shadow: 0 0 4px rgba(153,153,153,.16);;
    -moz-box-shadow: 0px 0px 4px 0px rgba(153,153,153,.16);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(153,153,153,.16);
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    padding-right: 50px;
    color: #212121;
}
.box-address i{
    position: absolute;
    top:20px;
    right: 20px;
}
.box-address a{
    color: #212121;
}
.box-address a:hover{
    color: #00ab7e;
}
.box-frame-map{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.box-frame-map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.box-package{
    width: auto;
    height: auto;
    box-shadow: 0 0 8px rgba(153,153,153,.16);
    -moz-box-shadow: 0px 0px 8px 0px rgba(153,153,153,.16);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(153,153,153,.16);
    margin-top: 10px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 30px;
    padding: 30px;
}
.box-package .head-package{
    width: auto;
    height: auto;
    margin-bottom: 15px;
}
.box-package .head-package h5{
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Poppins-SemiBold', sans-serif;
    line-height: 1.6;
}
.box-package .body-package{
    width: auto;
    height: auto;
}
.box-package .body-package button{
    margin-left: 10px;
}

ul.item-package {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.item-package li {
    display: block;
    color: #212121;
    margin-bottom: 2px;
    display: flex;
    align-items: top;
}
ul.item-package li i{
    margin-right: 10px;
}
ul.item-package li span{
    width: auto;
    height: auto;
}
ul.item-package li:last-child{
    margin-bottom: 0px;
}

.box-price-package{
    width: auto;
    height: auto;
}
.box-price-package h3{
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Poppins-SemiBold';
    color: #ff5e1f;
}

.box-join{
    width: auto;
    height: auto;
    padding: 25px;
    box-shadow: 0 0px 24px rgba(38,50,56,.12);
    -moz-box-shadow: 0 0px 24px rgba(38,50,56,.12);
    -webkit-box-shadow: 0 0px 24px rgba(38,50,56,.12);
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 25px;
    background-color: #fff;
    display: inline-block;
}
.box-join img{
    width: 56px;
}
.box-join h5{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.box-join button{
    margin-left: 20px;
}
.content-join{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}
.content-join .img-content-join{
    width: 64px;
    height: auto;
    float: left;
}
.content-join .img-content-join img{
    width: 100%;
}
.content-join .title-content-join{
    width: 100%;
    height: auto;
    margin-left: 25px;
    float: left;
}
.content-join .title-content-join h5{
    line-height: 1.6;
    font-size: 18px;
    font-family: 'Poppins-SemiBold', sans-serif;
    margin-top: 0px;
    margin-bottom: 5px;
}
.content-join .title-content-join small{
    font-size: 14px;
    line-height: 1.8;
}

.box-launcher{
    width: auto;
    min-height: 50px;
    text-align: center;
    font-size: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    margin-top: -80px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    background-color: #fff;
    margin-bottom: 25px;
    border-bottom: 5px solid #f6f6f9;
    
}
.box-launcher .list-launcher{
    width: 25%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: center;
}
.box-launcher .list-launcher .img-launcher{
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
}
.box-launcher .list-launcher small{
    display: block;
    position: relative;
    margin-top: 10px;
    font-family: 'Poppins-Medium';
    font-size: 13px;
    color: #212121;
}

.box-nav-area{
    width: auto;
    height: auto;
    background-color: #fff;
}
.box-nav-area .nav {
    overflow-x: auto;
    overflow-y: hidden;
    height: 42px;
}

.box-nav-area .nav-link{
    color: #00ab7e;
    font-family: 'Poppins-Medium';
    background-color: rgba(0, 171, 126, .04);
    font-size: 15px;
}
.box-nav-area .nav-pills .nav-link{
    border-radius: 20px;
}
.box-nav-area .nav-link:hover, .box-nav-area .nav-link:focus{
    color: #00ab7e;
}
.box-nav-area .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: #00ab7e;
    color: #fff;
}
.box-nav-area .nav-justified > .nav-link, .nav-justified .nav-item{
    margin-left: 10px;
}

.form-control{
    padding: 8px 15px;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    color: #212121;
    font-size: 15px;
    opacity: 1;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #212121;
    opacity: 0.54;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #212121;
    opacity: 0.54;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #212121;
    opacity: 0.54;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #212121;
    opacity: 0.54;
}

.form-check-input:checked{
    background-color: #00ab7e;
    border-color: #00ab7e;
}
.form-check-input:focus{
    outline: 0;
    box-shadow: unset;
    border: 1px solid #ebebeb;
}

.box-pagination{
    margin-top: 30px;
}
.page-link{
    border: none;
    width: 32px;
    height: 32px;
    padding: 0px;
    line-height: 32px;
    text-align: center;
    color: #212121;
    margin: 0px 10px;
    font-size: 15px;
}
.page-link:hover{
    background-color: #f6f6f9;
    border-radius: 100%;
    color: #212121;
}
.page-link.disabled, .disabled > .page-link{
    background-color: transparent;
    color: rgba(0, 0, 0, .38);
}
.page-link.active, .active > .page-link{
    width: 32px;
    height: 32px;
    background-color: #00ab7e;
    border-radius: 100%;
    line-height: 32px;
}
.page-link.active, .active > .page-link:hover{
    color: #fff;
}
.page-item:first-child .page-link{
    border-radius: 100%;
}
.page-item:last-child .page-link{
    border-radius: 100%;
}
.box-filter-mobile{
    display: none;
    width: auto;
    height: auto;
}
.box-filter-mobile button{
    width: 100%;
    border: 2px solid #ebebeb;
    padding: 10px 5px;
    color: #212121;
    background-color: #fff;
    border-radius: 10px;
    font-size: 14px;
}
.box-filter-mobile button i{
    margin-right: 5px;
}
.box-filter-mobile button span{
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 2px 6px;
    background-color: #00ab7e;
    border-radius: 5px;
    position: relative;
    margin-left: 5px;
}

.modal-content{
    border-radius: 20px;
}
.modal-header{
    border-bottom: none;
    box-shadow: 0 0px 8px rgba(38,50,56,.08);
    -moz-box-shadow: 0 0px 8px rgba(38,50,56,.08);
    -webkit-box-shadow: 0 0px 8px rgba(38,50,56,.08);
}
.modal-header .btn-close{
    padding: 0px;
    margin: 0px;
}
.modal-title{
    text-align: center;
    font-size: 18px;
    color: #212121;
    font-family: 'Poppins-SemiBold';
    width: 100%;
}
.box-close-modal{
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 18px;
    opacity: 0.54;
    cursor: pointer;
}
.modal-footer{
    justify-content: center;
    display: block;
    border-bottom: none;
    box-shadow: 0 0px 8px rgba(38,50,56,.08);
    -moz-box-shadow: 0 0px 8px rgba(38,50,56,.08);
    -webkit-box-shadow: 0 0px 8px rgba(38,50,56,.08);
}
.modal-footer > *{
    margin: 0 auto !important;
}

.box-menu-mobile{
    width: auto;
    height: auto;
}
.box-menu-mobile > ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.box-menu-mobile > ul > li{
    position: relative;
    color: #212121;
    
}
.box-menu-mobile > ul > li i{
    float: right;
}
.box-menu-mobile > ul > li a{
    display: block;
    color: #212121;
    padding: 10px 0px;
}
.box-menu-mobile > ul > li a:hover{
    color: #212121;
}
.box-menu-mobile > ul > li > ul{
    list-style-type: none;
    margin-left: 25px;
    padding: 0;
    color: rgba(0, 0, 0, .54);
}

.box-search-area{
    width: auto;
    height: auto;
}
.box-search-area h3{
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: 'Poppins-SemiBold';
}
.box-search-area .item-search-area{
    width: auto;
    height: auto;
    display: flex;
    align-items: normal;
    cursor: pointer;
    padding: 10px 20px;
    position: relative;
}
.box-search-area .item-search-area:hover{
    background-color: #f5f6f8;
    border-radius: 10px;
}
.box-search-area .item-search-area .icon-search-area{
    width: 18px;
    color: #00ab7e;
    font-size: 18px;
    margin-right: 15px;
}
.box-search-area .item-search-area .content-search-area{
    width: 100%;
    height: auto;
    padding-right: 50px;
}
.box-search-area .item-search-area .content-search-area h5{
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Poppins-SemiBold';
    color: #212121;
}
.box-search-area .item-search-area .content-search-area small{
    font-size: 14px;
    color: rgba(33, 33, 33, 1);
    display: block;
    position: relative;
    margin-top: 3px;
}
.box-search-area .item-search-area .content-search-area i{
    position: absolute;
    top: 10px;
    right: 20px;
}
.box-nearby{
    width: auto;
    height: auto;
}
.box-nearby button{
    width: 100%;
    height: auto;
    padding: 10px 20px;
    background-color: #fff;
    border: 2px solid #212121;
    color: #212121;
    text-align: left;
    position: relative;
    margin-bottom: 25px;
}
.box-nearby button .icon-map{
    font-size: 18px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #00ab7e;
}
.box-nearby button .icon-arrow-map{
    position: absolute;
    top: 12px;
    right: 18px;
}




.box-search-activity{
    width: auto;
    height: auto;
    margin-bottom: 25px;
}
.box-search-activity h3{
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: 'Poppins-SemiBold';
}
.box-search-activity .item-search-activity{
    width: 100%;
    height: auto;
    cursor: pointer;
    position: relative;
    padding: 15px;
    border-radius: 10px;
}
.box-search-activity .item-search-activity:hover{
    background-color: #f5f6f8;
}
.box-search-activity .item-search-activity .img-search-activity{
    width: 64px;
    height: 64px;
    background-color: #f5f6f8;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.box-search-activity .item-search-activity .img-search-activity img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.box-search-activity .item-search-activity .content-search-activity{
    width: 50%;
    height: auto;
    margin-left: 2.5%;
    margin-right: 2.5%;
    display: inline-block;
    vertical-align: middle;
}
.box-search-activity .item-search-activity .content-search-activity h5{
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Poppins-SemiBold';
    line-height: 1.6;
    color: #212121;
}
.box-search-activity .item-search-activity .content-search-activity small{
    font-size: 13px;
    color: rgba(33, 33, 33, 1);
    display: block;
    position: relative;
    margin-top: 5px;
}
.box-search-activity .item-search-activity .price-search-activity{
    width: 30%;
    height: auto;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    color: rgba(33, 33, 33, 1);
}
.box-search-activity .item-search-activity .price-search-activity b{
    color: #ff5e1f;
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

.box-ma-menu{
    width: auto;
    height: auto;
    line-height: normal;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    line-height: 70px;
    position: relative;
}
.box-ma-menu i{
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}
.box-ma-menu .img-ma-menu{
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
}
.box-ma-menu .img-ma-menu img{
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.box-ma-menu .title-ma-menu{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    font-size: 13px;
    color: rgba(33, 33, 33, .87);
    
}
.box-ma-menu .title-ma-menu small{
    display: block;
    font-size: 15px;
    line-height: 1.2;
    font-family: 'Poppins-SemiBold';
    color: #212121;
    min-width: 50px;
    max-width: 100px;
    font-family: Poppins-SemiBold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.dropdown-ma-menu{
    width: 280px;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 4px 8px 0px rgba(153,153,153,.16);
    -moz-box-shadow: 0px 4px 8px 0px rgba(153,153,153,.16);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(153,153,153,.16);
    position: absolute;
    top: 68px;
    right: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    line-height: normal;
    text-align: left;
    padding: 15px 25px;
    font-family: 'Poppins-Regular';
    display: none;
}
.dropdown-ma-menu a{
    color: #212121;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}
.dropdown-ma-menu a:hover{
    color: #00ab7e;
}
.box-ma-menu:hover .dropdown-ma-menu{
    display: block;
}
.dropdown-ma-menu span{
    position: absolute;
    top: 9px;
    right: 0;
    color: #00ab7e;
    font-size: 13px;
}



@media (min-width: 1400px){

    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1200px;
    }

}

@media (max-width: 1199px){

    ul.nav-header li{
        padding-left: 5px;
        padding-right: 5px;
    }
    ul.nav-header li:last-child{
        padding-left: 5px;
    }

    .box-img .list-img{
        height: 160px;
    }
    .box-events .list-events .img-events{
        height: 160px;
    }
    
    .box-header .left-header{
        width: 17.5%;
    }
    .box-header .center-loc-header{
        width: 17.5%;
    }
    .box-header .center-search-header{
        width: 26%;
        margin-left: 2%;
        margin-right: 2%;
    }
    .box-header .right-header{
        width: 35%;
    }

    .box-gallery .list-gallery:first-child{
        height: 340px;
    }
    .box-gallery .list-gallery{
        height: 165px;
    }

    .content-introduction h1{
        font-size: 56px;
    }

    .box-search-area .item-search-area{
        padding:10px 0px;
    }
    .box-search-area .item-search-area:hover{
        background-color: transparent;
    }

    .box-search-activity .item-search-activity{
        padding: 10px 0px;
    }
    .box-search-activity .item-search-activity:hover{
        background-color: transparent;
    }
    .box-search-activity .item-search-activity .img-search-activity{
        display: block;
        float: left;
        width: 56px;
        height: 56px;
    }
    .box-search-activity .item-search-activity .content-search-activity{
        width: auto;
        margin-right: 0px;
        margin-left: 70px;
        display: block;
    }
    .box-search-activity .item-search-activity .content-search-activity small{
        margin-top: 2px;
    }
    .box-search-activity .item-search-activity .price-search-activity{
        display: block;
        width: auto;
        text-align: left;
        margin-left: 70px;
        margin-top: 10px;
    }
    .box-search-activity .item-search-activity .price-search-activity b{
        margin-top: 2px;
    }
}


@media (max-width: 991px){


    .display-desktop{
        display: none !important;
    }
    .display-mobile{
        display: block !important;
    }
    .display-mobile .box-info{
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .box-top-bar{
        display: none;
    }

    ul.nav-header{
        display: none;
    }
    .box-logo {
        width: auto;
        height: 64px;
        line-height: 64px;
    }
    
    .box-logo .logo-desktop{
        display: none;
    }
    .box-logo .logo-mobile{
        display: inline-block;
        width: 16px;
    }

    .clearer-header{
        margin-top: 119px;
    }

    .box-header .left-header{
        width: 25%;
        height: auto;
    }
    .box-header .center-loc-header{
        width: 50%;
        height: 64px;
        line-height: 64px;
        text-align: center;
    }
    .box-header .center-search-header{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
        height: auto;
        line-height: normal;
    }
    .box-header .right-header{
        width: 25%;
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
    }

    .box-search i{
        top: 8px;
        font-size: 15px;
    }
    .text-search{
        height: 40px;
    }

    .box-loc{
        width: auto;
        padding: 8px 12px;
        background-color: rgba(0, 171, 126, .04);
        border-radius: 15px;
    }
    .box-loc span{
        max-width: 200px;
    }

    .box-mobile{
        display: inline-block;
        font-size: 24px;
        line-height: 64px;
    }

    .box-introduction{
        height: 400px;
        margin-bottom: 30px;
    }
    .content-introduction{
        width: 100%;
        text-align: center;
    }
    .content-introduction h1{
        font-size: 48px;
    }
    .content-introduction hr{
        display: none;
    }

    .box-img .list-img .list-img-overlay h5{
        font-size: 18px;
    }

    .box-events .list-events .content-events{
        padding: 15px;
    }

    .offcanvas.offcanvas-end{
        width: 380px;
    }

    .box-page-category .left-page-category{
        display: none;
    }
    .box-page-category .right-page-category{
        width: 100%;
    }

    .box-events-category .list-events-category .img-events-category{
        height: 160px;
    }
    
    .content-page-img h1{
        font-size: 28px;
    }

    .box-head-event{
        margin-top: 0px;
    }
    .box-head-event .left-head-event{
        width: 100%;
        display: block;
        text-align: center;
    }
    .box-head-event .left-head-event h1{
        font-size: 24px;
    }
    .box-head-event .right-head-event{
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 15px;
    }
    .box-head-event .right-head-event button{
        margin-left: 20px;
        margin-right: 20px;
    }
    .box-span span{
        margin: 5px;
    }

    .box-gallery .list-gallery:first-child {
        width: 100%;
        height: 340px;
        margin-right: 0px;
        display: block;
    }
    .box-gallery .list-gallery{
        display: none;
    }

    .box-event .left-event{
        width: 100%;
        padding-right: 0px;
    }
    .box-event .right-event{
        width: 100%;
        position: relative;
        top: unset;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    

    .box-nav-event{
        width: 696px;
        margin: 0 auto;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        z-index: 100;
        margin-bottom: 0px;
        padding: 15px;
        text-align: left;
        display: none;
    }
    .box-nav-event small{
        font-size: 13px;
    }
    .box-nav-event h3{
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 16px;
    }
    .box-nav-event button{
        font-size: 14px;
        width: unset;
        min-width: 100px;
        position: absolute;
        top: 15px;
        right: 15px;
        padding: 8px 15px;
    }

    .box-price-package{
        text-align: right;
    }

    .box-info{
        margin-top: 0px;
        display: block;
        padding: 30px 30px;
        border-radius: 20px;
    }
    .box-info .list-info{
        width: 100%;
        display: block;
        flex: unset;
        border-right: none;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
        border-top: 1px dotted rgba(255, 255, 255, .54);
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .box-info .list-info:first-child{
        margin-top: 0px;
        padding-top: 0px;
        border-top: none;
    }
    .box-info .list-info:last-child{
        padding-bottom: 0px;
    }
    .box-info .list-info .icon-info{
        width: 32px;
    }
    .box-info .list-info .content-info{
        margin-left: 52px;
    }

    .box-join{
        text-align: center;
    }
    .box-join button{
        margin-top: 20px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .box-join .text-right{
        text-align: center;
    }
    .content-join{
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .content-join .title-content-join{
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .content-join .img-content-join{
        float: unset;
        margin: 0 auto;
    }

    .box-pills-events .flex-column {
        flex-direction: column !important;
    }

    .box-page .list-page .icon-page{
        display: none;
    }
    .box-page .list-page .content-page{
        margin-left: 0px;
    }

    .box-page-alt{
        display: block;
    }
    .box-page-alt .list-page-alt{
        width: 100%;
        display: block;
        float: unset;
    }
    .box-page-alt .list-page-alt:last-child{
        width: 100%;
    }
    .box-page-alt .list-page-alt .icon-page-alt{
        display: none;
    }
    .box-page-alt .list-page-alt .content-page-alt{
        margin-left: 0px;
    }

    .box-nav-area{
        margin-top: 20px;
    }
    .box-nav-area .nav-justified > .nav-link, .nav-justified .nav-item{
        margin-left: 0px;
        margin-right: 8px;
    }

    .content-introduction button{
        display: none;
    }

    .box-breadcrumb{
        display: none;
    }

    .box-mark{
        margin-top: -60px;
        position: relative;
        padding: 15px;
        box-shadow: 0 0px 8px rgba(38,50,56,.08);
        -moz-box-shadow: 0px 0px 8px 0px rgba(38,50,56,.08);
        -webkit-box-shadow: 0px 0px 8px 0px rgba(38,50,56,.08);
        z-index: 100;
        background-color: #fff;
        border-radius: 15px;
        font-size: 13px;
    }

    .box-filter-mobile{
        display: block;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .box-ma-menu{
        line-height: 64px;
    }
    .box-ma-menu i{
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
    }
    .box-ma-menu .img-ma-menu{
        width: 25px;
        height: 25px;
        margin-right: 2px;
    }
    

}

@media (max-width: 767px){

    .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .box-introduction{
        height: 380px;
    }
    .content-introduction small {
        font-size: 15px;
    }
    .content-introduction h1{
        font-size: 32px;
    }
    .content-introduction .button-large{
        padding: 10px 20px;
    }

    .box-sosmed{
        margin-bottom: 25px;
    }
    .box-nav-footer{
        text-align: center;
    }
    .box-nav-footer .list-nav-footer i{
        display: block;
        margin-right: 0px;
        font-size: 18px;
    }

    .box-header .left-header{
        width: 20%;
    }
    .box-header .center-loc-header{
        width: 58%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .box-header .right-header{
        width: 20%;
    }

    .box-loc{
        font-size: 14px;
    }
    .box-loc span {
        max-width: 110px;
    }

    .box-events-category {
        margin-left: 0px;
        margin-right: 0px;
    }
    .box-events-category .list-events-category{
        width: 100%;
        margin: 2% 0px;
        border: none;
    }

    .box-events-category .list-events-category .img-events-category{
        height: 250px;
        border-radius: 20px;
    }
    .box-events-category .list-events-category .content-events-category{
        padding: 20px 0px;
    }
    .box-events-category .list-events-category .content-events-category .price-events-category{
        margin-top: 5px;
    }

    .box-nav-event{
        width: 500px;
        border-radius: 0px;
    }
    
    .box-gallery .list-gallery:first-child{
        height: 250px;
    }
    .box-gallery button{
        bottom: 20px;
        right: 15px;
    }

    .box-icons .list-icons{
        width: 48%;
    }
    .box-icons .list-icons .img-icons{
        width: 24px;
    }

    .box-address{
        padding: 15px;
    }

    .box-package{
        padding: 15px;
    }
    .box-package .body-package button{
        width: 49%;
        margin-left: 0px;
    }
    .box-package .box-price-package h3{
        margin-top: 5px;
        margin-bottom: 10px;
    }
    
    .box-footer-desc h5{
        font-size: 16px;
    }

    .box-page .list-page{
        width: 70%;
        align-items: center;
    }
    .box-page .list-page:last-child{
        width: 30%;
        font-size: 13px;
    }
    .box-page .list-page .content-page h3{
        font-size: 20px;
        
    }
    .box-page .list-page .content-page small{
        display: none;
    }

    .box-page-alt .list-page-alt .content-page-alt h3{
        font-size: 20px;
    }
    .box-page-alt .list-page-alt .content-page-alt small{
        display: none;
    }

    .box-nav-area .nav-link{
        font-size: 14px;
    }
   
    .padding-default{
        padding: 25px 0px;
    }
    

}

@media (max-width: 575px){
    
    .box-nav-event{
        width: 100%;
    }
}



@media (max-width: 480px){
    .owl-carousel{
        margin-right: -20px;
    }

    .offcanvas.offcanvas-end{
        width: 90%;
    }

    .box-eo{
        padding: 15px;
        display: block;
    }
    .box-eo .left-eo{
        width: 100%;
    }
    .box-eo .right-eo{
        width: 100%;
        text-align: left;
        padding-left: 80px;
        margin-top: 10px;
    }
    .box-eo .left-eo .content-eo{
        padding-right: 0px;
    }
    .box-eo .left-eo .content-eo h5{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .box-info{
        width: auto;
        height: auto;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        padding: 30px 20px;
    }
    .box-info .list-info .content-info h5{
        font-size: 16px;
    }
    .box-info .list-info .content-info small{
        font-size: 14px;
        margin-top: 2px;
    }

    .box-launcher{
        margin-left: -20px;
        margin-right: -20px;
    }

    .box-nav-area{
        margin-right: -20px;
    }

}


@media (max-width: 360px){

    .box-header .left-header{
        width: 18%;
    }
    .box-header .center-loc-header{
        width: 62%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .box-header .right-header{
        width: 18%;
    }

    .box-loc{
        padding: 8px;
    }

    .content-introduction h1 {
        font-size: 28px;
    }

    .box-page .list-page .content-page h3{
        font-size: 16px;
    }
    .box-page .list-page:last-child{
        font-size: 12px;
    }

    .modal-title{
        text-align: left;
    }

}