.ast-container {
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 60px 0;
}
.hero-text .title,
.hero-text .hero-desc,
.filter-wrapper .filter-bahasa li > span,
.lang-item .title,
.lang-item .description,
.footer-placement .caption p,
.footer-placement .caption .btn-placement {
    font-family: "Gotham Rounded", Sans-serif;
}
.footer-placement .caption .title,
.footer-placement .caption .price {
    font-family: "Gotham", Sans-serif;
}
.mix {
    margin-bottom: 24px;
    position: relative;
}
.mix:before {
    content: "";
    display: block;
}
.mix {
    /*width: calc(100% / 2 - (((2 - 1) * 1rem) / 2));*/
    width: calc(100% / 3 - (((6 - 1) * 1rem) / 3));
}
.badge-default {
    background-color: #00acc4;
}
.badge-en {
    background-color: #00acc4;
}
.badge-jp {
    background-color: #ee5dbc;
}
.badge-ch {
    background-color: #f89b66;
}
.badge-ko {
    background-color: #8b216b;
}
.badge-id {
    background-color: #d0373d;
}
.badge-b2b {
    background-color: #0ebb90;
}
.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 60px 0;
}
.hero-text {
    width: 60%;
}
.hero-text .small-header-text {
    display: block;
    font-weight: 325;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}
.hero-text .title {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    margin-top: 0;
}
.hero-text .hero-desc {
    font-weight: 325;
    font-size: 21px;
    line-height: 28px;
}
.hero-text .title,
.hero-text .hero-desc {
    color: #fff;
}
section.languages {
    display: flex;
    margin-bottom: 0;
}
.filter-wrapper {
    margin-bottom: 20px;
}
.filter-wrapper .filter-bahasa {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin-left: 0;
    margin-bottom: 25px;
    padding: 25px 0;
}
.filter-wrapper .filter-bahasa li {
    margin-right: 30px;
}
.filter-wrapper .filter-bahasa li:last-child {
    margin-right: 0;
}
.filter-wrapper .filter-bahasa li > span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    cursor: pointer;
    transition: all ease-in-out 0.25s;
}
.filter-wrapper .filter-bahasa li > span.active {
    color: #0069b1;
}
.filterSwiper {
    padding: 40px 0;
}
.filterSwiper .swiper-slide {
    font-size: 12px;
    text-align: center;
}
.filterSwiper .swiper-button-next,
.filterSwiper .swiper-button-prev {
    position: absolute;
    top: 50px;
    transform: translate(0, 0);
    background-image: none;
}
.filterSwiper .swiper-button-next:after,
.filterSwiper .swiper-button-prev:after {
    font-family: "Font Awesome\ 5 Free";
    font-size: 14px;
    font-weight: 900;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #ae2e40;
    position: absolute;
    top: 0;
    background: linear-gradient(110.48deg, #ececec 0%, #f4f4f4 100%);
    box-shadow: 4px 4px 16px rgb(0 0 0 / 15%);
    border-radius: 30px;
}
.filterSwiper .swiper-button-prev:after {
    content: "\f060";
    top: 7px;
    left: -5px;
}
.filterSwiper .swiper-button-next:after {
    content: "\f061";
    top: 7px;
    right: -5px;
}
#langs {
    /*display: flex;*/
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    overflow: hidden;
    min-height: 100% !important;
}
#langs .loadmore {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}
#langs .lang-item {
    background: #f5f5f5;
    margin: 0 6px;
    vertical-align: top;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: none;
}
/*#langs .lang-item:nth-child(2n + 0) {
    margin-right: 0;
}*/
.lang-item .lang-img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}
.lang-item .lang-img img {
    min-height: 200px;
}
.lang-item .lang-content {
    display: block;
    position: relative;
    height: 350px;
    padding: 15px;
}
.lang-item .category,
.lang-item .tag {
    display: inline-block;
    position: relative;
    font-weight: 350;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    padding: 2px 8px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.lang-item .title,
.lang-item .description {
    display: block;
    margin-bottom: 20px;
}
.lang-item .title {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.1em;
    color: #0069B1;
}
.lang-item .description {
    font-weight: 325;
    font-size: 14px;
    line-height: 150%;
    color: #62616b;
}
.lang-item .btn-detail {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 15px 15px;
    padding: 14px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #333;
    background: linear-gradient(110.48deg, #ececec 0%, #f4f4f4 100%);
    border: 1px solid #fff;
    box-shadow: -12px -12px 24px rgba(255, 255, 255, 0.08), 12px 12px 24px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}
.loadmore {
    margin-top: 35px;
}
.loadmore a.jp-previous,
.loadmore a.jp-next {
    font-size: 0;
}
.loadmore a.jp-previous {
    margin-right: 20px;
}
.loadmore a.jp-next {
    margin-left: 20px;
}
.loadmore a.jp-previous:after,
.loadmore a.jp-next:after {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 18px;
}
.loadmore a.jp-previous:after {
    content: "\f053";
}
.loadmore a.jp-next:after {
    content: "\f054";
}
.loadmore a {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    background: #00acc4;
    color: #fff;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
}
.loadmore a:hover,
.loadmore a:focus {
    color: #fff;
}
.loadmore a.jp-disabled,
.loadmore a.jp-current {
    opacity: 0.4;
}
.footer-banner {
    background-color: #e5e5e5 !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    height: 100% !important;
}
.footer-placement .caption {
    display: block;
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translate(10%, -50%);
}
.footer-placement .caption .small-text {
    display: block;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}
.footer-placement .caption .title {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #fff;
}
.footer-placement .caption .price {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #f3ac49;
}
.footer-placement .caption .promo {
    display: block;
    font-weight: 350;
    font-size: 24px;
    line-height: 32px;
}
.footer-placement .caption .promo p {
    font-weight: 500;
    color: #f3ac49;
}
.footer-placement .caption p {
    font-weight: 325;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.footer-placement .caption .btn-placement {
    background: linear-gradient(110.48deg, #ececec 0%, #f4f4f4 100%);
    border: 1px solid #fff;
    box-shadow: 12px 12px 24px rgba(0, 50, 122, 0.6);
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    padding: 15px 20px;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    section.languages {
        display: block;
    }
    .filter-wrapper {
        margin-bottom: 0;
    }
    .filterSwiper {
        padding: 30px 0 70px;
    }
    .filterSwiper .swiper-button-next,
    .filterSwiper .swiper-button-prev {
        transform: translate(-50%, 0);
        left: 50%;
        height: 0;
    }
    .filterSwiper .swiper-button-next:after {
        top: 30px;
        right: -25px;
    }
    .filterSwiper .swiper-button-prev:after {
        top: 30px;
        left: -25px;
    }
    .filterSwiper .swiper-slide.active {
        color: #0069b1;
    }
    .small-hero {
        height: 490px !important;
    }
    .hero-text {
        width: 100%;
    }
    .hero-text .small-header-text {
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .hero-text .title {
        font-size: 28px;
        line-height: 130%;
    }
    .hero-text .hero-desc {
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        color: #cce1ef;
    }
    #langs .lang-item {
        position: relative;
        overflow: hidden;
        margin-bottom: 25px;
        width: 100%;
        height: 100%;
    }
    .lang-item .lang-img {
        position: relative;
        top: 0;
        height: 100%;
    }
    .lang-item .lang-img img {
        object-fit: cover;
        height: 100%;
        min-height: auto;
    }
    .lang-item .lang-content {
        padding: 10px 15px;
        height: 100%;
    }
    .lang-item .category,
    .lang-item .tag {
        font-size: 10.5px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .lang-item .title {
        font-size: 15px;
        line-height: 20px;
    }
    .lang-item .description {
        font-size: 12px;
        line-height: 16px;
    }
    .lang-item .btn-detail {
        position: relative;
        margin: 0;
    }
    .loadmore {
        display: inline-block;
        width: 100%;
        margin-top: 0;
    }
    .loadmore a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .loadmore a.jp-previous {
        margin-right: 8px;
    }
    .loadmore a.jp-next {
        margin-left: 8px;
    }
    .loadmore a,
    .loadmore a.jp-previous:after,
    .loadmore a.jp-next:after {
        font-size: 12px;
    }
    .lang-item .btn-detail {
        font-size: 14px;
        line-height: 20px;
    }
    .footer-placement img {
        width: 100%;
    }
    .footer-placement .caption {
        width: 85%;
        transform: translate(5%, -80%);
    }
    .footer-placement .caption .title {
        font-size: 21px;
        line-height: 32px;
    }
    .footer-placement .caption .price {
        font-size: 34px;
        line-height: 41px;
    }
    .footer-placement .caption .promo p {
        font-size: 18px;
        line-height: 22px;
    }
    .footer-placement .caption p {
        font-size: 12px;
        line-height: 16px;
    }
    .footer-placement .caption .btn-placement {
        width: 98%;
    }
}
