/* TEAM 1 */

.wft__teamone {
    padding: 80px 0;
}

.wft__loopinner {
    box-shadow: 0 0 135px rgba(0, 0, 0, 0.08);
    margin: 0;
}

.wft__image {
    position: relative;
    display: block;
}

.wft__image img {
    display: block;
    width: 100%;
}

.wft__name {
    position: absolute;
    left: 50px;
    bottom: -3px;
    transform: rotate(-90deg) translateX(0);
    transform-origin: left bottom;
    white-space: nowrap;
    padding: 0 80px 0 5px;
    font-size: 20px;
    font-weight: 700;
    margin-left: 0;
    height: 50px;
    line-height: 50px;
}

.wft__position {
    padding: 15px 25px 15px 50px;
    opacity: 0.8;
}

/* SLIDE */

.wft__slide img {
    display: block;
}

/* TESS ! */

.wfr__tessone {
    padding: 80px 0 30px;
}

.wfr__headhero {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 20px;
}

.wfr__subhero {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 40px;
}

.wfr__inner {
    column-count: 3;
    column-gap: 30px;
    margin: 0;
}

.wfr__loop {
    margin: 0 0 30px;
    padding: 30px;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
    box-shadow: 0 0 135px rgba(0, 0, 0, 0.06);
    position: relative;
}

.wfr__star {
    position: absolute;
    bottom: 48px;
    right: 30px;
    font-size: 18px;
}

.wfr__loop table .single__star i {
    margin: 0 1px !important;
    font-size: 18px !important;
    width: auto !important;
}

.wfr__title {
    font-size: 18px;
    line-height: 1.25;
    font-weight: bold;
    margin: 0 0 2px;
}

.wfr__prof {
    font-size: 13px;
    line-height: 1.25;
    margin: 0 0 15px;
}

.wfr__prof span {
    font-style: italic;
    opacity: 0.7;
}

.wfr__content {
    opacity: 0.8;
    margin: 0 0 25px;
    font-size: 16px;
}

.wfr__img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    overflow: hidden;
}

/* ACCORDION */

.wfa__accordone {
    padding: 80px 0;
}

.wfa__headhero {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 20px;
}

.wfa__subhero {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 40px;
}

.one_accord {
    width: 100%;
    margin: 0 auto;
}

.one_accord .neoaccord-item {
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.one_accord .neoaccord-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: 25px;
	line-height: 1.1;
  font-weight: 600;
  padding: 20px 0;
}

.one_accord .neoaccord-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
    will-change: max-height;
}

.one_accord .neoaccord-body.active {
    max-height: var(--accordion-max-height, 1000px);
	padding: 0 0 30px;
    /* Gunakan CSS variable untuk fleksibilitas */
}

.one_accord .neo-accordion-icon {
    font-size: 22px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.one_accord .neo-accordion-icon.active {
    transform: rotate(45deg);
}

/* EVENT 1 */

.wft__eventone {
    padding: 80px 0 40px;
}

.wft__evhead {
    font-size: 35px;
    padding: 0 0 20px;
    margin: 0 0 20px;
    font-weight: bold;
    position: relative;
}

.wft__evhead:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 2px;
    width: 80px;
    z-index: 2;
}

.wft__evhead:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 1px;
    width: 160px;
    z-index: 1;
}

.wft__evouter {
    margin: 0 -20px;
}

.wft__evloop {
    width: calc( 50% - 40px);
    float: left;
    margin: 0 20px 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.wft__evloop:nth-child(4n-1) {
    margin: -60px 20px 40px;
}

.wft__evouter .wft__evafter.g__clear {
    display: none;
}

.wft__evouter .wft__evafter.g__clear:nth-child(4n) {
    display: block;
}

.wft__evleft {
    float: left;
    width: calc( 100% - 240px);
}

.wft__evleftin {
    padding: 30px;
    height: 140px;
}

.wft__title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 30px;
}

.wft__title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wft__flex {
    margin: 0 0 15px;
}

.wft__flex span {
    display: block;
    font-size: 90%;
    opacity: 0.8;
}

.wft__flexauto {
    margin-left: auto;
}

.wft__evright {
    float: right;
    height: 210px;
    width: 210px;
    text-align: center;
    border-width: 0 0 0 1px;
    border-style: dashed;
}

.wft__button a {
    display: inline-block;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    border-radius: 8px;
}

.wft__evgone,
.wft__evcome {
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 16px;
}

/* PARTNER 1 */

.wfop__partnerone {
    padding: 80px 0;
}

.wpop__image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 15px;
}

.wpop__image a {
    display: block;
    text-align: center;
}

.partner__logo {
    max-width: 80%;
    width: auto !important;
    margin: 0 auto;
    max-height: 50px;
    height: auto;
}

.gray__image .partner__logo {
    filter: grayscale(100);
}

/* PRICING */

.wfp__priceone {
    padding: 80px 0 40px;
}

.wfp__inner {
    position: relative;
    margin: 30px 10px 40px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 0;
    overflow: hidden;
}

.wfp__pop.wfp__inner {
    margin: 0 10px 40px;
    padding: 70px 0 40px;
}

.wfp__circle {
    position: absolute;
    top: 50px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 80px;
    z-index: 2;
}

.wfp__circle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 2;
    opacity: 0.15;
    transform: scale(7.5);
}

.wfp__circle:after {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    right: 0;
    bottom: 15px;
    border-radius: 100%;
    z-index: 1;
    opacity: 1;
    transform: scale(10);
}

.wfp__over {
    position: relative;
    z-index: 3;
}

.wfp__featured {
    margin: 0 40px 15px;
    height: 40px;
}

.wfp__featured span {
    display: inline-block;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 8px;
}

.wfp__title {
    font-weight: 800;
    font-size: 25px;
    line-height: 1.2;
    margin: 0 40px 10px;
}

.wfp__price {
    font-weight: 800;
    font-size: 50px;
    line-height: 1.2;
    margin: 0 40px 10px;
}

.wfp__per {
    margin: 0 40px 55px;
    text-align: right;
}

.wfp__per span {
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 30px;
}

.wfp__list {
    margin: 0 40px 40px;
}

.wfp__list {
    list-style: none;
}

.wfp__list li {
    position: relative;
    padding: 12px 0 12px 28px;
    border-width: 0 0 1px;
    border-style: solid;
    font-size: 16px;
}

.wfp__list li:before {
    content: '';
    position: absolute;
    top: calc( 50% - 5px);
    left: 0;
    width: 10px;
    height: 10px;
    opacity: 0.7;
}

.wfp__order {
    margin: 0 40px;
}

.wfp__order a {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
}

/* SERVICE */

.wfs__aboutone {
    padding: 80px 0;
}

.wfs__headhero {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 20px;
}

.wfs__subhero {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 40px;
}

.wfs__outer {
    margin: 0 -10px;
}

.wfs__outer .g__clear {
    display: none;
}

.wfs__outer .g__clear:nth-child(6n) {
    display: block;
}

.wfs__loop {
    float: left;
    margin: 0 10px 20px;
    width: calc( 33.33% - 20px);
}

.wfs__image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.wfs__image img {
    display: block;
}

.wfs__over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease;
}

.wfs__photo {
    width: 50px;
    height: 50px;
    margin: 30px 0 30px 30px;
    overflow: hidden;
}

.wfs__ovhead {
    font-size: 24px;
    line-height: 1.15;
    padding: 0 30px;
    margin: 0 0 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.wfs__ovexp {
    padding: 0 30px;
    opacity: 0.75;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wfs__more {
    position: absolute;
    bottom: 30px;
    font-size: 16px;
    line-height: 1.3;
    padding: 0 0 0 30px;
    max-width: 65%;
    transition: all .3s ease;
}

.wfs__loop:hover .wfs__more {
    padding: 0 0 0 60px;
}

/* HERO 1 */

.wfh__headheroone {
    padding: 80px 0;
}

.wfh__cheroone {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wfh__cheroone img {
    display: block;
    border-radius: 10px;
}

.wfh__headheroblock {
    padding: 0 50px 0 0;
}

.wfh__prhero {
    font-size: 20px;
    line-height: 1.3;
    padding: 10px 0;
}

.wfh__headhero {
    font-size: 60px;
    line-height: 1.1;
    padding: 10px 0;
}

.wfh__subhero {
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 0;
}

.b__hero {
    padding: 0;
}

.b__hero.b1__hero,
.b__hero.b2__hero {
    padding: 20px 0 10px;
}

.b__hero a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px;
    margin: 0 10px 0 0;
    border-radius: 5px;
}

/* POST 1 */

.wflp__postone {
    padding: 80px 0 40px;
}

.g__outer {
    margin: 0 -20px;
}

.wflp__headhero {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 20px;
}

.wflp__subhero {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 40px;
}

.lps__loop {
    width: 33.33%;
    float: left;
}

.lps__inner {
    margin: 0 20px 40px;
    box-shadow: 0 0 135px rgba(0, 0, 0, 0.08);
}

.lps__top {
    font-size: 14px;
    padding: 15px 25px;
    opacity: 0.9;
}

.lps__top a {
    font-weight: bold;
}

.lps__right {
    margin-left: auto;
}

.lps__image {
    margin: 0 0 15px;
    position: relative;
    overflow: hidden;
}

.lps__image img {
    display: block;
    width: 100%;
}

.lps__image iframe {
    display: block;
    width: 100%;
    height: 204px;
}

.lps__meta {
    padding: 10px 25px 25px;
}

.lps__title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    height: 78px;
}

.lps__title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* GALLERY 1 */

.wfga__postone {
    padding: 80px 0 40px;
}

.ga__outer {
    margin: 0 -20px;
}

.wfga__headhero {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 20px;
}

.wfga__subhero {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 40px;
}

.lga__loop {
    width: 33.33%;
    float: left;
}

.lga__inner {
    margin: 0 20px 40px;
    box-shadow: 0 0 135px rgba(0, 0, 0, 0.08);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 440px;
}

.lga__top {
    opacity: 0.9;
    position: absolute;
    top: 30px;
    left: 40px;
    right: 40px;
    color: #fff;
    z-index: 3;
    font-size: 18px;
}

.lga__top a {
    font-weight: bold;
}

.lga__right {
    margin-left: auto;
}

.lga__image {
    margin: 0;
    position: relative;
    height: 440px;
    overflow: hidden;
}

.lga__image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.lga__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.lga__loop:hover .lga__image img {
    transform: scale(1.2);
}

.lga__meta {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
}

.lga__title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    font-size: 24px;
    height: auto;
}

.lga__title a {
    color: #fff;
}

.lga__button {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0 0;
    border-radius: 5px;
    color: #fc3;
    transition: all .3s ease;
}

.lga__loop:hover .lga__button {
    margin: 20px 0 0 40px;
}

/* VIDEO 1 */

.wfvi__postone {
    padding: 80px 0 40px;
}

.ga__outer {
    margin: 0 -20px;
}

.wfvi__headhero {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 20px;
}

.wfvi__subhero {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 40px;
}

.lvi__loop {
    width: 50%;
    float: left;
}

.lvi__inner {
    margin: 0 20px 40px;
    box-shadow: 0 0 135px rgba(0, 0, 0, 0.08);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.lvi__iframe iframe {
    display: block;
    width: 100%;
    height: 300px;
}

/* ANIMASI */

/* Base style untuk semua animasi */

.neoanimasi,
.animate-left,
.animate-right {
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    will-change: transform, opacity;
}

/* Animasi ke atas */

.neoanimasi {
    transform: translateY(50px);
}

/* Animasi kiri ke kanan */

.animate-left {
    transform: translateX(-50px);
}

/* Animasi kanan ke kiri */

.animate-right {
    transform: translateX(50px);
}

/* Ketika visible */

.neoanimasi.visible,
.animate-left.visible,
.animate-right.visible {
    opacity: 1;
    transform: translate(0, 0);
}

/* Ketika visible */

.visible {
    opacity: 1;
    transform: translate(0, 0) !important;
}

/* Ketika visible */

.neoanimasi.visible {
    opacity: 1;
    transform: translateX(0);
}

/* COUNTER 1 */

.wfwc__countone {
    padding: 80px 0;
}

.counter_block_outer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.wfwc__countone .counter_inner {
    width: calc( 25% - 30px);
    box-sizing: border-box;
    text-align: center;
    margin: 15px;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.box_number {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
}

.after_counter {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* CSR PROGRAM 1 */

.wfh__csrone {
    padding: 80px 0;
}

.csrone__outer {
    margin: 0 -25px;
}

.csrone__block {
    position: relative;
    width: calc( 50% - 50px);
    margin: 0 25px;
    height: auto;
    max-height: 560px;
}

.csrone__bigimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.csrone__blockhead {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    background: rgba(94, 145, 51, 1);
    padding: 30px;
    border-radius: 8px;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.csrone__head {
    font-size: 38px;
    line-height: 1.1;
    padding: 10px 0;
}

.csrone__subhead {
    font-size: 16px;
}

.csrone__secblock {
    width: 50%;
    padding: 0;
}

.csrone__loop {
    margin: 0 25px;
    padding: 0 0 50px;
}

.csrone__loop:last-child {
    padding: 0;
}

.csrone__loopimage {
    float: right;
    width: 150px;
    position: relative;
    margin: 0 0 0 30px;
}

.csrone__loopmeta a,
.csrone__loopimage img {
    display: block;
    border-radius: 8px;
}

.csrone__cat {
    font-size: 18px;
    margin: 0 0 12px;
}

.csrone__title {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
}

/* CTA */

.wfh__ctaone {
    padding: 100px 0;
    position: relative;
}

.wfh__ctaone:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.25;
}

.wfh__ctaone .g__container {
    position: relative;
    z-index: 2;
}

.wfh__ctaoneblock {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.wfh__ctahead {
    font-size: 40px;
    line-height: 1.1;
    padding: 10px 0;
}

.wfh__ctasub {
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 0;
}

.b__cta {
    padding: 20px 0 10px;
}

.btn__cta {
    margin: 0 auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 5px;
}

.six_hoblock {
    padding: 0;
    overflow: hidden;
}

.sixho_wrap {
    position: relative;
}

.sixho_tex {
    position: relative;
    z-index: 2;
}

.sixho_con {
    width: 50%;
    padding: 150px 0;
    position: relative;
}

.sixho_con:before {
    content: '';
    position: absolute;
    top: calc( 100% - 200px);
    left: -450px;
    right: 150px;
    bottom: calc( -100% + 200px);
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
}

.sixho_con:after {
    content: '';
    position: absolute;
    top: -200px;
    left: 0;
    right: -250px;
    bottom: 200px;
    z-index: 1;
    margin: 0;
    clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
}

.sixho_pre {
    font-size: 18px;
    position: relative;
    z-index: 3;
    margin: 0 0 20px;
}

.sixho_head {
    position: relative;
    z-index: 3;
    font-size: 80px;
    line-height: 1.1;
    letter-spacing: -3px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    margin: 0 -200px 30px 0;
}

.sixho_btn {
    position: relative;
    z-index: 3;
}

.sixho_btn a {
    padding: 15px 20px 15px 25px;
    border-radius: 6px;
    font-weight: 600;
    margin: 0 10px 0 0;
}

.sixho_btn i {
    margin-left: 5px;
}

.sixho_btn2 {
    background: #0a4;
    color: #fff;
}

.sixho_btn2 {
    background: #fff;
    color: #333;
}

.sixho_img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80%;
}

.sixho_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* SERVICE 6 */

.sixserv_about {
    padding: 80px 0 50px;
}

.sixserv_prefix {
    max-width: 600px;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 0 50px;
    position: relative;
}

.sixserv_prefix:after {
    content: '';
    position: absolute;
    left: 5px;
    top: calc( 50% - 8px);
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.sixserv_headhero {
    max-width: 600px;
    font-size: 45px;
    line-height: 1.1;
    margin: 0 0 30px;
}

.sixserv_subhero {
    max-width: 500px;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
}

.sixserv_outer {
    margin: 0 -15px;
}

.sixserv_first {
    width: calc( 66.66% - 30px);
    margin: 0 15px;
    float: left;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 300px;
}

.sixserv_loop {
    float: left;
    margin: 0 15px 30px;
    width: calc( 33.33% - 30px);
}

.sixserv_image {
    position: relative;
    border-radius: 0;
    height: 300px;
    overflow: hidden;
}

.sixserv_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sixserv_over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .5s ease;
    z-index: 1;
}

.sixserv_photo {
    width: 50px;
    height: 50px;
    margin: 30px 0 70px 30px;
    overflow: hidden;
    filter: grayscale(1%);
}

.sixserv_ovhead {
    font-size: 24px;
    line-height: 1.15;
    padding: 0 0 15px;
    margin: 0 30px 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sixserv_ovhead a,
.sixserv_ovhead {
    transition: all .5s ease;
}

.sixserv_ovexp {
    padding: 0 30px;
    opacity: 0.75;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sixserv_more {
    position: absolute;
    bottom: 30px;
    font-size: 16px;
    line-height: 1.3;
    padding: 0 0 0 30px;
    max-width: 65%;
    transition: all .3s ease;
}

.sixserv_loop:hover .sixserv_more {
    padding: 0 0 0 60px;
}

/* POST 6 */

.sixpost_post {
    padding: 80px 0 50px;
}

.sixpost_prefix {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 20px;
}

.sixpost_prefix span {
    position: relative;
    padding: 0 0 0 50px;
}

.sixpost_prefix span:after {
    content: '';
    position: absolute;
    left: 5px;
    top: calc( 50% - 8px);
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.sixpost_headhero {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 40px;
}

.sw_image {
    position: relative;
    height: 260px;
    margin: 0 0 20px;
}

.sw_image a {
    display: block;
    height: 260px;
}

.sw_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.sw_publish {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 65px;
    width: 70px;
    border-radius: 5px;
}

.sw_date {
    padding: 10px 10px 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.0;
    text-align: right;
}

.sw_month {
    padding: 0 10px;
    font-size: 12px;
    text-align: right;
}

.sw_meta {
    font-size: 15px;
    margin: 0 0 15px;
}

.sw_meta a {
    font-weight: 600;
}

.sw_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 15px;
}

.sw_exc {
    font-size: 14px;
    opacity: 0.7;
    line-height: 1.5;
    margin: 0 0 20px;
}

.sw_exc.neoanimasi.visible {
    opacity: 0.7;
}

/* PRICING */

.sixpri_price {
    padding: 80px 0;
}

.sw_loop_p {
    position: relative;
    border-width: 1px;
    border-style: solid;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin: 15px 0 0;
}

.sw_feat {
    position: absolute;
    height: 24px;
    top: -12px;
    left: 0;
    right: 0;
    text-align: center;
}

.sw_feat span {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 11px;
    font-weight: bold;
    padding: 0 15px;
    margin: 0 auto;
    border-radius: 30px;
}

.sw_title_p {
    font-size: 16px;
    margin: 0 0 30px;
}

.sw_price_p {
    display: flex;
    align-items: center;
    font-size: 50px;
    line-height: 1.0;
    font-weight: 600;
}

.sw_cur,
.sw_sat {
    font-size: 40%;
}

.sw_per {
    font-size: 13px;
    opacity: 0.7;
    margin: 0 0 40px;
}

.sw_price_dt {
    font-weight: bold;
    padding: 4px 0 10px;
}

.sw_list_p {
    margin: 0 0 30px;
}

.sw_list_p li {
    padding: 5px 0;
    display: flex;
}

.sw_list_p li i {
    width: 20px;
    height: 20px;
    border-radius: 24px;
    margin: 0 10px 0 0;
    background: rgba(0, 0, 0, 0.06);
}

.sw_pop_p .sw_list_p li i {
    background: rgba(255, 255, 255, 0.06);
}

.sw_order {
    display: block;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
}

/* GALERI 6 */

.sixga_postone {
    padding: 80px 0 40px;
}

.sixga_outer {
    margin: 0 -15px;
}

.sixga_prefix {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 20px;
}

.sixga_prefix span {
    position: relative;
    padding: 0 0 0 50px;
}

.sixga_prefix span:after {
    content: '';
    position: absolute;
    left: 5px;
    top: calc( 50% - 8px);
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.sixga_headhero {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 40px;
}

.six_post {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.sixga_inner {
    margin: 0;
    box-shadow: 0 0 135px rgba(0, 0, 0, 0.08);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 350px;
}

.sixga_top {
    position: absolute;
    top: 30px;
    left: 40px;
    padding: 0 4px;
    z-index: 3;
    font-size: 50px;
    height: 40px;
    line-height: 1.0;
    overflow: hidden;
    transform: rotate(8deg);
    transition: all .3s ease;
}

.sixga_loop:hover .sixga_top {
    opacity: 1;
    height: 50px;
}

.sixga_center {
    transform: rotate(-8deg);
}

.sixga_left {
    font-weight: bold;
    display: block;
    margin: 0 5px 0 0;
}

.sixga_right {
    font-size: 18px;
    line-height: 20px;
    padding: 4px 0 0;
}

.sixga_image {
    margin: 0;
    position: relative;
    height: 350px;
    overflow: hidden;
}

.sixga_image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.75;
}

.sixga_image img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.sixga_loop:hover .sixga_image img {
    transform: scale(1.2);
}

.sixga_meta {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 40px 30px;
}

.sixga_title {
    position: relative;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    font-size: 24px;
    padding: 0 0 20px;
    height: auto;
}

.sixga_title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 110px;
    height: 1px;
    width: 20px;
}

.sixga_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100px;
}

/* EVENT 6 */

.sixev_event {
    padding: 80px 0;
}

.sixev_evhead {
    font-size: 40px;
    margin: 0 0 40px;
    font-weight: bold;
    position: relative;
}

.sixev_evouter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.sixev_evloop {
    border-radius: 10px;
}

.sixev_evleft {
    float: left;
    width: calc( 100% - 240px);
}

.sixev_evleftin {
    padding: 30px;
    height: 140px;
}

.sixev_title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 30px;
}

.sixev_flex {
    margin: 0 0 15px;
}

.sixev_flex span {
    display: block;
    font-size: 90%;
}

.sixev_flexauto {
    margin-left: auto;
}

.sixev_evright {
    float: right;
    height: 210px;
    width: 210px;
    text-align: center;
}

.sixev_button {
    padding: 20px 30px 30px;
}

.sixev_button a {
    display: inline-block;
    padding: 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
    border-radius: 46px;
    font-size: 25px;
}

/* CTA 6 */

.sixcta_cta {
    padding: 50px 0;
    position: relative;
}

.sixcta_cta:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.25;
}

.sixcta_cta .g__container {
    position: relative;
    z-index: 2;
}

.sixcta_ctaoneblock {
    margin: 0 auto;
}

.sixcta_prefix {
    font-size: 18px;
    line-height: 1.4;
    opacity: 0.8;
    padding: 0 0 0 50px;
    margin: 10px 0 15px;
}

.sixcta_prefix:after {
    content: '';
    position: absolute;
    left: 5px;
    top: calc( 50% - 8px);
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.sixcta_flex {
    display: flex;
    align-items: center;
    padding: 0 0 25px;
    margin: 0 0 25px;
}

.sixcta_ctahead {
    font-size: 40px;
    line-height: 1.25;
    padding: 10px 0;
}

.sixcta_ctasub {
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 0;
    max-width: 700px;
    opacity: 0.8;
}

.sixcta_btn {
    margin-left: auto;
    display: inline-block;
    font-weight: 600;
    padding: 15px 20px 15px 25px;
    border-radius: 5px;
}

.sixcta_btn i {
    margin-left: 5px;
}

/* COUNTER 6 */

.sixco_count {
    position: relative;
    overflow: hidden;
}

.sixco_count:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.sixco_image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.sixco_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sixco_count .g__container {
    position: relative;
    z-index: 3;
}

.sixco_over {
    padding: 80px 0;
}

.sixco_outer {
    max-width: 800px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
    padding: 200px 0 0;
}

.sixco_prefix {
    font-size: 18px;
    line-height: 1.4;
    opacity: 0.8;
    padding: 0 0 0 50px;
    margin: 10px 0 15px;
}

.sixco_prefix:after {
    content: '';
    position: absolute;
    left: 5px;
    top: calc( 50% - 8px);
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.sixco_head {
    font-size: 60px;
    line-height: 1.25;
    padding: 10px 0 100px;
}

.sixco_count .counter_inner {
    width: 33.33%;
    box-sizing: border-box;
}

.sixco_number {
    font-size: 80px;
    line-height: 1.0;
    font-weight: bold;
    margin: 0;
}

.sixco_before,
.box_after {
    color: #f66;
    line-height: 2.0;
    font-size: 75%;
}

.sixco_after {
    font-size: 18px;
}

/* PARTNER 6 */

.sixpa_partner {
    padding: 30px 0;
    overflow: hidden;
}

.neo-marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.neo-marquee-track {
    display: flex;
    width: max-content;
    transform: translateX(0);
    /* Posisi awal di kiri */
}

.neo-marquee-slide {
    flex: 0 0 auto;
    margin: 0 20px;
    width: 180px;
    /* Fixed width untuk konsistensi */
}

@keyframes neoMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.sixpa_image {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.sixpa_image img {
    max-height: 40px;
    height: auto;
    width: auto;
    max-width: 100%;
}

.gray__image img {
    filter: grayscale(100%);
}

/* TESTIMONIAL 6 */

.sixte_tess {
    padding: 80px 0 30px;
}

.sixte_head {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 40px;
}

.sixte_prefix {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 20px;
}

.sixte_prefix span {
    position: relative;
    padding: 0 0 0 50px;
}

.sixte_prefix span:after {
    content: '';
    position: absolute;
    left: 5px;
    top: calc( 50% - 8px);
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.sixte_inner {
    column-count: 3;
    column-gap: 30px;
    margin: 0;
}

.sixte_loop {
    margin: 0 0 30px;
    padding: 30px;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
    box-shadow: 0 0 135px rgba(0, 0, 0, 0.06);
    position: relative;
}

.sixte_star {
    font-size: 20px;
    margin: 0 0 15px;
}

.sixte_star .icon-ciuss-star:before {
    margin: 0 3px 0 0;
}

.sixte_content {
    margin: 0 0 30px;
}

.sixte_bot {
    align-items: center;
}

.sixte_bot img {
    margin-right: 20px;
    width: 60px;
    border-radius: 30px;
}

.sixte_title {
    font-size: 16px;
}

.sixte_prof {
    font-size: 13px;
}

/* TEAM 6 */

.sixtm_team {
    padding: 80px 0;
}

.sixtm_loopinner {
    margin: 0;
}

.sixtm_image {
    position: relative;
    display: block;
    margin: 0 0 20px;
    height: 300px;
    overflow: hidden;
}

.sixtm_image img {
    display: block;
    width: 100%;
}

.sixtm_name {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    padding: 0 25px 15px;
    text-align: center;
}

.sixtm_position {
    padding: 0 25px 5px;
    opacity: 0.8;
    text-align: center;
}

.sixtm_sos {
    text-align: center;
    padding: 0 0 20px;
}

.sixtm_sos a {
    display: inline-block;
    margin: 0 3px 6px 0;
}

.sixtm_sos i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}

/* VIDEO */

.sixvid_video {
    padding: 80px 0 40px;
}

.ga__outer {
    margin: 0 -20px;
}

.sixvid_head {
    text-align: center;
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 auto 40px;
}

.sixvid_prefix {
    text-align: center;
    max-width: 768px;
    font-size: 18px;
    margin: 0 auto 20px;
}

.sixvid_prefix span {
    position: relative;
    padding: 0 0 0 50px;
}

.sixvid_prefix span:after {
    content: '';
    position: absolute;
    left: 5px;
    top: calc( 50% - 8px);
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.sixvid_loop {
    width: 50%;
    float: left;
}

.sixvid_inner {
    margin: 0 20px 40px;
    box-shadow: 0 0 135px rgba(0, 0, 0, 0.08);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.sixvid_iframe iframe {
    display: block;
    width: 100%;
    height: 300px;
}

/* ACCORD 6 */

.sixac_accord {
    padding: 80px 0;
}

.sixca_block {
    position: relative;
	min-height: 600px;
}

.sixca_image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    border-radius: 15px;
    overflow: hidden;
}

.sixca_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sixca_over {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	padding: 800px 0 0;
}

.sixca_head {
    max-width: 768px;
    font-size: 40px;
    line-height: 1.1;
    margin: 0 40px 40px;
}

.sixca_prefix {
    max-width: 768px;
    font-size: 18px;
    margin: 40px 40px 20px;
}

.sixca_prefix span {
    position: relative;
    padding: 0 0 0 50px;
}

.sixca_prefix span:after {
    content: '';
    position: absolute;
    left: 5px;
    top: calc( 50% - 8px);
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.six_accord {
    width: calc( 60% - 50px );
}

.six_accord .neoaccord-item {
    transition: all 0.3s ease;
	border-width: 0 0 1px;
	border-style: solid;
}

.six_accord .neoaccord-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: 18px;
	line-height: 1.3;
  font-weight: 600;
  padding: 20px 50px 20px 0;
  position: relative;
}

.six_accord .neoaccord-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
    will-change: max-height;
}

.six_accord .neoaccord-body.active {
    max-height: var(--accordion-max-height, 1000px);
	padding: 0 0 30px;
    /* Gunakan CSS variable untuk fleksibilitas */
}

.six_accord .neo-accordion-icon {
    font-size: 16px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 24px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
	position: absolute;
	right: 0;
	top: calc( 50% - 14px );
	border-width: 1px;
	border-style: solid;
	
}

.six_accord .neo-accordion-icon.active {
    transform: rotate(45deg);
}

/* NEWS BLOCK 1 */
.news_block1 {
	padding: 30px 0 15px;
}
.wb1_flex {
	display: flex;
}
.b1_carousel {
	width: calc( 100% - 420px );
}
.b1_loop {
	position: relative; height: 520px; overflow: hidden;
}
.b1_flex {
	display: flex;
	justify-content: center;
	height: 520px; 
	align-items: center;
}
.b1_flex img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.b1_title {
	position: absolute; 
	bottom: -120px; 
	left:0; 
	right: 0;
	transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	opacity: 0;
	padding: 220px 120px 60px 60px; 
	background: linear-gradient( to top, rgba(0,0,0,0.85), transparent );
}
.is-visible .b1_title {
	bottom: -20px;
	opacity: 1;
}
.b1_title a {
	position: relative;
	display: block;
	color: #fff; font-size: 40px; font-weight: bold; line-height: 1.2;
}
.b1_title a:before {
	content: '';
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: -60px;
	width: 4px;
	border-radius: 4px;
	background: #f66;
}

.b1_label {
	line-height: 30px;
	margin: 0 0 15px;
	color: #fff;
}
.b1_label span {
	position: relative;
	display: inline-block;
	height: 30px;
	padding: 0 5px;
	font-size: 13px;
	font-weight: bold;
	margin: 0 15px 0 0;
	background: #d35;
	color: #fff;
}
.b1_label span:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -10px;
	width: 15px;
	background: #d35;
	clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0% 100%);
}
.b1_label span:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -10px;
	width: 15px;
	background: #d35;
	clip-path: polygon(0% 0%, 100% 0, 50% 100%, 0% 100%);
}

.b1_category {
	width: 380px; margin-left: auto;
}



.b1_barhead {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}

.b1_barloop {
    position: relative;
    padding: 12px 0;
    align-items: flex-start;
    display: flex;
}

.b1_barimage {
    width: 130px;
	height: 100px;
	overflow: hidden;
    margin: 0 -4px 0 auto;
}

.b1_barimage img {
    display: block;
    width: 130px;
    height: auto;
}

.b1_barmeta {
    width: calc( 100% - 150px);
}

.b1_bardate {
    font-size: 12px;
}

.b1_bartitle {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 8px;
}

.b1_bartitle a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* AXIS ACCORD */
.axis_accord {
	padding: 80px 0;
}
.axisac_block {
	display: flex;
	justify-content: center;
	
}

.axisac_image {
	width: 40%;
	height: 600px;
	margin-top: 20px;
	position: relative;
}
.axisac_image:before {
content: '';
  position: absolute;
  top: -20px;
  bottom: 80px;
  left: 80px;
  right: -20px;
  border-radius: 30px;
  z-index: 1;
  background: #fff;
	box-shadow: 0 0 60px rgba(0,0,0,0.06);
}

.axisac_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	border-radius: 30px 10px;
	z-index: 2;
}

.axisaccord {
    width: calc( 60% - 100px );
	margin-left: auto;
}
.axisac_head {
font-size: 40px;
  line-height: 1.1;
  margin: 0 0 40px;
  position: relative;
}
.axis_accord .axisaccord-item {
    transition: all 0.3s ease;
	margin: 0 0 20px;
	padding: 40px 40px 20px;
	border-radius: 10px;
	box-shadow: 0 0 60px rgba(0,0,0,0.06);
}

.axis_accord .axisaccord-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: 18px;
	line-height: 1.3;
  font-weight: 600;
  padding:  0 50px 20px 0;
  position: relative;
}

.axis_accord .axisaccord-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
    will-change: max-height;
	font-size: 15px;
	line-height: 1.4;
}

.axis_accord .active .axisaccord-body {
    max-height: var(--accordion-max-height, 1000px);
	padding: 0 0 20px;
    /* Gunakan CSS variable untuk fleksibilitas */
}

.axis_accord .axisaccord-icon {
    font-size: 22px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 26px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
	position: absolute;
	right: -10px;
	top: 2px;
	transform: rotate(180deg);
}

.axis_accord .active .axisaccord-icon {
    transform: rotate(0deg);
}

/* EVENT 2 */
.axis_event2 {
	padding: 80px 0;
}
.axisev_block {
	max-width: 768px; margin: 0 auto; position: relative;
}
.axisev_block:after {
	content: '\e810';
	font-family: 'ciuss-font';
	position: absolute;
	top: -40px;
	right: 20px;
	font-size: 180px;
	opacity: 0.3;
	text-shadow: 20px 15px 1px rgba(0,0,0,0.1);
	z-index: 1;
}
.axis_evhead {
    font-size: 40px;
    margin: 0 0 40px;
    font-weight: bold;
    position: relative;
}
.axis_evouter {
    display: flex;
	position: relative;
	z-index: 2;
}
.tablinks {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px;
	margin: 0 20px 30px 0;
    transition: 0.3s;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
    position: relative;
	border: 1px solid #eee;
	box-shadow: 0 0 60px rgba(0,0,0,0.06);
    z-index: 1;
    color: inherit;
	width: auto;
}

.tablinks .eday {
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}

.tablinks .emonth {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 4px;
}

.tablinks:hover {
    opacity: 0.8;
}

.tablinks.active {
    font-weight: bold;
}

/* Style untuk konten tab */
.agenda__dettab {
	position: relative;
	z-index: 2;
}
.tabcontent {
    display: none;
    padding: 50px;
    border-radius: 10px;
    animation: fadeEffect 0.5s;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}

.tabcontent:first-child {
	display: block;
}



/* Animasi fade untuk konten tab */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Style untuk daftar event */
.listnext__event {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.left__event {
    flex: 1;
    padding-right: 40px;
}

.right__event {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
}

.event__timer {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}

.event__countdown span {
    font-weight: bold;
}

.title__event {
	position: relative;
    font-size: 30px;
	line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin-bottom: 25px;
    transition: color 0.3s;
}

.title__event:before {
	content: '';
	position: absolute;
	left: -53px;
	top: 15px;
	bottom: 15px;
	width: 6px;
	border-radius: 4px;
}

.loc__event {
	display: inline-block;
    font-size: 16px;
	padding: 20px;
	border-radius: 8px;
}

.loc__event span {
    margin-right: 15px;
}

.loc__event i {
    margin-right: 5px;
    font-size: 14px;
}

.thekoor {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.call_support {
    color: inherit;
    text-decoration: none;
    transition: transform 0.3s;
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	border-radius: 5px;
}
/* COUNT 2 */

.axis_count {
    padding: 80px 0;
  position: relative;
}
.axisco_image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
	opacity: 0.5;
}

.axisco_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.axis_block {
	position: relative;
	z-index: 2;
}
.axisco_outer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
	max-width: 1000px;
}

.axis_count .counter_inner {
    width: calc( 25% - 30px);
    box-sizing: border-box;
    text-align: center;
    margin: 15px;
    padding: 30px;
    border-radius: 10px;
}

.axisco_num {
	display: flex;
	justify-content: center;
	align-items: center;
    font-size: 58px;
	line-height: 0.9;
    font-weight: bold;
	letter-spacing: -1px;
    margin-bottom: 0;
	overflow: hidden;
}
.axisco_boxafter {
	font-size: 80%;
	margin: 9px 0 0;
}
.axisco_after {
    font-size: 15px;
	font-weight: bold;
    text-transform: uppercase;
}

/* CTA 2 */

.axiscta_cta {
    padding: 80px 0;
    position: relative;
}

.axiscta_cta:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.25;
}
.axiscta_cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 25%;
    right: 10%;
    bottom: 0;
	clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    z-index: 1;
	opacity: 1;
}

.axiscta_cta .g__container {
    position: relative;
    z-index: 4;
}

.axiscta_block {
    margin: 0 auto;
}

.axiscta_prefix {
    font-size: 18px;
    line-height: 1.4;
    opacity: 0.8;
    margin: 0;
}

.axiscta_flex {
    display: flex;
    align-items: center;
}

.axiscta_head {
    font-size: 40px;
    line-height: 1.25;
    padding: 10px 0;
}

.axiscta_btn {
    margin-left: auto;
    display: inline-block;
    font-weight: 600;
    padding: 15px 20px 15px 25px;
    border-radius: 5px;
}

.axiscta_btn i {
    margin-left: 5px;
}

/* LOOP POST 2 */
.axis_post {
	padding: 80px 0;
}
.axis_p_loop { 
	box-shadow: 0 0 30px rgba(0,0,0,0.08); 
	border-radius: 15px;
}
.axis_p_inner {
	padding: 20px 20px 30px;
}
.axis_p_img {
	position: relative; margin: 0 0 30px;
}
.axis_p_img {
	display: block;
}
.axis_p_img img {
			display: block;
			border-radius: 5px 5px 15px 15px;
		}
.axis_p_img iframe {
	width: 100%;
	height: 205px;
	display: block;
	border-radius: 5px 5px 15px 15px;
}
.axis_p_publish {
	position: absolute; 
	right: 20px; 
	bottom: -15px; 
	height: 30px; 
	line-height: 30px; 
	padding: 0 15px; 
	border-radius: 30px;
	transition: all .1s ease;
}
.axis_p_meta {
	margin: 0 15px 10px;
}
.axis_p_title {
	font-size: 20px; 
	margin: 0 15px 15px; 
	font-weight: bold; 
	line-height: 1.2; 
	position: relative;
}
.axis_p_title a {
	transition: all .3s ease;
}
.axis_p_loop:hover .axis_p_title a {
	opacity: 0.75;
}
.axis_p_title:before {
			content: '';
			position: absolute;
			left: -38px;
			top: 4px;
			bottom: 6px;
			width: 6px;
			border-radius: 4px;
		}
.axis_p_exc {
	opacity: 0.6;
	margin: 0 15px;
}

/* SERVICE 2 */
.two_price {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}



.two_price_loop {
	box-shadow: 0 0 60px rgba(0,0,0,0.06);
	border-radius: 20px;
	padding: 30px;
}

.two_price_title {
	font-size: 14px;
	opacity: 0.7;
	line-height: 1.3;
	margin: 0 0 15px;
}
.two_price_nom {
	position: relative;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.1;
	margin: 0 0 20px;
	padding: 0 0 0 30px;
}
.two_price_nom:before {
	content: '';
	position: absolute;
  left: -33px;
  top: 8px;
  bottom: 10px;
  width: 6px;
  border-radius: 4px;
}
.two_price_cur {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 24px;
	font-size: 12px;
}
.two_price_sat {
	font-size: 80%;
}
.two_price_per {
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
}
.two_price_img {
	margin: 0 -15px 20px;
}
.two_price_img img {
	display: block;
	border-radius: 10px;
}
.two_price_order {
	display: block; 
	margin: 0 0 20px; 
	padding: 12px 24px; 
	text-align: center; 
	font-weight: bold;
	border-radius: 6px;
}

.two_price_detail {
	font-size: 13px;
	margin: 0 0 15px;
	opacity: 0.7;
}
.two_price_list li {
	position: relative;
	font-size: 13px;
	padding: 5px 0 5px 22px;
	opacity: 0.7;
}
.two_price_list i {
	position: absolute;
	top: 7px;
	left: 0;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	border-radius: 12px;
	font-size: 6px;
	opacity: 0.8;
}



.axissrv_in {
	border-radius: 0; 
	height: 350px;
	position: relative;
	overflow: hidden;
			transition: all .2s ease;
}
.axissrv_in:before {
			content: '';
			position: absolute;
			left: 0;
			top: 100%;
			bottom: 0;
			right: 0;
			transition: all .2s ease;
			z-index: 1;
		}
.axissrv_in:hover:before {
	top: 0;
}
.axissrv_img {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 50px;
	height: 50px;
	z-index: 2;
}
.axissrv_meta {	
position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 40px;
	z-index: 2;
}
.axissrv_title {
  font-size: 24px;
  line-height: 1.15;
  margin: 0 0 15px;
}
.axissrv_exp {
	opacity: 0.7;
	font-size: 15px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.axissrv_btn {
	padding: 15px 0 0;
}
.axissrv_btn a {
	transition: all .2s ease;
	font-size: 16px;
}

/* HERO 2 */
.axis_hero {
	position: relative;
	overflow: hidden;
}
.axis_hero:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0.6;
}
.axishero_img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.axishero_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.axishero_content {
	position: relative;
	z-index: 3;
}
.axishero_text {
	width: 65%;
	padding: 200px 0 100px;
}
.axishero_prefix {
	font-size: 18px;
	letter-spacing: 2px;
	color: #f90;
	margin: 0 0 25px;
}
.axishero_head {
	font-size: 80px;
  line-height: 1.15;
  color: #fff;
}
.axishero_head span {
	color: #f90;
}
.axishero_btn {
	padding: 40px 0 0;
}
.axishero_btn a {
  padding: 13px 28px;
  font-weight: 600;
  margin: 0 20px 0 0;
  font-size: 18px;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
}

/* TESS 2 */
.axis_tess {
	padding: 80px 0;
}
.axistes_image {
	position: sticky; 
	float: left; 
	top: 140px; 
	width: calc( 33.33% - 72px ); 
	margin: 0 15px; 
	height: 500px; 
	padding: 20px; 
	background: linear-gradient(45deg, rgba(255,255,255,0.2), rgba(125,125,125,0.2)); 
	border: 1px solid rgba(255,255,255,0.1); 
	border-radius: 38px;
}
.axistes_image img {
	width: 100%; 
	height: 100%; 
	object-fit: cover; 
	border-radius: 20px;
}
.axistes_image i {
	position: absolute;
  top: 50%;
  right: -27px;
  background: #f66;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 80px;
  box-shadow: 0 0 60px rgba(0,0,0,0.06);
  color: #fff;
  border-radius: 15px;
}
.axistes_con {
	float: right; 
	width: calc( 66.66% - 70px ); 
	margin: 0 15px 0 55px;
}
.axistes_inner {
	column-count: 2;
  column-gap: 30px;
  margin: 0;
}
.axistes_exc {
	font-size: 16px;
	margin: 0 0 30px;
}

.news_header {
	box-shadow: 0 0 40px rgba(0,0,0,0.1);
}

@media screen and (max-width: 1024px) {
    .g__responsive {
        max-width: 768px;
        margin: 0 auto;
    }
    .wft__evloop {
        width: calc( 100% - 40px);
        margin: 0 20px 20px;
    }
    .wft__evloop:nth-child(4n-1) {
        margin: 0 20px 20px;
    }
    .wfh__headheroone .g__flex {
        display: block;
    }
    .wfh__cheroone {
        width: 100%;
        margin: 0 0 30px;
    }
    .wfs__outer .g__clear:nth-child(6n) {
        display: none;
    }
    .wfs__outer .g__clear:nth-child(4n) {
        display: block;
    }
    .wfs__loop {
        width: calc( 50% - 20px);
    }
    .lps__loop {
        width: 50%;
    }
    .wfwc__countone .counter_inner {
        width: calc( 50% - 30px);
    }
    .csrone__outer.g__flex {
        display: block;
    }
    .csrone__block {
        width: calc( 100% - 50px);
        max-height: auto;
        margin: 0 25px 50px;
    }
    .csrone__secblock {
        width: 100%;
    }
    .csrone__bigimg {
        height: 500px;
    }
    .wfh__ctaoneblock {
        width: 100%;
    }
    .lga__loop {
        width: 50%;
    }
    .lvi__loop,
    .sixvid_loop {
        width: 100%;
    }
    .lvi__iframe iframe,
    .sixvid_iframe iframe {
        height: 430px;
    }
    .gts__inner,
    .wfr__inner {
        column-count: 2;
    }
    .sixserv_first {
        width: calc( 100% - 30px);
        float: none;
        height: auto;
        margin: 0 15px 40px;
    }
    .sixserv_loop {
        width: calc( 100% - 30px);
        float: none;
    }
    .sixev_evouter {
        grid-template-columns: repeat(1, 1fr);
    }
    .neo-marquee-slide {
        width: 180px;
    }
    .sixte_inner {
        column-count: 2;
    }
    .sixvid_inner {
        margin: 0 20px 30px;
    }
	.axisac_block {
		display: block;
		height: auto;
	}
	.axisac_image {
  width: calc( 100% - 20px );
  height: auto;
  margin: 0 0 40px;
}
.axisaccord {
  width: 100%;
  margin: 0;
}
.sixca_image {
	position: relative;
	width: 100%;
	margin: 0 0 40px;
}
.sixca_over {
  padding: 2000px 0 0;
}
.six_accord {
  width: 100%;
}

.axis_count .counter_inner {
  width: calc( 50% - 30px);
}
.axishero_text {
	width: 100%;
}

.axistes_image {
  position: relative;
  width: auto;
  float: none;
  top: auto;
  margin: 0 15px 80px;
}
.axistes_image i {
  top: calc( 100% - 80px );
  right: calc( 50% - 80px );
}
.axistes_con {
  float: none;
  width: auto;
  margin: 0 15px;
}
.two_price {
  grid-template-columns: repeat(2, 1fr);
}
.wb1_flex {
	display: block;
}
.b1_carousel {
  width: 100%;
  margin: 0 0 40px;
}
.b1_category {
  width: 100%;
  margin: 0;
}
.wb1_side {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}
}

@media screen and (max-width: 800px) {
    .six_post {
        grid-template-columns: repeat(2, 1fr);
    }
	
	
}

@media screen and (max-width: 768px) {
    .wfh__headhero {
        font-size: 40px;
    }
    .b__hero a {
        display: inline-block;
    }
    .lps__inner,
    .lga__inner {
        margin: 0 20px 30px;
    }
    .sixho_con:before {
        left: -320px;
    }
    .sixho_con:after {
        left: -20px;
    }
    .sixho_img {
        width: 100%;
    }
    .neo-marquee-slide {
        width: 180px;
    }
}

@media screen and (max-width: 600px) {
    .wft__evleft {
        float: none;
        width: auto;
    }
    .wft__evleftin {
        padding: 30px 30px 0;
        height: auto;
    }
    .wft__evright {
        float: none;
        width: auto;
        border: 0;
    }
    .crop__img {
        height: 400px;
        overflow: hidden;
        /* sembunyikan bagian gambar yang keluar */
    }
    .crop__img img {
        width: auto;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .wfs__outer .g__clear:nth-child(4n) {
        display: none;
    }
    .wfs__outer .g__clear:nth-child(2n) {
        display: block;
    }
    .wfs__loop {
        width: calc( 100% - 20px);
    }
    .lps__loop {
        width: 100%;
    }
    .wfwc__countone .counter_inner {
		width: calc( 100% - 30px);
    }
    .neoanimasi {
        opacity: 0;
        transform: translateY(50px);
        transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    }
    .lga__loop {
        width: 100%;
    }
    .lvi__iframe iframe,
    .sixvid_iframe iframe {
        height: 265px;
    }
    .gts__inner,
    .wfr__inner {
        column-count: 1;
    }
    .sixho_pre,
    .sixho_btn {
        width: 200%;
    }
    .sixho_head {
        width: 180%;
        margin: 0 0 30px;
    }
    .sixev_evleft {
        float: none;
        width: 100%;
    }
    .sixev_evright {
        float: none;
        width: 100%;
        height: auto;
    }
    .sixev_evright .sixev_evleftin {
        display: flex;
        align-items: center;
    }
    .sixev_evleftin {
        height: auto;
    }
    .sixev_button {
        padding: 0 30px 0 0;
    }
    .sixev_flex {
        margin: 0;
        text-align: left;
        font-size: 16px;
    }
    .sixev_flexauto {
        margin: 0 0 0 auto;
    }
    .sixcta_flex {
        display: block;
    }
    .sixcta_ctahead {
        padding: 10px 0 20px;
    }
    .sixco_head {
        font-size: 40px;
        padding: 10px 0 60px;
    }
    .sixco_count .counter_inner {
        width: 100%;
        margin: 0 0 30px;
    }
    .sixte_inner {
        column-count: 1;
    }
	.six_post {
        grid-template-columns: repeat(1, 1fr);
    }
	
	.listnext__event {
		display: block;
	}
	.left__event {
		width: 100%;
		padding: 0;
		margin: 0 0 30px;
	}
	.thekoor {
  text-align: left;
}
	.right__event {
  display: block;
	}
	.axisev_block:after {
  font-size: 110px;
	}
	.axiscta_flex {
		display: block;
	}
	.axiscta_top {
		margin: 0 0 20px;
	}
	.axisco_num {
  justify-content: left;
	}
	.axis_count .counter_inner {
  text-align: left;
}
.axistes_inner {
	column-count: 1;
}
.b1_title {
	padding: 220px 40px 60px 40px;
}
.b1_title a {
  font-size: 32px;
}
.wb1_side {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 480px) {
    .wfp__priceone {
        padding: 20px 0 20px;
    }
    .g__responsive {
        margin: 0 5px;
    }
    .wfp__priceone .g__responsive {
        margin: 0 -5px;
    }
    .wft__eventone {
        padding: 40px 0 20px;
    }
    .wft__evhead {
        font-size: 25px;
        padding: 0 0 15px;
        margin: 0 0 15px;
    }
    .wft__evleftin {
        padding: 25px 25px 0;
    }
    .wft__title {
        font-size: 20px;
    }
    .wft__flex {
        font-size: 15px;
    }
    .wft__evgone,
    .wft__evcome {
        font-size: 18px;
    }
    .wft__evright {
        height: auto;
    }
    .wft__button {
        margin: 0 0 25px;
    }
    .wft__button a {
        font-size: 15px;
        height: 46px;
        line-height: 46px;
    }
    .wft__title {
        margin: 0 0 20px;
    }
    .wft__teamone {
        padding: 40px 0;
    }
    .wft__teamone .splide {
        width: 140%;
    }
    .wft__name {
        left: 42px;
        font-size: 18px;
        height: 42px;
        line-height: 42px;
    }
    .wft__position {
        padding: 15px 25px 15px 42px;
        font-size: 13px;
    }
    .wfh__headheroone {
        padding: 50px 0 20px;
    }
    .wfh__headheroblock {
        padding: 0;
    }
    .wfh__headhero {
        font-size: 35px;
    }
    .wfh__subhero {
        font-size: 15px;
    }
    .b__hero a {
        font-size: 15px;
        padding: 12px 24px;
    }
    .wfs__photo {
        margin: 30px 0 20px 30px;
    }
    .wfs__aboutone {
        padding: 40px 0 30px;
    }
    .wfs__headhero,
    .wfr__headhero,
    .wfa__headhero {
        font-size: 25px;
        margin: 0 auto 10px;
    }
    .wfs__subhero,
    .wfr__subhero,
    .wfa__subhero {
        font-size: 15px;
        margin: 0 auto 30px;
    }
    .wfa__accordone {
        padding: 40px 0;
    }
    .wfop__partnerone {
        padding: 40px 0;
    }
    .wpop__image {
        padding: 10px;
    }
    .wfh__prhero {
        font-size: 15px;
    }
    .wfr__tessone {
        padding: 40px 0 1px;
    }
    .wflp__postone {
        padding: 50px 0 20px;
    }
    .wflp__headhero,
    .wfga__headhero,
    .wfvi__headhero {
        font-size: 25px;
        margin: 0 auto 10px;
    }
    .wflp__subhero,
    .wfga__subhero,
    .wfvi__subhero {
        font-size: 15px;
        margin: 0 auto 30px;
    }
    .lps__top {
        font-size: 15px;
        padding: 15px 20px;
    }
    .lps__title {
        font-size: 20px;
        height: auto;
    }
    .wfwc__countone {
        padding: 40px 0;
    }
    .counter_inner {
        margin: 8px 15px;
    }
    .wfh__csrone {
        padding: 40px 0;
    }
    .csrone__block {
        margin: 0 25px 30px;
    }
    .csrone__blockhead {
        position: absolute;
        left: 25px;
        bottom: 25px;
        right: 25px;
        padding: 25px;
    }
    .csrone__head {
        font-size: 25px;
    }
    .csrone__subhead {
        font-size: 14px;
    }
    .csrone__loop {
        padding: 0 0 30px;
    }
    .csrone__loopimage {
        width: 120px;
        margin: 0 0 0 20px;
    }
    .csrone__cat {
        font-size: 14px;
    }
    .csrone__title {
        font-size: 18px;
    }
    .wfh__ctahead {
        font-size: 25px;
    }
    .wfh__ctasub {
        font-size: 15px;
    }
    .btn__cta {
        font-size: 15px;
        padding: 12px 24px;
    }
    .lga__meta {
        padding: 30px;
    }
    .lga__top {
        top: 25px;
        left: 30px;
        right: 30px;
    }
    .wfvi__postone,
    .wfga__postone {
        padding: 40px 0 1px;
    }
    .lvi__inner {
        margin: 0 20px 30px;
    }
    .lvi__iframe iframe,
    .sixvid_iframe iframe {
        height: 235px;
    }
    .sixho_con {
        padding: 120px 0;
    }
    .sixho_head {
        font-size: 46px;
        letter-spacing: -2px;
    }
    .sixho_con:after {
        top: -90px;
        bottom: 90px;
        left: -70px;
        right: -200px;
        clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
        opacity: 0.85;
    }
    .sixho_con:before {
        content: '';
        position: absolute;
        top: calc( 100% - 90px);
        left: -300px;
        right: 30px;
        bottom: calc( -100% + 90px);
        clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
        opacity: 0.85;
    }
    .sixserv_headhero {
        font-size: 32px;
        margin: 0 0 20px;
    }
    .sixserv_subhero {
        max-width: 500px;
        font-size: 16px;
    }
    .sixpost_headhero,
    .sixga_headhero {
        font-size: 32px;
        margin: 0 auto 40px;
    }
    .sixserv_about {
        padding: 60px 0 20px;
    }
    .sixpost_post {
        padding: 60px 0 30px;
    }
    .sixpri_price {
        padding: 50px 20px;
    }
    .sixev_event {
        padding: 50px 0;
    }
    .sixev_evhead,
    .sixcta_ctahead,
    .sixvid_head,
    .sixte_head,
	.axis_evhead {
        font-size: 32px;
    }
    .sixco_over {
        padding: 80px 0 20px;
    }
    .sixco_outer {
        padding: 60px 0 0;
    }
    .sixco_head {
        font-size: 32px;
        padding: 10px 0 40px;
    }
    .sixco_number {
        font-size: 60px;
        height: 75px;
    }
    .sixho_btn.g__flex {
        display: block;
    }
    .sixho_btn a {
        margin: 0 10px 10px 0;
        float: left;
    }
    .sixpa_partner {
        padding: 15px 0;
    }
    .neo-marquee-slide {
        width: 140px;
    }
    .sixtm_team {
        padding: 50px 0;
    }
    .sixtm_team .splide {
        width: 180%;
    }
	.one_accord .neoaccord-header {
		font-size: 20px;
		padding: 12px 0;
	}
	.one_accord .neoaccord-body.active {
		padding: 0 0 20px;
	}
	.box_number {
		font-size: 42px;
	}
	.after_counter {
		font-size: 15px;
	}
	
	.axisac_image {
  height: 400px;
}
	.axis_accord {
  padding: 60px 0 40px;
}
	.axisac_head {
  font-size: 32px;
  margin: 0 0 20px;
}
.axis_accord .axisaccord-item {
  transition: all 0.3s ease;
  margin: 0 0 10px;
  padding: 30px 30px 15px;
}
.axis_accord .axisaccord-header {
  padding: 0 40px 15px 0;
}
.axis_accord .active .axisaccord-body {
  padding: 0 0 15px;
}
.axis_accord .axisaccord-icon {
  right: -16px;
}
.sixac_accord {
  padding: 50px 0;
}
.sixca_head {
  font-size: 32px;
  margin: 0 20px 20px;
}
.sixca_prefix {
  font-size: 18px;
  margin: 20px 20px 10px;
}


.axis_event2 {
	padding: 50px 0;
}
.axis_evhead {
  font-size: 32px;
  margin: 0 0 20px;
}
.axisev_block:after {
   font-size: 123px;
    top: -34px;
    right: -53px;
    text-shadow: 15px 15px 1px rgba(0,0,0,0.1);
    transform: rotate(15deg);
  }
  .tablinks {
  padding: 15px;
  margin: 0 10px 20px 0;
  }
  .tablinks .eday {
  font-size: 32px;
  }
  .tablinks .emonth {
  font-size: 14px;
  }
  .tabcontent {
  padding: 30px;
  }
  .listnext__event {
  padding: 0;
}
.event__timer {
  font-size: 16px;
}
.title__event {
  font-size: 18px;
  margin-bottom: 20px;
}
.title__event:before {
  left: -33px;
  top: 10px;
  bottom: 10px;
}
.loc__event {
  font-size: 15px;
  padding: 15px;
}
.axis_count {
  padding: 40px 0;
}
.axis_count .counter_inner {
  padding: 0;
}
.axisco_num {
  font-size: 50px;
}
.axisco_boxafter {
  margin: 6px 0 0;
}
.axiscta_cta,
.axis_post {
  padding: 50px 0;
}
.axiscta_head {
  font-size: 32px;
}
.axiscta_cta:before {
  left: 25%;
  right: -20%;
  clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
}
.axishero_prefix {
  font-size: 14px;
  margin: 0 0 20px;
}
.axishero_head {
    font-size: 46px;
  }
  .axishero_btn {
  padding: 30px 0 0;
}
.axishero_btn a {
  padding: 10px 25px;
  margin: 0 15px 0 0;
  font-size: 16px;
}
.axis_tess {
  padding: 40px 0 10px;
}
.axistes_image {
	padding: 12px;
    margin: 0 0 80px;
	border-radius: 32px;
  }
  .axistes_image i {
	  top: calc( 100% - 55px );
    right: calc( 50% - 55px );
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 50px;
  }
  .two_price {
  grid-template-columns: repeat(1, 1fr);
}

.two_price_loop {
  padding: 45px;
}
.two_price_title {
  font-size: 16px;
}
.two_price_nom {
  font-size: 45px;
}
.two_price_nom:before {
  left: -49px;
}
.two_price_detail {
	font-size: 15px;
}
.two_price_list li {
	font-size: 15px;
}
.two_price_list i {
  top: 9px;
}
.news_block1 {
  padding: 0 0 15px;
}
.b1_flex,
.b1_loop {
	height: 380px;
}
 .b1_title {
    padding: 220px 20px 40px 20px;
  }
  .b1_title a {
    font-size: 28px;
  }
  .b1_label {
  line-height: 24px;
  margin: 0 0 10px;
  font-size: 13px;
}
.b1_label span {
  height: 24px;
  padding: 0 5px;
  font-size: 12px;
  margin: 0 12px 0 10px;
}
.wb1_side {
    grid-gap: 0;
}

.b1_carousel {
	width: auto;
	margin: 0 -20px 20px;
}
.b1_title a:before {
	left: -21px;
}
.b1_barloop {
  align-items: flex-start;
}
.news_wrapper  .g__responsive {
	margin: 0;
}
}

@media screen and (max-width: 420px) {
    .csrone__loopimage {
        width: 100px;
        margin: 0 0 0 25px;
    }
    .csrone__title {
        font-size: 17px;
    }
    .lvi__iframe iframe,
    .sixvid_iframe iframe {
        height: 205px;
    }
		.axisac_image {
  height: 300px;
}
.axis_accord .axisaccord-header {
  font-size: 16px;
}
.b1_barmeta {
  width: calc( 100% - 130px);
}
.b1_bartitle {
  font-size: 15px;
}
.b1_barimage {
  width: 100px;
  height: 80px;
}
}

@media screen and (max-width: 375px) {
    .wfh__headheroone {
        padding: 30px 0 10px;
    }

    .wfh__cheroone {
        margin: 0 0 20px;
    }

    .wfh__headhero {
        font-size: 30px;
    }

    .wfh__subhero {
        font-size: 14px;
    }

    .b__hero.b1__hero,
    .b__hero.b2__hero {
        padding: 10px 0 5px;
    }

    .b__hero a {
        font-size: 14px;
        padding: 10px 20px;
    }

    .wfop__partnerone {
        padding: 25px 0;
    }

    .wfs__aboutone {
        padding: 30px 0 10px;
    }

    .wfs__headhero,
    .wfr__headhero,
    .wfa__headhero {
        font-size: 22px;
    }

    .wfs__subhero,
    .wfr__subhero,
    .wfa__subhero {
        font-size: 13px;
        margin: 0 auto 20px;
    }

    .wfs__ovhead {
        font-size: 22px;
    }

    .wfs__ovexp {
        font-size: 13px;
    }

    .wfs__more {
        bottom: 25px;
        font-size: 14px;
    }

    .wfp__title {
        font-size: 20px;
    }

    .wfp__price {
        font-size: 42px;
    }

    .wfp__circle {
        top: 15px;
    }

    .wfp__list li {
        padding: 10px 0 10px 24px;
        font-size: 14px;
    }

    .wfp__list li:before {
        top: calc( 50% - 4px);
        width: 8px;
        height: 8px;
    }

    .wfp__order a {
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 14px;
    }

    .wfp__inner {
        margin: 30px 10px 10px;
        padding: 30px 0;
    }

    .wfp__pop.wfp__inner {
        margin: 0 10px 10px;
        padding: 60px 0 30px;
    }

    .wft__eventone {
        padding: 30px 0 10px;
    }

    .wft__evhead {
        font-size: 22px;
        padding: 0 0 18px;
        margin: 0 0 15px;
    }

    .wft__button a {
        font-size: 13px;
        height: 36px;
        line-height: 36px;
        padding: 0 20px;
    }

    .wfr__tessone {
        padding: 25px 0 1px;
    }

    .wfr__loop {
        margin: 0 0 20px;
        padding: 25px;
    }

    .wfr__title {
        font-size: 16px;
    }

    .wfr__prof {
        font-size: 12px;
        margin: 0 0 12px;
    }

    .wfr__content {
        margin: 0 0 20px;
        font-size: 14px;
    }

    .wfr__img {
        width: 50px;
        height: 50px;
        border-radius: 50px;
    }

    .wfr__star {
        font-size: 16px;
        bottom: 45px;
        right: 25px;
    }

    .wft__teamone {
        padding: 25px 0;
    }

	 .two_wrapper {
    padding: 102px 0 0;
  }
	 .two_header {
    height: 102px;
  }
  .scroll_down .two_header {
  top: -32px;
}
.two_head_top {
  font-size: 12px;
}

.two_head_top_in {
  height: 32px;
}
.two_head_touch {
  padding: 0 12px;
  line-height: 32px;
}
.log__add {
  float: left;
  margin: 0 20px 0 0;
}
.two_head_touch .log__add:nth-child(1) {
  margin: 0 12px 0 0;
}
.two_head_sos {
  padding: 0 12px;
  height: 32px;
}
.two_head_sos a {
    width: 24px;
    font-size: 13px;
  line-height: 32px;
  }
.two_head_icon {
  line-height: 70px;
  width: 40px;
  font-size: 15px;
}
.two_logo {
    min-height: 20px;
    max-height: 36px;
    padding: 17px;
  }
.two_logo img {
    max-height: 36px;
  }
  
  .axishero_prefix {
    font-size: 12px;
    margin: 0 0 15px;
  }
   .axishero_head {
    font-size: 42px;
  }
  .axishero_btn {
    padding: 25px 0 0;
  }
   .axishero_btn a {
    padding: 8px 20px;
    margin: 0 12px 0 0;
    font-size: 14px;
  }
  
  .g__responsive {
    margin: 0;
  }
  .sixpost_headhero, .sixga_headhero {
    font-size: 28px;
    margin: 0 auto 24px;
  }
  .axissrv_img {
  top: 30px;
  left: 30px;
}
.axissrv_meta {
  padding: 24px 30px;
}
.axissrv_exp {
  font-size: 14px;
}
.axissrv_btn {
  padding: 12px 0 0;
}
.axissrv_btn a {
  font-size: 14px;
}
 .axisco_num {
    font-size: 46px;
  }
  .axisco_after {
  font-size: 14px;
}
 .axisac_image {
    margin: 0 0 30px;
  }
  .axisac_head {
    font-size: 30px;
    margin: 0 0 16px;
  }
   .axis_accord .axisaccord-item {
    padding: 25px 25px 12px;
  }
  .axis_accord .axisaccord-body {
	  font-size: 14px;
  }
  .axis_accord .axisaccord-icon {
  font-size: 18px;
  top: -1px;
  }
  .sixpri_price {
    padding: 40px 10px;
  }
  .two_price_loop {
    padding: 35px;
  }
    .two_price_title {
    font-size: 15px;
  }
  .two_price_nom {
    font-size: 40px;
  }
  .axiscta_prefix {
  font-size: 16px;
}
.axiscta_head {
    font-size: 30px;
  }
  .axiscta_btn {
  padding: 12px 18px 12px 22px;
  
}
.six_post {
  grid-gap: 24px;
}
.axis_p_inner {
  padding: 16px 16px 24px;
}
.axis_p_img {
  margin: 0 0 24px;
}
.axis_p_publish {
  right: 16px;
  bottom: -13px;
  height: 26px;
  line-height: 26px;
  padding: 0 12px;
  font-size: 13px;
}
.axis_p_meta {
  margin: 0 12px 10px;
}
.axis_p_title {
  font-size: 18px;
  margin: 0 12px 12px;
}
.axis_p_exc {
  margin: 0 12px;
}
 .neo-marquee-slide {
    width: 120px;
  }
.sixpa_image {
  height: 50px;
}
.sixpa_image img {
  max-height: 35px;
}
.axistes_image {
  height: 420px;
}
.axistes_image i {
    top: calc( 100% - 48px );
    right: calc( 50% - 48px );
    width: 74px;
    height: 74px;
    line-height: 74px;
    font-size: 38px;
  }
   .sixev_evhead, .sixcta_ctahead, .sixvid_head, .sixte_head, .axis_evhead {
    font-size: 28px;
  }
   .axistes_con {
    margin: 0;
  }
  .sixte_loop {
  margin: 0 0 24px;
  padding: 24px;
}
.sixte_star {
  font-size: 18px;
  margin: 0 0 12px;
}
.axistes_exc {
  font-size: 15px;
  margin: 0 0 24px;
}
.sixte_bot img {
  margin-right: 16px;
  width: 50px;
}
.sixte_title {
  font-size: 15px;
}
.axis_evhead {
    font-size: 28px;
    margin: 0 0 16px;
  }
  .tablinks {
    padding: 12px;
    margin: 0 8px 16px 0;
  }
  .tablinks .eday {
    font-size: 28px;
  }
   .tablinks .emonth {
    font-size: 13px;
  }
   .tabcontent {
    padding: 24px;
  }
   .axis_event2 {
    padding: 40px 0;
  }
   .event__timer {
    font-size: 15px;
  }
  .loc__event {
    font-size: 14px;
    padding: 12px;
  }
  .left__event {
    margin: 0 0 24px;
  }
  .thekoor {
  font-size: 15px;
  }
   .axiscta_cta, .axis_post {
    padding: 40px 0;
  }
  .two_foot_inner {
    padding: 50px 24px 36px;
  }
  .two_foot_logo {
    left: 24px;
    width: 140px;
  }
  .to_foot_prefix {
  font-size: 18px;
  margin: 0 0 12px;
}
.two_foot_name {
  font-size: 28px;
}
.two_foot_data {
	font-size: 13px;
  margin: 0 0 20px;
}
.two_foot_touch {
    font-size: 14px;
    margin: 0 0 30px 0;
  }
  .two_foot_social a {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  width: 36px;
  margin: 0 6px 0 0;
}
}