@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('special.css');


html, body {
    background-color: #0E222C;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
}

/* region Header */
header {
}

header .navbar.bg-dark {
    background-color: #0E222C !important;
    transition: all .3s;
}

header .navbar-brand {
    margin-right: 3rem;
}

header .navbar-toggler {
    border: 1px solid #fff;
    color: #fff;
    padding: .75rem;
    font-size: 1.5rem;
}

header .navbar-nav .nav-item {
    margin-right: 1rem;
}

header .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

header .navbar-nav .nav-link:hover {
    color: white;
    transition-delay: 1s 2ms;
    padding-top: 0.4rem;
}

header .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #ffffff;

}

header .navbar-collapse {
    padding: 1rem;
    transition: all .3s;
}

header .navbar-collapse.show {
    background: #0E222C;
    border-radius: 0 0 1rem 1rem;
    transition: all .3s;
}

header .navbar-menu {
    margin: 0;
}

header .navbar-menu a {
    text-decoration: none;
    color: #ffffff;
    font-size: .875rem;
    font-weight: 500;
}

header .navbar-menu li:first-child {
    border-right: 3px solid #ffffff;
    padding-right: 1rem;
}

/* endregion */

/* region Footer */
footer {
    padding-top: 2rem;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-brand {
}

.footer-brand .footer-logo {
    margin-bottom: 1rem;
}

.footer-brand .footer-header {
    font-size: 1.25rem;
    font-weight: 500;
}

.footer-brand .footer-slogan {
    color: rgba(255, 255, 255, .7);
}

.footer-menu, .footer-social-menu {
    list-style: none;
    padding: 0;
}

.footer-menu li, .footer-social-menu li {
    margin-bottom: 1rem;
}

.footer-menu li a {
    text-decoration: none;
    color: #ffffff;
    font-size: .875rem;
}

.footer-social-menu {
    float: right;
}

.footer-social-menu li a {
    display: inline-block;
    padding: .25rem;
    background-color: #ffffff;
    color: #0E222C;
    width: 2rem;
    text-align: center;
    border-radius: 50%;
}

.footer-bottom {
    margin-top: 5rem;
    text-align: center;
    font-size: .875rem;
    color: rgba(255, 255, 255, .5);
}

/* endregion */

/* region Homepage */
/* region Mega Menu */
.navbar .container {
    position: relative;
}

.nav-item .dropdown a {
    color:green;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #0E222C;
    color: #ffffff;
    border-radius: 0 0 .5rem .5rem;
    min-width: 250px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .nav-item a:hover{
    color:white;
}

.navbar .megamenu {
    padding: 2rem;
}

@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 98%;
        margin-top: 10px;
    }

}

@media (max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

.megamenu-list {
    padding: 0;
    list-style: none;
}

.megamenu-list li {
    margin-bottom: 1rem;
}

.megamenu-list li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
}
/* endregion */

/* region Hero */
#hero {
    position: relative;
    height: 100vh;
}

.hero-swiper {
    height: 100vh;
}

#hero .hero-bg {
    background: no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#hero .hero-content {
    position: relative;
    z-index: 2;
    padding-top: 15rem;
}

#hero .hero-subtitle {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    border-left: 5px solid #DC0E20;
    padding: .5rem 1rem;
    background: rgba(255, 255, 255, .05);
    margin-bottom: 2rem;
}

#hero h1 {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 1rem;
}

#hero p {
    color: rgba(255, 255, 255, .8);
    margin-bottom: 2rem;
}

#hero .btn-hero-more {
    background-color: #ffffff;
    color: #0E222C;
    padding: 1rem 2rem;
    width: 200px;
    font-weight: 600;
    letter-spacing: 1px;
}

.hero-scroll {
    position: absolute;
    left: calc(50% - 15px);
    bottom: 2rem;
    z-index: 3;
    animation: heroScrollMove 2s infinite;
}

@keyframes heroScrollMove {
    0% {
        bottom: 2rem;
    }
    50% {
        bottom: 1rem;
    }
    100% {
        bottom: 2rem;
    }
}

@media (max-width: 767px) {
    #hero .hero-content {
        padding-top: 10rem;
    }

    #hero h1 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 2rem;
    }

    #hero p {
        font-size: 1rem;
    }

    #hero .btn-hero-more {
        width: 160px;
        padding: .5rem 1rem;
    }
}
/* endregion */

/* region News */
#news {
    padding: 5rem 0;
}

.section-title {
    display: inline-block;
    font-size: 2rem;
    font-weight: 400;
    border-left: 5px solid #DC0E20;
    padding: .5rem 1rem;
    background: rgba(255, 255, 255, .05);
}

.section-title_2 {
    display: inline-block;
    font-size: 2rem;
    font-weight: 400;

    padding: .5rem 1rem;
    background: rgba(255, 255, 255, .05);
}

.news-swiper-controller {
    float: right;
    display: flex;
}

.news-swiper-controller .news-swiper-button-prev,
.news-swiper-controller .news-swiper-button-next {
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, .05);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.news-swiper-controller .news-swiper-button-next {
    margin-left: .5rem;
}

.card-news {
    height: 360px;
    border: none;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .25);
    border-radius: .5rem;
    overflow: hidden;
}

.card-news .card-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 2) 12%, transparent 40%, transparent 100%);;
}

.card-news .card-content {
    position: absolute;
    bottom: 0;
    padding: 1rem;
    color: #ffffff;
}

.card-news .card-content .card-category {
    font-size: .875rem;
    font-weight: 300;
}

.card-news .card-content .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #news {
        padding: 3rem 0;
    }

    .section-title {
        font-size: 1.25rem;
        line-height: 2rem;
    }

    .section-title_2 {
        font-size: 1.25rem;
        line-height: 2rem;
    }
}
/* endregion */

/* region Products */
#products {
    padding: 5rem 0;
    background-color: rgba(255, 255, 255, .05);
}

#products a {
    text-decoration: none;
}

.card-product {
    height: 340px;
    background: no-repeat center center;
    background-size: cover;
    padding: 2rem 1rem;
    text-decoration: none;
    border-radius: .5rem;
    overflow: hidden;
}

.card-product .card-title {
    font-size: 1.25rem;
    font-weight: 700;
}

.card-product .card-link {
    height: 2rem;
    width: 2rem;
    background-color: rgba(255, 255, 255, .5);
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1rem;
}

.section-title-description {
    display: inline-block;
    color: rgba(255, 255, 255, .8);
}

.btn-product-more {
    float: right;
    color: rgba(255, 255, 255, .8);
    font-size: .875rem;
}

@media (max-width: 767px) {
    #products {
        padding: 3rem 0;
    }

    .section-title-description {
        font-size: .875rem;
    }

    .card-product {
        margin-bottom: 1.5rem;
    }

    .btn-product-more {
        margin-top: 1rem;
    }
}
/* endregion */

/* region Corporate */
#corporate {
    position: relative;
    height: 50rem;
    background: no-repeat center center;
    background-size: cover;
}

#corporate > .container {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.section-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .40);
}

.corporate-list {
    list-style: none;
    padding: 0;
}

.corporate-list li {
    margin-bottom: 2rem;
}

.corporate-list li a {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.25rem;
}

.corporate-list li a span {
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .30);
    margin-right: 1rem;
}

@media (max-width: 767px) {
    #corporate {
        padding: 3rem 0 5rem;
    }

    #corporate > .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    #corporate .section-cover {
        height: 50rem;
        margin-top: -3rem;
    }

    .corporate-list li {
        margin-bottom: 1rem;
    }

    .corporate-list li a {
        font-size: 1rem;
    }
}

/* endregion */

/* region References */
#references {
    padding: 7rem 0;
}

.references-list {
    padding: 0;
    list-style: none;
}

.references-list li {
    float: left;
    margin-right: 1.5rem;
}

@media (max-width: 767px) {
    #references {
        padding: 3rem 0;
    }

    .references-list {
        margin-top: 2rem;
    }

    .references-list li {
        margin-top: 1rem;
    }
}

/* endregion */

/* region Comments */
#comments {
    padding: 5rem 0;
}

.comments-swiper-controller {
    float: right;
    display: flex;
}

.comments-swiper-controller .comments-swiper-button-prev,
.comments-swiper-controller .comments-swiper-button-next {
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, .05);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.comments-swiper-controller .comments-swiper-button-next {
    margin-left: .5rem;
}

.card-comments {
    padding: 2rem;
    background-color: rgba(255, 255, 255, .05);
    color: #ffffff;
}

.card-comments .card-user {
    margin-bottom: 1rem;
}

.card-comments .card-user .user-image {
    float: left;
    margin-right: 1rem;
}

.card-comments .card-user .user-info {
}

.card-comments .card-user .user-info h3 {
    font-size: 1.125rem;
}

.card-comments .card-user .user-info .user-title {
    font-size: .75rem;
    font-weight: 300;
}

.card-comments .card-content {
    font-size: .875rem;
}

@media (max-width: 767px) {
    #comments {
        padding: 3rem 0;
    }
}

/* endregion */

/* region Contact Me */
#contact {
    padding: 5rem 0;
}

.contact-me-area {
    background: no-repeat center center url("../images/contact-me.png");
    background-size: cover;
    height: 380px;
    border-radius: 2rem;
    overflow: hidden;
    display: flex;
}

.contact-me-area .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.contact-me-area .content h2 {
    font-size: 3rem;
}

.contact-me-area .contact-form {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.contact-me-area .contact-form form {
    width: 550px;
    border-radius: 1rem;
    background-color: #ffffff;
    height: 4rem;
    padding: .5rem;
    margin-bottom: 1rem;
}

.contact-me-area .contact-form form input {
    width: calc(550px - 10rem);
    height: 3rem;
    border: none;
    margin-left: .5rem;
}

.contact-me-area .contact-form form input:focus, .contact-me-area .contact-form form input:focus-visible {
    border: none;
    box-shadow: none;
    outline: 0;
}

.contact-me-area .contact-form form .btn-submit {
    background-color: #2C83EC;
    color: #ffffff;
    height: 3rem;
    padding: .75rem 2rem;
    float: right;
}

@media (max-width: 767px) {
    #contact {
        padding: 3rem 0;
    }

    .contact-me-area {
        flex-direction: column;
    }

    .contact-me-area .content {
        font-size: 1rem;
    }

    .contact-me-area .content h2 {
        font-size: 2rem;
    }

    .contact-me-area .contact-form {
        align-items: center;
    }

    .contact-me-area .contact-form form {
        width: 330px;
    }

    .contact-me-area .contact-form form input {
        width: calc(330px - 10rem);
    }
}
/* endregion */
/* endregion */

/* region Product List */
/* region Page Title */
#page-title {
    padding: 10rem 0 5rem;
}

.breadcrumb {
    margin-bottom: 1.5rem;
}

.breadcrumb .breadcrumb-item {
    font-size: .875rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}

.breadcrumb .breadcrumb-item a {
    font-size: .875rem;
    text-decoration: none;
    color: rgba(255, 255, 255, .5);
}

.breadcrumb .breadcrumb-item.active {
    font-size: .875rem;
    color: #ffffff;
}

#page-title h1 {
    font-size: 2.25rem;
    font-weight: 600;
}

#page-title h1 small {
    font-weight: 400;
    font-size: 1rem;
    color: rgba(255, 255, 255, .5);
    margin-left: 1rem;
}

/* endregion */

/* region Product Item */
.page-menu {
    list-style: none;
    padding: 0;
}

.page-menu li {
    margin-bottom: 1rem;
}

.page-menu li.active {
}

.page-menu li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1.5rem;
    display: flex;
    align-items: center;
}

.page-menu li a span {
    position: relative;
    height: 2rem;
    width: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 1rem;
    background-color: rgba(255, 255, 255, .25);
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.25);
}

.page-menu li.active a span {
    border: 2px solid rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, .5);
}

.product-item {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: .5rem;
    padding: 1.5rem 1rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.product-item .product-content {
    position: relative;
}

.product-item .product-content h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.product-item .product-content table {
    font-size: .75rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 2rem;
}

.product-item .product-carousel .product-swiper img {
    width: 100%;
    border-radius: .5rem;
}

.product-swiper .swiper-button-next,
.product-swiper .swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border-radius: 50%;
}

.product-swiper .swiper-button-next:after,
.product-swiper .swiper-button-prev:after {
    display: none;
}

.btn-pdf {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
    font-size: .875rem;
    font-weight: 600;
}

.btn-pdf img {
    margin-right: .5rem;
}

/* endregion */

/* region Pagination */
.page-pagination {
    padding: 2rem 0;
}

.page-pagination .pagination {
}

.page-pagination .pagination .page-item {
    margin-right: 1.5rem;
}

.page-pagination .pagination .page-item.active .page-link {
    background-color: #2C83EC;
}

.page-pagination .pagination .page-item .page-link {
    background-color: transparent;
    border: none;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding: .5rem 1rem;
    border-radius: .5rem;
    color: #ffffff;
}

/* endregion */
/* endregion */

/* region Contact */
#maps {
    padding: 5rem 0;
}

/* endregion */
