.language {
    width: 80px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 7px;
    line-height: 25px;
    margin-top: 5px;
    margin-left: 30px;
}

.language>a {
    color: #fff !important;
    font-size: 10px !important;
}

.lang-item {
    padding: 0px 5px;
}

.lang-item:hover {
    cursor: pointer;
    color: #f1d204 !important;
}
.lang-item.active {
    padding: 2px 5px;
    color: #000 !important;
    background: #FFFFFF;
    border-radius: 4px;
}

.lang-item.active:hover {
    cursor: default;
    color: #000 !important;
}


.carousel-wrap {
    width: 100%;
    margin: auto;
    position: relative;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    display: none;
}
.owl-carousel .item {
    text-align: center;
}
.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 160px !important;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    left: -33px;
}
.owl-carousel .next-slide {
    right: -33px;
}
.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}
.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

@media screen and (max-width: 500px) {
    .owl-carousel .prev-slide {
        left: -5px;
    }
    .owl-carousel .next-slide {
        right: -15px;
    }
}

span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
}
span.img-text:hover {
    color: #2caae1;
}

.quotes {
    text-align: left;
    font-style: italic;
    font-size: 17px;
}

.list-deskripsi>li {
    list-style-type: none;
}

.newLine1 {
    position: relative;
    width: 100%;
    height: 5px;
    margin-bottom: 10px;
}

.topLine1 {
    width: 50px;
    height: 10px;
    margin: auto;
}

.section-landingpage {
    margin-top: 20px;
    margin-bottom: 100px;
}

.content-header {
    margin-top: -50px;
}

.header-content {
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 400px
}

.slider-landingpage {
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover; 
    height: 800px;
}

.header-button-one {
    margin-top: 20px !important;
}

.made-in-indonesia {
    font-family: Baskerville;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    /* or 100% */
    text-align: center;
    letter-spacing: 13.7px;
    color: #ffffff;
}

.high-quality {
    font-family: Baskerville;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    /* or 64% */
    text-align: center;
    letter-spacing: 13.7px;
    color: #ffffff;
}

.lang-item-2 {
    display: inline !important;
    padding: 5px !important;
    border-bottom: 0px !important;
}
.lang-item-2.active {
    background-color: #f1d204;
    color: white;
    border-radius: 10px;
}

.active>a {
    color: #f1d204 !important;
}

.floating-menu {
    position: absolute;
    width: 95%;
    left: 10px;
    top: 100px;
    z-index: 9999;
}

.floating-menu>ul>li>a:hover {
    background-color: #000000;
    color: #fff !important;
}

.card-pagesproduct {
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    padding: 30px 20px;
    margin-bottom: 30px;
}

.image-new-product {
    width: 100%;
    height: 230px;
    border-radius: 21px;
    margin: 0px !important;
}

.next-link {
    font-family: Baskerville;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    text-align: right;
    letter-spacing: 0.2px;
    color: #6c7ebc;
    margin-top: 30px;
}

.row-pages {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pagination-text {
    font-family: Baskerville;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: right;
    color: #9d9898;
    margin-right: 20px;
}

.pagination-text-box {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Baskerville;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    padding: 7px;
    text-align: center;
    color: #9d9898;
}

.search-input {
    width: 226px;
    height: 38px;
    border: 1.5px solid #dbdbdb;
    box-sizing: border-box;
    border-radius: 31px;
    padding: 8px;
    display: flex;
    align-items: center;
    float: right;
}

.line-pages {
    width: 100%;
    height: 1px;
    background: #c4c4c4;
    margin: 30px 0px;
}

.search-input2 {
    background-color: transparent !important;
    border: 0px solid !important;
}

@media screen and (max-width: 500px) {
    .card-pagesproduct {
        margin-left: 30px;
        margin-right: 30px;
    }

    .contact-footer {
        font-size: 30px !important;
    }
    .high-quality {
        font-family: Baskerville;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        /* or 64% */
        text-align: center;
        letter-spacing: 10px !important;
        color: #ffffff;
    }

    .header-button-one {
        margin-top: 5px !important;
    }

    #header .bottom-header .header-button-one {
        width: auto;
        height: 40px;
        line-height: 37px;
        background: rgba(255, 255, 255, 0.349);
        margin: 0 15px;
        padding: 0 70px;
        display: inline-block;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        font-family: Baskerville;
        min-width: 202px
    }

    .section-landingpage {
        margin-top: 20px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .image-pagesproduct {
        width: 350px !important;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 760px) {
    .image-pagesproduct {
        text-align: center !important;
        width: 100% !important;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 520px) {
    .content-header {
        margin-top: 35px;
    }

    .title-header {
        font-size: 25px !important;
    }

    .header-content {
        height: 300px
    }

    .landing-header {
        margin-top: 50px;
    }

    .slider-landingpage {
        height: 500px;
    }

    .image-pagesproduct {
        margin-bottom: 20px !important;
    }
}

#header
    .top-header
    .header-navigation
    ul
    li.menu-item-has-children
    .sub-menu
    .sub-menu {
    width: 250px;
    padding-top: 0;
    top: 0;
    left: 250px;
}

#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu {
    display: block;
    visibility: hidden;
}

.woocommerce h1.page-title,
.woocommerce div.product .product_title,
.woocommerce #reviews #comments h2,
.woocommerce .woocommerce-tabs.wc-tabs-wrapper h2,
.woocommerce .related.products h2,
.woocommerce #reviews h3 {
    width: 100%;
    margin-top: 0;
    line-height: 1.4;
    font-size: 25px;
    color: #333;
    transition: all 0.3s;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce div.product form.cart .button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background-color: #f1d204;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.woocommerce #respond input#submit,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order:hover {
    background: rgba(241, 210, 4, 0.9);
    color: #ffffff;
}

.woocommerce ul.products li.product h3 {
    color: #000000;
}

.woocommerce .star-rating:before,
.woocommerce .star-rating span:before,
.woocommerce p.stars a:before {
    color: #000000;
}

.woocommerce .quantity .qty {
    height: 34px;
}

.woocommerce div.product .woocommerce-product-rating a {
    color: #000000;
}

.woocommerce div.product div.summary .product_meta .posted_in a {
    color: #000000;
}

.woocommerce a.added_to_cart {
    color: #000000;
}

.woocommerce .woocommerce-info {
    border-top-color: #000000;
}

.woocommerce .woocommerce-info:before {
    color: #000000;
}

#add_payment_method #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
    cursor: pointer;
}

#add_payment_method #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods li:before {
    display: inline;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0;
}

#add_payment_method #payment ul.payment_methods li p,
.woocommerce-checkout #payment ul.payment_methods li p {
    margin: 0;
}

.woocommerce input[type="text"],
.woocommerce input[type="tel"],
.woocommerce input[type="email"] {
    height: 31px;
}

.woocommerce input,
.woocommerce textarea {
    border: 1px solid #cccccc;
}

@media only screen and (max-width: 560px) {
    #contact-us .section-content .contact-us-box .box-left {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        border-right: none;
    }

    #contact-us .section-content .contact-us-box .box-right {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
    }
}

@media only screen and (max-width: 320px) {
    #header .bottom-header .header-button-one {
        width: 100%;
        margin: 5px 0;
        padding: 0;
    }

    #header .bottom-header .header-button-two {
        width: 100%;
        margin: 10px 0;
        padding: 0;
    }
}

.mid-content {
    font-size: 50px !important;
    letter-spacing: 5px;
}

.text-title {
    font-family: Baskerville;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 18px;
    /* identical to box height, or 82% */
    text-align: center;
    letter-spacing: 0.2px;
    color: #000000;
    margin-bottom: 20px;
}

.coming-soon {
    background-color: #F0F0F0;
}

.text-muted {
    text-align: left !important;
    color: rgba(0, 0, 0, 0.5) !important;
}

.img-muted {
    opacity: 0.5;
}

.description {
    font-family: Baskerville;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    /* or 175% */
    text-align: left;
    letter-spacing: 0.2px;
    color: #000000;
}

.document-page-section {
    width: 100%;
    background: #efefef;
    padding: 100px;
}

.document-image {
    width: 295px !important;
    height: 354px;
    border-radius: 15px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 7px;
    margin: auto;
}

.card {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    height: 400px;
}

.pt-2 {
    padding-top: 20px;
}

.card-text {
    font-family: Baskerville;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #000000;
    line-height: 19px;
}

.card-img-top {
    width: 100%;
    max-height: 260px;
}

.container-product {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-product {
    width: 460px;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin: 0px 60px;
}

.image-product {
    width: 425px;
    height: 206px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.title-active-product {
    font-family: Baskerville;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #000000;
}

.description-active-product {
    font-family: Baskerville;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #000000;
    line-height: 19px;
}

.title-inactive-product {
    font-family: Baskerville;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0px;
}

.description-inactive-product {
    font-family: Baskerville;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.5);
}

.description-consultant {
    font-family: Baskerville;
    font-style: normal;
    font-size: 32px;
    color: #ffffff;
}

.text-mid-left {
    text-align: left;
}

.text-mid-right {
    text-align: right;
}

.logo-footer {
    width: 216px;
    height: 116px;
}

.company-name {
    font-family: Baskerville;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    /* identical to box height, or 188% */
    text-align: left;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 30px;
}

.address {
    width: 277px;
    font-family: Baskerville;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    color: #000000;
}

.title-footer {
    font-family: Baskerville;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 137% */
    text-align: right;
    letter-spacing: 0.3px;
    color: #000000;
}

.title-description {
    font-family: Baskerville;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    /* identical to box height, or 169% */
    text-align: right;
    letter-spacing: 0.3px;
    color: #000000;
}

.title-description>a {
    color: #000000;
}

.title-description>a:hover {
    color: grey;
}

.text-reserved {
    font-family: Baskerville;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    /* identical to box height, or 188% */
    align-items: center;
    text-align: right;
    letter-spacing: 2px;
    color: #000000;
    margin-top: 120px;
}

.header-background {
    height: 344px !important;
}

.title-header {
    font-family: Baskerville;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    line-height: 40px;
}

.image-profile {
    width: 100%;
}

.title-profile {
    font-family: Baskerville;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    letter-spacing: 0.2px;
    color: #000000;
}

.image-pagesproduct {
    width: 100%;
    max-width: 550px;
    height: auto;
    margin-bottom: 30px;
}

.description-product {
    font-family: Baskerville;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    /* or 175% */
    text-align: center;
    letter-spacing: 0.2px;
    color: #000000;
}

.title-contact {
    font-family: Baskerville;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #000000;
}

.description-contact {
    font-family: Baskerville;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #000000;
    margin-bottom: 50px;
}

.address-contact {
    margin: auto;
    font-family: Baskerville;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    text-align: center;
    color: #000000;
}

.logo-landingpages {
    width: 115px !important;
    height: 29px;
    margin: auto;
    margin-bottom: 20px;
}

.organisasi {
    text-align: left;
    margin-top: 30px;
}

@media only screen and (max-width: 600px) {
    .description-profile {
        padding-left: 20px !important;
    }

    #services {
        width: 100%;
        padding: 50px 0 40px;
        text-align: center
    }
    .document-page-section {
        padding: 50px 0px;
    }
    .document-image {
        width: 250px;
        margin: 10px auto;
    }
    .card-product {
        margin: 10px auto;
        width: 325px;
    }
    .image-product {
        width: 100%;
    }
    .description-consultant {
        margin-top: 30px;
        font-size: 22px;
    }
    #contact-us {
        width: 100%;
        background-color: #fff;
        padding: 0px !important;
        text-align: center
    }
    #latest-news {
        width: 100%;
        background-color: #383838;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 0px !important;
    }
    .text-mid-left {
        text-align: center;
    }
    .text-mid-right {
        text-align: center;
        margin-top: 30px;
    }
    .title-footer {
        text-align: left;
    }
    .title-description {
        text-align: left;
    }
    .text-reserved {
        font-size: 8px;
        margin-top: 10px;
        text-align: left;
    }
    .organisasi {
        margin-top: 10px;
    }
    .description-profile {
        padding: 15px;
        margin-top: 15px;
    }
    .description-product {
        text-align: left;
    }

    .mid-content {
        font-size: 20px !important;
        letter-spacing: 5px;
    }
}
