/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.bg-main {
    background: var(--color-main);
}

.left-topbar {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.left-topbar > li {
    margin-right: 1rem;
}

.left-topbar > li a {
    color: white;
}

.menutop-html .list-inline {
    display: flex;
    margin: 0;
}

.menutop-html .list-inline > li {
    margin-right: 1rem;
}

.menutop-html .list-inline > li a {
    color: white;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.bg-about {
    position: relative;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    padding: 5rem 0;
}

.content_about .title-section {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
}

.intro__button-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.intro__button-video i {
    font-size: 6rem;
    aspect-ratio: 1/1;
    width: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-highlight);
    border-radius: 100%;
    color: var(--color-highlight);
}

.product-service .title-section {
    text-align: center;
    background: var(--color-main);
    display: inline-block;
    color: var(--white);
    padding: 1.5rem 3rem;
    position: relative;
    margin-bottom: 3rem;
}

.product-service .title-section:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 61px solid var(--color-main);
    border-right: 61px solid transparent;
    position: absolute;
    left: 100%;
    top: 0;
}

.product-service .item-title-category a {
    background-color: var(--gray);
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    padding: 1.5rem;
    text-transform: uppercase;
    color: black;
}

.hight-light {
    text-align: center;
    width: 100%;
    padding: 3rem 2rem;
    background: var(--color-main);
    background: linear-gradient(90deg, var(--color-main) 0%, var(--color-highlight) 50%);
    font-size: 1.6rem;
    color: var(--white);
}

.hight-light * {
    font-size: 1.6rem;
    padding-right: 4px;
}

.swiper-capacity--top {
    display: flex;
    align-items: center;
}

.item-capacity img {
    max-width: 5rem;
}

.swiper-capacity--tile {
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.item-capacity {
    border-left: 1px solid #e1e1e1;
    padding: 0 3rem;
}

.item-capacity:first-child {
    border: 0;
}

.bg-develop {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15rem 0;
}

.item-develop img {
    max-width: 6rem;
}

.swiper-develop--tile {
    font-size: 2rem;
    font-weight: bold;
    margin: 1rem 0;
}

.bg-develop .swiper {
    padding-bottom: 2rem;
}

.bg-develop .swiper-pagination {
    bottom: 0px;
}

.bg-develop .swiper-pagination-bullet {
    background: white;
}

.article-tab li a {
    border-radius: 20px;
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.block-tab.article-tab li.active .nav-link, .block-tab.article-tab li.hover .nav-link, .block-tab.article-tab li .nav-link.active {
    background: var(--color-main);
    color: #fff !important;
}

.article-tab {
    margin-bottom: 30px;
}

.article-tab li a:after {
    display: none;
}

.block-tab.article-tab li:hover .nav-link {
    color: var(--color-main);
}

.article-home .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 1rem;
}

.article-home .article-title a , .article-home .article-title a:hover {
    color: var(--white);
}

.article-home .article-title a:hover {
    text-decoration: underline;
}

.article-home .article-description {
    display: none;
    color: white;
}

.article-home:hover .inner-image:before {
    top: 0;
    height: 100% !important;
    background-image: none;
    background-color: rgba(0,0,0,.65);
}

.article-home .inner-image:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50% !important;
    width: 100% !important;
    object-fit: cover;
    background-image: -webkit-linear-gradient(bottom, #2f2f2f, transparent);
    z-index: 1;
}

.article-home:hover .article-description {
    display: block !important;
}

.box-breadcrumb {
    position: relative;
}

.box-breadcrumb img {
    width: 100%;
}

.box-breadcrumb .breadcrumbs-section {
    font-size: 13px;
    line-height: 24px;
    background: rgb(0 0 0 / 50%);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding: 13px 0;
    display: block;
}

.title-section-left {
    background: var(--color-main);
    color: var(--white);
    padding: 0 1.5rem;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    font-style: italic;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.categories-section li {
    background: #eee;
    font-size: 14px;
    color: #333;
    display: block;
}

.categories .categories-section > li > a {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    border-bottom: 2px solid #fff;
}

.products-cat .title {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
    line-height: 1;
}

.products-cat .title:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: var(--color-main);
    bottom: 0;
}

.list-article-ratio {
    padding-top: 55%;
}

.list-article .bg-cat {
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: left center;
    position: absolute;
}

.list-article .inner-content {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 32%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list-article .bg-cat-hover, .list-article:hover .bg-cat {
    opacity: 0;
}

.list-article:hover .bg-cat-hover {
    opacity: 1;
}

.list-article .article-title a {
    color: black;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    position: relative;
    background: var(--color-main);
}

.back-footer {
    position: relative;
    padding-top: 36.5%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
}

.bg-footer {
    position: absolute;
    width: 100%;
    height: 100%;
}

.newsletter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
}

.newsletter .title-footer {
    margin: 0;
    display: inline-block;
    padding-right: 1.5rem;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.newsletter .form-group {
    position: relative;
    margin: 0;
}

.newsletter form {
    display: inline-block;
    max-width: 500px;
    width: 100%;
}

.newsletter .btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    height: 100%;
    line-height: 40px;
    max-height: 40px;
    border-radius: 0;
    padding: 0 1rem !important;
    background: var(--color-main);
}

.entire-info-website {
    color: var(--white);
}

.title-footer {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 3rem;
    font-size: 15px;
}

.comp_name {
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.footer-menu-section .list-unstyled li a {
    color: white;
    margin-bottom: 1rem;
    display: block;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 768px) {
}

@media (max-width: 500px) {
    .bg-about {
        background: none;
    }

    .product-service .title-section:before {
        display: none;
    }

    .product-service .title-section {
        display: block;
    }

    .bg-develop {
        background: var(--color-main) !important;
        padding: 5rem 0;
    }

    .item-capacity {
        border-left: 0;
        padding: 0;
    }

    .row-mobile > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .newsletter {
        align-items: flex-start;
        flex-direction: column;
    }

    .newsletter .title-footer {
        margin-bottom: 1rem;
    }
}

@media (min-width: 992px) {
    body {
        max-width: 1380px;
        margin: 0 auto;
    }

    .cat-position {
        position: relative;
        width: 100%;
        top: -80px;
        z-index: 2;
    }
}
