:root {
    --white: #ffffff !important;
    --black: #101010 !important;
    --primary: #011633 !important;
    --secondary: #002156 !important;
    --light-blue: #4a9694 !important;
    --red: #fd0000 !important;
    --font-title: "Exo", sans-serif !important;
    --font: "Roboto", sans-serif !important;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    outline: none !important;
    box-shadow: none !important;
}

html {
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font);
}

.main {
    padding-top: 80px;
}

p {
    font-family: var(--font);
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 20px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
}

.container-fluid {
    padding: 0 30px;
}

.saperator{
    width: 100%;
    height: 1px;
    content: "";
    background-color: rgba(0, 0, 0, .2);
    margin: 25px 0;
}

.section {
    width: 100%;
    position: relative;
    padding: 50px 0;
    /* background-color: #f1f1f5; */
    background-color: #e2e9f6;
}

.main-title {
    font-size: 40px;
    line-height: 50px;
    font-family: var(--font-title);
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--light-blue);
}

.sub-title {
    font-size: 20px;
    line-height: 30px;
    font-family: var(--font);
    font-weight: 400;
    margin-bottom: 15px;
    color: var(--black);
}

.swiper-pagination-bullet{
    background-color: #ccc !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active{
    background-color: var(--light-blue) !important;
}

.info-list ul {}

.info-list ul li {
    font-family: var(--font);
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 10px;
    margin-top: 0;
    position: relative;
    padding: 0 0 0 20px;
}

.info-list ul li::after {
    background-image: url(../images/orange_arrow.png);
    position: absolute;
    width: 8px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 5px;
    left: 0;
    z-index: 1;
    content: "";
}

.btn-primary {
    background-color: #4c9695;
    color: var(--white);
    border: 0px !important;
    border-radius: 5px;
    padding: 0 15px;
    line-height: 44px;
    height: 44px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--font);
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}

.btn-primary:hover {
    background-color: transparent;
    transition: all 0.4s;
}

.btn-primary::after {
    position: absolute;
    width: 0%;
    height: 0%;
    content: "";
    background-color: var(--secondary);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    border-radius: 5px;
    transition: all 0.3s;
    z-index: -1;
}

.btn-primary:hover::after {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.page-head {
    width: 100%;
    height: 250px;
    position: relative;
    /* background-color: var(--primary); */
    padding-top: 75px;
    background-image: url(../images/page-head.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.page-head h1 {
    color: var(--white);
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 5px !important;
    font-family: var(--font-title);
}

.breadcrumb-item a {
    color: var(--light-blue);
    font-size: 16px;
    font-family: var(--font);
    transition: all 0.4s;
    font-weight: 500;
}

.breadcrumb-item a:hover {
    color: var(--white);
    transition: all 0.4s;
}

.breadcrumb-item.active {
    color: var(--white) !important;
    font-weight: 500;
    font-family: var(--font);
}


/* header */

.header {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 100;
    top: 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2) !important;
}

.header_sticky {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 100;
    top: 0;
    /* padding: 17px; */
    /* background: rgba(0, 0, 0, 1); */
    z-index: 1040;
}

.main-header {
    display: flex;
}

.logo a img {
    width: 250px;
    float: left;
    margin-right: 40px;
    padding: 25px 0;
}

.left-menu {
    width: 100%;
    padding: 0;
}

.left-menu ul {
    list-style-type: none !important;
    color: var(--black);
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

.left-menu ul li {
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    padding: 0px;
    display: inline-block;
    line-height: 80px;
    position: relative;
    transition: background-color 0.3s linear;
    text-align: center;
}

.left-menu ul li h6 {
    color: var(--primary);
    padding: 0px 18px;
    position: relative;
    border-radius: 0;
    height: 80px;
    line-height: 80px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font-title);
    transition: all 0.3s;
    cursor: pointer;
    margin-bottom: 0;
}

.left-menu ul li:hover h6 {
    color: var(--white);
    transition: all 0.3s;
}

.left-menu ul li a {
    color: var(--primary);
    padding: 0px 18px;
    position: relative;
    border-radius: 0;
    height: 80px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font-title);
    transition: all 0.3s;
}

.left-menu ul li:hover a {
    color: var(--white);
    transition: all 0.3s;
}

.left-menu ul li::after {
    position: absolute;
    width: 100%;
    height: 0%;
    bottom: 0;
    display: block;
    z-index: -1;
    content: "";
    left: 0%;
    top: 0%;
    background-color: var(--primary);
    transition: height 0.3s !important;
}

.left-menu ul li:hover::after {
    background-color: var(--primary);
    height: 100%;
    transition: height 0.3s !important;
}

.left-menu ul.menus {
    height: auto;
    width: 265px;
    background: #fff;
    position: absolute;
    z-index: 99;
    display: none;
    border: 0;
}

.left-menu ul.menus li {
    display: block;
    width: 100%;
    text-transform: none;
    padding: 0;
}

.left-menu li:hover ul.menus {
    display: block
}

.left-menu ul.menus li {
    background-color: #fff;
}

.left-menu ul.menus li:hover {
    background-color: var(--primary);
}

.left-menu ul.menus li a {
    font-size: 16px !important;
    line-height: 18px;
    background-color: #f0f0f5;
    color: var(--primary) !important;
    width: 100% !important;
    display: block !important;
    height: auto !important;
    /* line-height: 50px !important; */
    text-align: left;
    border-radius: 0 !important;
    border: 0;
    margin: 0 !important;
    transition: background-color 0.5s !important;
    font-weight: 600;
    padding: 16px;
}

.left-menu ul.menus li:hover a {
    color: var(--white) !important;
}

.left-menu ul.menus li:hover a {
    background-color: var(--light-blue);
    color: var(--white) !important;
    transition: background-color 0.5s !important;
}

.left-menu ul.menus .submenu {
    display: none;
    position: absolute;
    left: 265px;
    background: #fff;
    top: 0;
    width: 260px;
    color: var(--black);
}

.left-menu ul.menus .submenu li a {
    background-color: #f1f1f7;
    color: var(--black) !important;
}

.left-menu ul.menus .submenu li:hover a {
    background-color: var(--primary);
    color: var(--white) !important;
}

.left-menu ul.menus .has-submenu:hover .submenu {
    display: block;
}

.has-submenu {
    position: relative;
}

.menu-btn {
    display: block;
    float: right;
    margin: 19px 0 21px auto !important;
    font-size: 20px;
    color: var(--white);
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    padding: 0 10px;
    transition: all 0.3s;
    background-color: var(--light-blue);
}

.menu-btn:hover {
    background-color: var(--primary);
    color: var(--white);
    transition: all 0.3s;
}


/* footer */

.footer {
    background-image: url(../images/banner-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.footer-logo {
    width: 100%;
    margin-bottom: 25px;
}

.footer-logo img {
    width: 100%;
}

.footer h5 {
    font-size: 25px;
    color: var(--white);
    font-family: var(--font-title);
    font-weight: 500;
    line-height: 50px;
    border-bottom: 2px solid var(--white);
    display: inline-block;
}

.footer ul li a {
    color: var(--white);
    font-size: 18px;
    line-height: 40px;
    transition: all 0.3s;
    font-weight: 400;
    font-family: var(--font);
}

.footer ul li a:hover {
    color: var(--light-blue);
    transition: all 0.3s;
}

.footer-detail p a {
    color: var(--light-blue);
    font-weight: 600;
    font-size: 18px;
    transition: all 0.4s;
}

.footer-detail p a:hover {
    color: var(--white);
    transition: all 0.4s;
}

.copyrights {
    background-color: var(--primary);
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.copyrights p {
    padding: 25px 0;
    margin-bottom: 0;
    font-size: 14px;
}

/* banner */

.main-banner .swiper-slide {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-image: url(../images/banner-bg.jpg);
    /* background-color: var(--primary); */
}

.banner-div{
    height: 800px;
    position: relative;
}

.banner_text {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    z-index: 99999;
    text-align: left;
    margin: 0 auto;
    height: auto;
    width: 100%;
    padding: 0;
    color: var(--white);
}

.banner_text p {
    font-size: 22px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 40px;
    font-family: var(--font-title) !important;
    line-height: 30px;
}

.banner_text h1 {
    font-size: 52px;
    font-weight: 600;
    color: var(--white);
    font-family: var(--font-title) !important;
    margin-bottom: 20px;
}

.contenido {
    max-width: 100% !important;
    width: 100% !important;
    justify-content: center !important;
    display: flex;
}

.nav.nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    border: none !important;
    scrollbar-width: none;
}

.tab-align {
    display: flex;
    justify-content: center;
}

.nav-tabs {
    background-color: var(--primary);
    width: auto;
    border-radius: 5px;
    padding: 10px 5px;
    display: flex;
    margin: 0 auto !important;
    text-align: center;
    position: relative;
    display: inline-flex;
}

.nav-link {
    display: inline-block;
    position: relative;
    border: none !important;
    border-radius: 5px !important;
    font-size: 16px;
    font-family: var(--font);
    color: #fff;
    font-weight: 500;
    padding: 15px;
    margin: 0 5px;
    text-align: center;
    vertical-align: middle;
    width: fit-content !important;
    text-wrap: nowrap;
    position: relative;
}

.nav-link::before {
    width: 0;
    height: 0;
    background-color: #fff;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    transition: all 0.2s;
}

.nav-link:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.2s;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary) !important;
}

.custom-row {
    display: flex !important;
    flex-wrap: wrap !important;
}

.product-list {
    background: #ffffff;
    border-radius: 6px;
    padding: 20px;
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    transition: all 0.3s;
}

.product-list:hover {
    border: 1px solid #bbb;
    transition: all 0.3s;
}

.product-img-area {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.product-overlay {
    width: 0%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    transition: all 0.4s;
}

.product-list:hover .product-overlay {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.product-img-area img {
    width: 100%;
    border-radius: 6px;
    margin: 0;
}

.product-list h5 {
    color: var(--secondary);
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-title) !important;
    transition: all 0.3s;
}

.product-list:hover h5 {
    color: var(--light-blue);
    transition: all 0.3s;
}

.product-list p {
    color: var(--secondary);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font);
    margin: 0;
}


/* area of supply */

.area-supply-div {
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}

.area-supply-div img {
    width: 100%;
}

.area-supply-div .overlay {
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 15%, rgba(0, 0, 0, 0) 50%);
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
}

.area-supply-div h4 {
    position: absolute;
    z-index: 1000;
    color: #fff;
    bottom: 15px;
    left: 15px;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    font-family: var(--font);
}


/* about */

/* contact */
.contact-div {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
}

.inquiry-div {
    background-color: #e2e9f6;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
}

.contact-div h5 {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    font-weight: 600;
    font-family: var(--font);
    font-size: 18px;
    color: var(--light-blue);
}

.contact-div h5 a {
    color: var(--light-blue);
    font-weight: 600;
    font-family: var(--font);
    font-size: 18px;
    transition: all 0.4s;
}

.contact-div h5 a:hover {
    color: var(--primary);
    transition: all 0.4s;
}

.contact-div h5 i {
    position: absolute;
    font-size: 18px;
    opacity: 1 !important;
    top: 0;
    left: 0;
    color: var(--primary);
}

.contact-div span {
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--primary);
}

.form-floating .form-control {
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: var(--font);
    border-radius: 5px !important;
    background-color: #fff;
    color: var(--primary);
    border: 0px;
}

.form-floating label {
    font-weight: 500 !important;
    font-family: var(--font);
}

/* sidebar menu */

.sidebar_menu {
    width: 100%;
    overflow-y: scroll;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    /* box-shadow: -0px 0px 15px 0px rgba(0, 0, 0, 0.3); */
    display: none;
    overflow: hidden !important;
    margin-bottom: 20px;
    height: 100vh;
}

.sidebar_menu .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100vh;
    content: ' ';
    z-index: -100;
    position: absolute;
    top: 0;
    left: 0;
}

.sidebar_menu .content {
    max-width: 400px;
    width: 100%;
    height: 100%;
    padding: 0px;
    background-color: #f1f1f1;
    float: right;

    /* overflow: hidden !important; */
}

.sidebar_menu .head {
    position: relative;
    padding: 0px;
    z-index: 1;
    margin-bottom: 15px;
    background-color: #fff;
}

.sidebar_menu .logo {
    height: 63px;
    padding: 18px;
}

.sidebar_menu .logo img {
    width: 200px;
    padding: 0;
}

.sidebar_menu .accordion {
    /* height: 100vh; */
    padding-right: 10px;
    padding-left: 10px;
}

.sidebar-footer-bg-img {
    width: 100%;
    height: 325px;
    position: absolute;
    bottom: 0
}

.sidebar_menu_list {
    padding: 0;
}

.sidebar_menu_list .accordion-item {
    background: none;
    background-color: none;
    border: none;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: var(--font) !important;
}

.sidebar_menu_list .accordion-button,
.sidebar_menu_list a {
    background: none;
    background-color: none;
    border: none;
    color: var(--primary);
    /* background-color: var(--secondary); */
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0;
    display: flex;
    font-family: var(--font) !important;
    border: 1px solid transparent;
}

.sidebar_menu_list a.active,
.sidebar_menu_list .accordion-button.active,
.sidebar_menu_list a:hover,
.sidebar_menu_list .accordion-button:hover {
    color: var(--light-blue);
    background-color: rgba(255, 255, 255, 0.1) !important;

}

.sidebar_menu_list .accordion-button::after {
    background-image: url(../images/plus.png);
    width: 15px;
    height: 16px;
    background-size: 15px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
    width: 15px;
    height: 16px;
}

.sidebar_menu_list .accordion-body {
    padding: 0px 20px 0 0px;
}

.sidebar_menu_list .accordion-body ul {
    padding: 0;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.sidebar_menu_list .accordion-body ul li a {
    font-size: 16px;
    line-height: 18px;
    color: var(--primary);
    font-weight: 500;
    text-transform: none;
    padding: 5px 10px;
    border: none;

}

.sidebar_menu_list .accordion-body ul li a i {
    margin-right: 10px;
    margin-top: 4px;
    font-size: 12px;
}

.sidebar_menu_list .accordion-body ul li a.active,
.sidebar_menu_list .accordion-body ul li a:hover {
    color: var(--light-blue);
    background: none !important;
    text-transform: none;
}

.cloase_btns {
    background-color: var(--primary);
    width: 50px;
    height: 63px;
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10000;
    line-height: 0px !important;
    transition: 0.3s;
    border: 0px;
}

.cloase_btns:hover {
    background-color: var(--secondary);
    color: var(--white);
    opacity: 1;
    position: absolute;
    line-height: 0px !important;
    transition: 0.3s;
}

.sidebar_menu .big-menu-nav:last-child {
    border: none;
}

.sidebar_menu .big-menu-nav:last-child h3 {
    margin-top: 40px;
    border: none;
}

.sidebar_menu .big-menu-nav:last-child li {
    width: auto;

}

.sidebar_menu .big-menu-nav:last-child .big-menu-category li a {
    font-size: 18px;
}

.sidebar_menu .big-menu-nav:last-child .sub-menu li a,
.sidebar_menu .big-menu-nav:last-child .sub-menu li a:hover {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

.sidebar-contact{
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
}

.sidebar-contact p a {
    color: var(--light-blue);
    font-weight: 600;
    font-size: 18px;
    transition: all 0.4s;
}

.sidebar-contact p a:hover {
    color: var(--primary);
    transition: all 0.4s;
}

.img-width-100{
    width: 100%;
    border-radius: 7px;
    margin-bottom: 20px;
}