/*#region COMMON */
/* *{font-family:'CentSchbkCyrill BT';font-size: 20px;} */
*{font-family: "Helvetica";font-size: 18px;}
html, body {
    padding: 0;
    margin: 0;
    background-color: #ccc;
    color:#0E2565;
}
h1 {
    font-weight: 600;
    font-style: normal;
    line-height: 1.1em;
}
h1, h1 * {font-size: 1.8rem;font-weight: bold;}
h2, h2 * {font-size: 1.5rem;font-weight: bold;}
h3, h3 * {font-size: 1.2rem;font-weight: bold;}
p {font-weight: normal;font-size: 1em;}
form select {
    appearance: none;
    background-image: url(libs/svg/arrow-down-gray.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 12px;
    padding-right: 30px !important;
}
form input[type="file"]::file-selector-button {
    margin-right: 15px;
    background: #0e2565;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
}
button:hover, .btn:hover, a:hover {
    filter: brightness(1.5);
    cursor: pointer;
}
.wp-site-blocks {
    max-width: 1920px;
    margin: auto;
    box-shadow: 0 0 50px -4px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    min-height: 100vh;
}
.ip-container {
    padding: 30px 80px;
}
.ip-container h2.wp-block-post-title {
    font-size: 1.8em;
    margin-bottom: 5px;
}
.ip-container .wp-block-post-date>time {
    font-size: 0.8em !important;
}
.ip-container .wp-block-post-date {
    margin-bottom: 30px;
}
.page .wp-site-blocks>main.wp-block-group {
    background: #fff;
}
figure.wp-block-post-featured-image {
    max-height: 620px;
    overflow: hidden;
    margin: 0;
}
figure.wp-block-post-featured-image>img {
    height: 620px;
    object-fit: cover;
    aspect-ratio: unset;
    object-position: center;
}
main.wp-block-group .entry-content.wp-block-post-content {
    /*padding: 30px 150px 30px 60px;*/
}
.ip-dummy>img {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
}
.ip-404-block {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.ip-404-block>div {
    background: #f0f0f0;
    padding: 30px 60px;
    margin: 60px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    border: 2px solid #fff;
}
/*#endregion COMMON */

/*#region MAIN-MENU */
.wp-block-group.wpx-header-main figure.wp-block-image {
    margin: 0;
}
header.wp-block-template-part {
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
    /* position: relative; */
    position: sticky;
    top: 0;
}
.wpx-header-main .wp-block-columns {
    margin-bottom: 0;
}
.wp-block-group.wpx-header-main {
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 30px -6px rgba(0, 0, 0, 0.3);
    height: 110px;
    padding: 22px 80px;
    transition: all 0.3s ease;
}
.wp-block-group.wpx-header-main:hover, body.menuShade .wp-block-group.wpx-header-main{
    background: rgba(255, 255, 255, 0.95);
}
ul.wp-block-navigation {
    font-size: 1em;
    align-items: center;
    display: flex;
    padding-left: 50px !important;
}
ul.wp-block-navigation li ul {
    padding:10px 5px 15px !important;
}
ul.wp-block-navigation li ul li>a {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    gap: 5px;
    line-height: 1.1em;
    position: relative;
}
ul.wp-block-navigation>li a {
    text-transform: uppercase;
}
ul.wp-block-navigation li ul li>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    border-top: 1px solid #0E2565;
    right: 5px;
    left: 5px;
}
ul.wp-block-navigation li ul li:last-child>a::after {display: none;}
.wp-header-main figure.wp-block-image {
    margin: 0;
}
ul.wp-block-navigation>li {
    flex-grow: 1;
    justify-content: center;
}

nav.wp-block-navigation {
    padding-left: 40px;
    padding-right: 100px;
}
ul.wp-block-navigation li ul li>a>span {
    font-size: 0.8em;
    white-space: nowrap;
}
.wp-block-navigation .wp-block-navigation-item>a {
    position: relative;
}
.wp-block-navigation >.wp-block-navigation-item>a::after {
    content: '';
    display: block;
    width: 0;
    border-top: 10px solid transparent;
    position: absolute;
    bottom: -43px;
    margin-left: 50%;
    transition:all 0.1s linear;
}
.wp-block-navigation >.wp-block-navigation-item>a:hover::after {
    border-top: 10px solid #0e2565;
    width: calc(100% + 30px);
    margin-left: -10px;
}
/*#endregion MAIN-MENU */

/*#region MAIN-SLIDESHOW */
.owl-carousel.ip-slideshow-header {
    height: 550px;
}
body.home .owl-carousel.ip-slideshow-header {
    height: 80vh;
    margin-top: -110px;
}
.owl-carousel.ip-slideshow-header .owl-stage-outer, 
.owl-carousel.ip-slideshow-header .owl-stage-outer>.owl-stage, 
.owl-carousel.ip-slideshow-header .owl-stage-outer>.owl-stage>.owl-item {
    height: 100%;
    position: relative;
}
.owl-carousel.ip-slideshow-header .owl-stage-outer>.owl-stage>.owl-item>.item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
}
.owl-carousel.ip-slideshow-header .owl-stage-outer>.owl-stage>.owl-item>.item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10em;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.owl-carousel.ip-slideshow-header .owl-stage-outer>.owl-stage>.owl-item>.item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 120px 0;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.owl-carousel.ip-slideshow-header .owl-stage-outer>.owl-stage>.owl-item>.item h1 {
    margin: 0;
}
.owl-carousel.ip-slideshow-header .owl-stage-outer>.owl-stage>.owl-item>.item h1::after {
    content: '';
    display: block;
    width: 100px;
    border-top: 1px solid #ccc;
    margin-top: 20px;
}
.owl-carousel.ip-slideshow-header .owl-stage-outer>.owl-stage>.owl-item>.item p {
    max-width: 720px;
    text-align: justify;
}
.owl-carousel.ip-slideshow-header .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 15px;
}
/*#endregion MAIN-SLIDESHOW */

/*#region PORTOFOLIO */
.owl-carousel.ip-slideshow-portofolio .item {
    min-height: 100px;
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: center;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0 5px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.owl-carousel.ip-slideshow-portofolio .item>img {
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    object-fit: contain;
    object-position: center;
    transition: all 0.2s linear;
    position: absolute;
    left: 10px;
    top: 10px;
}
.owl-carousel.ip-slideshow-portofolio .item:hover>img {
    width:100%;
    left:0px;
    top:0px;
    height:100%;
}
.wp-block-lazyblock-portofolio-list>.ip-portofolio-block {
    display: flex;
    gap: 50px;
}
.wp-block-lazyblock-portofolio-list {
    background: #fff;
    padding: 45px 40px 45px 55px;
}
.portofolio-list-by-type {
    width: calc(100% - 385px);
    padding: 0 60px;
}
.portofolio-list-by-type>div {
    display: none;
}
.portofolio-list-by-type>div.active {
    display: block;
}
.wp-block-lazyblock-portofolio-list>.ip-portofolio-block>.buttons {
    width: 175px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}
.portofolio-list-by-type .owl-nav,
.with-nav .owl-nav {
    margin: 0;
}
.portofolio-list-by-type .owl-nav>.owl-prev,
.with-nav .owl-nav>.owl-prev {
    position: absolute;
    left: -60px;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid #666 !important;
    margin: -22px 0 0;
    border-radius: 50%;
}
.portofolio-list-by-type .owl-nav>.owl-next,
.with-nav .owl-nav>.owl-next  {
    position: absolute;
    right: -50px;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid #666 !important;
    margin: -22px 0 0;
    border-radius: 50%;
}
.portofolio-list-by-type .owl-dots,
.with-nav .owl-dots {
    display: none;
}
.portofolio-list-by-type .owl-nav>.owl-prev>span,
.portofolio-list-by-type .owl-nav>.owl-next>span,
.with-nav .owl-nav>.owl-prev>span,
.with-nav .owl-nav>.owl-next>span{
    font-size: 32px;
    line-height: 20px;
}
.buttons> .btn.active {
    background: #0E2565;
    color: #fff;
    height: 38px;
    padding: 0 30px;
    border-radius: 50px;
    border: 0;
    width: 175px;
    font-size: 1em;
}
.buttons> .btn {
    border: 2px solid #0E2565;
    height: 38px;
    padding: 0;
    background: #fff;
    border-radius: 50px;
    width: 175px;
    font-size: 1em;
}
.owl-carousel.ip-slideshow-portofolio {
    padding: 50px 130px;
    box-sizing: border-box;
    position: relative;
}

.owl-carousel.ip-slideshow-portofolio .owl-nav>.owl-prev, .owl-carousel.ip-slideshow-portofolio .owl-nav>.owl-next {
    position: absolute;
    left: 60px;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1em;
    margin-top: -25px;
}
.owl-carousel.ip-slideshow-portofolio .owl-nav button>span {
    font-size: 2em;
    font-weight: normal;
    position: absolute;
    margin-top: -5px;
}

.owl-carousel.ip-slideshow-portofolio .owl-dots {
    display: none;
}

.owl-carousel.ip-slideshow-portofolio .owl-nav>.owl-next {
    left: auto;
    right: 60px;
}
/*#endregion PORTOFOLIO */

/*#region INFORMATION */
.wp-block-lazyblock-information-block {
    padding: 0px 95px 0px 0;
    background: #fff;
}
.wp-block-lazyblock-information-block .ip-information-block-content {
    display: flex;
    gap: 50px;
    font-size: 1.4em;
    color: #0E2565;
}
.ip-information-block-content>img {
    flex-grow: 3;
    flex-basis: 0;
}
.ip-information-block-content>.content {
    flex-basis: 0;
    flex-grow: 2;
    display: flex;
    align-items: flex-start;
    font-size: 1em;
    color: #0E2565;
    flex-direction: column;
    justify-content: center;
}
.ip-information-block-content>.content::before {
    content: '';
    display: block;
    width: 40%;
    border-top: 3px solid #0E2565;
}
button.btn.btn-primary {
    background: #fff;
    border: 4px solid #0E2565;
    color: #0E2565;
    font-weight: bold;
    padding: 8px 30px;
    min-width: 150px;
    min-height: 45px;
    font-size: 0.8rem;
}
.ip-information-block-content>.content>.info-content {
    margin: 45px 0 45px;
}
/*#endregion INFORMATION */

/*#region EMBED */
figure.wp-block-embed {
    padding: 90px 90px 0;
    background: #fff;
    max-width: 1024px;
    margin: auto;
}
.wp-block-embed iframe {
    height: 90vh !important;
    position: relative !important;
}
figure.wp-block-embed>.wp-block-embed__wrapper, figure.wp-block-embed>.wp-block-embed__wrapper::before {
    padding-top: 1em !important;
}
/*#endregion EMBED */

/*#region POST LIST */
.ip-posts-title h1 {
    font-size: 1.8em;
}
.wp-block-lazyblock-post-list {
    background: rgb(225,231,233);
    background: linear-gradient(0deg, rgba(225,231,233,1) 0%, rgba(255,255,255,1) 100%);
    padding: 90px;
    position: relative;
}
.ip-posts-block-bg {
    background-image: url(libs/img/bg-02.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
} 
.ip-posts-block {
    display: flex;
    gap: 60px;
}
.ip-posts-block .ip-post-list {
    display: flex;
    gap: 40px;
}
.ip-posts-block .ip-post-list img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.ip-posts-block .ip-posts-title h1 {
    margin: 0;
    border-bottom: 2px solid #0E2565;
    padding-bottom: 30px;
}
.ip-posts-block .ip-posts-title h1 {
    margin: 0;
    border-bottom: 2px solid #0E2565;
    padding-bottom: 30px;
    font-weight: bold;
}
.ip-post-block-content .content .title {
    font-weight: bold;
    font-size: 1.3em;
    margin-top: 10px;
    line-height: 1em;
}
.ip-post-block-content .content .meta {
    margin-bottom: 25px;
    margin-top: 10px;
    font-size: 0.7em;
}
.ip-post-block-content .content .description {
    height: 225px;
    overflow: hidden;
    font-size: 1em;
    margin-bottom: 30px;
}
.ip-post-block-content-item {
    flex-grow: 1;
}
.ip-post-block-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
/*#endregion POST LIST */

/*#region CAREER */
.wp-block-lazyblock-career-list {
    padding: 160px 90px;
    background: url(libs/img/bg-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ip-careers-block {
    display: flex;
    gap: 30px;
}
.ip-careers-block>.career-title {
    min-width: 370px;
    flex-basis: 0;
}
.ip-careers-block {
    display: flex;
    gap: 30px;
    overflow: hidden;
}
.ip-careers-block>.career-title {
    /* min-width: 560px; */
    flex-basis: 0;
    flex-grow:7;
}
.ip-careers-block>.ip-slideshow-careers{
    flex-grow: 13;
    flex-basis: 0;
    padding: 0 50px 0 60px;
    overflow: hidden;
}
.ip-careers-block>.career-title>h2 {
    margin: 0;
    font-size: 1.5em;
}
.ip-careers-block>.career-title>h2::after {
    content: '';
    display: block;
    width: 300px;
    border-top: 2px solid #0e2565;
    margin: 30px 0;
}
.ip-careers-block>.career-title>.desc {
    font-size: 1em;
}
.ip-career-block-content {
    background: #0E2565;
    color: #fff;
    box-sizing: border-box;
    padding: 50px;
    border-radius: 0 0 45px 45px;
}
.ip-career-block {
    margin: 0 10px;
}
.ip-career-block-content {
    background: #0E2565;
    color: #fff;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 0 0 30px 30px;
}
.ip-career-block-content .title {
    font-size: 1.1em;
    margin-bottom: 30px;
    font-weight: bold;
}
.ip-career-block-content .meta,.ip-career-block-content .meta *, .ip-career-block-content .desc {
    font-size: 0.7rem;
    margin-bottom: 30px;
}
.ip-career-block-content .meta .label {
    position: relative;
    width: 75px;
    display: flex;
    margin: 0;
}
.ip-career-block-content .meta .label::after {
    content: ':';
    margin-left: auto;
    margin-right: 5px;
}
.ip-career-block-content .button-block {
    text-align: center;
}
.ip-career-block-content .button-block button {
    border-radius: 50px;
}
.ip-career-block-content .meta {
    min-height: 75px;
}
.ip-career-block-content .desc {
    min-height: 155px;
}
/*#endregion CAREER */

/*#region FOOTER */
.wp-block-lazyblock-scroll-to-top {
    position: relative;
}
.wp-block-lazyblock-scroll-to-top .ip-scroll-top-link {
    position: absolute;
    bottom: 50px;
    right: 90px;
}
.wp-block-lazyblock-scroll-to-top .ip-scroll-top-link>a {
    text-decoration: none;
    font-weight: bold;
    color: #0e2565;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ip-center.wp-block-template-part .ip-scroll-top-link {
    position: relative;
    bottom: auto;
    right: auto;
}
.ip-center.wp-block-template-part {
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 50px;
}
/*#endregion FOOTER */

/*#region ABOUT */
.page .wp-site-blocks>main.wp-block-group {
    margin: 0 !important;
}
.ip-about-block {
    display: flex;
    gap: 60px;
    background-color: #fff;
}
.ip-about-block>img {
    width: 50%;
    max-height: 618px;
    object-fit: cover;
    object-position: center;
}
.ip-about-block>.content {
    width: 50%;
    padding: 20px 120px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.ip-about-block>.content>.title {
    font-size: 2.2em;
    font-weight: bold;
    font-style: italic;
}
.ip-about-block>.content>.subtitle {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0.8em;
}
/*#endregion ABOUT */

/*#region QUOTE */
.ip-quote-block {
    display: flex;
    background: #fff;
    padding: 50px 150px 0 50px;
    gap: 55px;
}
.ip-quote-block>.image {
    width: 42vw;
}
.ip-quote-block>.image>img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.ip-quote-block>.content {
    width: 47%;
    display: flex;
    align-items: center;
}
.ip-quote-block>.content .quote {
    font-size: 1.5em;
    font-weight: bold;
}
.ip-quote-block>.content .quote-content {
    position: relative;
    padding: 0 35px;
}
.ip-quote-block>.content .quote-content>.leftquote {
    font-size: 3.5em;
    line-height: 1em;
    position: absolute;
    left: 0;
    top: -10px;
}
.ip-quote-block>.content .quote-content>.rightquote {
    font-size: 3.5em;
    line-height: 1em;
    position: absolute;
    right: 0;
    bottom: -45px;
}
.ip-quote-block>.content .quote>* {
    margin-top: 3px;
}
.ip-quote-block>.content .quote>*>.rightquote {
    display: inline-block;
    font-size: 3.5rem;
    position: absolute;
    margin-left: 10px;
    font-weight: normal;
}
/*#endregion QUOTE */

/*#region ACHIEVEMENT */
.ip-content-block {
    background-color: #fff;
    position: relative;
}
.ip-content-block>.content-block-inner{
    padding: 60px 150px 60px 60px;
}
.ip-content-block.highlight-1 {
    background-image: url(libs/img/bg-04.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 70%;
}
.ip-content-block.highlight-1>.content-block-inner{
    background-image: url(libs/img/bg-05.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 70%;
}
.ip-content-block .title {
    font-size: 1.8em;
    font-weight: bold;
    font-style: italic;
}
.ip-content-block .title::after {
    border-top: 1px solid #0d235f;
    content: '';
    display: block;
    width: 480px;
    margin: 10px 0 30px;
}
.ip-content-block.highlight-1 .content img {
    margin: auto;
    display: block;
    max-height: 95vh;
    width: auto;
}
/*#endregion ACHIEVEMENT */

/*#region HIGHLIGHT BLOCK */
.ip-highlight-block {
    background: #fff;
    padding: 70px 90px 70px 60px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    margin-bottom: 20px;
}
.ip-highlight-block>img {
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    object-fit: cover;
    width: 45%;
    height: 100%;
}
.ip-highlight-block .highlight-block-content {
    width: 48%;
    z-index: 1;
}
.ip-highlight-block .highlight-block-content .title {
    font-weight: bold;
    font-style: italic;
    font-size: 1.7em;
    margin-bottom: 20px;
}
.ip-highlight-block .highlight-block-content .content {
    padding: 0 30px;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    box-shadow: 0 4px 10px -5px rgba(0,0,0,0.7);
    background: rgba(255, 255, 255, 0.8);
}
.ip-highlight-block>img {
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    object-fit: cover;
    width: 45%;
    height: 100%;
}
.ip-highlight-block .highlight-block-content {
    width: 48%;
}
.ip-highlight-block .highlight-block-content .title {
    font-weight: bold;
    font-style: italic;
    font-size: 1.7em;
    margin-bottom: 20px;
}
.ip-highlight-block .highlight-block-content .content {
    padding: 0 30px;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    box-shadow: 0 4px 10px -5px rgba(0,0,0,0.7);
    background: rgba(255,255,255,0.8);
}
.ip-highlight-block.pos-image-right {
    justify-content: flex-start;
}
.ip-highlight-block.pos-image-right .highlight-block-content {
    z-index: 1;
    width: 50%;
}
.ip-highlight-block.pos-image-right>img {
    left: auto;
    right: 0;
    width: 49%;
}
.ip-highlight-block .highlight-block-content .content ol {
    padding-left: 15px;
}
/*#endregion HIGHLIGHT BLOCK */

/*#region CERTIFICATES */
.ip-certificate-block {
    margin: 50px 15px 30px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.8);
    padding: 60px 40px;
    display: flex;
    gap: 50px;
}
.ip-certificate-block .title p {
    margin: 0;
}
.ip-certificate-block .title, .ip-certificate-block .title p {
    font-size: 2.1rem;
    font-style: italic;
    font-weight: bold;
}
.ip-certificate-block .title>.meta {
    text-align: right;
    width: 400px;
    border-top: 1px solid #0D2565;
    margin-top: 20px;
    padding-top: 15px;
}
.ip-certificates {
    display: flex;
    gap: 20px;
}
.ip-certificates>.certificate-image {
    border: 1px solid #ddd;
    padding: 20px;
    box-shadow: 0 4px 10px -4px rgba(0,0,0,0.5);
}
.ip-certificates>.certificate-image>img {
    width: 100%;
    height: auto;
}
/*#endregion CERTIFICATES */

/*#region BACK-BUTTON */
div.ip-back-button {
    text-align: center;
    padding: 30px 30px 80px;
}
div.ip-back-button>a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #0e2565;
}
div.ip-back-button>a>img {
    transform: rotate(-90deg);
}
a.ip-contact-button-floating {
    position: fixed;
    bottom: 50%;
    right: -60px;
    z-index: 99;
    background: #0e2565;
    padding: 15px 10px;
    font-size: 0.9rem;
    color: #fff;
    text-decoration: none;
    transform: rotate(-90deg);
    width: 150px;
    text-align: center;
    transform-origin: center;
    margin-bottom: -25px;
}
/*#endregion BACK-BUTTON */

/*#region IMAGE TEXT BLOCK */
.ip-imagetext-block {
    padding: 30px 150px 30px 60px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.ip-imagetext-block .title {
    font-size: 1.7em;
    font-weight: bold;
    font-style: italic;
}
.ip-imagetext-block .title::after {
    content: '';
    border-top: 1px solid #A0AAC3;
    width: 450px;
    display: block;
    margin: 15px 0;
}
div.ip-imagetext-block.pos-right {
    padding-right: 0;
    gap:60px;
}
/*#endregion IMAGE TEXT BLOCK */

/*#region IMAGE TEXT LIST */
div.ip-image-text-list {
    padding: 30px 60px;
}
div.ip-image-text-list > .title {
    font-size: 1.7em;
    font-weight: bold;
    font-style: italic;
}
div.ip-image-text-list > .title::after {
    content: '';
    border-top: 1px solid #A0AAC3;
    width: 450px;
    display: block;
    margin: 15px 0;
}
div.ip-image-text-list>.imagetext-content {
    display: flex;
    gap: 50px;
    margin-top: 40px;
    overflow: hidden;
}
.ip-our-machines.ip-image-text-list .menu-list ul {
    margin: 0;
}
div.ip-image-text-list .menu-list>ul {
    padding: 0;
    list-style: none;
}
div.ip-image-text-list .menu-list>ul>li.litem>a {
    display: block;
    width: 250px;
    text-decoration: none;
    font-size: 0.9em;
    color: #fff;
    background-color: #3E5184;
    padding: 15px 40px;
    box-sizing: border-box;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
div.ip-image-text-list .menu-list>ul>li.litem:nth-child(odd)>a {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
div.ip-image-text-list .menu-list>ul>li.litem:nth-child(even)>a {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
div.ip-image-text-list .menu-list>ul>li.litem>a::before {
    content: '•';
}
div.ip-image-text-list .menu-list>ul>li.litem.active>a {
    background-color: #0E2565;
}
div.ip-image-text-list .menu-contents>.content-item {
    display: flex;
    align-items: center;
    gap: 50px;
    display: none;
}
div.ip-image-text-list .menu-contents>.content-item img {width: 500px;height: auto;}
div.ip-image-text-list .menu-contents>.content-item.active {
    display: flex;
}
/*#endregion IMAGE TEXT LIST */

/*#region PRODUCT LIST */
div.ip-product-list-block {
    padding: 30px 60px;
}
div.ip-product-list-block >.title {
    font-size: 1.7em;
    font-weight: bold;
    max-width: 380px;
    margin-bottom: 40px;
    margin-top: 30px;
    font-style: italic;
}
div.ip-product-list-block >.title::after {
    content: '';
    border-top: 1px solid #ccc;
    display: block;
    max-width: 450px;
    margin: 10px 0;
}
div.ip-product-list-block .product-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
div.ip-product-list-block .product-content .product-item {
    padding: 30px;
    background-size: cover;
}
div.ip-product-list-block .product-content .product-item>.item-content {
    background: rgba(255,255,255,0.9);
    padding: 20px;
    max-width: 450px;
    display:inline-block;
    text-align:left;
}
div.ip-product-list-block .product-content .product-item>.item-content>.desc {
    min-height: 135px;
}
div.ip-product-list-block .product-content .product-item:nth-child(even) {
    text-align:right
}
div.ip-product-list-block .product-content .product-item>.item-content>.button-block {
    margin-top:20px;
}
div.ip-product-list-block .product-content .product-item>.item-content>.button-block button {
    font-size:0.6em;
    padding: 8px 25px
}
div.ip-product-list-block .product-content .product-item>.item-content>.title {
    font-size: 1.4em;
    margin-bottom: 10px;
    font-weight: bold;
}
/*#endregion PRODUCT LIST */

/*#region FIRST POST */
.ip-latest-post-block {
    position: relative;
    height: 620px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.ip-latest-post-block>.ip-latest-post-block-image {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.ip-latest-post-block>.ip-latest-post-block-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ip-latest-post-block > .ip-latest-post-block-content {
    z-index: 1;
    position: relative;
    background: #fff;
    width: 50%;
    padding: 50px;
    margin-right: 50px;
}
.ip-latest-post-block > .ip-latest-post-block-content .title {
    font-size: 1.2em;
    font-weight: bold;
}
.ip-latest-post-block > .ip-latest-post-block-content .meta {
    font-size: 0.8em;
    margin-bottom: 30px;
    margin-top: 8px;
}
.ip-latest-post-block > .ip-latest-post-block-content .button-block {
    margin-top: 30px;
}
/*#endregion FIRST POST */

/*#region ARCHIVE LIST */
.archive-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wp-block-lazyblock-archive-list {
    padding: 120px 110px;
}

.archive-list .ip-archive-item {
    width: 31%;
    margin-bottom: 3%;
}

.archive-list .ip-archive-item .ip-archive-item-image>img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
}

.archive-list .ip-archive-item .content .title {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 8px;
}

.archive-list .ip-archive-item .content .meta {
    font-size: 0.8em;
    margin-bottom: 20px;
}

.archive-list .ip-archive-item .content .button-block {
    margin-top: 30px;
}

.ip-pagination {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.ip-pagination a.page-numbers {
    text-decoration: none;
    color: #0e2565;
}

.ip-pagination span.page-numbers.current {
    font-weight: bold;
    color: #0e2565;
}
.ip-pagination a.page-numbers>img {
    display: block;
}
.archive-list .ip-archive-item .desc {
    max-height: 220px;
    overflow: hidden;
}
.archive-list .ip-archive-item .content-inner {
    min-height: 260px;
}
/*#endregion ARCHIVE LIST */

/*#region PRODUCT HEADER */
.ip-product-header-image {
    height: 620px;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    padding: 60px;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.ip-product-header-image>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    bottom: 0;
    right: 0;
    display: block;
    aspect-ratio: unset;
    z-index: 0;
    pointer-events: none;
}
.ip-product-header-image>.title {
    position: relative;
    z-index: 1;
    font-size: 3em;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.ip-product-slideshow {
    position: relative;
    box-shadow: 0 0 15px 0px rgba(0,0,0,0.8);
}
.ip-product-slideshow .owl-item .item {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.ip-product-slideshow .owl-nav {display:none;}
.ip-product-slideshow .owl-dots {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    width: 100%;
}
.ip-product-slideshow .owl-item .item>* {
    max-width: 600px;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.ip-product-slideshow.type-image {
    padding:60px 120px;
    box-sizing: border-box;
    box-shadow: none;
}
.ip-product-slideshow.type-image .owl-dots{display: none;}
.ip-product-slideshow.type-image .owl-nav {
    position: absolute;
    display: block;
    z-index: 1;
    margin-top: -30px;
    top: 50%;
    left: 100px;
    right: 100px;
}
.ip-product-slideshow.type-image .owl-item .item {
    height: 300px;
    box-sizing: border-box;
    margin:10px;
    position: relative;
    cursor: pointer;
    background-position: center;
    background-size: 100%;
    transition: all 0.1s linear;
    overflow: hidden;
}
.ip-product-slideshow.type-image .owl-item .item>img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    display: block;
    height: 100%;
    width: 100%;
    transition: all 0.1s linear;
    max-width: 100%;
}
.ip-product-slideshow.type-image .owl-item .item:hover>img {
    transform: scale(1.3);
}
.ip-product-slideshow.type-image .owl-item .item:hover{
    filter: brightness(0.9);
    background-size:120%;
}
.ip-product-slideshow.type-image .owl-item .item.item-current {
    border: 3px solid #0c2565;
    cursor:default;
    pointer-events: none;
}
.ip-product-slideshow.type-image .owl-item .item>h1{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1.2em;
    background: rgba(255,255,255,0.8);
    color:#000;
    padding: 10px 20px;
    margin: 0;
    text-shadow: none;
    max-width: 100%;
}
.ip-product-slideshow.type-image .owl-nav>button>span {
    font-size: 3em;
    line-height: 1em;
}
.ip-product-slideshow.type-image .owl-nav>button {
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 10px !important;
    box-shadow: 0 3px 10px -1px rgba(0,0,0,0.4);
}
.ip-product-slideshow.type-image .owl-nav>button.owl-next {
    position: absolute;
    right: 0;
    top: 0;
}
.ip-product-slideshow.type-image .owl-nav>button.owl-prev {
    position: absolute;
    left: 0;
    top: 0;
}
.entry-content.ip-product-content > p {
    padding: 0 100px;
}
.ip-product-slideshow.type-image-text {
    box-shadow: 0 10px 10px -4px rgba(0,0,0,0.3);
    margin-bottom: 60px;
}
.ip-product-slideshow.type-image-text .item {
    display: flex;
    flex-direction: row;
    gap: 50px;
    padding: 0;
    justify-content: flex-start;
}
.ip-product-slideshow.type-image-text .item>.image {
    min-width: 700px;
    background-size: cover;
    background-position: center;
}
.ip-product-slideshow.type-image-text .item>.content {
    /* max-width: 100%; */
    padding-right: 100px;
    color: #0C2565;
    text-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}
.ip-product-slideshow.type-image-text .owl-dots{display: none;}
.ip-product-slideshow.type-image-text .owl-nav {
    position: absolute;
    display: block;
    z-index: 1;
    margin-top: -25px;
    top: 50%;
    left: 0;
    right: auto;
    width: 700px;
}
.ip-product-slideshow.type-image-text .owl-nav>button>span {
    font-size: 2em;
    line-height: 1em;
}
.ip-product-slideshow.type-image-text .owl-nav>button {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 6px !important;
    margin:0;
}
.ip-product-slideshow.type-image-text .owl-nav>button.owl-next {
    position: absolute;
    right: -1px;
    top: 0;
}
.ip-product-slideshow.type-image-text .owl-nav>button.owl-prev {
    position: absolute;
    left: 0;
    top: 0;
}
div.ip-product-children .subpage-item>p {
    padding: 0 100px;
}
/*#endregion PRODUCT HEADER */

/*#region PRODUCT IMAGE TEXT LIST */
div.ip-image-text-block {
    padding: 0 100px 60px;
}

div.ip-image-text-block>.title {
    font-size: 1.8em;
}

div.ip-image-text-block>.title::after {
    content: '';
    display: block;
    max-width: 450px;
    border-top: 1px solid #A0A9C2;
    margin: 10px 0 30px;
}

div.ip-image-text-block>.items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

div.ip-image-text-block>.items>.item {
    display: flex;
    gap: 30px;
}

div.ip-image-text-block>.items>.item>.image {
    width: 400px;
    min-width: 400px;
    box-sizing: border-box;
    border: 20px solid #fff;
    height: 280px;
    box-shadow: 3px 5px 15px -4px rgba(0,0,0,0.5);
    background-size: contain;
}

div.ip-image-text-block>.items>.item>.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*#endregion PRODUCT IMAGE TEXT LIST */

/*#region CAREER HEADER */
.ip-career-search-block {padding: 30px;background-size: cover;background-position: center;text-align: center;color: #fff;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ip-career-search-block h1, .ip-career-search-block h2 {
    margin: 10px 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}
.ip-career-search-box-quote p, 
.ip-career-search-box-quote p * {
    margin: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
    font-size: 0.8rem;
}
.ip-career-search-box-content {
    margin: 10px 0;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    padding: 8px;
}
.ip-career-search-box-content input, 
.ip-career-search-box-content select, 
.ip-career-search-box-content button {
    padding: 5px 10px;
    height: 40px;
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 0.9rem;
    box-sizing: border-box;
}
.ip-career-search-box-content>form {
    display: flex;
    gap: 10px;
}
.ip-career-search-box-content>form  button {
    background: #0E2565;
    color: #fff;
    border: 1px solid #0E2565 !important;
    padding: 0 50px !important;
}
/*#endregion CAREER HEADER */

/*#region CAREER APPLY NOTES */
.wp-block-lazyblock-career-apply-notes {
    padding: 60px 60px 0px;
}
.ip-career-apply-notes {
    display: flex;
    gap: 30px;
}
.ip-career-apply-notes .ip-career-apply-notes-left {
    font-size: 1.3em;
    min-width: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ip-career-apply-notes .ip-career-apply-notes-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.ip-career-apply-notes .ip-career-apply-notes-right a.ip-button {
    background: #0E2565;
    text-decoration: none;
    color: #fff;
    padding: 8px 30px;
    margin-top: 40px;
}
.ip-career-apply-notes-line {
    border-top: 1px solid #0e2565;
    margin: 30px 0;
}
/*#endregion CAREER APPLY NOTES */

/*#region CAREER SEARCH RESULT */
.ip-career-search-result .career-list-outer {
    display: grid;
    gap: 50px;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
}

.ip-career-search-result .career-list-outer>.ip-career-result-block {
    background: #0E2565;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.ip-career-result-block-content {
    background: #0E2565;
    color: #fff;
    box-sizing: border-box;
    padding: 50px;
    border-radius: 0 0 45px 45px;
}
.ip-career-search-result {
    margin: 0 60px;
}
.ip-career-result-block-content {
    background: #0E2565;
    color: #fff;
    box-sizing: border-box;
    padding: 0px;
    border-radius: 0 0 40px 40px;
}
.ip-career-result-block-content .title {
    font-size: 1.2em;
    margin-bottom: 30px;
    font-weight: bold;
}
.ip-career-result-block-content .meta,
.ip-career-result-block-content .meta *,
.ip-career-result-block-content .desc {
    font-size: 0.7rem;
    margin-bottom: 30px;
}
.ip-career-result-block-content .meta .label {
    position: relative;
    width: 110px;
    display: flex;
    margin: 0;
}
.ip-career-result-block-content .meta .label::after {
    content: ':';
    margin-left: auto;
    margin-right: 5px;
}
.ip-career-result-block-content .button-block {
    text-align: center;
}
.ip-career-result-block-content .button-block button {
    border-radius: 50px;
    padding: 5px 30px;
}
.wp-block-lazyblock-career-search-result .ip-pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
    margin-bottom: 30px;
}
.ip-career-search-result .ip-career-search-result-title {
    margin: 0 0 60px;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}
.ip-career-search-result .ip-career-noresult {
    text-align: center;
    display: block;
    margin: auto;
    font-style: italic;
}
.ip-career-result-block-content .desc {
    min-height: 92px;
}
/*#endregion CAREER SEARCH RESULT */

/*#region CAREER ITEM METADATA */
.ip-career-metadata table td.label {
    padding-left: 0;
    font-weight: bold;
    padding-right: 25px;
}
/*#endregion CAREER ITEM METADATA */

/*#region CAREER FORM */
.ip-career-metadata {
    margin-bottom: 30px;
}
.ip-career-form.embed {
    margin: 20px 80px 20px;
    background: #f0f0f0;
    padding: 30px;
    border-radius: 20px;
}

.ip-career-form .section-title {
    font-size: 1.3em;
    margin: 10px 0 40px;
    font-weight: bold;
}

.ip-career-form .section-content {
    margin-bottom: 80px;
}

.section-content .form-field input,  .section-content select,  .section-content textarea {
    min-height: 36px;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
    font-size: 0.9rem;
}
.section-content .form-field input[type="checkbox"] {
    width:22px;
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.section-content .form-field input[type="checkbox"]+label::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);
}
.section-content .form-field input[type="checkbox"]+label {
    position: relative;
    line-height: 1.8em;
    display: flex;
    gap: 10px;
}
.section-content .form-field input[type="checkbox"]:checked+label::after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-left: 3px solid #666;
    border-bottom: 3px solid #666;
    position: absolute;
    left: 6px;
    top: 7px;
    transform: rotate(-45deg);
}
.section-content .form-field {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}
.section-content .form-field .err_msg {
    position: absolute;
    right: -10px;
    top: 25px;
    background: #ffdcdc;
    border: 1px solid #990000;
    border-radius: 5px;
    font-size: 0.8em;
    padding: 5px 20px;
} 
.section-content .form-field label {
    min-width: 200px;
}
.section-content .form-inline {
    display: flex;
    gap: 30px;
}
.section-content .form-field .w-fill {
    flex-grow: 1;
}
.section-content .form-inline>.form-field {
    flex-grow: 1;
    flex-basis: 0;
}
.section-content .form-field label.w-auto {
    min-width: 0;
    white-space: nowrap;
}
.section-content .form-inline>.form-field.no-grow {
    flex-grow: unset;
    white-space: nowrap;
}
.form_action {
    text-align: center;
}
.form_action>button.btn.btn-primary {
    background: #0E2565;
    color: #fff;
    border-radius: 20px;
    padding: 10px 80px;
}
.noexp.disabled, .form-field.disabled {
    pointer-events: none;
    opacity: 0.3;
    display: none !important;
}
.ip-career-success-msg-title {
    font-size: 1.3em;
    margin-bottom: 25px;
    color: #009a2f;
}
.ip-career-error-msg-title {
    font-size: 1.3em;
    margin-bottom: 25px;
    color: #9a0000;
}
.captcha-block {
    margin: auto;
    display: flex;
    gap: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
    position: relative;
    border-radius: 5px;
}
.captcha-block>.captcha-image>img {
    display: block;
    width: 200px;
    height: 75px;
}
.captcha-block .note, .captcha-block .note a {
    font-size: 0.6rem;
}
.captcha-field>input {
    width: 100%;
}
.captcha-block .note {
    padding: 5px 2px 0px;
}
.ip-career-form .section-content .form-field .captcha-block .err_msg {
    top: 80px;
}
.section-content .form-field .w-fill .captcha-field {
    flex-grow: 1;
}
/*#endregion CAREER FORM */

/** #region CONTACT FORM */
div.ip-contact-form {
    margin: 60px 90px;
}
div.ip-contact-form>.section-content {
    display: flex;
    gap: 60px;
}
div.ip-contact-form>h1 {
    text-align: center;
    margin-bottom: 60px;
}
div.ip-contact-form>.section-content>.contact-desc>p:first-child {
    margin-top: 0;
}
div.ip-contact-form>.section-content>form.contact-form {
    flex-grow: 1;
}
div.ip-contact-form>.section-content table.opening-hours th {
    font-weight: normal;
    text-align: left;
    padding-left: 0;
}
div.ip-contact-form>.section-content table.opening-hours {
    border-collapse: collapse;
}
div.ip-contact-form>.section-content table.opening-hours tr.item>.day {display: flex;}
div.ip-contact-form>.section-content table.opening-hours tr.item>.day::after {
    content: ':';
    padding: 0 10px;
    margin-left: auto;
}
.ip-contact-map {
    margin: 0 90px;
}
.ip-contact-map>iframe {
    width: 100%;
}
div.ip-contact-form>.section-content>form.contact-form .alert.alert-danger {
    background: #ffe5e5;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
    color: #900;
}
div.ip-contact-form>.section-content>form.contact-form .alert.alert-success {
    background: #d6fdd1;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
    color: rgb(10, 99, 29);
}
div.ip-contact-form>.section-content>form.contact-form.success .alert ~ * {
    opacity: 0.6;
    pointer-events: none;
}
.contact-desc a {
    font-weight: bold;
    text-decoration: none;
    color: #0e2565;
}
/*#endregion CONTACT FORM */


/*#region OUR MACHINES */
.ip-our-machines .ip-product-slideshow.type-image-text .item>.image {width: 500px;min-width: 500px;}

.ip-our-machines .ip-product-slideshow.type-image-text .item {
    height: 350px;
    box-shadow: none !important;
}

.ip-our-machines .ip-product-slideshow {
    box-shadow: none;
    height: 350px;
    overflow: hidden;
}

.ip-our-machines .ip-product-slideshow.type-image-text .item>.content h1 {
    margin-top: 0;
}

.ip-our-machines .ip-product-slideshow .owl-nav {
    width: 500px;
}
/*#endregion OUR MACHINES */


/*#region MOBILE */
@media (max-width: 768px) {
    /*#region COMMONS */
    * {
        font-size: 16px;
    }
    button.btn.btn-primary {
        background: #fff;
        border: 3px solid #0E2565;
        font-size: 20px;
        padding: 10px 30px;
        min-width: 150px;
        min-height: 40px;
    }
    figure.wp-block-post-featured-image {
        max-height: 300px;
    }
    figure.wp-block-post-featured-image>img {
        height: 300px;
    }
    main.wp-block-group .entry-content.wp-block-post-content {
        padding: 30px;
    }
    .ip-container {
        padding: 20px;
    }
    .entry-content.ip-product-content > p {
        padding: 0 30px;
    }
    /*#endregion COMMONS */

    /*#region MAIN-MENU */
    .wp-block-group.wpx-header-main {
        height:auto;
        padding: 20px;
    }
    .wp-block-image img {
        width: 100px !important;
    }
    nav.wp-block-navigation {
        padding-left: 0;
        padding-right: 0;
    }
    .wp-block-group.wpx-header-main>div>.wp-block-columns,
    .wp-block-group.wpx-header-main figure.wp-block-image {
        margin-bottom: 0;
    }
    .wp-block-navigation__responsive-container {
        padding: 20px !important;
    }
    ul.wp-block-navigation li ul li>a::after {
        content: '•'; 
    }
    .wp-block-navigation .wp-block-navigation-item>a {
        position: relative;
    }
    .wp-block-navigation >.wp-block-navigation-item>a::after {
        content: '';
        display: none !important;
    }
    ul.wp-block-navigation li ul.wp-block-navigation-submenu {
        list-style: none;
        padding: 10px 0 !important;
    }
    ul.wp-block-navigation-submenu>li>a {
        padding:2px 0;
    }
    ul.wp-block-navigation-submenu>li>a::after {
        display: none;
    }
    ul.wp-block-navigation, ul.wp-block-navigation>li, ul.wp-block-navigation>li>a {
        width: 100%;
        gap: 0 !important;
    }
    ul.wp-block-navigation>li>a {
        padding: 10px 0 8px !important;
        border-bottom: 1px solid #ccc;
        text-align: right;
        margin-top: -1px;
        font-weight: bold;
    }
    ul.wp-block-navigation>li:first-child>a, ul.wp-block-navigation>li.has-child+li>a {
        border-top: 1px solid #ccc;
    }
    /*#endregion MAIN-MENU */

    /*#region MAIN-SLIDESHOW */
    .owl-carousel.ip-slideshow-header .owl-stage-outer>.owl-stage>.owl-item>.item {
        padding: 85px 1em 0;
    }
    h1 {
        font-size: 2em;
    }
    p {font-size: 1em;}
    .owl-carousel.ip-slideshow-header {
        height: 662px;
    }
    /*#endregion MAIN-SLIDESHOW */

    /*#region PORTOFOLIO */
    .wp-block-lazyblock-portofolio-list {
        padding: 30px 30px 30px 30px;
    }
    .wp-block-lazyblock-portofolio-list>.ip-portofolio-block {
        flex-direction: column;
        gap: 30px;
    }
    .wp-block-lazyblock-portofolio-list>.ip-portofolio-block>.buttons {
        width: auto;
        flex-direction: row;
        gap: 0px;
    }
    .wp-block-lazyblock-portofolio-list>.ip-portofolio-block>.buttons button.btn {
        border-radius: 0;
    }
    .wp-block-lazyblock-portofolio-list>.ip-portofolio-block>.buttons button.btn:first-child {
        border-radius: 50px 0 0 50px;
    }
    .wp-block-lazyblock-portofolio-list>.ip-portofolio-block>.buttons button.btn:last-child {
        border-radius: 0 50px 50px 0;
    }
    .portofolio-list-by-type {
        width: auto;
    }
    .wp-block-lazyblock-information-block {
        padding: 0 30px;
    }
    .wp-block-lazyblock-information-block .ip-information-block-content {
        display: flex;
        gap: 30px;
        flex-direction: column;
    }
    .ip-information-block-content>.content>.info-content {
        margin: 30px 0;
    }
    .owl-carousel.ip-slideshow-portofolio {
        padding: 30px 50px;
        box-sizing: border-box;
        position: relative;
    }
    .owl-carousel.ip-slideshow-portofolio .owl-nav>.owl-prev {
        left: 5px;
    }
    .owl-carousel.ip-slideshow-portofolio .owl-nav>.owl-next {
        right: 5px;
    }
    /*#endregion PORTOFOLIO */

    /*#region EMBED */
    figure.wp-block-embed {
        padding: 30px;
    }
    /*#endregion EMBED */

    /*#region POST LIST */
    .wp-block-lazyblock-post-list {
        padding: 30px;
    }
    .ip-posts-block {
        gap: 30px;
        flex-direction: column;
    }
    .ip-posts-block .ip-post-list {
        gap: 30px;
        flex-direction: column;
    }
    .ip-posts-block .ip-post-list>.ip-post-block-content {
        padding: 30px;
        border: 1px solid #666;
    }
    .ip-post-block-content .content .description {
        height: auto;
    }
    .archive-list .ip-archive-item .content-inner {
        min-height: auto;
    }
    /*#endregion POST LIST */

    /*#region CAREER */
    .wp-block-lazyblock-career-list {
        padding: 30px 30px 120px;
    }
    .ip-careers-block>.career-title {
        min-width: 0;
    }
    .ip-careers-block>.career-title>h2 {
        margin: 0;
        font-size: 28px;
    }
    .ip-careers-block>.career-title>.desc {
        font-size: 20px;
    }
    .ip-careers-block {
        flex-direction: column;
        overflow: unset;
    }
    .ip-careers-block>.ip-slideshow-careers {
        padding: 0 40px 0 40px;
        overflow: unset;
    }
    .ip-career-block {
        margin: 0;
    }
    .ip-career-block-content {
        padding: 30px;
        border-radius: 0 0 30px 30px;
    }
    .ip-career-block-content .title {
        font-size: 26px;
    }
    .ip-career-block-content .meta, .ip-career-block-content .desc {
        font-size: 15px;
        margin-bottom: 30px;
    }
    /*#endregion CAREER */

    /*#region FOOTER */
    .wp-block-lazyblock-scroll-to-top .ip-scroll-top-link>a {
        align-items: center;
        gap: 10px;
    }
    .wp-block-lazyblock-scroll-to-top .ip-scroll-top-link>a>img {
        width: 25px;
    }
    .wp-block-lazyblock-scroll-to-top .ip-scroll-top-link {
        position: absolute;
        bottom: 50px;
        right: auto;
        left: 50%;
        margin-left: -63px;
    }
    /*#endregion FOOTER */

    /*#region ABOUT */
    .ip-about-block {
        gap: 0;
        flex-direction: column;
    }
    .ip-about-block>img {
        width: auto;
        max-height: 200px;
    }
    .ip-about-block>.content {
        padding: 20px;
    }
    .ip-about-block>.content {
        width: auto;
    }
    /*#endregion ABOUT */
    
    /*#region QUOTE */
    .ip-quote-block {
        display: flex;
        background: #fff;
        padding: 20px;
        gap: 30px;
        flex-direction: column-reverse;
    }
    .ip-quote-block>.image {
        width: 100%;
    }
    .ip-quote-block>.content .quote-content {
        padding: 0 40px;
        width: 100%;
    }
    .ip-quote-block>.content .quote-content>.rightquote {
        bottom: -32px;
    }
    .ip-quote-block>.content {
        width: auto;
    }
    /*#endregion QUOTE */

    /*#region ACHIEVEMENT */
    .ip-content-block>.content-block-inner {
        padding: 30px;
    }
    .ip-content-block .title::after {
        width: 150px;
    }
    .ip-content-block.highlight-1, 
    .ip-content-block.highlight-1>.content-block-inner{
        background-size: 100%;
    }
    /*#endregion ACHIEVEMENT */

    /*#region HIGHLIGHT BLOCK */
    .ip-highlight-block {
        background: #fff;
        padding: 30px;
        position: relative;
        margin-bottom: 10px;
    }
    .ip-highlight-block .highlight-block-content {
        width: 100% !important;
        z-index: 1;
    }
    .ip-highlight-block>img {
        left: 0px;
    }
    .ip-highlight-block.pos-image-left .title {
        text-align: right;
        text-shadow: 0 0 10px rgba(255,255,255,0.8);
    }
    /*#endregion HIGHLIGHT BLOCK */

    /*#region CERTIFICATES */
    .ip-certificate-block {
        margin: 50px 15px 30px;
        border-radius: 15px;
        padding: 30px;
        gap: 30px;
        flex-direction: column;
    }
    .ip-certificate-block .title>.meta {
        width: auto;
    }
    .ip-certificate-block .title>.meta img {
        width: 180px;
    }
    .ip-certificates>.certificate-image {
        padding: 10px;
    }
    /*#endregion CERTIFICATES */

    /*#region IMAGE TEXT */
    .ip-imagetext-block {
        padding: 0;
        display: block;
        align-items: center;
    }
    .ip-imagetext-block img {max-width: 100%;}
    .ip-imagetext-block .imagetext-block-content {
        max-width: 100%;
    }
    .ip-imagetext-block .title {
        margin-top: 50px;
    }
    .ip-imagetext-block .title::after {
        width: 100%;
    }
    /*#endregion IMAGE TEXT */

    /*#region IMAGE TEXT LIST */
    div.ip-image-text-list {
        padding: 30px 0px;
    }
    div.ip-image-text-list>.imagetext-content {
        flex-direction: column;
    }
    div.ip-image-text-list .menu-list>ul>li {
        flex-basis: 0;
        flex-grow: 1;
    }
    div.ip-image-text-list .menu-list>ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        gap: 10px;
    }
    div.ip-image-text-list .menu-list>ul>li.litem>a {width:auto;margin:0;}
    div.ip-image-text-list>.imagetext-content {
        display: flex;
        gap: 50px;
        margin-top: 20px;
    }
    div.ip-image-text-list > .title::after {width:100%;}
    div.ip-image-text-list .menu-contents>.content-item {
        flex-direction: column;
    }
    div.ip-image-text-list .menu-contents>.content-item img {
        width: 100%;
    }
    /*#endregion IMAGE TEXT LIST */

    /*#region OUR PRODUCTS */
    div.ip-product-list-block {
        padding: 0px;
    }
    div.ip-product-children .subpage-item>p {
        padding: 0 30px;
    }
    /*#endregion OUR PRODUCTS */

    /*#region FISRT POST */
    .ip-latest-post-block > .ip-latest-post-block-content {
        z-index: 1;
        position: relative;
        background: #fff;
        width: 70%;
        padding: 30px;
        margin: auto;
    }
    /*#endregion FISRT POST */

    /*#region ARCHIVE LIST */
    .wp-block-lazyblock-archive-list {
        padding: 30px 30px 60px;
    }
    .archive-list .ip-archive-item {
        width: 100%;
        margin-bottom: 50px;
    }
    /*#endregion ARCHIVE LIST */

    /*#region PRODUCT HEADER */
    .ip-product-slideshow .owl-item .item {
        height: 300px;
        padding: 30px;
    }
    .ip-product-slideshow.type-image {
        padding: 30px;
    }
    .ip-product-slideshow.type-image .owl-nav {
        margin-top: -30px;
        left: 15px;
        right: 15px;
    }
    .ip-product-slideshow.type-image .owl-nav>button {
        width: 60px;
        height: 55px;
    }
    .ip-product-slideshow.type-image-text {
        padding: 30px;
    }
    .ip-product-slideshow.type-image-text {
        margin-bottom: 60px;
        padding: 30px;
        box-sizing: border-box;
    }
    .ip-product-slideshow.type-image-text .item {
        flex-direction: column;
        gap: 20px;
        padding: 0;
        justify-content: flex-start;
        height: auto;
    }
    .ip-product-slideshow.type-image-text .item>.image {
        min-width: 0;
        background-size: cover;
        background-position: center;
        height: 250px;
        padding: 0;
        display: block;
        box-sizing: border-box;
        max-width: 100%;
    }
    .ip-product-slideshow.type-image-text .item>.content {
        padding-right: 0;
    }
    .ip-product-slideshow.type-image-text .owl-nav {
        position: absolute;
        margin-top: 0;
        top: 135px;
        left: 0;
        right: auto;
        width: 100%;
    }
    /*#endregion PRODUCT HEADER */

    /*#region PRODUCT IMAGE TEXT LIST */
    div.ip-image-text-block {
        padding: 0 30px 30px;
    }
    div.ip-image-text-block>.items>.item {
        gap: 10px;
        flex-direction: column;
    }
    div.ip-image-text-block>.items>.item>.image {
        width: 100%;
        min-width: 100%;
        border: 15px solid #fff;
        height: 250px;
        background-size: contain;
    }
    div.ip-image-text-block>.items>.item>.content h1 {
        margin: 10px 0;
        font-size: 1.3em;
    }
    div.ip-image-text-list>.imagetext-content, .ip-our-machines .ip-product-slideshow{
        overflow: visible;
        height: auto;
        margin-bottom: 0px;
        padding: 20px 0;
    }
    .ip-our-machines .menu-contents .content-item>div {
        max-width: 100%;
    }
    .ip-our-machines .ip-product-slideshow.type-image-text .item {
        height: auto;
    }
    .ip-our-machines.ip-image-text-list>.imagetext-content {
        gap:0;
        padding-bottom: 0;
    }
    div.ip-our-machines.ip-image-text-list, div.ip-our-machines.ip-image-text-list .ip-product-slideshow {
        padding-bottom: 0;
    }
    .ip-our-machines .ip-product-slideshow.type-image-text .item>.content h1 {
        margin-bottom: 0;
        font-size: 1.5em;
    }
    /*#endregion PRODUCT IMAGE TEXT LIST */

    /*#region CAREER HEADER */   
    .ip-career-search-block {
        margin: -30px;
        min-height: 300px;
    } 
    .ip-career-search-box-content {
        background: rgba(0, 0, 0, 0.6);
        padding: 15px;
    }
    .ip-career-search-box-content>form {
        gap: 10px;
        flex-wrap: wrap;
    }
    .ip-career-search-box-content input, .ip-career-search-box-content select, .ip-career-search-box-content button {
        width: 100%;
    }
    /*#endregion CAREER HEADER */

    /*#region CAREER APPLY NOTES */
    .wp-block-lazyblock-career-apply-notes {
        padding: 30px 0 0;
        margin-top: 30px;
    }
    .ip-career-apply-notes {
        flex-direction: column;
    }
    /*#endregion CAREER APPLY NOTES */

    /*#region CAREER SEARCH RESULT */
    .ip-career-search-result {
        margin: 0;
    }
    .ip-career-search-result .career-list-outer {
        display: flex;
        gap: 50px;
        justify-content: flex-start;
        flex-direction: column;
    }
    /*#endregion CAREER SEARCH RESULT */

    /*#region CAREER FORM */    
    .ip-career-form.embed {
        margin: 20px;
    }
    .ip-career-form .section-content .form-field {
        margin-bottom: 15px;
        flex-direction: column;
        align-items: flex-start;
    }
    .ip-career-form .section-content .form-field .w-fill, .ip-career-form .section-content .form-field input, .ip-career-form .section-content .form-field select {
        flex-grow: 1;
        width: 100% !important;
    }
    .ip-career-form .section-content .form-inline {
        display: flex;
        gap: 0;
        flex-direction: column;
    }
    .ip-career-form .section-content .form-field.no-grow>label {
        flex-grow: 1;
        flex-basis: 90%;
    }
    .ip-career-form .section-content .form-field.no-grow {
        flex-grow: unset;
        white-space: nowrap;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }
    .ip-career-form .section-content .form-field.no-grow>input {
        width: auto !important;
    }
    .ip-career-form .section-content .form-field>label:first-child {
        flex-basis: 100%;
    }
    /*#endregion CAREER FORM */

    /*#region CONTACT US */
    .section-content .form-inline {
        display: flex;
        gap: 0;
        flex-direction: column;
    }
    div.ip-contact-form>.section-content {
        gap: 30px;
        flex-direction: column;
    }
    div.ip-contact-form {
        margin: 30px 0px;
    }
    .ip-contact-map {
        margin: 0;
    }
    /*#endregion CONTACT US */

    a.ip-contact-button-floating {
        bottom: 0;
        right: auto;
        z-index: 99;
        padding: 10px 10px;
        font-size: 0.9rem;
        transform: none;
        width: 150px;
        transform-origin: 0 0;
        left: 50%;
        margin-left: -87px;
        box-shadow: 0 0 10px 0px rgba(0, 0, 0, 1);
        margin-bottom: 0;
    }
}

/*#endregion MOBILE */


/*#endregion OWLCAROUSEL */
.owl-carousel .fadeIn { animation-name: fadeIn; }
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; } 
}
/*#endregion OWLCAROUSEL */
  