/*---------------------------------------------------------------------------
  Theme: Eastern

  Your CSS goes here
----------------------------------------------------------------------------*/

.fago-feed-block:hover .related-product {
    display: block;
}

.related-product .blog-grid .blog-item .blog-media img {
    aspect-ratio: 1/1;
}

.section-nav-bar {
    z-index: 100;
}

.section-nav-bar a, .section-nav-bar a:focus {
    color: #fff;
}

.section-nav-bar a:hover {
    color: #b77600;
    text-decoration: underline;
}

.section-nav-bar ul {
    background-color: #282828b3;
    display: flex;
}

.section-nav-bar li {
    margin: 0 auto;
    display: inline-block;
    list-style-type: none;
    padding: 7px 15px;
}

@media (max-width: 769px) {
    .section-nav {
        display: none;
    }
}

.about-us {
    text-align: center;
}

.about-us p {
    margin-bottom: 1rem;
    text-align: justify;
    text-justify: inter-word;
}

.future {
    background: url("../images/world.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

.future p {
    color: #fff;
    font-size: 20px;
}

.future-block {
    background-color: #282828b3;
    padding: 30px;
}

.start-up .start-up-img {
    text-align: center;
}

.start-up img {
    width: 100%;
}

.core-value h3 {
    font-family: "NotoSerif", "Andada-Pro", Arial, "Helvetica Neue", sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.core-value .box__icon {
    height: 125px;
    width: 125px;
    overflow: hidden;
}

.core-value .box__icon img {
    width: 100%;
}

.box-info .box__icon {
    margin: 0 auto;
    margin-bottom: 35px;
}

.section-heading__title {
    text-align: center;
}

.core-value h2 {
    padding-bottom: 30px;
}

.blog-tittle a{
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 95px;
    line-height: 30px;
}

.label-region {
    position: absolute;
    z-index: 99;
    padding: 5px 10px;
    background: #183c6d;
    color: #fff;
}

.blog-excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.label-region-post-detail {
    position: relative;
    width: fit-content;
}
