.owl-nav {
    display: none;
}

.detailpage_post {
    overflow: hidden;
}

.wp-caption {
    width: 100% !important;
}

.wp-caption-text {
    text-align: center;
}

.about-section {
    margin-top: 80px;
}

.about-section-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    margin-bottom: 60px;
}

.about-section-text h2 {
    font-size: 36px;
    color: #002059;
    margin-bottom: 30px;
    font-family: 'Inter-Regular';
    /* font-weight: 400 !important; */
}

.about-section-text p {
    color: #343A40;
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
    /* margin-bottom: 10px !important; */
}

.about-section-text h4 {
    color: #343A40;
    font-size: 16px;

}

.about-section-item:nth-child(2n+1) .about-section-img {
    order: 2;
    margin: auto 0px;
}

.about-section-item:nth-child(2n+1) .about-section-text {
    order: 1;
    margin: auto 0px;
}

.about-section-item:nth-child(2n) .about-section-img {
    order: 1;
    margin: auto 0px;
}

.about-section-item:nth-child(2n) .about-section-text {
    order: 2;
    margin: auto 0px;
}

.product-section {
    background-color: #F1F2F2;
    padding: 60px 0px;
}

h2.prd-title {
    text-align: center;
    font-size: 36px;
    color: #002059;
    margin-bottom: 30px;
}

.product-section h2 {
    font-size: 36px;
    font-family: 'Inter-Regular';
    text-align: center;
    color: #002059;
    margin-bottom: 50px;
}

.related-posts {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.related-post-item {
    padding: 0 10px;
    width: 100%;
}

.related-post-thumbnail img {
    height: 220px;
    width: 100%;
}

h4.related-title {
    height: 38px;
}

h4.related-title a {
    color: black;
    font-size: 16px;
}

p.related-text {
    font-size: 14px;
    line-height: 1.4;
    height: 70px;
}

a.btn.btn-learn-more.related-btn {
    padding: 0px;
    color: #002059;
    font-family: 'Inter-SemiBold';
    font-size: 16px;
    border-bottom: 2px solid;
    border-radius: 0px !important;
    margin-right: 8px;
}

.bt {
    display: flex;
    align-items: center;
}

.prd-title {
    font-size: 65px;
    font-family: 'Inter-Regular';
    line-height: 1.2;
    /* line-height: 100; */
}

.prd-text {
    font-size: 18px;
    font-family: 'Inter-Regular';
}

.prd_content_wrap {
    width: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

section#banner_page {
    background-color: #002059;
}

section#banner_page img {
    opacity: 0;
}

@media (max-width: 768px) {
    .about-section-item {
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }

    .about-section-item:nth-child(2n+1) .about-section-img {
        order: 1;
    }

    .about-section-item:nth-child(2n+1) .about-section-text {
        order: 2;
    }
}