﻿body {
    font-family: 'Barlow', sans-serif;
    font-size: 1rem;
    overflow-x: hidden;
    color: #333;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
}

.page_a4 {
    margin: auto;
}

.main-body {
    padding-top: 0px;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.owl-nav button {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev {
    left: -35px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -35px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    font-size: 24px;
    font-weight: bold;
    background: #6cbe45;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.owl-carousel .owl-dots {
    position: absolute;
}

.btn-site-page {
    background-color: #fff;
    color: #333333;
    display: inline-flex;
    text-decoration: unset;
    padding: 10px 32px 8px 32px;
    font-size: 16px;
    border-radius: 30px;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
}

    .btn-site-page:hover {
        background-color: #274824;
        color: #fff;
    }

    .btn-site-page i {
        padding-left: 8px;
        font-size: 16px;
    }

.btn-preview, .btn-download {
    background-color: transparent;
}

.menu-header {
    background-color: #6CBE45;
    font-size: 15px;
    text-transform: uppercase;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

    .menu-header .navbar {
        padding: 0;
    }

    .menu-header .navbar-light .navbar-nav .nav-item {
        transition: 0.3s;
    }

        .menu-header .navbar-light .navbar-nav .nav-item .nav-link {
            color: #fff;
            font-weight: normal;
            font-size: 15px;
            padding: 20px 30px;
            position: relative;
            transition: 0.3s;
        }

            .menu-header .navbar-light .navbar-nav .nav-item .nav-link:hover {
                background-color: rgba(0,0,0,0.5);
            }

            .menu-header .navbar-light .navbar-nav .nav-item .nav-link.active {
                background-color: rgba(0,0,0,0.5);
            }

                .menu-header .navbar-light .navbar-nav .nav-item .nav-link.active::before {
                    content: "";
                    position: absolute;
                    z-index: 1;
                    border: 0;
                    border-bottom: 2px solid #fff;
                    width: calc(100% - 60px);
                    bottom: 15px;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
                }

    .menu-header .navbar-light .navbar-toggler {
        border: 0;
        color: #fff
    }

        .menu-header .navbar-light .navbar-toggler:focus-visible {
            outline: unset;
        }

        .menu-header .navbar-light .navbar-toggler:focus {
            box-shadow: none;
        }

.logo img {
    display: none;
}

@media (max-width: 1200px) {
    .menu-header .navbar-light .navbar-nav .nav-item .nav-link {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .menu-header .navbar {
        padding: 5px 0;
    }

    .logo img {
        display: block;
        height: 75px;
    }

    .menu-header .navbar-collapse {
        margin-top: 20px;
    }

    .menu-header .navbar-light .navbar-nav .nav-item .nav-link.active::after {
        content: unset;
    }

    .menu-header .navbar-light .navbar-nav .nav-item .nav-link {
        padding: 15px 20px;
    }
}

@media (max-width: 576px) {
    .menu-header .navbar {
        padding: 5px 0;
    }

    .logo img {
        display: block;
        height: 50px;
    }

    .menu-header .navbar-light .navbar-nav .nav-item .nav-link.active::before{
        content: unset;
    }
}

.company-information {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 170px;
}

    .company-information h2 {
        background-color: #6cbe45;
        color: #fff;
        margin: 0;
        max-width: 610px;
        padding: 30px 120px;
        border-radius: 100px 0 0 100px;
        text-align: center;
        font-family: Nokia, sans-serif;
        font-size: 22px;
    }

        .company-information h2 span {
            display: block;
            font-size: 48px;
            font-weight: bold;
            margin-top: 10px;
        }

.services-company {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
}

    .services-company .content-service {
        max-width: 440px;
        width: 100%;
    }

        .services-company .content-service img {
            width: 50px;
            margin: 0 10px;
        }


@media (max-width: 1400px) {
    .company-information {
        margin-top: 127px;
    }

        .company-information h2 {
            margin-right: 0;
            max-width: 575px;
            padding: 30px 90px;
        }

    .services-company .content-service {
        max-width: 370px;
    }
}

@media (max-width: 1280px) {
    .company-information {
        margin-top: 90px;
    }

        .company-information h2 {
            margin-right: 0;
            max-width: 550px;
            padding: 28px 90px;
        }

    .services-company .content-service {
        max-width: 370px;
    }
}

@media (max-width: 992px) {
    .company-information {
        margin-top: 30px;
    }

        .company-information h2 {
            max-width: 556px;
            border: 3px solid #fff;
            border-right: 0;
        }

    .services-company .content-service {
        max-width: unset;
        text-align: right;
    }

        .services-company .content-service img {
            margin: 0;
            margin-left: 20px;
        }
}

@media (max-width: 576px) {
    .company-information h2 {
        width: auto;
        margin: 20px;
        border-radius: 20px;
        padding: 20px;
        font-size: 22px;
        border: 3px solid #fff;
    }

    .services-company {
        margin-top: 10px;
    }

        .services-company .content-service {
            text-align: center;
        }

            .services-company .content-service img {
                margin: 0 10px;
                border-radius: 50px;
                border: 3px solid #fff;
                width: 56px;
            }
}

section.about-us {
    background-color: #35a400;
    color: #fff;
    position: relative;
    z-index: -2;
    overflow: hidden;
}

.content-about {
    padding: 70px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .content-about .description-about {
        padding-right: 45px;
        max-width: calc(100% - 400px);
        overflow: hidden;
    }

        .content-about .description-about h2 {
            font-family: Bebas, sans-serif;
            font-size: 45px;
            text-transform: uppercase;
            margin-bottom: 26px;
        }

        .content-about .description-about h3 {
            font-family: Nokia, sans-serif;
            font-size: 25px;
            text-transform: uppercase;
            letter-spacing: 2px;
            text-align: justify;
            line-height: 1.5;
            margin-bottom: 18px;
        }

        .content-about .description-about p {
            text-align: justify;
            font-size: 15px;
            margin-bottom: 40px;
        }

    .content-about img {
        width: 400px;
    }

section.about-us .bg-image {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.32;
    height: 100%
}

@media (max-width: 1280px) {
    .content-about img {
        width: 300px;
    }

    .content-about .description-about {
        padding-right: 30px;
        max-width: calc(100% - 300px);
    }
}

@media (max-width: 992px) {
    .content-about {
        flex-wrap: wrap;
        text-align: center;
        position: relative;
    }

        .content-about .description-about {
            padding-right: 0;
            max-width: calc(100%);
        }

            .content-about .description-about h3 {
                text-align: center;
            }

            .content-about .description-about h2 {
                margin-bottom: 300px;
            }

        .content-about img {
            position: absolute;
            z-index: 1;
            top: 155px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }
}

.community {
    padding: 70px 0 140px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/bg-opaque.png);
}

    .community .title-community {
    }

        .community .title-community h2 {
            color: #3B6F35;
            text-transform: uppercase;
            font-family: Bebas, sans-serif;
            font-size: 45px;
            margin-bottom: 24px;
        }

        .community .title-community p {
            color: #3B6F35;
            text-transform: uppercase;
            font-size: 17px;
            margin-bottom: 48px;
            font-weight: bold;
        }

    .community .box-community {
        max-width: 170px;
        text-align: center;
        margin: auto;
    }

        .community .box-community img {
            max-width: 150px;
            text-align: center;
            margin: auto;
        }

        .community .box-community h2 {
            font-family: Nokia, sans-serif;
            color: #3B6F35;
            text-transform: uppercase;
            font-size: 17px;
            font-weight: bold;
            margin-top: 24px;
            line-height: 1.7;
        }

@media (max-width: 992px) {
    .community .title-community p {
        font-size: 16px;
    }
}

.field-activity {
    background-color: #3B6F35;
    padding-bottom: 100px;
    position: relative;
}

    .field-activity .title-field-activity h2 {
        color: #fff;
        text-transform: uppercase;
        font-family: Bebas, sans-serif;
        font-size: 45px;
        text-align: center;
        margin-bottom: 48px;
    }

    .field-activity .content-activity {
        display: flex;
        align-items: center;
    }

        .field-activity .content-activity img.banner-activity {
            width: 45%;
            border-radius: 4px;
        }

        .field-activity .content-activity .box-content-activity {
            width: 55%;
        }

            .field-activity .content-activity .box-content-activity .activity-child {
                display: flex;
                align-items: center;
            }

                .field-activity .content-activity .box-content-activity .activity-child:not(:first-child) {
                    margin-top: 40px;
                }

                .field-activity .content-activity .box-content-activity .activity-child img {
                    width: 200px;
                    padding: 0 50px;
                }

                .field-activity .content-activity .box-content-activity .activity-child .title-content {
                    color: #fff;
                }

                    .field-activity .content-activity .box-content-activity .activity-child .title-content h2 {
                        font-size: 17px;
                        font-weight: bold;
                        text-transform: uppercase;
                    }

                    .field-activity .content-activity .box-content-activity .activity-child .title-content p {
                        font-size: 15px;
                        margin: 0;
                        text-align: justify;
                    }

@media (max-width: 1400px) {
    .field-activity .content-activity img.banner-activity {
        width: 50%;
    }

    .field-activity .content-activity .box-content-activity {
        width: 50%;
    }
}

@media (max-width: 1280px) {
    .field-activity .content-activity img.banner-activity {
        width: 45%;
    }

    .field-activity .content-activity .box-content-activity {
        width: 55%;
    }
}

@media (max-width: 992px) {
    .field-activity .content-activity {
        display: block;
    }

        .field-activity .content-activity img.banner-activity {
            width: 100%;
        }

        .field-activity .content-activity .box-content-activity {
            width: 100%;
            margin-top: 24px;
        }

            .field-activity .content-activity .box-content-activity .activity-child img {
                width: 150px;
                padding-left: 0;
            }
}


@media (max-width: 576px) {
    .field-activity .content-activity .box-content-activity .activity-child img {
        width: 120px;
        padding-right: 20px;
    }

    .field-activity .title-field-activity h2 {
        font-size: 50px;
    }
}

.box-album-activity {
    padding: 0 35px;
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
}

#list-album-activity {
}

    #list-album-activity .album-images {
        height: 280px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border: 5px solid #fff4ea;
    }

@media (max-width: 1400px) {
    #list-album-activity .album-images {
        height: 210px;
    }
}

section.blog {
    padding: 100px 0 40px 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    background-image: url(../images/bg-opaque-3.png);
}

.blog .title-blog h2 {
    color: #3B6F35;
    text-transform: uppercase;
    font-family: Bebas, sans-serif;
    font-size: 45px;
    margin-bottom: 42px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-fisrt-blog {
    overflow: hidden;
}


    .box-fisrt-blog img {
        width: 100%;
        transition: 0.3s;
    }

    .box-fisrt-blog:hover img {
        transform: scale(1.1);
    }

    .box-fisrt-blog h2 {
        font-family: Bebas, sans-serif;
        font-size: 24px;
        color: #6CBE45;
        padding-left: 30px;
        position: relative;
    }

        .box-fisrt-blog h2:before {
            content: "";
            position: absolute;
            z-index: 1;
            width: 20px;
            height: 8px;
            background-color: #6cbe45;
            left: 1px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .box-fisrt-blog .content-blog {
        padding: 24px 0;
    }

    .box-fisrt-blog .description-blog {
        font-size: 15px;
        color: #5C5C5C;
        padding-left: 30px;
    }

        .box-fisrt-blog .description-blog .category-blog {
            text-transform: uppercase;
        }

.box-list-blog {
}

    .box-list-blog .item-blog {
        padding: 12px 0;
        border-bottom: 1px solid #c9c9c9;
        overflow: hidden;
    }

        .box-list-blog .item-blog:last-child {
            border-bottom: 0;
        }

        .box-list-blog .item-blog:first-child {
            padding-top: 0;
        }

        .box-list-blog .item-blog .bg-item-blog {
            height: 170px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            transition: 0.3s;
        }


        .box-list-blog .item-blog .content-blog {
            padding: 12px 0;
        }

            .box-list-blog .item-blog .content-blog h2 {
                font-size: 16px;
                color: #5C5C5C;
                margin: 0;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

.content-last-blog {
    margin-top: 60px;
}

    .content-last-blog .item-blog {
        display: flex;
        padding: 16px 0;
        border-top: 1px solid #c9c9c9;
        overflow: hidden;
    }

    .content-last-blog .row > *:first-child .item-blog:first-child {
        border-top: 0;
        padding-top: 0;
    }

    .content-last-blog .row > *:nth-child(2) .item-blog:first-child {
        border-top: 0;
        padding-top: 0;
    }

    .content-last-blog .item-blog .bg-item-blog {
        height: 130px;
        width: 130px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border: 1px solid #c9c9c9;
        transition: 0.3s;
    }

    .content-last-blog .item-blog .content-blog {
        width: calc(100% - 130px);
        padding-left: 12px;
        margin-top: -4px;
        position: relative;
    }

        .content-last-blog .item-blog .content-blog h2 {
            font-family: Nokia, sans-serif;
            font-size: 17px;
            color: #6cbe45;
            text-transform: uppercase;
            text-align: justify;
            font-weight: bold;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .content-last-blog .item-blog .content-blog .description-blog {
            font-size: 15px;
            color: #5C5C5C;
            padding-bottom: 30px;
        }

            .content-last-blog .item-blog .content-blog .description-blog .category-blog {
                text-transform: uppercase;
            }

.view-more {
    color: #3b6f35;
    transition: 0.3s;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}

    .view-more:hover {
        color: #6CBE45;
    }

    .view-more i {
        font-size: 12px;
        margin-left: 3px;
    }

@media (max-width: 992px) {
    .box-list-blog .item-blog .bg-item-blog {
        height: 90px;
    }
}

@media (max-width: 576px) {
    .box-fisrt-blog h2 {
        padding-left: 0;
    }

        .box-fisrt-blog h2:before {
            content: none;
        }

    .box-fisrt-blog .description-blog {
        padding-left: 0;
    }

    .content-last-blog .item-blog .content-blog h2,
    .content-last-blog .item-blog .content-blog .description-blog,
    .box-list-blog .item-blog .content-blog h2,
    .box-fisrt-blog .description-blog {
        font-size: 16px;
    }

    .content-last-blog .row > *:nth-child(2) .item-blog:first-child {
        border-top: 1px solid #c9c9c9;
        padding-top: 28px;
    }
}

footer {
    position: relative;
}

    footer img {
        width: 100%;
    }

    footer .content-footer {
        position: absolute;
        z-index: 1;
        left: 0;
        bottom: 60px;
        width: 100%;
        background-color: #3B6F35;
        padding: 30px;
        text-align: center;
        color: #fff;
    }

        footer .content-footer h2 {
            font-family: Bebas, sans-serif;
            font-size: 32px;
            text-transform: uppercase;
        }

        footer .content-footer h3 {
            font-size: 15px;
        }

            footer .content-footer h3 a {
                color: #fff;
            }

                footer .content-footer h3 a:hover {
                    text-decoration: underline;
                }

.brb-1 {
    border-bottom: 1px solid #fff;
    max-width: 600px;
    margin: 16px auto 24px auto;
}

@media (max-width: 1400px) {
    footer .content-footer {
        padding: 24px;
    }

        footer .content-footer h2 {
            font-size: 24px;
        }

        footer .content-footer h3 {
            font-size: 16px;
        }
}

@media (max-width: 992px) {
    footer .content-footer {
        padding: 8px;
        bottom: 20px;
    }
}

@media (max-width: 576px) {
    footer .content-footer {
        bottom: 0;
    }

        footer .content-footer h2 {
            font-size: 22px;
        }

        footer .content-footer h3 {
            font-size: 12px;
        }

    footer img {
        padding-bottom: 100px;
    }
}

.breadcrumb-page .bg-breadcrumb {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/bg-breadcrumb.jpg");
    height: 200px;
    position: relative;
}

    .breadcrumb-page .bg-breadcrumb .color-coating {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(25, 31, 45, 0.6);
    }

.breadcrumb-page .title-breadcrumb {
    color: #fff;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-family: Bebas, sans-serif;
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.pagination {
    justify-content: center;
    margin-top: 20px;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        border: 1px solid #c9c9c9;
        border-radius: 5px;
        margin: 0 2px;
    }

        .pagination a.active {
            background-color: #4CAF50;
            color: white;
            border-radius: 5px;
            border: 1px solid #4CAF50;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
            border-radius: 5px;
        }

.blog-detail-content {
    text-align: justify;
}

    .blog-detail-content .title-blog-detail {
        font-family: Nokia, sans-serif;
        font-size: 24px;
        color: #6cbe45;
        text-transform: uppercase;
        text-align: justify;
        font-weight: bold;
        line-height: 1.5;
    }

    .blog-detail-content .description-content {
        text-align: justify;
        color: #555555;
    }

    .blog-detail-content .introduce-blog-detail {
        font-size: 16px;
        color: #5C5C5C;
    }

        .blog-detail-content .introduce-blog-detail .category-blog {
            text-transform: uppercase;
        }

    .blog-detail-content img {
        width: 100%;
        padding-bottom: 40px;
    }

.box-contact {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 8px;
    padding: 30px;
}

    .box-contact h2 {
        font-size: 32px;
        color: #3b6f35;
        text-transform: uppercase;
        text-align: justify;
        font-weight: bold;
    }

    .box-contact h3 {
        font-size: 18px;
        color: #3b6f35;
        text-transform: uppercase;
        text-align: justify;
        font-weight: bold;
    }

    .box-contact p {
        font-size: 17px;
        color: #5C5C5C;
        margin: 0;
        word-wrap: break-word;
    }

    .box-contact i {
        color: #c9c9c9;
    }

@media (max-width: 992px) {
    .space-phone-number {
        display: none;
    }
}

@media (max-width: 576px) {
    .space-phone-number {
        display: unset;
    }
}

.box-service {
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 16px 24px;
    background-color: #f8fff8;
    height: 100%;
    transition: 0.3s;
}

    .box-service:hover {
        transform: scale(1.05)
    }

    .box-service .icon-service {
        width: 65px;
        margin-bottom: 12px;
        border: 2px solid #3b6f35;
        border-radius: 50%;
        background-color: #3b6f35;
    }

    .box-service .title-service {
        font-family: Bebas, sans-serif;
        font-size: 22px;
        color: #6CBE45;
    }

    .box-service .description-service {
        font-size: 16px;
        color: #5C5C5C;
        text-align: justify;
        margin: 0;
    }

.menu-header .dropdown .dropdown-menu.show {
    padding: 0;
    background-color: #6cbe45;
    border-radius: 0;
    margin-top: 8px;
}
    .menu-header .dropdown .dropdown-menu.show:before {
        content: "";
        position: absolute;
        z-index: -1;
        width: 12px;
        height: 12px;
        background-color: #6cbe45;
        left: 20px;
        top: -6px;
        transform: rotate(45deg);
    }

    .menu-header .dropdown .dropdown-menu.show .dropdown-item {
        color: #fff;
        padding: 8px 24px;
        min-width: 280px;
        transition: 0.3s;
        text-transform: capitalize;
        white-space: normal;
    }

    .menu-header .dropdown .dropdown-menu.show li:last-child .dropdown-item {
        border-bottom: 0;
    }

    .menu-header .dropdown .dropdown-menu.show .dropdown-item:hover {
        background-color: #386f35;
    }

@media (max-width: 992px) {
    .menu-header .dropdown .dropdown-menu.show {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        border: 0;
    }

        .menu-header .dropdown .dropdown-menu.show .dropdown-item {
            border-bottom: 0;
            position: relative;
            padding: 10px 8px 8px 45px;
        }

            .menu-header .dropdown .dropdown-menu.show .dropdown-item:before {
                font: var(--fa-font-solid);
                content: "\f30b";
                position: absolute;
                z-index: 1;
                top: 50%;
                left: 20px;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }
}

.title-relationship {
    font-family: Bebas, sans-serif;
    font-size: 28px;
    color: #6CBE45;
    margin-bottom: 16px;
}

.box-relationship-detail {
    text-align: center;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    padding: 24px 8px 8px;
    transition: 0.3s;
    overflow: hidden
}

    .box-relationship-detail:hover .icon-file-detail {
        transform: scale(1.1)
    }

        .box-relationship-detail:hover .icon-file-detail i {
            color: #6cbe45;
        }

    .box-relationship-detail .date-created {
        color: #3c6e39;
        font-weight: 600;
        font-family: Bebas, sans-serif;
        margin-bottom: 3px;
        font-size: 15px;
    }

    .box-relationship-detail .icon-file-detail {
        padding-bottom: 12px;
        transition: 0.3s;
    }


        .box-relationship-detail .icon-file-detail i {
            font-size: 96px;
            color: #ececec;
            transition: 0.3s;
        }


    .box-relationship-detail h3 {
        font-family: Bebas, sans-serif;
        font-size: 16px;
        color: #3b6f35;
        text-transform: uppercase;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.content-page-blog .item-child-blog {
    margin-bottom: 20px;
}


.content-page-blog .image-item-child {
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #dfdfdf;
}

.item-child-blog .bg-item-child {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    transition: 0.3s;
}

.item-child-blog:hover .bg-item-child {
    transform: scale(1.1)
}

.item-child-blog .content-child {
    margin: 0;
    padding: 15px 0;
}

    .item-child-blog .content-child .infomation-blog-child {
        color: #747c8f;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .item-child-blog .content-child .title-child {
        color: #212529;
        font-weight: 700;
        transition: 0.3s;
        text-align: justify;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .item-child-blog .content-child .title-child:hover {
            color: #6CBE45;
        }

.view-detail-blog {
    background-image: linear-gradient(to right,#4CAF50, #6CBE45);
    color: #fff;
    display: inline-flex;
    text-decoration: unset;
    padding: 7px 12px;
    font-size: 15px;
    border-radius: 4px;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
    margin-top: 28px;
    transition: 0.3s;
}

    .view-detail-blog:hover {
        background-image: linear-gradient(to left,#4CAF50, #6CBE45);
        color: #fff;
    }

.title-related-blog {
    font-family: Nokia, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    text-align: justify;
    font-weight: bold;
    line-height: 1.5;
}

.related-blog a {
    margin-bottom: 16px;
}

.related-blog .items-related-blog {
    display: flex;
    margin-bottom: 16px;
}

    .related-blog .items-related-blog .bg-item-related {
        border-radius: 4px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        width: 115px;
        height: 115px;
        margin-right: 12px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .related-blog .items-related-blog .content-item-related {
        width: calc(100% - 127px);
    }

        .related-blog .items-related-blog .content-item-related h2 {
            font-family: Bebas, sans-serif;
            font-size: 18px;
            color: #6CBE45;
            text-align: justify;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 8px;
        }

        .related-blog .items-related-blog .content-item-related p {
            font-size: 14px;
            text-align: justify;
            color: #555555;
            margin: 0;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.category-blog .item-details-category-blog {
    font-family: Bebas, sans-serif;
    font-size: 18px;
    color: #5C5C5C;
    display: block;
    margin-bottom: 10px;
    transition: 0.3s;
}

    .category-blog .item-details-category-blog:hover {
        color: #6CBE45;
    }

.tag-content {
}

    .tag-content .items-tags {
        display: inline-block;
        border: 1px solid #5C5C5C;
        border-radius: 4px;
        padding: 6px 12px;
        color: #5C5C5C;
        line-height: 1;
        margin-bottom: 5px;
        cursor: pointer;
        transition: 0.3s;
    }

        .tag-content .items-tags:hover {
            background: #6CBE45;
            border: 1px solid #6CBE45;
            color: #fff;
        }

@media (max-width: 992px) {
    .blog-detail-content .description-content {
        margin-bottom: 45px;
    }

    .category-blog .item-details-category-blog {
        display: inline-block;
    }

        .category-blog .item-details-category-blog:not(:first-child) {
            padding-left: 12px;
        }

    .related-blog {
        display: flex;
        flex-wrap: wrap;
    }

        .related-blog a {
            width: 50%;
            padding-left: 8px;
        }

            .related-blog a:nth-child(odd) {
                padding-left: 0;
                padding-right: 8px;
            }
}

@media (max-width: 576px) {
    .related-blog a {
        width: 100%;
        padding-left: 0;
    }

        .related-blog a:nth-child(odd) {
            padding-right: 0;
        }
}

.box-title-relationship-detail {
    display: flex;
    justify-content: center;
    height: 46px;
    align-items: start;
}


.body-services {
    position: relative;
    background-color: #edffed;
    margin-bottom: 60px;
    overflow: hidden;
}

    .body-services .box-title-services {
        position: absolute;
        z-index: 2;
        top: 0;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .body-services .box-text {
        width: 50%;
    }

    .body-services .box-title-services h2 {
        font-family: Bebas, sans-serif;
        font-size: 45px;
        text-transform: uppercase;
        margin-bottom: 26px;
        color: #3b6f35;
    }

    .body-services .box-title-services p {
        font-size: 16px;
        color: #353535;
        text-align: justify;
        margin-bottom: 60px;
    }

    .body-services .box-title-services a.btn {
        background-image: linear-gradient(to right,#4CAF50, #6CBE45);
        color: #fff;
        display: inline-flex;
        text-decoration: unset;
        padding: 14px 30px 10px 20px;
        font-size: 15px;
        border-radius: 4px;
        align-items: center;
        cursor: pointer;
        transition: 0.3s;
    }

        .body-services .box-title-services a.btn:hover {
            background-image: linear-gradient(to left,#4CAF50, #6CBE45);
            color: #fff;
        }

    .body-services .image-header-services {
        display: flex;
        justify-content: flex-end;
    }

        .body-services .image-header-services img {
            width: 40%;
        }

@media (max-width: 991px) {
    .body-services .image-header-services {
        margin-top: 100px;
    }

        .body-services .image-header-services img {
            width: 60%;
        }
}

@media (max-width: 576px) {
    .body-services .box-text {
        width: 100%;
    }

    .body-services .box-title-services h2 {
        font-size: 32px;
        margin-bottom: 11px;
    }

    .body-services .box-title-services p {
        margin-bottom: 24px;
    }

    .body-services .image-header-services {
        min-height: 250px;
    }
}

.banner-header {
    background-image: url(../images/banner/bg-banner1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

    .banner-header .container-banner {
        margin: 0 190px;
    }

    .banner-header .content-banner-header {
        background-color: rgba(255,255,255,0.85);
        height: calc(100vh - 120px);
        overflow: hidden;
    }

    .banner-header .images-banner-header {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
    }

        .banner-header .images-banner-header img {
            width: 100%;
        }

    .banner-header .images-asset-header {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
    }

    .banner-header .content-banner-header .title-slider {
        width: calc(100% - 370px);
    }

    .banner-header .content-banner-header .box-title-slider {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 9;
        padding-top: 80px;
    }

    .banner-header .content-banner-header .title-slider h1 {
        color: #3B6F35;
        font-family: Beautiful, sans-serif;
        text-transform: none;
        font-weight: bold;
        font-size: 58px;
        margin-bottom: 16px;
        line-height: 90px;
    }

    .banner-header .content-banner-header .title-slider h2 {
        color: #3B6F35;
        font-family: Bebas, sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 48px;
        margin: 0;
        text-align: right;
        max-width: 750px;
    }

    .banner-header .content-banner-header .logo-slider {
        width: 200px;
    }

        .banner-header .content-banner-header .logo-slider img {
            width: 100%;
        }

@media (max-width: 1600px) {
    .banner-header .container-banner {
        margin: 0 90px;
    }

    .company-information h2 {
        max-width: 520px;
        padding: 30px 60px;
    }
}

@media (max-width: 1400px) {
    .banner-header .container-banner {
        margin: 0 90px;
    }

    .banner-header .images-banner-header {
        width: 700px;
    }

    .banner-header .content-banner-header .box-title-slider {
        padding-top: 15px;
    }
}

@media (max-width: 1300px) {
    .banner-header .images-banner-header {
        width: 520px;
    }

    .company-information {
        margin-top: 50px;
    }
}

@media (max-width: 920px) {
    .banner-header .content-banner-header .box-title-slider {
        padding-top: 90px;
    }

    .company-information {
        margin-top: 90px;
    }

    .banner-header .container-banner {
        margin: 0 20px;
    }

    .banner-header .content-banner-header .logo-slider {
        width: 170px;
    }

    .banner-header .content-banner-header .title-slider {
        width: calc(100% - 200px);
    }

    .banner-header .images-asset-header {
        width: 350px;
    }

    .banner-header .content-banner-header .title-slider h1 {
        font-size: 45px;
    }

    .banner-header .content-banner-header .title-slider h2 {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    .banner-header .content-banner-header .logo-slider {
        display: none;
    }

    .banner-header .content-banner-header .title-slider {
        width: 100%;
    }

    .banner-header .images-asset-header {
        width: 280px;
    }

    .banner-header .images-banner-header {
        display: none;
    }

    .banner-header .content-banner-header .box-title-slider {
        padding-top: 120px;
    }

    .banner-header .content-banner-header .title-slider h1 {
        font-size: 45px;
        line-height: 60px;
        text-align: center;
        margin-bottom: 30px;
    }

    .banner-header .content-banner-header .title-slider h2{
        text-align: center;
    }

    .company-information {
        margin-top: 24px;
    }

        .company-information h2 {
            padding: 30px 20px;
        }
            .company-information h2 span {
                font-size: 36px;
            }
}

.item-blog:hover .bg-item-blog {
    transform: scale(1.1);
}

.light-effect {
    position: relative;
    overflow: hidden;
}

    .light-effect:after {
        content: ' ';
        position: absolute;
        height: 200%;
        width: 150%;
        top: 0px;
        left: 0px;
        z-index: 2;
        -webkit-animation: moveafter 6s infinite linear;
        -moz-animation: moveafter 6s infinite linear;
        animation: moveafter 6s infinite linear;
        background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 100%);
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(45%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.2)), color-stop(55%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
        background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 55%,rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(-45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 55%,rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(-45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 55%,rgba(255,255,255,0) 100%);
        background: linear-gradient(135deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 55%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    }

@keyframes moveafter {
    0% {
        top: 100%;
        left: 100%;
    }

    50% {
        top: -100%;
        left: -100%;
    }

    100% {
        top: -100%;
        left: -100%;
    }
}

.about-us-item {
    display: flex;
    align-items: flex-start;
}

    .about-us-item .image-company {
        width: 50%;
        padding-left: 65px;
        order: 2;
    }

        .about-us-item .image-company img {
            width: 100%;
            border-radius: 4px;
            overflow: hidden;
            transition: 0.3s;
        }

            .about-us-item .image-company img:hover {
                transform: scale(1.05)
            }

    .about-us-item .infomation-company {
        width: 50%;
        order: 1;
    }

        .about-us-item .infomation-company h2 {
            color: #3B6F35;
            text-transform: uppercase;
            font-family: Bebas, sans-serif;
            font-size: 32px;
            margin-bottom: 8px;
            margin-top: -5px;
        }

        .about-us-item .infomation-company h3 {
            color: #6CBE45;
            font-size: 18px;
            margin-bottom: 20px;
        }

        .about-us-item .infomation-company p {
            margin-bottom: 10px;
            font-size: 18px;
            text-align: justify;
            color: #555555;
        }

            .about-us-item .infomation-company p span {
                color: #3B6F35;
                font-family: Bebas, sans-serif;
                font-size: 19px;
                letter-spacing: 1.2px;
            }

.introduce {
    margin-top: 32px;
}

    .introduce h2 {
        color: #3B6F35;
        text-transform: uppercase;
        font-family: Bebas, sans-serif;
        font-size: 32px;
        margin-bottom: 8px;
        text-align: center;
    }

    .introduce p {
        font-size: 18px;
        text-align: justify;
        color: #555555;
    }

.deparment-about-us {
    margin-top: 32px;
}

    .deparment-about-us h2.item-title-deparment {
        color: #3B6F35;
        text-transform: uppercase;
        font-family: Bebas, sans-serif;
        font-size: 32px;
        margin-bottom: 40px;
        text-align: center;
    }

.box-deparment {
    display: flex;
    align-items: flex-start;
}

    .box-deparment img {
        width: 50%;
        padding-right: 18px;
    }

    .box-deparment .w-content-deparment {
        width: 50%;
    }

.content-deparment {
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    border-radius: 4px;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 6px 24px;
    margin-bottom: 12px;
}

    .content-deparment:after {
        content: "";
        height: 100%;
        width: 4px;
        background-color: #3b6f35;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
    }

    .content-deparment .title-deparment {
        font-family: Bebas, sans-serif;
        font-size: 22px;
        color: #3b6f35;
    }

    .content-deparment .description-deparment {
        font-family: Nokia, sans-serif;
        font-size: 16px;
        color: #5C5C5C;
        text-align: justify;
        margin: 0;
    }

.about-us-deparment {
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 16px 24px;
    height: 100%;
    font-size: 16px;
    color: #5C5C5C;
    text-align: justify;
    margin-bottom: 12px;
    position: relative;
}

    .about-us-deparment:after {
        content: "";
        height: 100%;
        width: 4px;
        background-color: #3b6f35;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
    }

@media (max-width: 1400px) {
    .about-us-item .infomation-company {
        width: 55%;
    }

    .about-us-item .image-company {
        width: 45%;
        padding-left: 25px;
    }

    .about-us-item .infomation-company p {
        margin-bottom: 4px;
    }

    .about-us-item .infomation-company h3 {
        margin-bottom: 12px;
    }
}

@media (max-width: 1200px) {
    .about-us-item {
        display: unset;
    }

        .about-us-item .infomation-company {
            width: 100%;
        }

        .about-us-item .image-company {
            float: right;
        }

        .about-us-item .infomation-company p {
            margin-bottom: 8px;
        }
}

@media (max-width: 992px) {
    .about-us-item .image-company {
        width: 50%;
        padding-left: 4px;
    }

    .about-us-item .infomation-company p {
        margin-bottom: 4px;
    }

    .about-us-item .image-company {
        padding-top: 16px;
    }

    .box-deparment {
        display: block;
    }

        .box-deparment .w-content-deparment {
            width: 100%;
        }

        .box-deparment img {
            width: 100%;
            padding-left: 0;
        }
}

.contact-iframe {
    padding: 7px;
    padding-bottom: 0;
}

.btn-contact {
    background-image: linear-gradient(to right,#4CAF50, #6CBE45);
    color: #fff;
    display: inline-flex;
    text-decoration: unset;
    padding: 8px 20px 8px 20px;
    font-size: 15px;
    border-radius: 4px;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

    .btn-contact:hover {
        background-image: linear-gradient(to left,#4CAF50, #6CBE45);
        color: #fff;
    }

.form-group {
    margin-bottom: 1rem;
}

.box-contact h3 {
    font-size: 26px;
    color: #6CBE45;
    text-transform: uppercase;
    text-align: justify;
    font-weight: bold;
    text-align: center;
}

.box-contact input {
    min-height: 45px;
}

.box-shadow-none {
    box-shadow: none;
}

.title-site-page {
    color: #3B6F35;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    position: relative;
    padding-bottom: 7px;
}

    .title-site-page:before {
        content: "";
        position: absolute;
        z-index: 1;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 2px;
        background-color: #6CBE45;
        display: block;
    }

.title-site-page-2 {
    color: #3B6F35;
    text-transform: uppercase;
    font-family: Bebas, sans-serif;
    font-size: 40px;
    margin-bottom: 8px;
    text-align: center;
}


.title-site-page-3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #3B6F35;
    text-transform: uppercase;
    text-align: left;
}

    .title-site-page-3:before {
        content: '';
        width: 5px;
        height: 26px;
        background-color: #6CBE45;
        display: inline-block;
        margin-right: 15px;
        border-radius: 3px;
    }

.service-page .item-service {
    display: block;
    font-size: 18px;
    padding: 12px 0;
    cursor: pointer;
    transition: 0.1s;
    color: #142a12;
    border-top: 1px solid #e8e8e8;
}

    .service-page .item-service:first-child {
        border-top: 0;
    }

    .service-page .item-service.active, .service-page .item-service:hover {
        font-weight: bold;
        color: #3B6F35;
    }

    .service-page .item-service i {
        min-width: 26px;
    }


h2.title-new-blogs {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #3B6F35;
    text-transform: uppercase;
    font-family: Bebas, sans-serif;
}

    h2.title-new-blogs:before {
        content: '';
        width: 5px;
        height: 26px;
        background-color: #6CBE45;
        display: inline-block;
        margin-right: 15px;
        border-radius: 3px;
    }

.sub-item-child-blog {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    cursor: pointer;
}

    .sub-item-child-blog:last-child {
        margin-bottom: 0;
    }

    .sub-item-child-blog .image-sub-item {
        overflow: hidden;
        border-radius: 5px;
        border: 1px solid #dfdfdf;
        width: 90px;
    }

        .sub-item-child-blog .image-sub-item .bg-sub-item {
            height: 65px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            overflow: hidden;
            transition: 0.3s;
        }

    .sub-item-child-blog .title-sub-content-child {
        width: calc(100% - 90px);
        padding-left: 8px;
    }

        .sub-item-child-blog .title-sub-content-child h2 {
            font-weight: 600;
            font-size: 16px;
            margin-bottom: 3px;
            text-align: justify;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            transition: 0.3s;
            color: #212529;
        }

        .sub-item-child-blog .title-sub-content-child p {
            color: #747c8f;
            font-size: 15px;
            margin: 0;
        }

    .sub-item-child-blog:hover .image-sub-item .bg-sub-item {
        transform: scale(1.1);
    }

    .sub-item-child-blog:hover .title-sub-content-child h2 {
        color: #6CBE45;
    }

.sub-content-page-blog {
    margin-bottom: 30px;
    position: relative;
}

.sub-item-child-notification {
    padding: 15px;
    padding-right: 30px;
    border: 1px solid #dfdfdf;
    display: block;
    border-radius: 8px;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
}

    .sub-item-child-notification:hover {
        transform: scale(1.05);
    }

    .sub-item-child-notification:before {
        font: var(--fa-font-solid);
        content: "\f054";
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .sub-item-child-notification h2 {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 3px;
        text-align: justify;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: 0.3s;
        color: #212529;
    }

    .sub-item-child-notification p {
        color: #747c8f;
        font-size: 15px;
        margin: 0;
    }


@media (max-width: 1199px) {
    .layout-new-blogs {
        margin-bottom: 36px;
    }

    .list-content-sub-page {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 -12px;
        width: calc(100% + 24px);
    }

        .list-content-sub-page .sub-item-child-blog {
            display: block;
            width: 33.33333333%;
            padding: 0 12px;
        }

            .list-content-sub-page .sub-item-child-blog .image-sub-item {
                width: 100%;
                border-radius: 8px;
            }

            .list-content-sub-page .sub-item-child-blog .title-sub-content-child {
                width: 100%;
                padding: 15px 0;
                display: flex;
                flex-wrap: wrap;
            }

                .list-content-sub-page .sub-item-child-blog .title-sub-content-child h2 {
                    width: 100%;
                    order: 1;
                    margin-bottom: 0;
                }

                .list-content-sub-page .sub-item-child-blog .title-sub-content-child p {
                    width: 100%;
                    margin-bottom: 5px;
                    order: 0;
                }

            .list-content-sub-page .sub-item-child-blog .image-sub-item .bg-sub-item {
                height: 200px;
            }

    .sub-content-page-blog .view-more {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 6px;
    }
}

@media (max-width: 992px) {
    .list-content-sub-page .sub-item-child-blog {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .list-content-sub-page .sub-item-child-blog {
        width: 100%;
    }
}


.about-us-page .item-about {
    display: block;
    font-size: 18px;
    padding: 12px 0;
    cursor: pointer;
    transition: 0.1s;
    color: #142a12;
    border-top: 1px solid #e8e8e8;
}

    .about-us-page .item-about:first-child {
        border-top: 0;
    }

    .about-us-page .item-about.active, .about-us-page .item-about:hover {
        font-weight: bold;
        color: #3B6F35;
    }

    .about-us-page .item-about i {
        min-width: 26px;
    }

.modal-center-box .modal-dialog {
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    margin: 0 auto;
}
    .modal-center-box .modal-dialog .modal-content {
        background-color: transparent;
        border: 0;
    }

        .modal-center-box .modal-dialog .modal-content img {
            border-radius: 8px;
        }

.text-right {
    text-align: right !important;
}
.image-modal {
    max-height: calc(100vh - 100px);
    overflow: auto
}

.list-album-images {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    width: calc(100% + 10px);
}
    .list-album-images .item-album-images {
        width: 33.33333333%;
        padding: 0 5px;
    }

.image-item-album {
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #dfdfdf;
    margin-bottom: 10px;
    cursor: pointer;
}

    .image-item-album .bg-album-company {
        height: 200px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        overflow: hidden;
        transition: 0.3s;
    }

@media (max-width: 1200px) {
    .list-album-images .item-album-images {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .list-album-images .item-album-images {
        width: 100%;
    }

    .task-menu{
        order: 2;
    }
    .task-content{
        order: 1;
    }
}

.service-page table{
    max-width: 100%;
}

.images-about-mobile{
    display: none;
}

@media (max-width: 576px) {
    .about-us-item {
        position: relative;
    }
        .about-us-item .image-company{
            display: none;
        }

    .images-about-mobile {
        display: block;
    }
    .about-us-item .infomation-company h2 {
        margin-bottom: 20px;
    }
    .about-us-item .infomation-company h3{
        margin-top: 20px;
    }
}

.relationship .nav-pills {
    margin: auto;
    margin-bottom: 1rem;
    justify-content: center;
}
    .relationship .nav-pills .nav-link {
        background-color: #ececec;
        color: #000;
        margin-right: 0.34rem;
        margin-bottom: 0.34rem;
    }
    .relationship .nav-pills .nav-link.active {
        background-color: #6ebd50;
        color: #fff;
    }
        .relationship .nav-pills .nav-link:hover {
            background-color: #6ebd50;
            color: #fff;
        }

@media (max-width: 1400px) {
    .relationship .nav-pills {
        max-width: 930px;
    }
}