
@media screen and (min-width: 320px)
and (max-width: 400px){
    #culture > .owl-stage-outer > .owl-stage > .owl-item{
    height: 100vh !important;
    width: 360px !important;
    }
}
@media screen and (min-width: 410px)
and (max-width: 411px){
    #culture > .owl-stage-outer > .owl-stage > .owl-item{
    height: 100vh !important;
    width: 411px !important;
    }
}
@media screen and (min-width: 412px)
and (max-width: 500px){
    #culture > .owl-stage-outer > .owl-stage > .owl-item{
    height: 100vh !important;
    width: 412px !important;
    }
}
@media screen and (min-width: 510px)
and (max-width: 650px){
    #culture > .owl-stage-outer > .owl-stage > .owl-item{
    height: 100vh !important;
    width: 601px !important;
    }
}
@media screen and (min-width: 768px)
and (max-width: 800px){
    #culture > .owl-stage-outer > .owl-stage > .owl-item{
    height: 100vh !important;
    width: 768px !important;
    }
}
@media screen and (min-width: 1024px)
and (max-width: 1030px){
    #culture > .owl-stage-outer > .owl-stage > .owl-item{
    height: 100vh !important;
    width: 1024px !important;
    }
}
#culture > .owl-stage-outer{
    height: 100vh !important;
}

#culture > .owl-stage-outer > .owl-stage{
    height: 100vh !important;
}

#culture > .owl-stage-outer > .owl-stage > .owl-item{
    height: 100vh !important;
}

#culture > .owl-stage-outer > .owl-stage > .owl-item > .item{
    width: 100%;
    height: 100vh !important;
}

#culture > .owl-dots{
    display: none !important;
}

#culture > .owl-nav{
    position: relative;
    margin-top: -40vh;
    font-size: 50px;
}

#culture > .owl-nav > .owl-next{
    position: absolute;
    right: 40px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#culture > .owl-nav > .owl-prev{
    position: absolute;
    right: 40px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#culture > .owl-nav > .owl-prev{
    color: #fff;
    position: absolute;
    left: 40px;
    bottom: 30px;
}

#culture > .owl-nav > .owl-next > span{
        position: absolute;
    top: -25px;
    left: 13px;
}

#culture > .owl-nav > .owl-prev > span{
        position: absolute;
    top: -25px;
    right: 13px;
}

/*---style button nav culture mobile---*/

#cultureM > .owl-nav > .owl-next > span{
    position: absolute;
    top: -25px;
    left: 13px;
}

#cultureM > .owl-nav > .owl-prev > span{
    position: absolute;
    top: -25px;
    right: 13px;
}
#cultureM > .owl-nav{
    position: relative;
    margin-top: -50px;
    font-size: 50px;
}

#cultureM > .owl-nav > .owl-next{
    color: #000;
    position: absolute;
    right: 40px;
    bottom: 30px;
    background-color: #e8bb5a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#cultureM > .owl-nav > .owl-prev{
    color: #000;
    position: absolute;
    right: 40px;
    bottom: 30px;
    background-color: #e8bb5a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#cultureM > .owl-nav > .owl-prev{
    color: #fff;
    position: absolute;
    left: 40px;}

/*---style button nav culture mobile---*/

.culture-1{
    width: 100%;
    height: 100%;
}

.navbar-hd{
    width: 100%;
    padding: 0 10rem;
    background-color: #162530;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 9999999;
}

.p{
    display: none;
    max-height: 0px;
}

.showhim:hover .p{
    display: block;
    max-height: 200px;
    -webkit-animation: fadeHeight 1s ease-in-out, fadeIn 1s ease-in-out;
    animation: fadeHeight 1s ease-in-out, fadeIn 1s ease-in-out;
}

.section-wp-culture-h1{
    font-size: 65px;
    width: 45%;
}

#cultureOne{
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

#cultureOne > .modal-dialog{
    max-width: 100% !important;
    height: 100% !important;
    padding: 0;
    margin: 0;
    z-index: 9999999;
}

#cultureOne > .modal-dialog > .modal-content{
    max-height: 100vh;
    border-radius: 0;
    border: none;
}

#cultureOne > .modal-dialog > .modal-content > .modal-body{
    min-height: 100vh;
    padding: 0 !important;
}

.wp-culture-detail{
    background-image: url('../img/cull.jpg') !important;
    background-size: 100% auto;
    background-position: center;
    width: 100%;
    height: 100vh;
    padding: 23rem 3rem 2rem 4rem;
}

.nav-modal{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
}

.nav-in-modal{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    padding: 2rem 4rem;
}

.img-header-modal{
    width: 55px !important;
    height: auto;
}

.button-bars{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255,255,255,1);
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.button-bars:hover{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255,255,255,1);
    cursor: pointer;
    transform: rotate(180deg);
    transition: 0.5s ease-in-out;
}

.button-bars-1{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255,255,255,1);
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.myBtn{
    line-height: 3;
}

.h1-culture-detail{
    width: 40%;
    font-family: 'Skranji', cursive;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    color: #fff;
}

#cultureModal > .owl-dots{
    display: none !important;
}

#cultureModal > .owl-nav{
    position: relative;
    margin-top: 0;
    font-size: 50px;
    z-index: 999999999;
}
#cultureM > .owl-nav > .owl-prev{
    background-color: unset;
}
#cultureM > .owl-nav > .owl-next{
    background-color: unset;
}
#cultureModal > .owl-nav > .owl-next{
    color: #fff;
    position: absolute;
    right: 40px;
    bottom: 30px;
    background-color: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 999999999;
}

#cultureModal > .owl-nav > .owl-prev{
    color: #fff;
    position: absolute;
    right: 40px;
    bottom: 30px;
    background-color: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 999999999;
}

#cultureModal > .owl-nav > .owl-prev{
    color: #fff;
    position: absolute;
    left: 40px;
    bottom: 30px;
    z-index: 999999999;
}

#cultureModal > .owl-nav > .owl-next > span{
        position: absolute;
    top: -25px;
    left: 13px;
    z-index: 999999999;
}

#cultureModal > .owl-nav > .owl-prev > span{
        position: absolute;
    top: -25px;
    right: 13px;
    z-index: 999999999;
}

.fixed-nav-bottom{
    position: fixed;
    bottom: 15px;
    left: 0;
    width: 0%;
    z-index: 99999999;
}

.bottomBtn{
    margin: 0 auto;
}

.buttonBtm{
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.5);
    color: #fff !important;
    border-radius: 50%;
    transform: rotate(180deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    margin: 0 40rem 1rem;
}

.buttonBtm:hover{
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.5);
    color: #fff !important;
    border-radius: 50%;
    transform: rotate(180deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    margin: 0 40rem 1rem;
}

.myBtn-bottom{
    line-height: 2.5;
    color: #fff !important;
}

.section-culture-1{
    width: 100%;
    height: 100vh;
    background-color: #fff;
}

#menuFlying{
    width: 100%;
    height: 100vh;
    z-index: 9999999999;
    overflow: hidden;
}

#menuFlying > .modal-dialog{
    max-width: 100% !important;
    height: 100vh !important;
    padding: 0;
    margin: 0;
    z-index: 9999999;
    overflow: hidden;
}

#menuFlying > .modal-dialog > .modal-content{
    max-height: 100vh;
    border-radius: 0;
    border: none;
    overflow: hidden;
}

#menuFlying > .modal-dialog > .modal-content > .modal-body{
    min-height: 100vh;
    padding: 0 !important;
    overflow: hidden;
    background-color: red;
}

.menu-tengah-modal{
    text-align: center;
}

.menu-tengah-modal li{
    list-style: none;
    margin-bottom: 1.5rem;
}

.menu-tengah-modal li a{
    text-decoration: none;
    font-size: 25px;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
}

.menu-tengah-modal li a:hover{
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}

.menu-text{
    background-color: white;
    display: none;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    padding: 13px 13px 13px 30px;
    margin-right: -24px;
    border-radius: 50px 0px 0px 50px;
}

.menu-text p{
    padding-right: 20px;
}

#menu-button{
    overflow: hidden;
}

#menu-button:hover .menu-text {
    display: block;
    -webkit-animation: fadeIn 1s ease-in-out;
    animation: fadeIn 1s ease-in-out;
}

#cultureDetail{
    background-image: url("../img/bgdetailculture.jpg");
}

.yellowculture{
    font-family: roboto;
    background:#edbd41;
}

.yellow2culture{
    font-family: roboto;
    background: #fbe4a0;
}

.greenculture{
    background:#40a629;
}

.boxculture{
    padding: 150px 80px;
}

.pinkculture{
    background:#ea1885;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-webkit-keyframes fadeHeight {
    from { height: 0px; }
      to { height: 72px; }
}
@keyframes fadeHeight {
    from { height: 0px; }
      to { height: 72px; }
}
@media only screen and (min-width: 1280px)
and (max-width: 1400px){
}
	/*--Animation head--*/
	.titleCulture{
		overflow: hidden;
	}
	.titleCulture span{
        font-size: 20pt;
		position: relative;
		color:white;
		visibility: visible;
	}
	.titleCulture span:nth-of-type(1){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 0.2s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(2){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 0.4s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(3){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 0.6s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(4){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 0.8s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(5){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 1s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(6){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 1.2s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(7){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 1.4s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(8){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 1.6s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(9){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 1.8s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(10){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 2s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(11){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 2.2s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(12){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 2.4s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(13){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 2.6s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(14){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 2.8s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(15){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 3s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(16){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 3.2s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(17){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 3.4s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(18){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 3.6s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(19){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 3.8s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(20){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 4s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(21){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 4.2s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(22){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 4.4s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(23){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 4.6s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(24){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 4.8s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(25){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 5s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(26){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 5.2s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(27){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 5.4s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(28){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 5.6s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(29){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 5.8s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(30){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 6s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(31){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 6.2s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(32){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 6.4s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(33){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 6.8s;
		animation-iteration-count: 1;
	}
	.titleCulture span:nth-of-type(34){
		animation-name: fadeInUp;
		animation-duration: 0.7s;
		animation-delay: 7s;
		animation-iteration-count: 1;
	}